shell bypass 403

UnknownSec Shell

: /home/bouloter/infix/database/ [ drwxr-xr-x ]

name : infixlms.sql
-- phpMyAdmin SQL Dump
-- version 5.0.4
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 17, 2021 at 07:21 AM
-- Server version: 5.7.24
-- PHP Version: 7.4.14

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `infixlms_lv`
--

-- --------------------------------------------------------

--
-- Table structure for table `about_pages`
--

CREATE TABLE `about_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `who_we_are` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `banner_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `story_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `story_description` longtext COLLATE utf8mb4_unicode_ci,
  `teacher_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `teacher_details` longtext COLLATE utf8mb4_unicode_ci,
  `course_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `course_details` longtext COLLATE utf8mb4_unicode_ci,
  `student_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `student_details` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `about_pages`
--

INSERT INTO `about_pages` (`id`, `who_we_are`, `banner_title`, `story_title`, `story_description`, `teacher_title`, `teacher_details`, `course_title`, `course_details`, `student_title`, `student_details`, `created_at`, `updated_at`) VALUES
(1, 'Improving lives through Learning. We are always Inspired by the world and people us. Celebrating e-Learning excellence in Personal.', 'We are here to meet your demand and teach the most beneficial way for you in Personal.', 'Build your own library for your career and personal growth.', 'Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path.', 'Most Involved Teachers', 'Key features are the ability to develop relationships with their students, patient, caring and kind knowledge offer learner engaging students of their.', 'High-Quality Course', 'Key features are the ability to develop relationships with their students, patient, caring and kind knowledge offer learner engaging students of their.', 'Large Selection of Courses', 'Key features are the ability to develop relationships with their students, patient, caring and kind knowledge offer learner engaging students of their.', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `activity_log`
--

CREATE TABLE `activity_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `log_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject_id` bigint(20) UNSIGNED DEFAULT NULL,
  `subject_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `causer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `causer_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `properties` json DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `bank_payment_requests`
--

CREATE TABLE `bank_payment_requests` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `bank_name` text COLLATE utf8mb4_unicode_ci,
  `account_holder` text COLLATE utf8mb4_unicode_ci,
  `branch_name` text COLLATE utf8mb4_unicode_ci,
  `amount` text COLLATE utf8mb4_unicode_ci,
  `account_number` text COLLATE utf8mb4_unicode_ci,
  `image` text COLLATE utf8mb4_unicode_ci,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `bbb_meetings`
--

CREATE TABLE `bbb_meetings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `created_by` int(11) DEFAULT '1',
  `instructor_id` int(11) DEFAULT '1',
  `class_id` int(11) DEFAULT NULL,
  `meeting_id` text COLLATE utf8mb4_unicode_ci,
  `topic` text COLLATE utf8mb4_unicode_ci,
  `description` text COLLATE utf8mb4_unicode_ci,
  `attendee_password` text COLLATE utf8mb4_unicode_ci,
  `moderator_password` text COLLATE utf8mb4_unicode_ci,
  `date` text COLLATE utf8mb4_unicode_ci,
  `time` text COLLATE utf8mb4_unicode_ci,
  `datetime` text COLLATE utf8mb4_unicode_ci,
  `welcome_message` text COLLATE utf8mb4_unicode_ci,
  `dial_number` text COLLATE utf8mb4_unicode_ci,
  `max_participants` int(11) DEFAULT '0' COMMENT '0 means unlimited',
  `logout_url` text COLLATE utf8mb4_unicode_ci COMMENT 'The URL that the BigBlueButton client will go to after users click the OK button.',
  `record` tinyint(1) DEFAULT '0',
  `duration` int(11) DEFAULT '0' COMMENT '0 means unlimited',
  `is_breakout` tinyint(1) DEFAULT '0',
  `moderator_only_message` text COLLATE utf8mb4_unicode_ci,
  `auto_start_recording` tinyint(1) DEFAULT '0',
  `allow_start_stop_recording` tinyint(1) DEFAULT '1',
  `webcams_only_ror_moderator` tinyint(1) DEFAULT '0',
  `logo` text COLLATE utf8mb4_unicode_ci,
  `copyright` text COLLATE utf8mb4_unicode_ci,
  `mute_on_start` tinyint(1) DEFAULT '0',
  `webcams_only_for_moderator` tinyint(1) DEFAULT '0',
  `lock_settings_disable_cam` tinyint(1) DEFAULT '0',
  `lock_settings_disable_mic` tinyint(1) DEFAULT '0',
  `lock_settings_lock_on_join` tinyint(1) DEFAULT '0',
  `lock_settings_lock_on_join_configurable` tinyint(1) DEFAULT '0',
  `join_via_html5` tinyint(1) DEFAULT '1',
  `lock_settings_disable_private_chat` tinyint(1) DEFAULT '0',
  `lock_settings_disable_public_chat` tinyint(1) DEFAULT '0',
  `lock_settings_disable_note` tinyint(1) DEFAULT '0',
  `lock_settings_locked_layout` tinyint(1) DEFAULT '0',
  `lock_settings_lock_on_oin` tinyint(1) DEFAULT '0',
  `lock_settings_sock_on_join_configurable` tinyint(1) DEFAULT '0',
  `guest_policy` set('ALWAYS_ACCEPT','ALWAYS_DENY','ASK_MODERATOR') COLLATE utf8mb4_unicode_ci DEFAULT 'ALWAYS_ACCEPT',
  `redirect` tinyint(1) DEFAULT '1',
  `join_via_html_5` tinyint(1) DEFAULT '1',
  `state` set('any','published','unpublished') COLLATE utf8mb4_unicode_ci DEFAULT 'any',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `bbb_meeting_users`
--

CREATE TABLE `bbb_meeting_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `meeting_id` int(11) NOT NULL DEFAULT '1',
  `user_id` int(11) NOT NULL DEFAULT '1',
  `moderator` int(11) NOT NULL DEFAULT '0' COMMENT '1= moderator , 0=attendee',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `bbb_settings`
--

CREATE TABLE `bbb_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `password_length` int(11) NOT NULL DEFAULT '6',
  `welcome_message` text COLLATE utf8mb4_unicode_ci,
  `dial_number` text COLLATE utf8mb4_unicode_ci,
  `max_participants` int(11) NOT NULL DEFAULT '0' COMMENT '0 means unlimited',
  `logout_url` text COLLATE utf8mb4_unicode_ci COMMENT 'The URL that the BigBlueButton client will go to after users click the OK button.',
  `record` tinyint(1) NOT NULL DEFAULT '0',
  `duration` int(11) NOT NULL DEFAULT '0' COMMENT '0 means unlimited',
  `is_breakout` tinyint(1) NOT NULL DEFAULT '0',
  `moderator_only_message` text COLLATE utf8mb4_unicode_ci,
  `auto_start_recording` tinyint(1) NOT NULL DEFAULT '0',
  `allow_start_stop_recording` tinyint(1) NOT NULL DEFAULT '1',
  `webcams_only_ror_moderator` tinyint(1) NOT NULL DEFAULT '0',
  `copyright` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `mute_on_start` tinyint(1) NOT NULL DEFAULT '0',
  `webcams_only_for_moderator` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_disable_cam` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_disable_mic` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_lock_on_join` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_lock_on_join_configurable` tinyint(1) NOT NULL DEFAULT '0',
  `join_via_html5` tinyint(1) NOT NULL DEFAULT '1',
  `lock_settings_disable_private_chat` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_disable_public_chat` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_disable_note` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_locked_layout` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_lock_on_oin` tinyint(1) NOT NULL DEFAULT '0',
  `lock_settings_sock_on_join_configurable` tinyint(1) NOT NULL DEFAULT '0',
  `guest_policy` set('ALWAYS_ACCEPT','ALWAYS_DENY','ASK_MODERATOR') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'ALWAYS_ACCEPT',
  `redirect` tinyint(1) NOT NULL DEFAULT '1',
  `join_via_html_5` tinyint(1) NOT NULL DEFAULT '1',
  `state` set('any','published','unpublished') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'any',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bbb_settings`
--

INSERT INTO `bbb_settings` (`id`, `password_length`, `welcome_message`, `dial_number`, `max_participants`, `logout_url`, `record`, `duration`, `is_breakout`, `moderator_only_message`, `auto_start_recording`, `allow_start_stop_recording`, `webcams_only_ror_moderator`, `copyright`, `mute_on_start`, `webcams_only_for_moderator`, `lock_settings_disable_cam`, `lock_settings_disable_mic`, `lock_settings_lock_on_join`, `lock_settings_lock_on_join_configurable`, `join_via_html5`, `lock_settings_disable_private_chat`, `lock_settings_disable_public_chat`, `lock_settings_disable_note`, `lock_settings_locked_layout`, `lock_settings_lock_on_oin`, `lock_settings_sock_on_join_configurable`, `guest_policy`, `redirect`, `join_via_html_5`, `state`, `created_at`, `updated_at`) VALUES
(1, 6, NULL, NULL, 0, NULL, 0, 0, 0, NULL, 0, 1, 0, '', 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'ALWAYS_ACCEPT', 1, 1, 'any', '2021-02-17 07:17:51', '2021-02-17 07:17:51');

-- --------------------------------------------------------

--
-- Table structure for table `become_instructors`
--

CREATE TABLE `become_instructors` (
  `id` int(10) UNSIGNED NOT NULL,
  `section` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `btn_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `video` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `become_instructors`
--

INSERT INTO `become_instructors` (`id`, `section`, `title`, `description`, `btn_name`, `btn_link`, `icon`, `image`, `video`, `created_at`, `updated_at`) VALUES
(1, 'icon_left', 'Join our Community', 'When you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.', NULL, NULL, '<i class=\"fas fa-book-open\"></i>', NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(2, 'icon_mid', 'Share your Knowledge', 'If you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.', NULL, NULL, '<i class=\"fas fa-chalkboard-teacher\"></i>', NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(3, 'icon_right', 'Earn Money', 'Let you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.', NULL, NULL, '<i class=\"fas fa-universal-access\"></i>', NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(4, 'joining_part', 'We are now 5983+ Community around the world and growing up', 'Operating system, and statistical information about how you use our products and services. We only collect, track and analyze such information in an aggregate manner that does not personally identify you. Read the section on Use on Cookies to know how we collect aggregate data.', NULL, NULL, NULL, NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(5, 'cta_part', 'Ready to become an instructor?', 'Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.', NULL, NULL, NULL, NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(6, 'How it Works', 'When you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.', '', NULL, NULL, NULL, 'public/demo/become_instructor/1.png', '', '2021-02-17 07:17:45', '2021-02-17 07:17:45');

-- --------------------------------------------------------

--
-- Table structure for table `billing_details`
--

CREATE TABLE `billing_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tracking_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `first_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `company_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address1` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address2` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zip_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` text COLLATE utf8mb4_unicode_ci,
  `payment_method` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `thumbnail` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `viewed` int(11) NOT NULL DEFAULT '0',
  `authored_date` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `bookmark_courses`
--

CREATE TABLE `bookmark_courses` (
  `id` int(10) UNSIGNED NOT NULL,
  `course_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `lesson_id` int(10) UNSIGNED DEFAULT NULL,
  `chapter_id` int(10) UNSIGNED DEFAULT NULL,
  `date` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `business_settings`
--

CREATE TABLE `business_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `business_settings`
--

INSERT INTO `business_settings` (`id`, `type`, `status`, `created_at`, `updated_at`) VALUES
(1, 'email_verification', 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(2, 'language_translation', 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47');

-- --------------------------------------------------------

--
-- Table structure for table `carts`
--

CREATE TABLE `carts` (
  `id` int(10) UNSIGNED NOT NULL,
  `course_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `instructor_id` int(11) NOT NULL,
  `tracking` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` double(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_home` tinyint(1) NOT NULL DEFAULT '0',
  `position_order` int(11) NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `thumbnail` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `certificates`
--

CREATE TABLE `certificates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_position_x` int(11) NOT NULL DEFAULT '0',
  `title_position_y` int(11) NOT NULL DEFAULT '0',
  `title_font_family` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_font_size` int(11) NOT NULL DEFAULT '30',
  `title_font_color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `body` text COLLATE utf8mb4_unicode_ci,
  `body_position_x` int(11) NOT NULL DEFAULT '0',
  `body_position_y` int(11) NOT NULL DEFAULT '0',
  `body_font_family` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `body_font_size` int(11) NOT NULL DEFAULT '10',
  `body_font_color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `body_max_len` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `profile` tinyint(4) NOT NULL DEFAULT '1',
  `profile_x` int(11) NOT NULL DEFAULT '0',
  `profile_y` int(11) NOT NULL DEFAULT '0',
  `profile_height` int(11) DEFAULT NULL,
  `profile_weight` int(11) NOT NULL DEFAULT '10',
  `name` int(11) NOT NULL DEFAULT '1',
  `name_position_x` int(11) NOT NULL DEFAULT '0',
  `name_position_y` int(11) NOT NULL DEFAULT '0',
  `name_font_family` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name_font_size` int(11) NOT NULL DEFAULT '50',
  `name_font_color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` tinyint(4) NOT NULL DEFAULT '1',
  `date_position_x` int(11) NOT NULL DEFAULT '0',
  `date_position_y` int(11) NOT NULL DEFAULT '0',
  `date_font_family` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_font_size` int(11) NOT NULL DEFAULT '30',
  `date_font_color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_format` int(11) NOT NULL DEFAULT '1',
  `signature` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `signature_position_x` int(11) NOT NULL DEFAULT '0',
  `signature_position_y` int(11) NOT NULL DEFAULT '0',
  `signature_height` int(11) DEFAULT NULL,
  `signature_weight` int(11) NOT NULL DEFAULT '10',
  `signature_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `signature_text_position_x` int(11) NOT NULL DEFAULT '0',
  `signature_text_position_y` int(11) NOT NULL DEFAULT '0',
  `signature_text_font_family` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `signature_text_font_size` int(11) NOT NULL DEFAULT '30',
  `signature_text_font_color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `for_course` tinyint(4) NOT NULL DEFAULT '0',
  `for_quiz` tinyint(4) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `chapters`
--

CREATE TABLE `chapters` (
  `id` int(10) UNSIGNED NOT NULL,
  `course_id` int(11) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `chapter_no` int(11) NOT NULL,
  `is_lock` tinyint(1) NOT NULL DEFAULT '1',
  `unlock_date` date DEFAULT NULL,
  `unlock_days` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `checkouts`
--

CREATE TABLE `checkouts` (
  `id` int(10) UNSIGNED NOT NULL,
  `tracking` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL,
  `billing_detail_id` bigint(20) UNSIGNED DEFAULT NULL,
  `package_id` int(11) DEFAULT NULL,
  `coupon_id` int(11) DEFAULT NULL,
  `discount` double(8,2) NOT NULL DEFAULT '0.00',
  `purchase_price` double(8,2) NOT NULL,
  `price` double(8,2) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `payment_method` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `response` json DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `class_settings`
--

CREATE TABLE `class_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `default_class` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 => Zoom 1 => BBB',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `class_settings`
--

INSERT INTO `class_settings` (`id`, `default_class`, `created_at`, `updated_at`) VALUES
(1, 0, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `iso3` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `iso2` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phonecode` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `currency` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `capital` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active_status` tinyint(4) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`id`, `name`, `iso3`, `iso2`, `phonecode`, `currency`, `capital`, `active_status`, `created_at`, `updated_at`) VALUES
(1, 'Afghanistan', 'AFG', 'AF', '93', 'AFN', 'Kabul', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(2, 'Aland Islands', 'ALA', 'AX', '+358-18', 'EUR', 'Mariehamn', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(3, 'Albania', 'ALB', 'AL', '355', 'ALL', 'Tirana', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(4, 'Algeria', 'DZA', 'DZ', '213', 'DZD', 'Algiers', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(5, 'American Samoa', 'ASM', 'AS', '+1-684', 'USD', 'Pago Pago', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(6, 'Andorra', 'AND', 'AD', '376', 'EUR', 'Andorra la Vella', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(7, 'Angola', 'AGO', 'AO', '244', 'AOA', 'Luanda', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(8, 'Anguilla', 'AIA', 'AI', '+1-264', 'XCD', 'The Valley', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(9, 'Antarctica', 'ATA', 'AQ', '', '', '', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(10, 'Antigua And Barbuda', 'ATG', 'AG', '+1-268', 'XCD', 'St. John\'s', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(11, 'Argentina', 'ARG', 'AR', '54', 'ARS', 'Buenos Aires', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(12, 'Armenia', 'ARM', 'AM', '374', 'AMD', 'Yerevan', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(13, 'Aruba', 'ABW', 'AW', '297', 'AWG', 'Oranjestad', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(14, 'Australia', 'AUS', 'AU', '61', 'AUD', 'Canberra', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(15, 'Austria', 'AUT', 'AT', '43', 'EUR', 'Vienna', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(16, 'Azerbaijan', 'AZE', 'AZ', '994', 'AZN', 'Baku', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(17, 'Bahamas The', 'BHS', 'BS', '+1-242', 'BSD', 'Nassau', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(18, 'Bahrain', 'BHR', 'BH', '973', 'BHD', 'Manama', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(19, 'Bangladesh', 'BGD', 'BD', '880', 'BDT', 'Dhaka', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(20, 'Barbados', 'BRB', 'BB', '+1-246', 'BBD', 'Bridgetown', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(21, 'Belarus', 'BLR', 'BY', '375', 'BYR', 'Minsk', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(22, 'Belgium', 'BEL', 'BE', '32', 'EUR', 'Brussels', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(23, 'Belize', 'BLZ', 'BZ', '501', 'BZD', 'Belmopan', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(24, 'Benin', 'BEN', 'BJ', '229', 'XOF', 'Porto-Novo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(25, 'Bermuda', 'BMU', 'BM', '+1-441', 'BMD', 'Hamilton', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(26, 'Bhutan', 'BTN', 'BT', '975', 'BTN', 'Thimphu', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(27, 'Bolivia', 'BOL', 'BO', '591', 'BOB', 'Sucre', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(28, 'Bosnia and Herzegovina', 'BIH', 'BA', '387', 'BAM', 'Sarajevo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(29, 'Botswana', 'BWA', 'BW', '267', 'BWP', 'Gaborone', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(30, 'Bouvet Island', 'BVT', 'BV', '', 'NOK', '', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(31, 'Brazil', 'BRA', 'BR', '55', 'BRL', 'Brasilia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(32, 'British Indian Ocean Territory', 'IOT', 'IO', '246', 'USD', 'Diego Garcia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(33, 'Brunei', 'BRN', 'BN', '673', 'BND', 'Bandar Seri Begawan', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(34, 'Bulgaria', 'BGR', 'BG', '359', 'BGN', 'Sofia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(35, 'Burkina Faso', 'BFA', 'BF', '226', 'XOF', 'Ouagadougou', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(36, 'Burundi', 'BDI', 'BI', '257', 'BIF', 'Bujumbura', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(37, 'Cambodia', 'KHM', 'KH', '855', 'KHR', 'Phnom Penh', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(38, 'Cameroon', 'CMR', 'CM', '237', 'XAF', 'Yaounde', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(39, 'Canada', 'CAN', 'CA', '1', 'CAD', 'Ottawa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(40, 'Cape Verde', 'CPV', 'CV', '238', 'CVE', 'Praia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(41, 'Cayman Islands', 'CYM', 'KY', '+1-345', 'KYD', 'George Town', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(42, 'Central African Republic', 'CAF', 'CF', '236', 'XAF', 'Bangui', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(43, 'Chad', 'TCD', 'TD', '235', 'XAF', 'N\'Djamena', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(44, 'Chile', 'CHL', 'CL', '56', 'CLP', 'Santiago', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(45, 'China', 'CHN', 'CN', '86', 'CNY', 'Beijing', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(46, 'Christmas Island', 'CXR', 'CX', '61', 'AUD', 'Flying Fish Cove', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(47, 'Cocos (Keeling) Islands', 'CCK', 'CC', '61', 'AUD', 'West Island', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(48, 'Colombia', 'COL', 'CO', '57', 'COP', 'Bogota', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(49, 'Comoros', 'COM', 'KM', '269', 'KMF', 'Moroni', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(50, 'Congo', 'COG', 'CG', '242', 'XAF', 'Brazzaville', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(51, 'Congo The Democratic Republic Of The', 'COD', 'CD', '243', 'CDF', 'Kinshasa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(52, 'Cook Islands', 'COK', 'CK', '682', 'NZD', 'Avarua', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(53, 'Costa Rica', 'CRI', 'CR', '506', 'CRC', 'San Jose', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(54, 'Cote D\'Ivoire (Ivory Coast)', 'CIV', 'CI', '225', 'XOF', 'Yamoussoukro', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(55, 'Croatia (Hrvatska)', 'HRV', 'HR', '385', 'HRK', 'Zagreb', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(56, 'Cuba', 'CUB', 'CU', '53', 'CUP', 'Havana', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(57, 'Cyprus', 'CYP', 'CY', '357', 'EUR', 'Nicosia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(58, 'Czech Republic', 'CZE', 'CZ', '420', 'CZK', 'Prague', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(59, 'Denmark', 'DNK', 'DK', '45', 'DKK', 'Copenhagen', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(60, 'Djibouti', 'DJI', 'DJ', '253', 'DJF', 'Djibouti', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(61, 'Dominica', 'DMA', 'DM', '+1-767', 'XCD', 'Roseau', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(62, 'Dominican Republic', 'DOM', 'DO', '+1-809 and 1-829', 'DOP', 'Santo Domingo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(63, 'East Timor', 'TLS', 'TL', '670', 'USD', 'Dili', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(64, 'Ecuador', 'ECU', 'EC', '593', 'USD', 'Quito', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(65, 'Egypt', 'EGY', 'EG', '20', 'EGP', 'Cairo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(66, 'El Salvador', 'SLV', 'SV', '503', 'USD', 'San Salvador', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(67, 'Equatorial Guinea', 'GNQ', 'GQ', '240', 'XAF', 'Malabo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(68, 'Eritrea', 'ERI', 'ER', '291', 'ERN', 'Asmara', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(69, 'Estonia', 'EST', 'EE', '372', 'EUR', 'Tallinn', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(70, 'Ethiopia', 'ETH', 'ET', '251', 'ETB', 'Addis Ababa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(71, 'Falkland Islands', 'FLK', 'FK', '500', 'FKP', 'Stanley', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(72, 'Faroe Islands', 'FRO', 'FO', '298', 'DKK', 'Torshavn', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(73, 'Fiji Islands', 'FJI', 'FJ', '679', 'FJD', 'Suva', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(74, 'Finland', 'FIN', 'FI', '358', 'EUR', 'Helsinki', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(75, 'France', 'FRA', 'FR', '33', 'EUR', 'Paris', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(76, 'French Guiana', 'GUF', 'GF', '594', 'EUR', 'Cayenne', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(77, 'French Polynesia', 'PYF', 'PF', '689', 'XPF', 'Papeete', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(78, 'French Southern Territories', 'ATF', 'TF', '', 'EUR', 'Port-aux-Francais', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(79, 'Gabon', 'GAB', 'GA', '241', 'XAF', 'Libreville', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(80, 'Gambia The', 'GMB', 'GM', '220', 'GMD', 'Banjul', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(81, 'Georgia', 'GEO', 'GE', '995', 'GEL', 'Tbilisi', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(82, 'Germany', 'DEU', 'DE', '49', 'EUR', 'Berlin', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(83, 'Ghana', 'GHA', 'GH', '233', 'GHS', 'Accra', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(84, 'Gibraltar', 'GIB', 'GI', '350', 'GIP', 'Gibraltar', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(85, 'Greece', 'GRC', 'GR', '30', 'EUR', 'Athens', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(86, 'Greenland', 'GRL', 'GL', '299', 'DKK', 'Nuuk', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(87, 'Grenada', 'GRD', 'GD', '+1-473', 'XCD', 'St. George\'s', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(88, 'Guadeloupe', 'GLP', 'GP', '590', 'EUR', 'Basse-Terre', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(89, 'Guam', 'GUM', 'GU', '+1-671', 'USD', 'Hagatna', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(90, 'Guatemala', 'GTM', 'GT', '502', 'GTQ', 'Guatemala City', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(91, 'Guernsey and Alderney', 'GGY', 'GG', '+44-1481', 'GBP', 'St Peter Port', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(92, 'Guinea', 'GIN', 'GN', '224', 'GNF', 'Conakry', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(93, 'Guinea-Bissau', 'GNB', 'GW', '245', 'XOF', 'Bissau', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(94, 'Guyana', 'GUY', 'GY', '592', 'GYD', 'Georgetown', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(95, 'Haiti', 'HTI', 'HT', '509', 'HTG', 'Port-au-Prince', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(96, 'Heard and McDonald Islands', 'HMD', 'HM', ' ', 'AUD', '', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(97, 'Honduras', 'HND', 'HN', '504', 'HNL', 'Tegucigalpa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(98, 'Hong Kong S.A.R.', 'HKG', 'HK', '852', 'HKD', 'Hong Kong', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(99, 'Hungary', 'HUN', 'HU', '36', 'HUF', 'Budapest', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(100, 'Iceland', 'ISL', 'IS', '354', 'ISK', 'Reykjavik', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(101, 'India', 'IND', 'IN', '91', 'INR', 'New Delhi', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(102, 'Indonesia', 'IDN', 'ID', '62', 'IDR', 'Jakarta', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(103, 'Iran', 'IRN', 'IR', '98', 'IRR', 'Tehran', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(104, 'Iraq', 'IRQ', 'IQ', '964', 'IQD', 'Baghdad', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(105, 'Ireland', 'IRL', 'IE', '353', 'EUR', 'Dublin', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(106, 'Israel', 'ISR', 'IL', '972', 'ILS', 'Jerusalem', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(107, 'Italy', 'ITA', 'IT', '39', 'EUR', 'Rome', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(108, 'Jamaica', 'JAM', 'JM', '+1-876', 'JMD', 'Kingston', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(109, 'Japan', 'JPN', 'JP', '81', 'JPY', 'Tokyo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(110, 'Jersey', 'JEY', 'JE', '+44-1534', 'GBP', 'Saint Helier', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(111, 'Jordan', 'JOR', 'JO', '962', 'JOD', 'Amman', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(112, 'Kazakhstan', 'KAZ', 'KZ', '7', 'KZT', 'Astana', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(113, 'Kenya', 'KEN', 'KE', '254', 'KES', 'Nairobi', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(114, 'Kiribati', 'KIR', 'KI', '686', 'AUD', 'Tarawa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(115, 'Korea North\n', 'PRK', 'KP', '850', 'KPW', 'Pyongyang', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(116, 'Korea South', 'KOR', 'KR', '82', 'KRW', 'Seoul', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(117, 'Kuwait', 'KWT', 'KW', '965', 'KWD', 'Kuwait City', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(118, 'Kyrgyzstan', 'KGZ', 'KG', '996', 'KGS', 'Bishkek', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(119, 'Laos', 'LAO', 'LA', '856', 'LAK', 'Vientiane', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(120, 'Latvia', 'LVA', 'LV', '371', 'EUR', 'Riga', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(121, 'Lebanon', 'LBN', 'LB', '961', 'LBP', 'Beirut', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(122, 'Lesotho', 'LSO', 'LS', '266', 'LSL', 'Maseru', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(123, 'Liberia', 'LBR', 'LR', '231', 'LRD', 'Monrovia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(124, 'Libya', 'LBY', 'LY', '218', 'LYD', 'Tripolis', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(125, 'Liechtenstein', 'LIE', 'LI', '423', 'CHF', 'Vaduz', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(126, 'Lithuania', 'LTU', 'LT', '370', 'LTL', 'Vilnius', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(127, 'Luxembourg', 'LUX', 'LU', '352', 'EUR', 'Luxembourg', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(128, 'Macau S.A.R.', 'MAC', 'MO', '853', 'MOP', 'Macao', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(129, 'Macedonia', 'MKD', 'MK', '389', 'MKD', 'Skopje', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(130, 'Madagascar', 'MDG', 'MG', '261', 'MGA', 'Antananarivo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(131, 'Malawi', 'MWI', 'MW', '265', 'MWK', 'Lilongwe', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(132, 'Malaysia', 'MYS', 'MY', '60', 'MYR', 'Kuala Lumpur', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(133, 'Maldives', 'MDV', 'MV', '960', 'MVR', 'Male', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(134, 'Mali', 'MLI', 'ML', '223', 'XOF', 'Bamako', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(135, 'Malta', 'MLT', 'MT', '356', 'EUR', 'Valletta', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(136, 'Man (Isle of)', 'IMN', 'IM', '+44-1624', 'GBP', 'Douglas, Isle of Man', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(137, 'Marshall Islands', 'MHL', 'MH', '692', 'USD', 'Majuro', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(138, 'Martinique', 'MTQ', 'MQ', '596', 'EUR', 'Fort-de-France', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(139, 'Mauritania', 'MRT', 'MR', '222', 'MRO', 'Nouakchott', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(140, 'Mauritius', 'MUS', 'MU', '230', 'MUR', 'Port Louis', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(141, 'Mayotte', 'MYT', 'YT', '262', 'EUR', 'Mamoudzou', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(142, 'Mexico', 'MEX', 'MX', '52', 'MXN', 'Mexico City', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(143, 'Micronesia', 'FSM', 'FM', '691', 'USD', 'Palikir', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(144, 'Moldova', 'MDA', 'MD', '373', 'MDL', 'Chisinau', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(145, 'Monaco', 'MCO', 'MC', '377', 'EUR', 'Monaco', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(146, 'Mongolia', 'MNG', 'MN', '976', 'MNT', 'Ulan Bator', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(147, 'Montenegro', 'MNE', 'ME', '382', 'EUR', 'Podgorica', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(148, 'Montserrat', 'MSR', 'MS', '+1-664', 'XCD', 'Plymouth', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(149, 'Morocco', 'MAR', 'MA', '212', 'MAD', 'Rabat', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(150, 'Mozambique', 'MOZ', 'MZ', '258', 'MZN', 'Maputo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(151, 'Myanmar', 'MMR', 'MM', '95', 'MMK', 'Nay Pyi Taw', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(152, 'Namibia', 'NAM', 'NA', '264', 'NAD', 'Windhoek', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(153, 'Nauru', 'NRU', 'NR', '674', 'AUD', 'Yaren', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(154, 'Nepal', 'NPL', 'NP', '977', 'NPR', 'Kathmandu', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(155, 'Netherlands Antilles', 'ANT', 'AN', '', '', '', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(156, 'Netherlands The', 'NLD', 'NL', '31', 'EUR', 'Amsterdam', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(157, 'New Caledonia', 'NCL', 'NC', '687', 'XPF', 'Noumea', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(158, 'New Zealand', 'NZL', 'NZ', '64', 'NZD', 'Wellington', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(159, 'Nicaragua', 'NIC', 'NI', '505', 'NIO', 'Managua', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(160, 'Niger', 'NER', 'NE', '227', 'XOF', 'Niamey', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(161, 'Nigeria', 'NGA', 'NG', '234', 'NGN', 'Abuja', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(162, 'Niue', 'NIU', 'NU', '683', 'NZD', 'Alofi', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(163, 'Norfolk Island', 'NFK', 'NF', '672', 'AUD', 'Kingston', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(164, 'Northern Mariana Islands', 'MNP', 'MP', '+1-670', 'USD', 'Saipan', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(165, 'Norway', 'NOR', 'NO', '47', 'NOK', 'Oslo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(166, 'Oman', 'OMN', 'OM', '968', 'OMR', 'Muscat', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(167, 'Pakistan', 'PAK', 'PK', '92', 'PKR', 'Islamabad', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(168, 'Palau', 'PLW', 'PW', '680', 'USD', 'Melekeok', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(169, 'Palestinian Territory Occupied', 'PSE', 'PS', '970', 'ILS', 'East Jerusalem', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(170, 'Panama', 'PAN', 'PA', '507', 'PAB', 'Panama City', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(171, 'Papua new Guinea', 'PNG', 'PG', '675', 'PGK', 'Port Moresby', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(172, 'Paraguay', 'PRY', 'PY', '595', 'PYG', 'Asuncion', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(173, 'Peru', 'PER', 'PE', '51', 'PEN', 'Lima', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(174, 'Philippines', 'PHL', 'PH', '63', 'PHP', 'Manila', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(175, 'Pitcairn Island', 'PCN', 'PN', '870', 'NZD', 'Adamstown', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(176, 'Poland', 'POL', 'PL', '48', 'PLN', 'Warsaw', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(177, 'Portugal', 'PRT', 'PT', '351', 'EUR', 'Lisbon', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(178, 'Puerto Rico', 'PRI', 'PR', '+1-787 and 1-939', 'USD', 'San Juan', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(179, 'Qatar', 'QAT', 'QA', '974', 'QAR', 'Doha', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(180, 'Reunion', 'REU', 'RE', '262', 'EUR', 'Saint-Denis', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(181, 'Romania', 'ROU', 'RO', '40', 'RON', 'Bucharest', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(182, 'Russia', 'RUS', 'RU', '7', 'RUB', 'Moscow', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(183, 'Rwanda', 'RWA', 'RW', '250', 'RWF', 'Kigali', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(184, 'Saint Helena', 'SHN', 'SH', '290', 'SHP', 'Jamestown', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(185, 'Saint Kitts And Nevis', 'KNA', 'KN', '+1-869', 'XCD', 'Basseterre', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(186, 'Saint Lucia', 'LCA', 'LC', '+1-758', 'XCD', 'Castries', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(187, 'Saint Pierre and Miquelon', 'SPM', 'PM', '508', 'EUR', 'Saint-Pierre', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(188, 'Saint Vincent And The Grenadines', 'VCT', 'VC', '+1-784', 'XCD', 'Kingstown', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(189, 'Saint-Barthelemy', 'BLM', 'BL', '590', 'EUR', 'Gustavia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(190, 'Saint-Martin (French part)', 'MAF', 'MF', '590', 'EUR', 'Marigot', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(191, 'Samoa', 'WSM', 'WS', '685', 'WST', 'Apia', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(192, 'San Marino', 'SMR', 'SM', '378', 'EUR', 'San Marino', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(193, 'Sao Tome and Principe', 'STP', 'ST', '239', 'STD', 'Sao Tome', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(194, 'Saudi Arabia', 'SAU', 'SA', '966', 'SAR', 'Riyadh', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(195, 'Senegal', 'SEN', 'SN', '221', 'XOF', 'Dakar', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(196, 'Serbia', 'SRB', 'RS', '381', 'RSD', 'Belgrade', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(197, 'Seychelles', 'SYC', 'SC', '248', 'SCR', 'Victoria', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(198, 'Sierra Leone', 'SLE', 'SL', '232', 'SLL', 'Freetown', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(199, 'Singapore', 'SGP', 'SG', '65', 'SGD', 'Singapur', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(200, 'Slovakia', 'SVK', 'SK', '421', 'EUR', 'Bratislava', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(201, 'Slovenia', 'SVN', 'SI', '386', 'EUR', 'Ljubljana', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(202, 'Solomon Islands', 'SLB', 'SB', '677', 'SBD', 'Honiara', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(203, 'Somalia', 'SOM', 'SO', '252', 'SOS', 'Mogadishu', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(204, 'South Africa', 'ZAF', 'ZA', '27', 'ZAR', 'Pretoria', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(205, 'South Georgia', 'SGS', 'GS', '', 'GBP', 'Grytviken', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(206, 'South Sudan', 'SSD', 'SS', '211', 'SSP', 'Juba', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(207, 'Spain', 'ESP', 'ES', '34', 'EUR', 'Madrid', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(208, 'Sri Lanka', 'LKA', 'LK', '94', 'LKR', 'Colombo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(209, 'Sudan', 'SDN', 'SD', '249', 'SDG', 'Khartoum', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(210, 'Suriname', 'SUR', 'SR', '597', 'SRD', 'Paramaribo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(211, 'Svalbard And Jan Mayen Islands', 'SJM', 'SJ', '47', 'NOK', 'Longyearbyen', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(212, 'Swaziland', 'SWZ', 'SZ', '268', 'SZL', 'Mbabane', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(213, 'Sweden', 'SWE', 'SE', '46', 'SEK', 'Stockholm', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(214, 'Switzerland', 'CHE', 'CH', '41', 'CHF', 'Berne', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(215, 'Syria', 'SYR', 'SY', '963', 'SYP', 'Damascus', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(216, 'Taiwan', 'TWN', 'TW', '886', 'TWD', 'Taipei', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(217, 'Tajikistan', 'TJK', 'TJ', '992', 'TJS', 'Dushanbe', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(218, 'Tanzania', 'TZA', 'TZ', '255', 'TZS', 'Dodoma', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(219, 'Thailand', 'THA', 'TH', '66', 'THB', 'Bangkok', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(220, 'Togo', 'TGO', 'TG', '228', 'XOF', 'Lome', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(221, 'Tokelau', 'TKL', 'TK', '690', 'NZD', '', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(222, 'Tonga', 'TON', 'TO', '676', 'TOP', 'Nuku\'alofa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(223, 'Trinidad And Tobago', 'TTO', 'TT', '+1-868', 'TTD', 'Port of Spain', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(224, 'Tunisia', 'TUN', 'TN', '216', 'TND', 'Tunis', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(225, 'Turkey', 'TUR', 'TR', '90', 'TRY', 'Ankara', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(226, 'Turkmenistan', 'TKM', 'TM', '993', 'TMT', 'Ashgabat', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(227, 'Turks And Caicos Islands', 'TCA', 'TC', '+1-649', 'USD', 'Cockburn Town', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(228, 'Tuvalu', 'TUV', 'TV', '688', 'AUD', 'Funafuti', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(229, 'Uganda', 'UGA', 'UG', '256', 'UGX', 'Kampala', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(230, 'Ukraine', 'UKR', 'UA', '380', 'UAH', 'Kiev', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(231, 'United Arab Emirates', 'ARE', 'AE', '971', 'AED', 'Abu Dhabi', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(232, 'United Kingdom', 'GBR', 'GB', '44', 'GBP', 'London', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(233, 'United States', 'USA', 'US', '1', 'USD', 'Washington', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(234, 'United States Minor Outlying Islands', 'UMI', 'UM', '1', 'USD', '', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(235, 'Uruguay', 'URY', 'UY', '598', 'UYU', 'Montevideo', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(236, 'Uzbekistan', 'UZB', 'UZ', '998', 'UZS', 'Tashkent', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(237, 'Vanuatu', 'VUT', 'VU', '678', 'VUV', 'Port Vila', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(238, 'Vatican City State (Holy See)', 'VAT', 'VA', '379', 'EUR', 'Vatican City', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(239, 'Venezuela', 'VEN', 'VE', '58', 'VEF', 'Caracas', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(240, 'Vietnam', 'VNM', 'VN', '84', 'VND', 'Hanoi', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(241, 'Virgin Islands (British)', 'VGB', 'VG', '+1-284', 'USD', 'Road Town', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(242, 'Virgin Islands (US)', 'VIR', 'VI', '+1-340', 'USD', 'Charlotte Amalie', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(243, 'Wallis And Futuna Islands', 'WLF', 'WF', '681', 'XPF', 'Mata Utu', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(244, 'Western Sahara', 'ESH', 'EH', '212', 'MAD', 'El-Aaiun', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(245, 'Yemen', 'YEM', 'YE', '967', 'YER', 'Sanaa', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(246, 'Zambia', 'ZMB', 'ZM', '260', 'ZMK', 'Lusaka', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03'),
(247, 'Zimbabwe', 'ZWE', 'ZW', '263', 'ZWL', 'Harare', 1, '2018-07-20 08:41:03', '2018-07-20 08:41:03');

-- --------------------------------------------------------

--
-- Table structure for table `coupons`
--

CREATE TABLE `coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT '1',
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `value` double(8,2) DEFAULT '0.00',
  `type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '1=Fixed Amount, 0=Percentage',
  `min_purchase` double(8,2) DEFAULT '0.00',
  `max_discount` double(8,2) DEFAULT '0.00',
  `start_date` date NOT NULL,
  `end_date` date NOT NULL,
  `category` int(11) NOT NULL DEFAULT '1' COMMENT '1=Common, 2=Single, 3=Personalized',
  `category_id` int(10) UNSIGNED DEFAULT NULL,
  `subcategory_id` int(10) UNSIGNED DEFAULT NULL,
  `course_id` int(10) UNSIGNED DEFAULT NULL,
  `coupon_user_id` int(10) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `coupons`
--

INSERT INTO `coupons` (`id`, `user_id`, `title`, `code`, `status`, `value`, `type`, `min_purchase`, `max_discount`, `start_date`, `end_date`, `category`, `category_id`, `subcategory_id`, `course_id`, `coupon_user_id`, `created_at`, `updated_at`) VALUES
(1, 1, 'Coupon Asia 00', 'XT98091', 1, 10.00, 1, 43.00, 22.00, '2021-02-17', '2021-02-24', 1, 1, 1, 1, NULL, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(2, 2, 'Coupon Asia 02', 'XT98092', 1, 10.00, 1, 45.00, 22.00, '2021-02-17', '2021-02-24', 1, 1, 1, 1, NULL, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(3, 3, 'Coupon Asia 05', 'XT98093', 1, 10.00, 1, 40.00, 23.00, '2021-02-17', '2021-02-24', 1, 1, 1, 1, NULL, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(4, 1, 'Coupon Asia 01', 'XT98091', 1, 10.00, 1, 44.00, 21.00, '2021-02-17', '2021-02-24', 2, 1, 1, 1, NULL, '2021-02-17 07:17:48', '2021-02-17 07:17:48'),
(5, 2, 'Coupon Asia 07', 'XT98092', 1, 10.00, 1, 41.00, 27.00, '2021-02-17', '2021-02-24', 2, 1, 1, 1, NULL, '2021-02-17 07:17:48', '2021-02-17 07:17:48'),
(6, 3, 'Coupon Asia 01', 'XT98093', 1, 10.00, 1, 43.00, 21.00, '2021-02-17', '2021-02-24', 2, 1, 1, 1, NULL, '2021-02-17 07:17:48', '2021-02-17 07:17:48'),
(7, 1, 'Coupon Asia 07', 'XT98091', 1, 10.00, 1, 49.00, 27.00, '2021-02-17', '2021-02-24', 3, 1, 1, 1, NULL, '2021-02-17 07:17:48', '2021-02-17 07:17:48'),
(8, 2, 'Coupon Asia 05', 'XT98092', 1, 10.00, 1, 46.00, 27.00, '2021-02-17', '2021-02-24', 3, 1, 1, 1, NULL, '2021-02-17 07:17:48', '2021-02-17 07:17:48'),
(9, 3, 'Coupon Asia 09', 'XT98093', 1, 10.00, 1, 40.00, 26.00, '2021-02-17', '2021-02-24', 3, 1, 1, 1, NULL, '2021-02-17 07:17:48', '2021-02-17 07:17:48');

-- --------------------------------------------------------

--
-- Table structure for table `courses`
--

CREATE TABLE `courses` (
  `id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED DEFAULT NULL,
  `subcategory_id` int(11) DEFAULT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `class_id` int(11) DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `lang_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `thumbnail` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` double(8,2) NOT NULL DEFAULT '0.00',
  `discount_price` double(8,2) DEFAULT NULL,
  `publish` tinyint(1) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `level` int(10) UNSIGNED DEFAULT '4',
  `trailer_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `host` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_keywords` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `about` text COLLATE utf8mb4_unicode_ci,
  `special_commission` double(8,2) DEFAULT NULL,
  `total_enrolled` int(11) NOT NULL DEFAULT '0',
  `reveune` double(8,2) NOT NULL DEFAULT '0.00',
  `reveiw` double(8,2) NOT NULL DEFAULT '0.00',
  `type` int(11) NOT NULL DEFAULT '1' COMMENT '1=Course, 2=Quiz',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_comments`
--

CREATE TABLE `course_comments` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `instructor_id` int(10) UNSIGNED NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `comment` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_comment_replies`
--

CREATE TABLE `course_comment_replies` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `course_id` int(10) UNSIGNED NOT NULL,
  `comment_id` int(10) UNSIGNED NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `reply` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_enrolleds`
--

CREATE TABLE `course_enrolleds` (
  `id` int(10) UNSIGNED NOT NULL,
  `tracking` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '1',
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `purchase_price` double(8,2) NOT NULL,
  `coupon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `discount_amount` double(8,2) NOT NULL DEFAULT '0.00',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `reveune` double(8,2) NOT NULL DEFAULT '0.00',
  `reason` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_exercises`
--

CREATE TABLE `course_exercises` (
  `id` int(10) UNSIGNED NOT NULL,
  `course_id` int(11) NOT NULL,
  `fileName` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lock` tinyint(1) NOT NULL DEFAULT '1',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `course_reveiws`
--

CREATE TABLE `course_reveiws` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `comment` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `star` double(8,2) NOT NULL DEFAULT '5.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `currencies`
--

CREATE TABLE `currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `symbol` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `conversion_rate` double NOT NULL DEFAULT '1',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `currencies`
--

INSERT INTO `currencies` (`id`, `name`, `code`, `symbol`, `conversion_rate`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Leke', 'ALL', 'Lek', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(2, 'Dollars', 'USD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(3, 'Afghanis', 'AFN', '؋', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(4, 'Pesos', 'ARS', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(5, 'Guilders', 'AWG', 'ƒ', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(6, 'Dollars', 'AUD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(7, 'New Manats', 'AZN', 'ман', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(8, 'Dollars', 'BSD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(9, 'Dollars', 'BBD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(10, 'Rubles', 'BYR', 'p.', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(11, 'Euro', 'EUR', '€', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(12, 'Dollars', 'BZD', 'BZ$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(13, 'Dollars', 'BMD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(14, 'Bolivianos', 'BOB', '$b', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(15, 'Convertible Marka', 'BAM', 'KM', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(16, 'Pula', 'BWP', 'P', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(17, 'Leva', 'BGN', 'лв', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(18, 'Reais', 'BRL', 'R$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(19, 'Pounds', 'GBP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(20, 'Dollars', 'BND', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(21, 'Riels', 'KHR', '៛', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(22, 'Dollars', 'CAD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(23, 'Dollars', 'KYD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(24, 'Pesos', 'CLP', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(25, 'Yuan Renminbi', 'CNY', '¥', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(26, 'Pesos', 'COP', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(27, 'Colón', 'CRC', '₡', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(28, 'Kuna', 'HRK', 'kn', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(29, 'Pesos', 'CUP', '₱', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(30, 'Koruny', 'CZK', 'Kč', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(31, 'Kroner', 'DKK', 'kr', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(32, 'Pesos', 'DOP ', 'RD$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(33, 'Dollars', 'XCD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(34, 'Pounds', 'EGP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(35, 'Colones', 'SVC', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(36, 'Pounds', 'FKP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(37, 'Dollars', 'FJD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(38, 'Cedis', 'GHC', '¢', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(39, 'Pounds', 'GIP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(40, 'Quetzales', 'GTQ', 'Q', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(41, 'Pounds', 'GGP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(42, 'Dollars', 'GYD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(43, 'Lempiras', 'HNL', 'L', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(44, 'Dollars', 'HKD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(45, 'Forint', 'HUF', 'Ft', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(46, 'Kronur', 'ISK', 'kr', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(47, 'Rupees', 'INR', '₹', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(48, 'Rupiahs', 'IDR', 'Rp', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(49, 'Rials', 'IRR', '﷼', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(50, 'Pounds', 'IMP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(51, 'New Shekels', 'ILS', '₪', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(52, 'Dollars', 'JMD', 'J$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(53, 'Yen', 'JPY', '¥', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(54, 'Pounds', 'JEP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(55, 'Tenge', 'KZT', 'лв', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(56, 'Won', 'KPW', '₩', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(57, 'Won', 'KRW', '₩', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(58, 'Soms', 'KGS', 'лв', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(59, 'Kips', 'LAK', '₭', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(60, 'Lati', 'LVL', 'Ls', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(61, 'Pounds', 'LBP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(62, 'Dollars', 'LRD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(63, 'Switzerland Francs', 'CHF', 'CHF', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(64, 'Litai', 'LTL', 'Lt', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(65, 'Denars', 'MKD', 'ден', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(66, 'Ringgits', 'MYR', 'RM', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(67, 'Rupees', 'MUR', '₨', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(68, 'Pesos', 'MXN', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(69, 'Tugriks', 'MNT', '₮', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(70, 'Meticais', 'MZN', 'MT', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(71, 'Dollars', 'NAD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(72, 'Rupees', 'NPR', '₨', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(73, 'Guilders', 'ANG', 'ƒ', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(74, 'Dollars', 'NZD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(75, 'Cordobas', 'NIO', 'C$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(76, 'Nairas', 'NGN', '₦', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(77, 'Krone', 'NOK', 'kr', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(78, 'Rials', 'OMR', '﷼', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(79, 'Rupees', 'PKR', '₨', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(80, 'Balboa', 'PAB', 'B/.', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(81, 'Guarani', 'PYG', 'Gs', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(82, 'Nuevos Soles', 'PEN', 'S/.', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(83, 'Pesos', 'PHP', 'Php', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(84, 'Zlotych', 'PLN', 'zł', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(85, 'Rials', 'QAR', '﷼', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(86, 'New Lei', 'RON', 'lei', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(87, 'Rubles', 'RUB', 'руб', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(88, 'Pounds', 'SHP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(89, 'Riyals', 'SAR', '﷼', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(90, 'Dinars', 'RSD', 'Дин.', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(91, 'Rupees', 'SCR', '₨', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(92, 'Dollars', 'SGD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(93, 'Dollars', 'SBD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(94, 'Shillings', 'SOS', 'S', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(95, 'Rand', 'ZAR', 'R', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(96, 'Rupees', 'LKR', '₨', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(97, 'Kronor', 'SEK', 'kr', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(98, 'Dollars', 'SRD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(99, 'Pounds', 'SYP', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(100, 'New Dollars', 'TWD', 'NT$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(101, 'Baht', 'THB', '฿', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(102, 'Dollars', 'TTD', 'TT$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(103, 'Lira', 'TRY', 'TL', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(104, 'Liras', 'TRL', '£', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(105, 'Dollars', 'TVD', '$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(106, 'Hryvnia', 'UAH', '₴', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(107, 'Pesos', 'UYU', '$U', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(108, 'Sums', 'UZS', 'лв', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(109, 'Bolivares Fuertes', 'VEF', 'Bs', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(110, 'Dong', 'VND', '₫', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(111, 'Rials', 'YER', '﷼', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(112, 'Taka', 'BDT', '৳', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(113, 'Zimbabwe Dollars', 'ZWD', 'Z$', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(114, 'Kenya', 'KES', 'KSh', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(115, 'Nigeria', 'naira', '₦', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(116, 'Ghana', 'GHS', 'GH₵', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(117, 'Ethiopian', 'ETB', 'Br', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(118, 'Tanzania', 'TZS', 'TSh', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(119, 'Uganda', 'UGX', 'USh', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(120, 'Rwandan', 'FRW', 'FRw', 1, 1, '2021-02-17 07:17:46', '2021-02-17 07:17:46');

-- --------------------------------------------------------

--
-- Table structure for table `date_formats`
--

CREATE TABLE `date_formats` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `format` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `normal_view` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `date_formats`
--

INSERT INTO `date_formats` (`id`, `format`, `normal_view`, `status`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'jS M, Y', '17th May, 2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(2, 'Y-m-d', '2019-05-17', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(3, 'Y-d-m', '2019-17-05', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(4, 'd-m-Y', '17-05-2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(5, 'm-d-Y', '05-17-2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(6, 'Y/m/d', '2019/05/17', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(7, 'Y/d/m', '2019/17/05', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(8, 'd/m/Y', '17/05/2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(9, 'm/d/Y', '05/17/2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(10, 'l jS \\of F Y', 'Monday 17th of May 2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(11, 'jS \\of F Y', '17th of May 2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(12, 'g:ia \\o\\n l jS F Y', '12:00am on Monday 17th May 2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(13, 'F j, Y, g:i a', 'May 7, 2019, 6:20 pm', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(14, 'F j, Y', 'May 17, 2019', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46'),
(15, '\\i\\t \\i\\s \\t\\h\\e jS \\d\\a\\y', 'it is the 17th day', 1, 1, 1, '2021-02-16 19:17:46', '2021-02-17 07:17:46');

-- --------------------------------------------------------

--
-- Table structure for table `deposit_records`
--

CREATE TABLE `deposit_records` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `method` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `response` json DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `email_settings`
--

CREATE TABLE `email_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `email_engine_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `from_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `from_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_driver` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_host` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_port` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_username` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_password` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_encryption` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `api_key` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `email_settings`
--

INSERT INTO `email_settings` (`id`, `email_engine_type`, `from_name`, `from_email`, `mail_driver`, `mail_host`, `mail_port`, `mail_username`, `mail_password`, `mail_encryption`, `active_status`, `api_key`, `created_at`, `updated_at`) VALUES
(1, 'php', 'System Admin', 'admin@lms.com', 'php', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(2, 'smtp', 'System Admin', 'admin@lms.com', 'smtp', 'mail.uxseven.com', '465', 'test@uxseven.com', 'TOZ,2TdYn+Hp', 'ssl', 0, NULL, NULL, NULL),
(3, 'sendgrid', 'Admin', 'info@pangea-technology.com', NULL, NULL, NULL, NULL, NULL, NULL, 0, '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', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `email_templates`
--

CREATE TABLE `email_templates` (
  `id` int(10) UNSIGNED NOT NULL,
  `act` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subj` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `shortcodes` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `email_templates`
--

INSERT INTO `email_templates` (`id`, `act`, `name`, `subj`, `email_body`, `shortcodes`, `status`, `created_at`, `updated_at`) VALUES
(1, 'OffLine_Payment', 'OffLine Payment', 'Offline Payment Request Approved', '{{amount}} {{currency}} added to your balance by offline payment method at {{time}}  {{footer}} ', '{\"amount\":\"Request Amount\",\"time\":\"Balance Added Time\",\"currency\":\"User Currency\",\"footer\":\"Email footer\"}', 1, '2021-02-16 19:17:43', NULL),
(2, 'Bank_Payment', 'Bank Payment', 'Bank Payment Request Approved', '{{amount}} {{currency}} added to your balance by bank payment method at {{time}}  {{footer}} ', '{\"amount\":\"Request Amount\",\"time\":\"Balance Added Time\",\"currency\":\"User Currency\",\"footer\":\"Email footer\"}', 1, '2021-02-16 19:17:43', NULL),
(3, 'Course_Enroll_Payment', 'Course Enroll Payment ', 'Course Enroll Successfully', 'You have enroll  {{course}}  . Your enrolled have been successfully .  Course Price :  {{price}} {{currency}}   . You are already paid {{price}}  {{currency}} via {{gateway}} on {{time}} . Your course instructor {{instructor}}.  {{footer}} ', '{\"time\":\"Enroll  Time\",\"currency\":\"User Currency\",\"course\":\"Course Title\",\"price\":\"Course Purchase Price\",\"instructor\":\"Course Instructor Name\",\"gateway\":\"Payment Method\"}', 1, '2021-02-16 19:17:43', NULL),
(4, 'Course_Publish_Successfully', 'Course Publish Successfully ', 'Course Publish Successfully ', '{{course}} publish successfully at {{time}}. {{footer}} ', '{\"time\":\"Publish Time\",\"course\":\"Course\" }', 1, '2021-02-16 19:17:43', NULL),
(5, 'Course_Chapter_Added', 'Course Chapter Added', 'New Course Chapter Added ', ' {{chapter}} new chapter added under this {{course}}  publish successfully at {{time}}. {{footer}} ', '{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\"}', 1, '2021-02-16 19:17:43', NULL),
(6, 'Course_Lesson_Added', 'Course Lesson Added', 'New Lesson Added ', ' {{lesson}} lesson added under {{chapter}}\n            chapter of  {{course}} at  {{time}}. {{footer}} ', '{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\",\"lesson\":\"Lesson Name\"}', 1, '2021-02-16 19:17:43', NULL),
(7, 'Course_Quiz_Added', 'Course Quiz Added', 'New Quiz Added ', ' {{quiz}} Quiz added under {{chapter}}\n            chapter of  {{course}} at  {{time}}. {{footer}}  ', '{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\",\"quiz\":\"Quiz Name\"}', 1, '2021-02-16 19:17:43', NULL),
(8, 'Course_ExerciseFile_Added', 'Course ExerciseFile Added', 'Course ExerciseFile Added', 'New exercise file {{filename}} added under  {{course}}  at  {{time}}. {{footer}} ', '{\"time\":\"Publish Time\",\"course\":\"Course\",\"filename\":\"File Name\"}', 1, '2021-02-16 19:17:43', NULL),
(9, 'Course_Unpublished', 'Course Unpublished', 'Course Unpublished', '{{course}} Unpublished at {{time}}. {{footer}} ', '{\"time\":\"Unpublished Time\",\"course\":\"Course\"}', 1, '2021-02-16 19:17:43', NULL),
(10, 'Enroll_notify_Instructor', 'New Enroll Notification', 'New Enroll Notification', '{{course}} have new enrolled at  {{time}}  Purchase price {{price}} {{currency}} & Your Revenue is {{rev}} {{currency}}. {{footer}}  ', '{\"time\":\"Enroll Time\",\"course\":\"Course Title\",\"price\":\"Purchase Price\",\"rev\":\"Instructor Revenue\",\"currency\":\"User Currency Symbol\"}', 1, '2021-02-16 19:17:43', NULL),
(11, 'Monthend_Payout_Info', 'Instructor Payout Month end', 'Instructor Payout Month end', 'You have sold  {{sell}} {{cur}} in {{date}}. Your Revenue & Payout Amount is {{revenue}} {{cur}} . Your payout is processing by {{gateway}}. {{footer}}  ', '{\"date\":\"Payout Month & Year\",\"cur\":\"Instructor Currency\",\"sell\":\"Total Sell This Period\",\"revenue\":\"Instructor Revenue This Period\",\"gateway\":\"Payout Method\"}', 1, '2021-02-16 19:17:43', NULL),
(12, 'Monthend_Payout_Successfully', 'Instructor Payout Successfully', 'Instructor Payout Successfully', 'You have sold  {{sell}} {{cur}} in {{date}}. Your Revenue & Payout Amount is {{revenue}} {{cur}} . Your payout is processing by {{gateway}}  & it was successes. {{footer}}  ', '{\"date\":\"Payout Month & Year\",\"cur\":\"Instructo...', 1, '2021-02-16 19:17:43', NULL),
(13, 'Monthend_Payout_Decline', 'Instructor Payout Decline', 'Instructor Payout Decline', 'You have sold  {{sell}} {{cur}} in {{date}}. Your Revenue & Payout Amount is {{revenue}} {{cur}} . Your payout is processing by {{gateway}}  & it was declined. {{footer}} ', '{\"date\":\"Payout Month & Year\",\"cur\":\"Instructor Currency\",\"sell\":\"Total Sell This Period\",\"revenue\":\"Instructor Revenue This Period\",\"gateway\":\"Payout Method\"}', 1, '2021-02-16 19:17:43', NULL),
(14, 'Course_comment', 'New comment on course', 'Your Course Have New Comment', '{{course}} have new comment at {{time}} & comment is {{comment}}. {{footer}}  ', '{\"time\":\"Submit Time\",\"course\":\"Course Title\",\"comment\":\"Course Comment\"}', 1, '2021-02-16 19:17:43', NULL),
(15, 'Course_comment_Reply', 'New Reply on Comment', 'New Reply on Comment', '{{course}} have new reply at {{time}} & comment is {{comment}} and reply is {{reply}}. {{footer}} ', '{\"time\":\"Submit Time\",\"course\":\"Course Title\",\"comment\":\"Course Comment\",\"reply\":\"Comment Reply\"}', 1, '2021-02-16 19:17:43', NULL),
(16, 'Course_Review', 'New Review on course', 'New Review on course', '{{course}} have new review at {{time}} & review is {{review}} & {{star}}. {{footer}} ', '{\"time\":\"Submit Time\",\"course\":\"Course Title\",\"review\":\"Review\",\"star\":\"Review Star\"}', 1, '2021-02-16 19:17:43', NULL),
(17, 'PASS_UPDATE', 'Password update', 'Password update Successfully ', 'Your password has been changed successfully done at {{time}}. {{footer}} ', '{\"time\":\"Time\"}', 1, '2021-02-16 19:17:43', NULL),
(18, 'Email_Verification', 'Email Verification Link', 'Email Verification Link', 'Email Verification Link {{code}}. {{footer}} ', '{\"code\":\"Verification code\"}', 1, '2021-02-16 19:17:43', NULL),
(19, 'Enroll_Rejected', 'Course Enroll Rejected By Admin', 'Course Enroll Rejected By Admin', 'You have enrolled {{course}} on this course . Admin rejected your enrollment because of {{reason}}  at {{time}}. {{footer}} ', '{\"course\":\"Course Name\",\"time\":\"Reject Time\",\"reason\":\"Reason Of Enroll Rejection\"}', 1, '2021-02-16 19:17:43', NULL),
(20, 'Enroll_Enabled', 'Course Enroll Enabled By Admin', 'Course Enroll Enabled By Admin', 'You have enrolled {{course}} on this course . Admin re enable your enrollment because of at {{time}}. {{footer}}  ', '{\"course\":\"Course Name\",\"time\":\"Enable Time\"}', 1, '2021-02-16 19:17:43', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `footer_categories`
--

CREATE TABLE `footer_categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `footer_categories`
--

INSERT INTO `footer_categories` (`id`, `title`, `description`, `placeholder`, `created_at`, `updated_at`) VALUES
(1, 'Company', NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(2, 'Products', NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(3, 'Support', NULL, NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(4, 'Stay Up to Date', 'By giving us your email, you agree to our Terms of Service and Privacy Policy.', 'Enter Your Email', '2021-02-17 07:17:45', '2021-02-17 07:17:45'),
(5, 'Bottom Footer Part', '<p>@InfixLMS - Ultimate Learning Management All Rights Reserved to - <a href=\"https://codecanyon.net/user/codethemes/portfolio\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(254', NULL, '2021-02-17 07:17:45', '2021-02-17 07:17:45');

-- --------------------------------------------------------

--
-- Table structure for table `footer_contents`
--

CREATE TABLE `footer_contents` (
  `id` int(10) UNSIGNED NOT NULL,
  `footer_category_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `footer_widgets`
--

CREATE TABLE `footer_widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `category` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `page` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `page_id` int(11) NOT NULL,
  `section` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_static` tinyint(1) NOT NULL DEFAULT '1',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `footer_widgets`
--

INSERT INTO `footer_widgets` (`id`, `user_id`, `name`, `slug`, `description`, `category`, `page`, `page_id`, `section`, `is_static`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Unlock Your Potential', 'unlock-your-potential', 'Do you ever feel like you have the potential to do great things with your life, but just aren’t sure how to start? We know that feeling very well, as it’s taken me years of reflection to figure out what activities makes you feel happy and fulfilled. We hope we will give you a gentle shove in the right direction', '1', '', 0, '1', 1, 1, NULL, NULL),
(2, 1, 'Privacy policy and cookie policy', 'privacy-policy-and-cookie-policy', 'A Privacy Policy is a legal document that explains the different ways you collect and manage a user\'s personal data. It is one of the most important legal documents for your website.A Cookies Policy is a policy explaining detailed and specific information about the cookies your website uses. The policy should explain the use of cookies and how a user can limit or prevent the placement of cookies on a device.Your website might need a separate Cookies Policy and Privacy Policy depending on your target audience and the privacy laws affecting your business.', '1', '', 0, '1', 1, 1, NULL, NULL),
(3, 1, 'Sitemap', 'sitemap', 'Sitemap, or XML sitemap, is a list of different pages on a website. XML is short for “extensible markup language,” which is a way to display information on a site. I\'ve consulted with so many website owners who are intimidated by this concept because sitemaps are considered a technical component of SEO', '1', '', 0, '1', 1, 1, NULL, NULL),
(4, 1, 'Featured courses', 'featured-courses', 'Sitemap, or XML sitemap, is a list of different pages on a website. XML is short for “extensible markup language,” which is a way to display information on a site. I\'ve consulted with so many website owners who are intimidated by this concept because sitemaps are considered a technical component of SEO', '1', '', 0, '1', 1, 1, NULL, NULL),
(5, 1, 'Join Us', 'join-us', 'Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path.', '1', '', 0, '1', 1, 1, NULL, NULL),
(6, 1, 'InfixEdu for Business', 'infixedu-for-business', '\'Think about your specific user experience, and the journey the user will go through as they navigate your site,\' added Gabriel Shaoolian, CEO of website design and digital marketing agency Blue Fountain Media. \'Whatever the fundamental goal of your website is or whatever the focus may be, users should be easily able to achieve it, and the goal itself should be reinforced as users navigate throughout your site.\'If you don\'t plan to accept payments through your website, you won\'t have as much work to do in setting it up. If you are a retailer or service provider and want to offer customers the option to pay online, you\'ll need to use an external service to receive your payments, which we\'ll discuss later in this article. ', '2', '', 0, '2', 1, 1, NULL, NULL),
(7, 1, 'Teach on InfixEdu', 'teach-on-infixedu', 'From lesson plans and reproducibles to mini-books and differentiated collections, Scholastic Teachables has everything you need to go with your lessons in every subject. It’s the best of Scholastic classroom resources right at your fingertips.Best for Finding and Leveling Books: Book Wizard Use Scholastic’s Book Wizard to level your classroom library, discover resources for the books you teach, and find books at just the right level for students with Guided Reading, Lexile® Measure, and DRA levels for children\'s books. Best for Craft Projects: Crayola For Educators FInd hundreds of standards-based lesson plans, crafts, and activities for every grade level, plus art techniques for beginners to practiced artists. Here you will find what you need to supplement learning in every subject.', '2', '', 0, '2', 1, 1, NULL, NULL),
(8, 1, 'Get the app', 'get-the-app', 'Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path', '2', '', 0, '2', 1, 1, NULL, NULL),
(9, 1, 'About us', 'about-us', 'Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path', '2', 'about', 0, '2', 0, 1, NULL, NULL),
(10, 1, 'Contact us', 'contact-us', 'Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path', '2', 'contact', 0, '2', 0, 1, NULL, NULL),
(11, 1, 'Careers', 'careers', 'Go Beyond Traditional Careers and Build Your Dreams with Us\r\n\r\nAt LMS, we believe in working hard, failing fast and learning every second. We are constantly exploring ways of making our customers life simple and empowered.\r\n\r\nWe are a family of youthful and diverse risk-takers and challengers who are solving global problems through transformation and disruption.\r\n\r\nWe are what our teacher and students are- the number one in the industry; and the greatest way we reward them is through the opportunity to Go Beyond in developing a nation through education', '3', 'contact', 0, '3', 1, 1, NULL, NULL),
(12, 1, 'Blog', 'blogs', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', '3', 'blogs', 0, '3', 0, 1, NULL, NULL),
(13, 1, 'Help and Support', 'help-and-support', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', '3', '', 0, '3', 1, 1, NULL, NULL),
(14, 1, 'Affiliate', 'affiliate', 'Affiliate marketing is a type of performance-based marketing in which a business rewards one or Lorem ipsum dolor sit amet, consectetur adipisicing elit. Autem dolorem earum, et eum illum, laudantium maxime nesciunt non nulla, rerum sed similique sunt voluptatem. Commodi corporis ex illum nihil odio?  more affiliates for each visitor or customer brought by the affiliate\'s own marketing efforts', '3', '', 0, '3', 1, 1, NULL, NULL),
(15, 1, 'Terms', 'terms', 'A terminologist intends to hone categorical organization by improving the accuracy and content of its terminology. Technical industries and standardization institutes compile their own glossaries. This provides the consistency needed in the various areas—fields and branches, movements and specialties—to work with core terminology to then offer material for the discipline\'s traditional and doctrinal literature.\r\n\r\nTerminology is also then key in boundary-crossing problems, such as in language translation and social epistemology. Terminology helps to build bridges and to extend one area into another. Translators research the terminology of the languages they translate. Terminology is taught alongside translation in universities and translation schools. Large translation departments and translation bureaus have a Terminology section', '3', '', 0, '3', 1, 1, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `frontend_settings`
--

CREATE TABLE `frontend_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `section` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btn_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `frontend_settings`
--

INSERT INTO `frontend_settings` (`id`, `section`, `title`, `description`, `btn_name`, `btn_link`, `url`, `icon`, `status`, `created_at`, `updated_at`) VALUES
(1, 'banner', 'Learn from the best in the world', 'Learn from industry experts who are passionate about teaching.', 'Browse Course', NULL, NULL, NULL, 1, '2021-02-17 07:17:44', '2021-02-17 07:17:44'),
(2, 'cta_part', 'Insights to lead skills to the believer', 'Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.', NULL, NULL, NULL, NULL, 1, '2021-02-17 07:17:44', '2021-02-17 07:17:44'),
(3, 'course_detail_left', 'Online courses', 'Explore a variety of fresh topics', NULL, NULL, 'courses', 'fas fa-book-open', 1, '2021-02-17 07:17:44', '2021-02-17 07:17:44'),
(4, 'course_detail_mid', 'Teacher directory', 'Learn from industry experts', NULL, NULL, 'pages/1/teacher-directory', 'fas fa-chalkboard-teacher', 1, '2021-02-17 07:17:44', '2021-02-17 07:17:44'),
(5, 'course_detail_right', 'Unlimited access', 'Learn on your schedule', NULL, NULL, 'pages/2/features', 'fas fa-universal-access', 1, '2021-02-17 07:17:44', '2021-02-17 07:17:44');

-- --------------------------------------------------------

--
-- Table structure for table `front_pages`
--

CREATE TABLE `front_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci,
  `title` text COLLATE utf8mb4_unicode_ci,
  `sub_title` text COLLATE utf8mb4_unicode_ci,
  `details` longtext COLLATE utf8mb4_unicode_ci,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `is_static` tinyint(4) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `front_pages`
--

INSERT INTO `front_pages` (`id`, `name`, `title`, `sub_title`, `details`, `slug`, `status`, `is_static`, `created_at`, `updated_at`) VALUES
(1, 'Teacher directory', 'Teacher directory', 'Learn from industry experts', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\n            ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book', 'teacher-directory', 1, 1, '2021-02-17 07:17:51', '2021-02-17 07:17:51'),
(2, 'Unlimited access', 'Unlimited access', 'Learn on your schedule', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text\n            ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book', 'feature', 1, 1, '2021-02-17 07:17:51', '2021-02-17 07:17:51');

-- --------------------------------------------------------

--
-- Table structure for table `general_settings`
--

CREATE TABLE `general_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `site_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'Infix LMS',
  `company_info` longtext COLLATE utf8mb4_unicode_ci,
  `zip_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `vat_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `currency_id` int(11) DEFAULT '112',
  `logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `logo2` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `favicon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `system_version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '1.0',
  `active_status` int(11) DEFAULT '1',
  `website_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ttl_rtl` int(11) NOT NULL DEFAULT '2',
  `phone_number_privacy` int(11) NOT NULL DEFAULT '1',
  `language_id` int(10) UNSIGNED DEFAULT '19',
  `date_format_id` int(10) UNSIGNED DEFAULT '1',
  `software_version` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_signature` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_header` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_footer` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mail_protocol` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_zone_id` int(11) DEFAULT '83',
  `country_id` int(11) DEFAULT '19',
  `city` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'Dhaka',
  `state` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'Dhaka',
  `fb` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'https://facebook.com/',
  `twitter` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'https://twitter.com/',
  `youtube` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'https://youtube.com/',
  `linkedin` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'https://www.linkedin.com/',
  `copyright_text` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Copyright © 2021 InfixLMS. All rights reserved',
  `commission` double(8,2) NOT NULL DEFAULT '40.00',
  `recapthca` tinyint(1) NOT NULL DEFAULT '0',
  `recaptcha_key` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `recaptcha_secret` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `template_id` tinyint(4) NOT NULL DEFAULT '3' COMMENT '1 => Default Template, 2 => Dark Template & 3 => Dark Two Template',
  `instructor_reg` tinyint(1) NOT NULL DEFAULT '1',
  `email_template` text COLLATE utf8mb4_unicode_ci,
  `meta_keywords` text COLLATE utf8mb4_unicode_ci,
  `meta_description` text COLLATE utf8mb4_unicode_ci,
  `currency_conversion` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Fixer',
  `device_limit` int(11) NOT NULL DEFAULT '2',
  `email_notification` tinyint(1) NOT NULL DEFAULT '0',
  `show_drip` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 = all; 1=only unlocked',
  `AmazonS3` tinyint(1) NOT NULL DEFAULT '0',
  `BBB` tinyint(1) NOT NULL DEFAULT '0',
  `Sslcommerz` tinyint(1) NOT NULL DEFAULT '0',
  `Zoom` tinyint(1) NOT NULL DEFAULT '0',
  `lat` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '23.806931' COMMENT 'Latitude',
  `lng` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '90.368709' COMMENT 'Longitude',
  `zoom_level` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '11' COMMENT 'Zoom Level',
  `gmap_key` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'AIzaSyA7nx22ZmINYk9TGiXDEXGVxghC43Ox6qA' COMMENT 'Google Api Key',
  `fixer_key` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '0bd244e811264242d56e1759c93a3f1a' COMMENT 'Fixer Api Key',
  `footer_about_title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'About',
  `footer_about_description` text COLLATE utf8mb4_unicode_ci,
  `footer_copy_right` text COLLATE utf8mb4_unicode_ci,
  `footer_section_one_title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Support Zone',
  `footer_section_two_title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Company Info',
  `footer_section_three_title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Explore Services',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `general_settings`
--

INSERT INTO `general_settings` (`id`, `site_title`, `company_info`, `zip_code`, `vat_number`, `address`, `phone`, `email`, `currency_id`, `logo`, `logo2`, `favicon`, `system_version`, `active_status`, `website_url`, `ttl_rtl`, `phone_number_privacy`, `language_id`, `date_format_id`, `software_version`, `mail_signature`, `mail_header`, `mail_footer`, `mail_protocol`, `time_zone_id`, `country_id`, `city`, `state`, `fb`, `twitter`, `youtube`, `linkedin`, `copyright_text`, `commission`, `recapthca`, `recaptcha_key`, `recaptcha_secret`, `template_id`, `instructor_reg`, `email_template`, `meta_keywords`, `meta_description`, `currency_conversion`, `device_limit`, `email_notification`, `show_drip`, `AmazonS3`, `BBB`, `Sslcommerz`, `Zoom`, `lat`, `lng`, `zoom_level`, `gmap_key`, `fixer_key`, `footer_about_title`, `footer_about_description`, `footer_copy_right`, `footer_section_one_title`, `footer_section_two_title`, `footer_section_three_title`, `created_at`, `updated_at`) VALUES
(1, 'Infix LMS', NULL, '1205', NULL, '89/2 Panthapath, Dhaka 1215, Bangladesh', '+8801841412141', 'info@spondonit.com', 112, 'public/uploads/settings/logo.png', 'public/uploads/settings/logo.png', 'public/uploads/settings/favicon.png', '1.0', 1, NULL, 2, 1, 19, 1, NULL, NULL, NULL, NULL, NULL, 83, 19, 'Dhaka', 'Dhaka', 'https://facebook.com/', 'https://twitter.com/', 'https://youtube.com/', 'https://www.linkedin.com/', 'Copyright © 2021 InfixLMS. All rights reserved | Made By CodeThemes ', 40.00, 0, NULL, NULL, 3, 1, NULL, NULL, NULL, 'Fixer', 2, 0, 0, 0, 0, 0, 0, '23.806931', '90.368709', '11', 'AIzaSyA7nx22ZmINYk9TGiXDEXGVxghC43Ox6qA', '0bd244e811264242d56e1759c93a3f1a', 'About', NULL, 'Copyright © 2021 InfixLMS. All rights reserved | Made By  <a href=\"https://spondonit.com\" target=\"_blank\"><span style=\"color:#D12053\">CodeThemes</span></a>', 'Support Zone', 'Company Info', 'Explore Services', '2021-02-17 07:17:47', '2021-02-17 07:17:47');

-- --------------------------------------------------------

--
-- Table structure for table `home_contents`
--

CREATE TABLE `home_contents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slider_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slider_text` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `testimonial_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `home_contents`
--

INSERT INTO `home_contents` (`id`, `slider_title`, `slider_text`, `testimonial_title`, `active_status`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'For every student, every classroom. Real results.', 'Build skills with courses, certificates, and degrees online from world-class universities and companies', 'What Our Student Have To Say', 1, 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50');

-- --------------------------------------------------------

--
-- Table structure for table `image_galleries`
--

CREATE TABLE `image_galleries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `thumbnail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `created_by` bigint(20) NOT NULL DEFAULT '1',
  `update_by` bigint(20) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `infix_module_managers`
--

CREATE TABLE `infix_module_managers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `version` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `update_url` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `purchase_code` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `installed_domain` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `activated_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `instructor_payouts`
--

CREATE TABLE `instructor_payouts` (
  `id` int(10) UNSIGNED NOT NULL,
  `instructor_id` int(11) NOT NULL,
  `reveune` double(8,2) NOT NULL DEFAULT '0.00',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `native` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `json_exist` tinyint(4) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `code`, `name`, `native`, `rtl`, `status`, `json_exist`, `created_at`, `updated_at`) VALUES
(1, 'af', 'Afrikaans', 'Afrikaans', 0, 0, 0, NULL, NULL),
(2, 'am', 'Amharic', 'አማርኛ', 0, 0, 0, NULL, NULL),
(3, 'ar', 'Arabic', 'العربية', 1, 1, 0, NULL, NULL),
(4, 'ay', 'Aymara', 'Aymar', 0, 0, 0, NULL, NULL),
(5, 'az', 'Azerbaijani', 'Azərbaycanca / آذربايجان', 0, 0, 0, NULL, NULL),
(6, 'be', 'Belarusian', 'Беларуская', 0, 0, 0, NULL, NULL),
(7, 'bg', 'Bulgarian', 'Български', 0, 0, 0, NULL, NULL),
(8, 'bi', 'Bislama', 'Bislama', 0, 0, 0, NULL, NULL),
(9, 'bn', 'Bengali', 'বাংলা', 0, 1, 0, NULL, NULL),
(10, 'bs', 'Bosnian', 'Bosanski', 0, 0, 0, NULL, NULL),
(11, 'ca', 'Catalan', 'Català', 0, 0, 0, NULL, NULL),
(12, 'ch', 'Chamorro', 'Chamoru', 0, 0, 0, NULL, NULL),
(13, 'cs', 'Czech', 'Česky', 0, 0, 0, NULL, NULL),
(14, 'da', 'Danish', 'Dansk', 0, 0, 0, NULL, NULL),
(15, 'de', 'German', 'Deutsch', 0, 0, 0, NULL, NULL),
(16, 'dv', 'Divehi', 'ދިވެހިބަސް', 1, 0, 0, NULL, NULL),
(17, 'dz', 'Dzongkha', 'ཇོང་ཁ', 0, 0, 0, NULL, NULL),
(18, 'el', 'Greek', 'Ελληνικά', 0, 0, 0, NULL, NULL),
(19, 'en', 'English', 'English', 0, 1, 0, NULL, NULL),
(20, 'es', 'Spanish', 'Español', 0, 0, 0, NULL, NULL),
(21, 'et', 'Estonian', 'Eesti', 0, 0, 0, NULL, NULL),
(22, 'eu', 'Basque', 'Euskara', 0, 0, 0, NULL, NULL),
(23, 'fa', 'Persian', 'فارسی', 1, 0, 0, NULL, NULL),
(24, 'ff', 'Peul', 'Fulfulde', 0, 0, 0, NULL, NULL),
(25, 'fi', 'Finnish', 'Suomi', 0, 0, 0, NULL, NULL),
(26, 'fj', 'Fijian', 'Na Vosa Vakaviti', 0, 0, 0, NULL, NULL),
(27, 'fo', 'Faroese', 'Føroyskt', 0, 0, 0, NULL, NULL),
(28, 'fr', 'French', 'Français', 0, 0, 0, NULL, NULL),
(29, 'ga', 'Irish', 'Gaeilge', 0, 0, 0, NULL, NULL),
(30, 'gl', 'Galician', 'Galego', 0, 0, 0, NULL, NULL),
(31, 'gn', 'Guarani', 'Avañe\'ẽ', 0, 0, 0, NULL, NULL),
(32, 'gv', 'Manx', 'Gaelg', 0, 0, 0, NULL, NULL),
(33, 'he', 'Hebrew', 'עברית', 1, 0, 0, NULL, NULL),
(34, 'hi', 'Hindi', 'हिन्दी', 0, 0, 0, NULL, NULL),
(35, 'hr', 'Croatian', 'Hrvatski', 0, 0, 0, NULL, NULL),
(36, 'ht', 'Haitian', 'Krèyol ayisyen', 0, 0, 0, NULL, NULL),
(37, 'hu', 'Hungarian', 'Magyar', 0, 0, 0, NULL, NULL),
(38, 'hy', 'Armenian', 'Հայերեն', 0, 0, 0, NULL, NULL),
(39, 'indo', 'Indonesian', 'Bahasa Indonesia', 0, 0, 0, NULL, NULL),
(40, 'is', 'Icelandic', 'Íslenska', 0, 0, 0, NULL, NULL),
(41, 'it', 'Italian', 'Italiano', 0, 0, 0, NULL, NULL),
(42, 'ja', 'Japanese', '日本語', 0, 0, 0, NULL, NULL),
(43, 'ka', 'Georgian', 'ქართული', 0, 0, 0, NULL, NULL),
(44, 'kg', 'Kongo', 'KiKongo', 0, 0, 0, NULL, NULL),
(45, 'kk', 'Kazakh', 'Қазақша', 0, 0, 0, NULL, NULL),
(46, 'kl', 'Greenlandic', 'Kalaallisut', 0, 0, 0, NULL, NULL),
(47, 'km', 'Cambodian', 'ភាសាខ្មែរ', 0, 0, 0, NULL, NULL),
(48, 'ko', 'Korean', '한국어', 0, 0, 0, NULL, NULL),
(49, 'ku', 'Kurdish', 'Kurdî / كوردی', 1, 0, 0, NULL, NULL),
(50, 'ky', 'Kirghiz', 'Kırgızca / Кыргызча', 0, 0, 0, NULL, NULL),
(51, 'la', 'Latin', 'Latina', 0, 0, 0, NULL, NULL),
(52, 'lb', 'Luxembourgish', 'Lëtzebuergesch', 0, 0, 0, NULL, NULL),
(53, 'ln', 'Lingala', 'Lingála', 0, 0, 0, NULL, NULL),
(54, 'lo', 'Laotian', 'ລາວ / Pha xa lao', 0, 0, 0, NULL, NULL),
(55, 'lt', 'Lithuanian', 'Lietuvių', 0, 0, 0, NULL, NULL),
(56, 'lu', '', '', 0, 0, 0, NULL, NULL),
(57, 'lv', 'Latvian', 'Latviešu', 0, 0, 0, NULL, NULL),
(58, 'mg', 'Malagasy', 'Malagasy', 0, 0, 0, NULL, NULL),
(59, 'mh', 'Marshallese', 'Kajin Majel / Ebon', 0, 0, 0, NULL, NULL),
(60, 'mi', 'Maori', 'Māori', 0, 0, 0, NULL, NULL),
(61, 'mk', 'Macedonian', 'Македонски', 0, 0, 0, NULL, NULL),
(62, 'mn', 'Mongolian', 'Монгол', 0, 0, 0, NULL, NULL),
(63, 'ms', 'Malay', 'Bahasa Melayu', 0, 0, 0, NULL, NULL),
(64, 'mt', 'Maltese', 'bil-Malti', 0, 0, 0, NULL, NULL),
(65, 'my', 'Burmese', 'မြန်မာစာ', 0, 0, 0, NULL, NULL),
(66, 'na', 'Nauruan', 'Dorerin Naoero', 0, 0, 0, NULL, NULL),
(67, 'nb', '', '', 0, 0, 0, NULL, NULL),
(68, 'nd', 'North Ndebele', 'Sindebele', 0, 0, 0, NULL, NULL),
(69, 'ne', 'Nepali', 'नेपाली', 0, 0, 0, NULL, NULL),
(70, 'nl', 'Dutch', 'Nederlands', 0, 0, 0, NULL, NULL),
(71, 'nn', 'Norwegian Nynorsk', 'Norsk (nynorsk)', 0, 0, 0, NULL, NULL),
(72, 'no', 'Norwegian', 'Norsk (bokmål / riksmål)', 0, 0, 0, NULL, NULL),
(73, 'nr', 'South Ndebele', 'isiNdebele', 0, 0, 0, NULL, NULL),
(74, 'ny', 'Chichewa', 'Chi-Chewa', 0, 0, 0, NULL, NULL),
(75, 'oc', 'Occitan', 'Occitan', 0, 0, 0, NULL, NULL),
(76, 'pa', 'Panjabi / Punjabi', 'ਪੰਜਾਬੀ / पंजाबी / پنجابي', 0, 0, 0, NULL, NULL),
(77, 'pl', 'Polish', 'Polski', 0, 0, 0, NULL, NULL),
(78, 'ps', 'Pashto', 'پښتو', 1, 0, 0, NULL, NULL),
(79, 'pt', 'Portuguese', 'Português', 0, 0, 0, NULL, NULL),
(80, 'qu', 'Quechua', 'Runa Simi', 0, 0, 0, NULL, NULL),
(81, 'rn', 'Kirundi', 'Kirundi', 0, 0, 0, NULL, NULL),
(82, 'ro', 'Romanian', 'Română', 0, 0, 0, NULL, NULL),
(83, 'ru', 'Russian', 'Русский', 0, 0, 0, NULL, NULL),
(84, 'rw', 'Rwandi', 'Kinyarwandi', 0, 0, 0, NULL, NULL),
(85, 'sg', 'Sango', 'Sängö', 0, 0, 0, NULL, NULL),
(86, 'si', 'Sinhalese', 'සිංහල', 0, 0, 0, NULL, NULL),
(87, 'sk', 'Slovak', 'Slovenčina', 0, 0, 0, NULL, NULL),
(88, 'sl', 'Slovenian', 'Slovenščina', 0, 0, 0, NULL, NULL),
(89, 'sm', 'Samoan', 'Gagana Samoa', 0, 0, 0, NULL, NULL),
(90, 'sn', 'Shona', 'chiShona', 0, 0, 0, NULL, NULL),
(91, 'so', 'Somalia', 'Soomaaliga', 0, 0, 0, NULL, NULL),
(92, 'sq', 'Albanian', 'Shqip', 0, 0, 0, NULL, NULL),
(93, 'sr', 'Serbian', 'Српски', 0, 0, 0, NULL, NULL),
(94, 'ss', 'Swati', 'SiSwati', 0, 0, 0, NULL, NULL),
(95, 'st', 'Southern Sotho', 'Sesotho', 0, 0, 0, NULL, NULL),
(96, 'sv', 'Swedish', 'Svenska', 0, 0, 0, NULL, NULL),
(97, 'sw', 'Swahili', 'Kiswahili', 0, 0, 0, NULL, NULL),
(98, 'ta', 'Tamil', 'தமிழ்', 0, 0, 0, NULL, NULL),
(99, 'tg', 'Tajik', 'Тоҷикӣ', 0, 0, 0, NULL, NULL),
(100, 'th', 'Thai', 'ไทย / Phasa Thai', 0, 0, 0, NULL, NULL),
(101, 'ti', 'Tigrinya', 'ትግርኛ', 0, 0, 0, NULL, NULL),
(102, 'tk', 'Turkmen', 'Туркмен /تركمن ', 0, 0, 0, NULL, NULL),
(103, 'tn', 'Tswana', 'Setswana', 0, 0, 0, NULL, NULL),
(104, 'to', 'Tonga', 'Lea Faka-Tonga', 0, 0, 0, NULL, NULL),
(105, 'tr', 'Turkish', 'Türkçe', 0, 0, 0, NULL, NULL),
(106, 'ts', 'Tsonga', 'Xitsonga', 0, 0, 0, NULL, NULL),
(107, 'uk', 'Ukrainian', 'Українська', 0, 0, 0, NULL, NULL),
(108, 'ur', 'Urdu', 'اردو', 1, 0, 0, NULL, NULL),
(109, 'uz', 'Uzbek', 'Ўзбек', 0, 0, 0, NULL, NULL),
(110, 've', 'Venda', 'Tshivenḓa', 0, 0, 0, NULL, NULL),
(111, 'vi', 'Vietnamese', 'Tiếng Việt', 0, 0, 0, NULL, NULL),
(112, 'xh', 'Xhosa', 'isiXhosa', 0, 0, 0, NULL, NULL),
(113, 'zh', 'Chinese', '中文', 0, 0, 0, NULL, NULL),
(114, 'zu', 'Zulu', 'isiZulu', 0, 0, 0, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `lessons`
--

CREATE TABLE `lessons` (
  `id` int(10) UNSIGNED NOT NULL,
  `course_id` int(10) UNSIGNED NOT NULL,
  `chapter_id` int(10) UNSIGNED NOT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `video_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `host` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_lock` tinyint(1) NOT NULL DEFAULT '1',
  `is_quiz` tinyint(1) NOT NULL DEFAULT '0',
  `unlock_date` date DEFAULT NULL,
  `unlock_days` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lesson_completes`
--

CREATE TABLE `lesson_completes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `course_id` bigint(20) UNSIGNED NOT NULL,
  `chapter_id` bigint(20) UNSIGNED NOT NULL,
  `lesson_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `status` int(11) NOT NULL DEFAULT '1' COMMENT '1 => complete 0 => incomplete',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `messages`
--

CREATE TABLE `messages` (
  `id` int(10) UNSIGNED NOT NULL,
  `sender_id` int(10) UNSIGNED DEFAULT NULL,
  `reciever_id` int(10) UNSIGNED DEFAULT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` tinyint(1) NOT NULL DEFAULT '1',
  `seen` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2016_06_01_000001_create_oauth_auth_codes_table', 1),
(3, '2016_06_01_000002_create_oauth_access_tokens_table', 1),
(4, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1),
(5, '2016_06_01_000004_create_oauth_clients_table', 1),
(6, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1),
(7, '2019_04_30_181730_create_countries_table', 1),
(8, '2019_08_19_000000_create_failed_jobs_table', 1),
(9, '2020_04_22_111006_create_email_settings_table', 1),
(10, '2020_04_23_090029_create_modules_table', 1),
(11, '2020_04_23_125249_create_email_templates_table', 1),
(12, '2020_04_26_044346_create_categories_table', 1),
(13, '2020_04_26_044358_create_sub_categories_table', 1),
(14, '2020_04_27_044053_create_courses_table', 1),
(15, '2020_04_28_055600_create_chapters_table', 1),
(16, '2020_04_28_113548_create_lessons_table', 1),
(17, '2020_04_30_113430_create_course_comments_table', 1),
(18, '2020_04_30_113455_create_course_reveiws_table', 1),
(19, '2020_04_30_114019_create_course_comment_replies_table', 1),
(20, '2020_04_30_115833_create_course_enrolleds_table', 1),
(21, '2020_05_02_092009_create_blogs_table', 1),
(22, '2020_05_02_130514_create_offline_payments_table', 1),
(23, '2020_05_03_105458_create_pages_table', 1),
(24, '2020_05_04_043254_create_frontend_settings_table', 1),
(25, '2020_05_04_050712_create_testimonials_table', 1),
(26, '2020_05_05_033522_create_password_resets_table', 1),
(27, '2020_05_05_063106_create_carts_table', 1),
(28, '2020_05_05_115442_create_checkouts_table', 1),
(29, '2020_05_09_055543_create_course_exercises_table', 1),
(30, '2020_05_12_121727_create_bookmark_courses_table', 1),
(31, '2020_05_19_100606_create_withdraws_table', 1),
(32, '2020_05_27_062458_create_become_instructors_table', 1),
(33, '2020_05_27_095718_create_work_processes_table', 1),
(34, '2020_05_27_121028_create_notifications_table', 1),
(35, '2020_05_30_092131_create_messages_table', 1),
(36, '2020_05_31_135536_create_subscribers_table', 1),
(37, '2020_06_02_123733_create_subscriptions_table', 1),
(38, '2020_06_10_060128_create_zoom_meetings_table', 1),
(39, '2020_06_10_134834_create_zoom_meeting_users_table', 1),
(40, '2020_06_15_041112_create_footer_categories_table', 1),
(41, '2020_06_15_041427_create_footer_contents_table', 1),
(42, '2020_06_16_051034_create_zoom_settings_table', 1),
(43, '2020_06_16_063132_create_social_links_table', 1),
(44, '2020_07_11_161843_crate_table_currencie_table', 1),
(45, '2020_07_11_162112_create_language_table', 1),
(46, '2020_07_12_044721_create_date_formats_table', 1),
(47, '2020_07_13_061051_create_timezone_table', 1),
(48, '2020_07_16_060405_create_instructor_payouts_table', 1),
(49, '2020_07_20_095501_create_permissions_tables', 1),
(50, '2020_07_20_095817_create_role_permission_tables', 1),
(51, '2020_09_02_054852_create_business_settings_table', 1),
(52, '2020_09_02_084215_create_general_settings_table', 1),
(53, '2020_09_03_115811_create_activity_log_table', 1),
(54, '2020_09_10_075009_create_roles_table', 1),
(55, '2020_09_24_130332_create_infix_module_managers_table', 1),
(56, '2020_09_29_160102_create_coupons_table', 1),
(57, '2020_10_01_160847_create_user_wise_coupons_table', 1),
(58, '2020_10_01_161257_create_user_wise_coupon_settings_table', 1),
(59, '2020_10_04_050929_create_question_groups_table', 1),
(60, '2020_10_04_050932_create_question_banks_table', 1),
(61, '2020_10_04_061157_create_question_levels_table', 1),
(62, '2020_10_04_090501_create_question_bank_mu_options_table', 1),
(63, '2020_10_04_095833_create_online_quizzes_table', 1),
(64, '2020_10_04_174415_create_online_exam_question_assigns_table', 1),
(65, '2020_10_04_200611_create_student_take_online_quizzes_table', 1),
(66, '2020_10_04_203327_create_quize_setups_table', 1),
(67, '2020_10_13_072548_create_image_galleries_table', 1),
(68, '2020_10_14_071338_create_recentview_courses_table', 1),
(69, '2020_10_19_195914_create_topic_reports_table', 1),
(70, '2020_10_22_105406_create_orders_table', 1),
(71, '2020_10_28_130927_create_payment_methods_table', 1),
(72, '2020_11_02_001011_create_vimeos_table', 1),
(73, '2020_11_02_162225_create_quiz_tests_table', 1),
(74, '2020_11_05_233716_create_home_contents_table', 1),
(75, '2020_11_06_162248_create_deposit_records_table', 1),
(76, '2020_11_10_233821_create_privacy_policies_table', 1),
(77, '2020_11_11_124638_create_lesson_completes_table', 1),
(78, '2020_11_11_174822_create_about_pages_table', 1),
(79, '2020_11_15_070546_create_user_logins_table', 1),
(80, '2020_11_24_115432_create_virtual_classes_table', 1),
(81, '2020_11_24_123643_create_bbb_settings_table', 1),
(82, '2020_11_24_123936_create_bbb_meetings_table', 1),
(83, '2020_11_24_124009_create_bbb_meeting_users_table', 1),
(84, '2020_11_24_173517_create_class_settings_table', 1),
(85, '2020_12_07_193441_create_front_pages_table', 1),
(86, '2020_12_10_102035_create_themes_table', 1),
(87, '2020_12_24_130709_create_billing_details_table', 1),
(88, '2020_12_25_051437_create_footer_widgets_table', 1),
(89, '2021_01_05_114022_create_quiz_test_details_table', 1),
(90, '2021_01_10_170805_create_certificates_table', 1),
(91, '2021_01_13_105413_create_paytms_table', 1),
(92, '2021_01_17_175005_create_bank_payment_requests_table', 1),
(93, '2021_01_18_115844_create_sponsors_table', 1),
(94, '2021_06_20_054708_create_spn_cities_table', 1);

-- --------------------------------------------------------

--
-- Table structure for table `modules`
--

CREATE TABLE `modules` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `order` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `modules`
--

INSERT INTO `modules` (`id`, `name`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Dashboard', 1, 0, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(2, 'Category', 1, 1, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(3, 'Courses', 1, 2, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(4, 'Payment Module', 1, 3, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(5, 'Students & Instructor', 1, 4, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(6, 'Instructor Payout', 1, 5, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(7, 'Report', 1, 6, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(8, 'Coupons (Admin & Instructor)', 1, 7, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(9, 'Message', 1, 8, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(10, 'Frontend CMS', 1, 9, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(11, 'Settings', 1, 10, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(12, 'Payment Settings', 1, 11, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(13, 'Zoom', 1, 12, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(14, 'BBB', 1, 13, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(15, 'Virtual Class', 1, 14, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(16, 'AmazonS3', 1, 15, '2021-02-17 07:17:43', '2021-02-17 07:17:43'),
(17, 'Sslcommerz', 1, 16, '2021-02-17 07:17:43', '2021-02-17 07:17:43');

-- --------------------------------------------------------

--
-- Table structure for table `notifications`
--

CREATE TABLE `notifications` (
  `id` int(10) UNSIGNED NOT NULL,
  `course_id` int(10) UNSIGNED DEFAULT NULL,
  `user_id` int(10) UNSIGNED NOT NULL,
  `author_id` int(10) UNSIGNED NOT NULL,
  `message_id` int(10) UNSIGNED DEFAULT NULL,
  `course_comment_id` int(10) UNSIGNED DEFAULT NULL,
  `course_review_id` int(10) UNSIGNED DEFAULT NULL,
  `course_enrolled_id` int(10) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_access_tokens`
--

CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scopes` text COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_auth_codes`
--

CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `scopes` text COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_clients`
--

CREATE TABLE `oauth_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redirect` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_personal_access_clients`
--

CREATE TABLE `oauth_personal_access_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_refresh_tokens`
--

CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `access_token_id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `offline_payments`
--

CREATE TABLE `offline_payments` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL,
  `amount` double(8,2) NOT NULL,
  `after_bal` double(8,2) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `online_exam_question_assigns`
--

CREATE TABLE `online_exam_question_assigns` (
  `id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `online_exam_id` int(10) UNSIGNED DEFAULT NULL,
  `question_bank_id` int(10) UNSIGNED DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `online_quizzes`
--

CREATE TABLE `online_quizzes` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `percentage` int(11) DEFAULT NULL,
  `instruction` text COLLATE utf8mb4_unicode_ci,
  `status` tinyint(4) DEFAULT NULL COMMENT '0 = Pending 1 Published',
  `is_taken` tinyint(4) DEFAULT '0',
  `is_closed` tinyint(4) DEFAULT '0',
  `is_waiting` tinyint(4) DEFAULT '0',
  `is_running` tinyint(4) DEFAULT '0',
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `category_id` int(10) UNSIGNED DEFAULT NULL,
  `sub_category_id` int(10) UNSIGNED DEFAULT NULL,
  `course_id` int(10) UNSIGNED DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tracking` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `address` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `currency` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pages`
--

CREATE TABLE `pages` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `heading` longtext COLLATE utf8mb4_unicode_ci,
  `breadcumb_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `token` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `payment_methods`
--

CREATE TABLE `payment_methods` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `method` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `module_status` tinyint(4) NOT NULL DEFAULT '0',
  `logo` text COLLATE utf8mb4_unicode_ci,
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_methods`
--

INSERT INTO `payment_methods` (`id`, `method`, `type`, `active_status`, `module_status`, `logo`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Sslcommerz', 'System', 1, 1, 'public/demo/gateway/ssl.png', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(2, 'PayPal', 'System', 1, 1, 'public/demo/gateway/paypal.png', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(3, 'Stripe', 'System', 1, 1, 'public/demo/gateway/stripe.png', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(4, 'PayStack', 'System', 1, 1, 'public/demo/gateway/paystack.png', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(5, 'RazorPay', 'System', 1, 1, 'public/demo/gateway/razorpay.png', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(6, 'PayTM', 'System', 1, 1, 'public/demo/gateway/paytm.png', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(7, 'Bank Payment', 'System', 1, 1, '', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(8, 'Offline Payment', 'System', 1, 1, '', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(9, 'Wallet', 'System', 1, 1, '', 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50');

-- --------------------------------------------------------

--
-- Table structure for table `paytms`
--

CREATE TABLE `paytms` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile` bigint(20) NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `fee` int(11) NOT NULL,
  `order_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `transaction_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `permissions`
--

CREATE TABLE `permissions` (
  `id` int(10) UNSIGNED NOT NULL,
  `module_id` int(11) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `route` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `updated_by` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `type` int(11) DEFAULT NULL COMMENT '1 for main menu, 2 for sub menu , 3 action',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `permissions`
--

INSERT INTO `permissions` (`id`, `module_id`, `parent_id`, `name`, `route`, `status`, `created_by`, `updated_by`, `type`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, 'Dashboard', 'dashboard', 1, 1, 1, 1, NULL, NULL),
(2, 2, NULL, 'Students', 'students', 1, 1, 1, 1, NULL, NULL),
(4, 4, NULL, 'Instructors', 'instructors', 1, 1, 1, 1, NULL, NULL),
(5, 5, NULL, 'Courses', 'courses', 1, 1, 1, 1, NULL, NULL),
(6, 6, NULL, 'Coupons', 'coupons', 1, 1, 1, 1, NULL, NULL),
(7, 7, NULL, 'Quiz', 'quiz', 1, 1, 1, 1, NULL, NULL),
(8, 8, NULL, 'Communications', 'communications', 1, 1, 1, 1, NULL, NULL),
(9, 9, NULL, 'Payments', 'payments', 1, 1, 1, 1, NULL, NULL),
(12, 12, NULL, 'Settings', 'settings', 1, 1, 1, 1, NULL, NULL),
(16, 16, NULL, 'Frontend CMS', 'frontend_CMS', 1, 1, 1, 1, NULL, NULL),
(17, 17, NULL, 'Image Gallery', 'image_gallery', 1, 1, 1, 1, NULL, NULL),
(18, 10, NULL, 'Report', 'reports', 1, 1, 1, 1, NULL, NULL),
(19, 11, NULL, 'Certificate', 'certificate.index', 1, 1, 1, 1, NULL, NULL),
(31, 2, 2, 'Student List', 'student.student_list', 1, 1, 1, 2, NULL, NULL),
(32, 2, 31, 'Add', 'student.store', 1, 1, 1, 3, NULL, NULL),
(33, 2, 31, 'Edit', 'student.edit', 1, 1, 1, 3, NULL, NULL),
(34, 2, 31, 'Delete', 'student.delete', 1, 1, 1, 3, NULL, NULL),
(35, 2, 31, 'Enable & Disable', 'student.enable_disable', 1, 1, 1, 3, NULL, NULL),
(36, 2, 31, 'Change Status', 'student.change_status', 1, 1, 1, 3, NULL, NULL),
(37, 2, 2, 'Enrolled Student', 'admin.enrollLogs', 1, 1, 1, 2, NULL, NULL),
(38, 2, 37, 'Change Status', 'enrollLogs.change_status', 1, 1, 1, 3, NULL, NULL),
(44, 4, 4, 'All Instructor', 'allInstructor', 1, 1, 1, 2, NULL, NULL),
(45, 4, 44, 'Add', 'instructor.store', 1, 1, 1, 3, NULL, NULL),
(46, 4, 44, 'Edit', 'instructor.edit', 1, 1, 1, 3, NULL, NULL),
(47, 4, 44, 'Delete', 'instructor.delete', 1, 1, 1, 3, NULL, NULL),
(48, 4, 44, 'Change Status', 'instructor.change_status', 1, 1, 1, 3, NULL, NULL),
(49, 4, 4, 'Payout List', 'admin.instructor.payout', 1, 1, 1, 2, NULL, NULL),
(50, 5, 5, 'Category List', 'course.category', 1, 1, 1, 2, NULL, NULL),
(51, 5, 50, 'Add', 'course.category.store', 1, 1, 1, 3, NULL, NULL),
(52, 5, 50, 'Edit', 'course.category.edit', 1, 1, 1, 3, NULL, NULL),
(53, 5, 50, 'Delete', 'course.category.delete', 1, 1, 1, 3, NULL, NULL),
(54, 5, 50, 'Change Status', 'course.category.status_update', 1, 1, 1, 3, NULL, NULL),
(55, 5, 5, 'Sub Category List', 'course.subcategory', 1, 1, 1, 2, NULL, NULL),
(56, 5, 55, 'Add', 'course.subcategory.store', 1, 1, 1, 3, NULL, NULL),
(57, 5, 55, 'Edit', 'course.subcategory.edit', 1, 1, 1, 3, NULL, NULL),
(58, 5, 55, 'Delete', 'course.subcategory.delete', 1, 1, 1, 3, NULL, NULL),
(59, 5, 55, 'Change Status', 'course.subcategory.status_update', 1, 1, 1, 3, NULL, NULL),
(60, 5, 5, 'All Cources', 'getAllCourse', 1, 1, 1, 2, NULL, NULL),
(61, 5, 60, 'Add', 'course.store', 1, 1, 1, 3, NULL, NULL),
(62, 5, 60, 'Edit', 'course.edit', 1, 1, 1, 3, NULL, NULL),
(63, 5, 60, 'Details', 'course.details', 1, 1, 1, 3, NULL, NULL),
(64, 5, 60, 'View', 'course.view', 1, 1, 1, 3, NULL, NULL),
(65, 5, 60, 'Home Slider', 'course.home_slider', 1, 1, 1, 3, NULL, NULL),
(66, 5, 60, 'Single Slider', 'course.single_slider', 1, 1, 1, 3, NULL, NULL),
(67, 5, 60, 'Change Status', 'course.status_update', 1, 1, 1, 3, NULL, NULL),
(68, 5, 5, 'Chapter', 'chapterPage', 1, 1, 1, 2, NULL, NULL),
(69, 5, 68, 'Add', 'saveChapterPage', 1, 1, 1, 3, NULL, NULL),
(70, 5, 68, 'Edit', 'chapterEdit', 1, 1, 1, 3, NULL, NULL),
(71, 5, 68, 'Delete', 'chapterDelete', 1, 1, 1, 3, NULL, NULL),
(72, 5, 5, 'Active Course', 'getActiveCourse', 1, 1, 1, 2, NULL, NULL),
(74, 5, 5, 'Pending Course', 'getPendingCourse', 1, 1, 1, 2, NULL, NULL),
(76, 6, 6, 'Coupons List', 'coupons.manage', 1, 1, 1, 2, NULL, NULL),
(77, 6, 76, 'Add', 'coupons.store', 1, 1, 1, 3, NULL, NULL),
(78, 6, 76, 'Edit', 'coupons.edit', 1, 1, 1, 3, NULL, NULL),
(79, 6, 76, 'Delete', 'coupons.delete', 1, 1, 1, 3, NULL, NULL),
(80, 6, 76, 'Change Status', 'coupons.status_update', 1, 1, 1, 3, NULL, NULL),
(81, 6, 6, 'Common Coupons', 'coupons.common', 1, 1, 1, 2, NULL, NULL),
(82, 6, 81, 'Add', 'coupons.common.store', 1, 1, 1, 3, NULL, NULL),
(83, 6, 81, 'Edit', 'coupons.common.edit', 1, 1, 1, 3, NULL, NULL),
(84, 6, 81, 'Delete', 'coupons.common.delete', 1, 1, 1, 3, NULL, NULL),
(85, 6, 81, 'Change Status', 'coupons.common.status_update', 1, 1, 1, 3, NULL, NULL),
(86, 6, 6, 'Single Coupons', 'coupons.single', 1, 1, 1, 2, NULL, NULL),
(87, 6, 86, 'Add', 'coupons.single.store', 1, 1, 1, 3, NULL, NULL),
(88, 6, 86, 'Edit', 'coupons.single.edit', 1, 1, 1, 3, NULL, NULL),
(89, 6, 86, 'Delete', 'coupons.single.delete', 1, 1, 1, 3, NULL, NULL),
(90, 6, 86, 'Change Status', 'coupons.single.status_update', 1, 1, 1, 3, NULL, NULL),
(91, 6, 6, 'Personalized Coupons', 'coupons.personalized', 1, 1, 1, 2, NULL, NULL),
(92, 6, 91, 'Add', 'coupons.personalized.store', 1, 1, 1, 3, NULL, NULL),
(93, 6, 91, 'Edit', 'coupons.personalized.edit', 1, 1, 1, 3, NULL, NULL),
(94, 6, 91, 'Delete', 'coupons.personalized.delete', 1, 1, 1, 3, NULL, NULL),
(95, 6, 91, 'Change Status', 'coupons.personalized.status_update', 1, 1, 1, 3, NULL, NULL),
(96, 6, 6, 'Invite By Code', 'coupons.invite_code', 1, 1, 1, 2, NULL, NULL),
(97, 6, 96, 'Edit', 'coupons.invite_code.edit', 1, 1, 1, 3, NULL, NULL),
(98, 6, 96, 'Delete', 'coupons.invite_code.delete', 1, 1, 1, 3, NULL, NULL),
(99, 6, 96, 'Change Status', 'coupons.invite_code.status_update', 1, 1, 1, 3, NULL, NULL),
(100, 6, 6, 'Referral Setting', 'coupons.inviteSettings', 1, 1, 1, 2, NULL, NULL),
(101, 6, 100, 'Add', 'coupons.inviteSettings.store', 1, 1, 1, 3, NULL, NULL),
(102, 6, 100, 'Edit', 'coupons.inviteSettings.edit', 1, 1, 1, 3, NULL, NULL),
(103, 6, 100, 'Delete', 'coupons.inviteSettings.delete', 1, 1, 1, 3, NULL, NULL),
(104, 6, 100, 'Change Status', 'coupons.inviteSettings.status_update', 1, 1, 1, 3, NULL, NULL),
(105, 7, 7, 'Question Group', 'question-group', 1, 1, 1, 2, NULL, NULL),
(106, 7, 105, 'Add', 'question-group.store', 1, 1, 1, 3, NULL, NULL),
(107, 7, 105, 'Edit', 'question-group.edit', 1, 1, 1, 3, NULL, NULL),
(108, 7, 105, 'Delete', 'question-group.delete', 1, 1, 1, 3, NULL, NULL),
(109, 7, 7, 'Question Bank', 'question-bank', 1, 1, 1, 2, NULL, NULL),
(110, 7, 109, 'Add', 'question-bank.store', 1, 1, 1, 3, NULL, NULL),
(111, 7, 109, 'Edit', 'question-bank.edit', 1, 1, 1, 3, NULL, NULL),
(112, 7, 109, 'Delete', 'question-bank.delete', 1, 1, 1, 3, NULL, NULL),
(113, 7, 7, 'Add Quiz', 'online-quiz', 1, 1, 1, 2, NULL, NULL),
(114, 7, 113, 'Add', 'set-quiz.store', 1, 1, 1, 3, NULL, NULL),
(115, 7, 113, 'Edit', 'set-quiz.edit', 1, 1, 1, 3, NULL, NULL),
(116, 7, 113, 'Delete', 'set-quiz.delete', 1, 1, 1, 3, NULL, NULL),
(117, 7, 113, 'Set Question', 'set-quiz.set-question', 1, 1, 1, 3, NULL, NULL),
(118, 7, 113, 'Manage Question', 'set-quiz.manage-question', 1, 1, 1, 3, NULL, NULL),
(119, 7, 113, 'Publish Now', 'set-quiz.publish-now', 1, 1, 1, 3, NULL, NULL),
(120, 7, 113, 'Mark Register', 'set-quiz.mark-register', 1, 1, 1, 3, NULL, NULL),
(121, 7, 7, 'Quiz Setup', 'quizSetup', 1, 1, 1, 2, NULL, NULL),
(122, 7, 121, 'Add', 'quiz-setup.store', 1, 1, 1, 3, NULL, NULL),
(123, 7, 7, 'Quiz Report', 'quizResult', 1, 1, 1, 2, NULL, NULL),
(124, 8, 8, 'Private Message', 'communication.PrivateMessage', 1, 1, 1, 2, NULL, NULL),
(125, 8, 124, 'Send', 'communication.send', 1, 1, 1, 3, NULL, NULL),
(127, 9, 9, 'Payment Received Online', 'onlineLog', 1, 1, 1, 2, NULL, NULL),
(128, 9, 9, 'Offline Payment', 'offlinePayment', 1, 1, 1, 2, NULL, NULL),
(129, 9, 128, 'Add', 'offlinePayment.add', 1, 1, 1, 3, NULL, NULL),
(130, 9, 128, 'Fund History', 'offlinePayment.fund-history', 1, 1, 1, 3, NULL, NULL),
(134, 10, 18, 'Admin Revenue', 'admin.reveuneList', 1, 1, 1, 2, NULL, NULL),
(135, 10, 18, 'Instructor Revenue', 'admin.reveuneListInstructor', 1, 1, 1, 2, NULL, NULL),
(136, 6, 135, 'Change Status', 'report.status_update', 1, 1, 1, 3, NULL, NULL),
(141, 12, 12, 'Activation', 'setting.activation', 1, 1, 1, 2, NULL, NULL),
(142, 12, 141, 'Change Activation Status', 'settings.ChangeActivationStatus', 1, 1, 1, 3, NULL, NULL),
(150, 12, 12, 'General Setting', 'setting.general_settings', 1, 1, 1, 2, NULL, NULL),
(151, 12, 150, 'Update', 'settings.general_setting_update', 1, 1, 1, 3, NULL, NULL),
(152, 12, 12, 'Commission', 'setting.setCommission', 1, 1, 1, 2, NULL, NULL),
(153, 12, 152, 'Flat Commission Update', 'setting.setCourseFee_update', 1, 1, 1, 3, NULL, NULL),
(155, 12, 152, 'Instructor Commission Edit', 'setting.instructorCommission_edit', 1, 1, 1, 3, NULL, NULL),
(156, 12, 152, 'Instructor Commission Update', 'setting.instructorCommission_update', 1, 1, 1, 3, NULL, NULL),
(158, 12, 152, 'Course Commission Edit', 'setting.courseCommission_edit', 1, 1, 1, 3, NULL, NULL),
(159, 12, 152, 'Course Commission Update', 'setting.courseCommission_update', 1, 1, 1, 3, NULL, NULL),
(160, 12, 12, 'Email Configuration', 'setting.email_setup', 1, 1, 1, 2, NULL, NULL),
(161, 12, 160, 'Send Test Mail', 'setting.send_test_mail', 1, 1, 1, 3, NULL, NULL),
(162, 12, 160, 'Update', 'setting.email_credentials_update', 1, 1, 1, 3, NULL, NULL),
(165, 12, 12, 'Payment Method Setting', 'paymentmethodsetting.payment_method_setting', 1, 1, 1, 2, NULL, NULL),
(166, 12, 165, 'Update', 'paymentmethodsetting.payment_method_setting_update', 1, 1, 1, 3, NULL, NULL),
(167, 12, 12, 'SEO Setting', 'setting.seo_setting', 1, 1, 1, 2, NULL, NULL),
(168, 12, 167, 'Update', 'setting.seo_setting_update', 1, 1, 1, 3, NULL, NULL),
(171, 12, 12, 'Instructor Role', 'permission.roles.index', 1, 1, 1, 2, NULL, NULL),
(175, 12, 171, 'Assign Permission', 'permission.permissions.store', 1, 1, 1, 3, NULL, NULL),
(176, 12, 12, 'Footer Email Configuration', 'footerEmailConfig', 1, 1, 1, 2, NULL, NULL),
(178, 12, 176, 'Update', 'footerTemplateUpdate', 1, 1, 1, 3, NULL, NULL),
(179, 12, 12, 'Email Template', 'EmailTemp', 1, 1, 1, 2, NULL, NULL),
(181, 12, 179, 'Update', 'updateEmailTemp', 1, 1, 1, 3, NULL, NULL),
(182, 12, 12, 'Language', 'languages.index', 1, 1, 1, 2, NULL, NULL),
(183, 12, 182, 'Add', 'languages.store', 1, 1, 1, 3, NULL, NULL),
(184, 12, 182, 'Edit', 'languages.edit', 1, 1, 1, 3, NULL, NULL),
(185, 12, 182, 'Delete', 'languages.destroy', 1, 1, 1, 3, NULL, NULL),
(186, 12, 182, 'Translate View', 'languages.translate_view', 1, 1, 1, 3, NULL, NULL),
(187, 12, 182, 'RTL Status', 'languages.update_rtl_status', 1, 1, 1, 3, NULL, NULL),
(188, 12, 182, 'Active Status', 'languages.update_active_status', 1, 1, 1, 3, NULL, NULL),
(189, 12, 182, 'Key Value Store', 'languages.key_value_store', 1, 1, 1, 3, NULL, NULL),
(190, 12, 182, 'Set Language', 'languages.change', 1, 1, 1, 3, NULL, NULL),
(191, 12, 182, 'Get Translate File', 'languages.get_translate_file', 1, 1, 1, 3, NULL, NULL),
(192, 12, 12, 'Currency', 'currencies.index', 1, 1, 1, 2, NULL, NULL),
(193, 12, 192, 'Add', 'currency.store', 1, 1, 1, 3, NULL, NULL),
(194, 12, 192, 'Edit', 'currencies.edit_modal', 1, 1, 1, 3, NULL, NULL),
(195, 12, 192, 'Delete', 'currencies.destroy', 1, 1, 1, 3, NULL, NULL),
(199, 16, 16, 'Section Setting', 'frontend.sectionSetting', 1, 1, 1, 2, NULL, NULL),
(200, 16, 199, 'Add', 'frontend.sectionSetting.store', 1, 1, 1, 3, NULL, NULL),
(201, 16, 199, 'Edit', 'frontend.sectionSetting.edit', 1, 1, 1, 3, NULL, NULL),
(202, 16, 199, 'Delete', 'frontend.sectionSetting.delete', 1, 1, 1, 3, NULL, NULL),
(203, 16, 199, 'Change Status', 'frontend.sectionSetting.status_update', 1, 1, 1, 3, NULL, NULL),
(204, 16, 16, 'Social Setting', 'frontend.socialSetting', 1, 1, 1, 2, NULL, NULL),
(205, 16, 204, 'Add', 'frontend.socialSetting.store', 1, 1, 1, 3, NULL, NULL),
(206, 16, 204, 'Edit', 'frontend.socialSetting.edit', 1, 1, 1, 3, NULL, NULL),
(207, 16, 204, 'Delete', 'frontend.socialSetting.delete', 1, 1, 1, 3, NULL, NULL),
(208, 16, 204, 'Top Bar', 'frontend.socialSetting.topbar_status_update', 1, 1, 1, 3, NULL, NULL),
(209, 16, 204, 'Footer', 'frontend.socialSetting.footer_status_update', 1, 1, 1, 3, NULL, NULL),
(210, 16, 204, 'Change Status', 'frontend.socialSetting.status_update', 1, 1, 1, 3, NULL, NULL),
(211, 17, 17, 'Manage Gallery', 'imagegallery.list', 1, 1, 1, 2, NULL, NULL),
(212, 17, 211, 'Add', 'imagegallery.store', 1, 1, 1, 3, NULL, NULL),
(213, 17, 211, 'Edit', 'imagegallery.edit', 1, 1, 1, 3, NULL, NULL),
(214, 17, 211, 'Delete', 'imagegallery.delete', 1, 1, 1, 3, NULL, NULL),
(215, 17, 211, 'Change Status', 'imagegallery.status_update', 1, 1, 1, 3, NULL, NULL),
(216, 7, 113, 'Result', 'set-quiz.quiz_result', 1, 1, 1, 3, NULL, NULL),
(217, 12, 12, 'Vimeo Configuration', 'vimeosetting.index', 1, 1, 1, 2, NULL, NULL),
(218, 12, 217, 'Update', 'vimeosetting.update', 1, 1, 1, 3, NULL, NULL),
(219, 55, NULL, 'Zoom', 'zoom', 1, 1, 1, 1, NULL, NULL),
(220, 55, 219, 'Zoom Class', 'zoom.meetings', 1, 1, 1, 2, NULL, NULL),
(221, 55, 219, 'Setting', 'zoom.settings', 1, 1, 1, 2, NULL, NULL),
(222, 55, 220, 'List', 'zoom.meetings.index', 1, 1, 1, 3, NULL, NULL),
(223, 55, 220, 'Store', 'zoom.meetings.store', 1, 1, 1, 3, NULL, NULL),
(224, 55, 220, 'edit', 'zoom.meetings.edit', 1, 1, 1, 3, NULL, NULL),
(225, 55, 220, 'Delete', 'zoom.meetings.destroy', 1, 1, 1, 3, NULL, NULL),
(226, 56, NULL, 'BBB', 'bbb', 1, 1, 1, 1, NULL, NULL),
(227, 56, 226, 'BBB Class', 'bbb.meetings', 1, 1, 1, 2, NULL, NULL),
(228, 56, 226, 'Setting', 'bbb.settings', 1, 1, 1, 2, NULL, NULL),
(229, 56, 227, 'List', 'bbb.meetings.index', 1, 1, 1, 3, NULL, NULL),
(230, 56, 227, 'Store', 'bbb.meetings.store', 1, 1, 1, 3, NULL, NULL),
(231, 56, 227, 'edit', 'bbb.meetings.edit', 1, 1, 1, 3, NULL, NULL),
(232, 56, 227, 'Delete', 'bbb.meetings.destroy', 1, 1, 1, 3, NULL, NULL),
(233, 57, NULL, 'Virtual Class', 'virtual-class', 1, 1, 1, 1, NULL, NULL),
(234, 57, 233, 'Virtual Class List', 'virtual-class.index', 1, 1, 1, 2, NULL, NULL),
(235, 57, 233, 'Setting', 'virtual-class.setting', 1, 1, 1, 2, NULL, NULL),
(236, 57, 234, 'List', 'virtual-class.index', 1, 1, 1, 3, NULL, NULL),
(237, 57, 234, 'Store', 'virtual-class.create', 1, 1, 1, 3, NULL, NULL),
(238, 57, 234, 'edit', 'virtual-class.edit', 1, 1, 1, 3, NULL, NULL),
(239, 57, 234, 'Delete', 'virtual-class.destroy', 1, 1, 1, 3, NULL, NULL),
(240, 58, NULL, 'Blog', 'blog', 1, 1, 1, 1, NULL, NULL),
(241, 58, 240, 'Blog List', 'blogs.index', 1, 1, 1, 2, NULL, NULL),
(244, 58, 241, 'Blog Store', 'blog.create', 1, 1, 1, 3, NULL, NULL),
(245, 58, 241, 'Blog Edit', 'blog.edit', 1, 1, 1, 3, NULL, NULL),
(246, 58, 241, 'Blog Delete', 'blog.destroy', 1, 1, 1, 3, NULL, NULL),
(247, 11, 19, 'Certificate List', 'certificate.index', 1, 1, 1, 2, NULL, NULL),
(248, 11, 247, 'Add', 'certificate.create', 1, 1, 1, 3, NULL, NULL),
(249, 11, 247, 'Edit', 'certificate.edit', 1, 1, 1, 3, NULL, NULL),
(250, 11, 247, 'Delete', 'certificate.destroy', 1, 1, 1, 3, NULL, NULL),
(251, 16, 16, 'Home Content', 'frontend.homeContent', 1, 1, 1, 2, NULL, NULL),
(256, 16, 16, 'Privacy Policy', 'frontend.privacy_policy', 1, 1, 1, 2, NULL, NULL),
(257, 16, 16, 'Testimonial', 'frontend.testimonials', 1, 1, 1, 2, NULL, NULL),
(258, 16, 257, 'Add', 'frontend.testimonials_store', 1, 1, 1, 3, NULL, NULL),
(259, 16, 257, 'Edit', 'frontend.testimonials_edit', 1, 1, 1, 3, NULL, NULL),
(260, 16, 257, 'Delete', 'frontend.testimonials_delete', 1, 1, 1, 3, NULL, NULL),
(261, 16, 16, 'About', 'frontend.AboutPage', 1, 1, 1, 2, NULL, NULL),
(262, 16, 16, 'Pages', 'frontend.page.index', 1, 1, 1, 2, NULL, NULL),
(263, 16, 262, 'Add', 'frontend.page.create', 1, 1, 1, 3, NULL, NULL),
(264, 16, 262, 'Edit', 'frontend.page.edit', 1, 1, 1, 3, NULL, NULL),
(265, 16, 16, 'Become Instructor', 'frontend.becomeInstructor', 1, 1, 1, 2, NULL, NULL),
(266, 16, 265, 'Edit', 'frontend.becomeInstructorUpdate', 1, 1, 1, 3, NULL, NULL),
(267, 16, 16, 'Sponsor', 'frontend.sponsors.index', 1, 1, 1, 2, NULL, NULL),
(268, 16, 267, 'Add', 'sponsor.store', 1, 1, 1, 3, NULL, NULL),
(269, 16, 267, 'Edit', 'frontend.sponsors.edit', 1, 1, 1, 3, NULL, NULL),
(270, 16, 267, 'destroy', 'frontend.sponsors.destroy', 1, 1, 1, 3, NULL, NULL),
(271, 16, 16, 'Subscriber', 'newsletter.subscriber', 1, 1, 1, 2, NULL, NULL),
(272, 12, 12, 'Api Settings', 'api.setting', 1, 1, 1, 2, NULL, NULL),
(273, 1, 1, 'Number of Instructors', 'dashboard.number_of_instructor', 1, 1, 1, 2, NULL, NULL),
(274, 1, 1, 'Number of Enrolled', 'dashboard.number_of_enrolled', 1, 1, 1, 2, NULL, NULL),
(275, 1, 1, 'Number of Subject', 'dashboard.number_of_subject', 1, 1, 1, 2, NULL, NULL),
(276, 1, 1, 'Total Revenue', 'dashboard.total_revenue', 1, 1, 1, 2, NULL, NULL),
(277, 1, 1, 'Total Enrolled Today', 'dashboard.total_enrolled_today', 1, 1, 1, 2, NULL, NULL),
(278, 1, 1, 'Total Enrolled This Month', 'dashboard.total_enrolled_this_month', 1, 1, 1, 2, NULL, NULL),
(279, 1, 1, 'Total Amount from Enrolled', 'dashboard.total_amount_from_enrolled', 1, 1, 1, 2, NULL, NULL),
(280, 1, 1, 'Monthly Income', 'dashboard.monthly_income', 1, 1, 1, 2, NULL, NULL),
(281, 1, 1, 'Payment Statistic', 'dashboard.payment_statistic', 1, 1, 1, 2, NULL, NULL),
(282, 1, 1, 'Recent Enrolls', 'dashboard.recent_enrolls', 1, 1, 1, 2, NULL, NULL),
(283, 1, 1, 'Overview of Courses', 'dashboard.overview_of_courses', 1, 1, 1, 2, NULL, NULL),
(284, 1, 1, 'Daily Wise Enroll', 'dashboard.daily_wise_enroll', 1, 1, 1, 2, NULL, NULL),
(285, 1, 1, 'Number of Students', 'dashboard.number_of_student', 1, 1, 1, 2, NULL, NULL),
(286, 9, 9, 'Bank Payment', 'bankPayment.index', 1, 1, 1, 2, NULL, NULL),
(287, 12, 12, 'Module Manager', 'modulemanager.index', 1, 1, 1, 2, NULL, NULL),
(288, 12, 12, 'Aws S3 Setting', 'AwsS3Setting', 1, 1, 1, 2, NULL, NULL),
(289, 12, 12, 'Appearance', 'appearance.themes.index', 1, 1, 1, 2, NULL, NULL),
(290, 16, 16, 'Footer Setting', 'footerSetting.footer.index', 1, 1, 1, 2, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `privacy_policies`
--

CREATE TABLE `privacy_policies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `general` text COLLATE utf8mb4_unicode_ci,
  `personal_data` text COLLATE utf8mb4_unicode_ci,
  `voluntary_disclosure` text COLLATE utf8mb4_unicode_ci,
  `children_privacy` text COLLATE utf8mb4_unicode_ci,
  `information_about_cookies` text COLLATE utf8mb4_unicode_ci,
  `thirt_party_adv` text COLLATE utf8mb4_unicode_ci,
  `other_sites` text COLLATE utf8mb4_unicode_ci,
  `teacher` text COLLATE utf8mb4_unicode_ci,
  `student` text COLLATE utf8mb4_unicode_ci,
  `business_transfer` text COLLATE utf8mb4_unicode_ci,
  `status` tinyint(4) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `privacy_policies`
--

INSERT INTO `privacy_policies` (`id`, `description`, `general`, `personal_data`, `voluntary_disclosure`, `children_privacy`, `information_about_cookies`, `thirt_party_adv`, `other_sites`, `teacher`, `student`, `business_transfer`, `status`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.', 1, 1, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50');

-- --------------------------------------------------------

--
-- Table structure for table `question_banks`
--

CREATE TABLE `question_banks` (
  `id` int(10) UNSIGNED NOT NULL,
  `type` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'M for multi ans, T for trueFalse, F for fill in the blanks',
  `question` text COLLATE utf8mb4_unicode_ci,
  `marks` int(11) DEFAULT NULL,
  `trueFalse` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'F = false, T = true ',
  `suitable_words` text COLLATE utf8mb4_unicode_ci,
  `number_of_option` varchar(2) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `q_group_id` int(10) UNSIGNED DEFAULT NULL,
  `category_id` int(10) UNSIGNED DEFAULT NULL,
  `sub_category_id` int(10) UNSIGNED DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `question_bank_mu_options`
--

CREATE TABLE `question_bank_mu_options` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL COMMENT '0 = false, 1 = correct',
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `question_bank_id` int(10) UNSIGNED DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `question_groups`
--

CREATE TABLE `question_groups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `question_levels`
--

CREATE TABLE `question_levels` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `quize_setups`
--

CREATE TABLE `quize_setups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `random_question` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `set_per_question_time` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_per_question` double DEFAULT NULL,
  `time_total_question` double DEFAULT NULL,
  `question_review` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `show_result_each_submit` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `multiple_attend` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `quize_setups`
--

INSERT INTO `quize_setups` (`id`, `random_question`, `set_per_question_time`, `time_per_question`, `time_total_question`, `question_review`, `show_result_each_submit`, `multiple_attend`, `created_at`, `updated_at`) VALUES
(1, '0', '1', 1, NULL, '1', '1', 1, '2021-02-17 07:17:49', '2021-02-17 07:17:49');

-- --------------------------------------------------------

--
-- Table structure for table `quiz_tests`
--

CREATE TABLE `quiz_tests` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) DEFAULT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `quiz_test_details`
--

CREATE TABLE `quiz_test_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `quiz_test_id` int(11) NOT NULL,
  `qus_id` int(11) NOT NULL,
  `ans_id` int(11) NOT NULL,
  `status` int(11) NOT NULL DEFAULT '1' COMMENT '1=true;0=false',
  `mark` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `recentview_courses`
--

CREATE TABLE `recentview_courses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `course_id` bigint(20) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `recentview_courses`
--

INSERT INTO `recentview_courses` (`id`, `user_id`, `course_id`, `created_at`, `updated_at`) VALUES
(1, 3, 1, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(2, 3, 2, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(3, 3, 3, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(4, 3, 4, '2021-02-17 07:17:50', '2021-02-17 07:17:50'),
(5, 3, 5, '2021-02-17 07:17:50', '2021-02-17 07:17:50');

-- --------------------------------------------------------

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `details` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`id`, `name`, `type`, `details`, `created_at`, `updated_at`) VALUES
(1, 'Super admin', 'System', NULL, '2021-02-16 19:17:47', NULL),
(2, 'Instructor', 'System', NULL, '2021-02-16 19:17:47', NULL),
(3, 'Student', 'System', NULL, '2021-02-16 19:17:47', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `role_permission`
--

CREATE TABLE `role_permission` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `permission_id` int(11) DEFAULT NULL,
  `role_id` int(10) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `updated_by` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `role_permission`
--

INSERT INTO `role_permission` (`id`, `permission_id`, `role_id`, `status`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 1, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(2, 273, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(3, 274, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(4, 275, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(5, 276, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(6, 277, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(7, 278, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(8, 279, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(9, 280, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(10, 281, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(11, 282, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(12, 283, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(13, 284, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(14, 285, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(15, 4, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(16, 49, 2, 1, 1, 1, '2021-02-17 07:17:47', '2021-02-17 07:17:47');

-- --------------------------------------------------------

--
-- Table structure for table `social_links`
--

CREATE TABLE `social_links` (
  `id` int(10) UNSIGNED NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `topbar` tinyint(1) NOT NULL DEFAULT '0',
  `footer` tinyint(1) NOT NULL DEFAULT '1',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `spn_cities`
--

CREATE TABLE `spn_cities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state_id` int(11) DEFAULT NULL,
  `country_id` int(11) DEFAULT NULL,
  `flag` tinyint(4) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `spn_cities`
--

INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(1, 'Eshkashem', 1, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(2, 'Fayzabad', 1, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(3, 'Jurm', 1, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(4, 'Khandud', 1, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(5, 'Qal eh-ye Panjeh', 1, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(6, 'Bala Morghab', 2, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(7, 'Qal eh-ye Naw', 2, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(8, 'Andarab', 3, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(9, 'Baghlan', 3, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(10, 'Dahaneh-ye Ghawri', 3, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(11, 'Nahrin', 3, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(12, 'Pol-e Khumri', 3, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(13, 'Balkh', 4, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(14, 'Dawlatabad', 4, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(15, 'Mazar-e Sharif', 4, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(16, 'Qarchi Gak', 4, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(17, 'Shulgara', 4, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(18, 'Tash Gozar', 4, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(19, 'Bamiyan', 5, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(20, 'Panjab', 5, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(21, 'Qil Qal eh', 5, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(22, 'Anar Darreh', 6, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(23, 'Farah', 6, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(24, 'Shindand', 6, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(25, 'Andkhvoy', 7, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(26, 'Darzi Ab', 7, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(27, 'Dawlatabad', 7, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(28, 'Maymanah', 7, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(29, 'Chaghcharan', 8, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(30, 'Shahrak', 8, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(31, 'Taywarah', 8, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(32, 'Ghazni', 9, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(33, 'Awbeh', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(34, 'Eslam Qal eh', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(35, 'Ghurian', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(36, 'Herat', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(37, 'Karukh', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(38, 'Kuhestan', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(39, 'Kushk', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(40, 'Qarabagh', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(41, 'Tawraghudi', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(42, 'Tir Pol', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(43, 'Zendejan', 10, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(44, 'Baghran', 11, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(45, 'Darwishan', 11, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(46, 'Deh Shu', 11, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(47, 'Gereshk', 11, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(48, 'Lashkar Gah', 11, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(49, 'Sangin', 11, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(50, 'Aqchah', 12, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(51, 'Qarqin', 12, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(52, 'Sang-e Charak', 12, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(53, 'Shibarghan', 12, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(54, 'Baghrami', 13, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(55, 'Kabul', 13, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(56, 'Mir Bachchekut', 13, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(57, 'Paghman', 13, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(58, 'Qarabagh', 13, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(59, 'Sarawbi', 13, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(60, 'Mahmud-e Raqi', 14, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(61, 'Taghab', 14, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(62, 'Khawst', 15, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(63, 'Asadabad', 16, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(64, 'Asmar', 16, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(65, 'Mehtar Lam', 17, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(66, 'Azraw', 18, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(67, 'Baraki Barak', 18, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(68, 'Pol-e Alam', 18, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(69, 'Achin', 19, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(70, 'Batsawul', 19, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(71, 'Hugyani', 19, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(72, 'Jalalabad', 19, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(73, 'Nader Shah Kawt', 19, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(74, 'Chahar Burjak', 20, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(75, 'Chakhansur', 20, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(76, 'Khash', 20, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(77, 'Mirabad', 20, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(78, 'Rudbar', 20, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(79, 'Zaranj', 20, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(80, 'Nuristan', 21, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(81, 'Orgun', 22, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(82, 'Zareh Sharan', 22, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(83, 'Zarghun Shahr', 22, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(84, ' Ali Khayl', 23, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(85, 'Ghardez', 23, 1, 1, '2018-07-20 08:57:56', '2018-07-20 08:57:56'),
(86, 'Charikar', 24, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(87, 'Jabal-os-Saraj', 24, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(88, 'Qandahar', 25, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(89, 'Dasht-e Archa', 26, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(90, 'Emam Saheb', 26, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(91, 'Hazart Imam', 26, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(92, 'Khanabad', 26, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(93, 'Qal eh-ye Zal', 26, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(94, 'Qunduz', 26, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(95, 'Aybak', 27, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(96, 'Kholm', 27, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(97, 'Chah Ab', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(98, 'Eshkamesh', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(99, 'Farkhar', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(100, 'Khwajeh Ghar', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(101, 'Rostaq', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(102, 'Taloqan', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(103, 'Yangi Qal eh', 29, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(104, 'Deh Rawud', 30, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(105, 'Gaz Ab', 30, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(106, 'Tarin Kawt', 30, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(107, 'Uruzgan', 30, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(108, 'Gardan Diwal', 31, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(109, 'Maydanshahr', 31, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(110, 'Qalat-e Ghilzay', 32, 1, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(111, 'Berat', 33, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(112, 'Polican', 33, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(113, 'Ure Vajgurore', 33, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(114, 'Bulqize', 34, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(115, 'Delvine', 35, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(116, 'Bilisht', 36, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(117, 'Maqellare', 37, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(118, 'Peshkopi', 37, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(119, 'Durres', 38, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(120, 'Shijak', 38, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(121, 'Cerrik', 39, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(122, 'Elbasan', 39, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(123, 'Kerrabe', 39, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(124, 'Fier', 40, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(125, 'Patos', 40, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(126, 'Roskovec', 40, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(127, 'Gjirokaster', 41, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(128, 'Libohove', 41, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(129, 'Gramsh', 42, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(130, 'Krume', 43, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(131, 'Kavaje', 44, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(132, 'Erseke', 45, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(133, 'Leskovik', 45, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(134, 'Korce', 46, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(135, 'Maliq', 46, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(136, 'Fushe-Kruje', 47, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(137, 'Kruje', 47, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(138, 'Mamurras', 47, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(139, 'Milot', 47, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(140, 'Kucove', 48, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(141, 'Kukes', 49, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(142, 'Lac', 50, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(143, 'Lezhe', 51, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(144, 'Shengjin', 51, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(145, 'Librazhd', 52, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(146, 'Perrenjas', 52, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(147, 'Lushnje', 53, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(148, 'Rrogozhine', 53, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(149, 'Ballsh', 54, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(150, 'Burrel', 56, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(151, 'Klos', 56, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(152, 'Kraste', 56, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(153, 'Ulze', 56, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(154, 'Kurbnesh', 57, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(155, 'Rreshen', 57, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(156, 'Rubik', 57, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(157, 'Peqin', 58, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(158, 'Kelcyre', 59, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(159, 'Permet', 59, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(160, 'Pogradec', 60, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(161, 'Fierze', 61, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(162, 'Fushe-Arrez', 61, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(163, 'Puke', 61, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(164, 'Konispol', 62, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(165, 'Sarande', 62, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(166, 'Shkoder', 63, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(167, 'Corovode', 64, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(168, 'Memaliaj', 65, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(169, 'Tepelene', 65, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(170, 'Kamze', 66, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(171, 'Paskuqan', 66, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(172, 'Tirane', 66, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(173, 'Vore', 66, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(174, 'Bajram Curri', 67, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(175, 'Himare', 68, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(176, 'Orikum', 68, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(177, 'Selenice', 68, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(178, 'Vlore', 68, 3, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(179, 'Adrar', 71, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(180, 'Awlaf', 71, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(181, 'Rijan', 71, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(182, 'Timimun', 71, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(183, 'Hydra', 72, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(184, 'Kouba', 72, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(185, 'Annabah', 73, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(186, 'Birrahhal', 73, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(187, 'Saraydih', 73, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(188, 'Sidi Amar', 73, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(189, 'al-Buni', 73, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(190, 'al-Hajar', 73, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(191, ' Abadlah', 74, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(192, 'Bani Wanif', 74, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(193, 'Bashshar', 74, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(194, 'Qanadsan', 74, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(195, 'Taghit', 74, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(196, ' Aris', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(197, ' Ayn Tutah', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(198, 'Barikah', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(199, 'Batnah', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(200, 'Marwanah', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(201, 'Naghaus', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(202, 'Ra s-al- Ayun', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(203, 'Tazult', 75, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(204, ' Ayt Rizin', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(205, 'Akbu', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(206, 'Amizur', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(207, 'Barbasha', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(208, 'Bijayah', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(209, 'Farrawn', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(210, 'Ighram', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(211, 'Sadduk', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(212, 'Shamini', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(213, 'Sidi  Aysh', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(214, 'Taskaryut', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(215, 'Tazmalt', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(216, 'Timazrit', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(217, 'Uz-al-Laqin', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(218, 'al-Qasr', 76, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(219, 'Awlad Jallal', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(220, 'Biskrah', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(221, 'Sidi Khalid', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(222, 'Sidi Ukbah', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(223, 'Tulja', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(224, 'Um ash', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(225, 'Zaribat-al-Wad', 77, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(226, 'Awlad Salam', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(227, 'Awlad Yaysh', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(228, 'Bani Khalil', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(229, 'Bani Marad', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(230, 'Bani Tamu', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(231, 'Blidah', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(232, 'Bu Arfa', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(233, 'Bufarik', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(234, 'Buinan', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(235, 'Buqara', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(236, 'Maftah', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(237, 'Muzayah', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(238, 'Shabli', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(239, 'Shari ah', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(240, 'Shiffa', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(241, 'Sidi Mussa', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(242, 'Suma', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(243, 'Wadi al-Allagh', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(244, 'al- Afrun', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(245, 'al-Arba a', 78, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(246, ' Ayn Bissim', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(247, 'Aghbalu', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(248, 'Bi r Ghabalu', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(249, 'Buirah', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(250, 'Lakhdariyah', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(251, 'Shurfa', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(252, 'Sur-al-Ghuzlan', 79, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(253, ' Ayn Tayah', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(254, 'Awlad Haddaj', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(255, 'Awlad Mussa', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(256, 'Bani Amran', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(257, 'Budwawu', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(258, 'Budwawu al-Bahri', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(259, 'Bumardas', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(260, 'Burj Minayal', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(261, 'Dalis', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(262, 'Hammadi', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(263, 'Issar', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(264, 'Khamis-al-Khashnah', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(265, 'Nasiriyah', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(266, 'Raghayah', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(267, 'Sa abat', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(268, 'Tinyah', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(269, 'al-Arba a Tash', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(270, 'ar-Ruwibah', 80, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(271, 'Ammi Mussa', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(272, 'Ghalizan', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(273, 'Jidiwiyah', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(274, 'Mazunah', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(275, 'Sidi Muhammad Ban  Ali', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(276, 'Wadi Rahiyu', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(277, 'Zammurah', 82, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(278, 'Biryan', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(279, 'Bu Nura', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(280, 'Ghardaia', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(281, 'Ghardayah', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(282, 'Matlili', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(283, 'al-Ghuli ah', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(284, 'al-Qararah', 83, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(285, 'Ilizi', 84, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(286, 'Amir  Abd-al-Qadar', 85, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(287, 'Jijili', 85, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(288, 'Shifka', 85, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(289, 'Tahar', 85, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(290, 'al-Miliyah', 85, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(291, ' Ayn Wissarah', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(292, ' Ayn-al-Ibil', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(293, 'Birin', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(294, 'Dar Shiyukh', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(295, 'Hassi Bahbah', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(296, 'Jilfah', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(297, 'Mis ad', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(298, 'Sharif', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(299, 'al-Idrisiyah', 86, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(300, 'Khanshalah', 87, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(301, 'Sharshar', 87, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(302, 'Tawziyanat', 87, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(303, 'al-Mahmal', 87, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(304, ' Ayn-al-Hajal', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(305, ' Ayn-al-Milh', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(306, 'Bu Sa adah', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(307, 'Hammam Dhala a', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(308, 'Ma adid', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(309, 'Maghra', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(310, 'Masilah', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(311, 'Sidi  Aysa', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(312, 'Wanugha', 88, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(313, ' Ayn Bu Sif', 89, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(314, 'Birwaghiyah', 89, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(315, 'Midyah', 89, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(316, 'Qasr-al-Bukhari', 89, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(317, 'Shillalah', 89, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(318, 'Tablat', 89, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(319, 'Farjiwah', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(320, 'Milah', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(321, 'Qararam Quqa', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(322, 'Ruwashad', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(323, 'Salghum-al- Ayd', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(324, 'Sidi Maruf', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(325, 'Sidi Marwan', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(326, 'Tajananah', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(327, 'Talighmah', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(328, 'Wadi Athmaniyah', 90, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(329, 'Bu Khanifiyah', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(330, 'Muaskar', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(331, 'Muhammadiyah', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(332, 'Siq', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(333, 'Tighinnif', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(334, 'Wadi al-Abtal', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(335, 'Zahana', 91, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(336, ' Ayn Tadalas', 92, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(337, 'Hassi Mamash', 92, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(338, 'Mazaghran', 92, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(339, 'Mustaghanam', 92, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(340, 'Sidi Ali', 92, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(341, ' Ayn Safra', 93, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(342, 'Mishriyah', 93, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(343, 'Naama', 93, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(344, 'Oran', 94, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(345, 'Ouargla', 95, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(346, ' Ayn Bardah', 96, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(347, 'Bumahra Ahmad', 96, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(348, 'Hamman Awlad  Ali', 96, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(349, 'Qalmah', 96, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(350, 'Wadi Zinati', 96, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(351, ' Ayn Abid', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(352, ' Ayn Samara', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(353, 'Didush Murad', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(354, 'Hamma Bu Ziyan', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(355, 'Qustantinah', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(356, 'Zighut Yusuf', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(357, 'al-Khurub', 97, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(358, ' Azzabah', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(359, 'Amjaz Adshish', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(360, 'Fil Fila', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(361, 'Karkira', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(362, 'Ramadan Jamal', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(363, 'Sakikdah', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(364, 'Shataybih', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(365, 'Tamalus', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(366, 'al-Harush', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(367, 'al-Qull', 98, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(368, ' Ayn  Azl', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(369, ' Ayn Arnat', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(370, ' Ayn Taqrut', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(371, ' Ayn Wilman', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(372, ' Ayn-al-Khabira', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(373, 'Bouira', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(374, 'Buq ah', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(375, 'Salah Bay', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(376, 'Satif', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(377, 'Setif', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(378, 'Ziyama Mansuriyah', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(379, 'al- Ulmah', 99, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(380, ' Ayn-al-Hajar', 100, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(381, 'Sayda ', 100, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(382, ' Ayn Qazzan', 103, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(383, ' Ayn Salah', 103, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(384, 'Tamanghasat', 103, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(385, ' Ayn Binyan', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(386, 'Bu Isma il', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(387, 'Bu Midfar ah', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(388, 'Damus', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(389, 'Duwirah', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(390, 'Hajut', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(391, 'Hammam Righa', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(392, 'Sawlah', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(393, 'Shiragha', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(394, 'Shirshall', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(395, 'Sidi Farj', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(396, 'Stawali', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(397, 'Tibazah', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(398, 'Ziralda', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(399, 'al-Qull ah', 104, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(400, 'Bi r-al- Itir', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(401, 'Hammamat', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(402, 'Mursut', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(403, 'Shariyah', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(404, 'Tibissah', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(405, 'Winzah', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(406, 'al- Awaynat', 105, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(407, 'Awlad Mimun', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(408, 'Bani Mastar', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(409, 'Bani Sikran', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(410, 'Ghazawat', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(411, 'Hannayah', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(412, 'Maghniyah', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(413, 'Nidruma', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(414, 'Ramsh', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(415, 'Sabra', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(416, 'Shatwan', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(417, 'Sibdu', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(418, 'Sidi  Abdallah', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(419, 'Tilimsan', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(420, 'al-Mansurah', 106, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(421, 'Tinduf', 107, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(422, 'Thaniyat-al-Had', 108, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(423, 'Tisamsilt', 108, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(424, ' Ayn Dhahab', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(425, 'Firindah', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(426, 'Mahdiyah', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(427, 'Mashra a Asfa', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(428, 'Qasr Shillalah', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(429, 'Rahuyah', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(430, 'Sughar', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(431, 'Takhamarat', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(432, 'Tiyarat', 109, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(433, ' Ayn Bayda', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(434, ' Ayn Fakrun', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(435, ' Ayn Kirshah', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(436, ' Ayn Malilah', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(437, 'Bi r Shuhada', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(438, 'Miskyanah', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(439, 'Shamurah', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(440, 'Umm-al-Bawaghi', 111, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(441, ' Ayn Biya', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(442, ' Ayn-at-Turk', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(443, 'Arzu', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(444, 'Bi r-al-Jir', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(445, 'Butlilis', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(446, 'Hassi Bu Nif', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(447, 'Mars-al-Kabir', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(448, 'Qadayal', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(449, 'Sidi ash-Shami', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(450, 'Wadi Thalatha', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(451, 'Wahran', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(452, 'al-Ansur', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(453, 'as-Saniyah', 112, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(454, 'Hassi Mas ud', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(455, 'Nazla', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(456, 'Ruwisiyat', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(457, 'Tabisbast', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(458, 'Tamalhat', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(459, 'Tamasin', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(460, 'Tayabat-al-Janubiyah', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(461, 'Tughghurt', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(462, 'Warqla', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(463, 'al-Hajirah', 113, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(464, 'Aflu', 117, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(465, 'Hassi al-Raml', 117, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(466, 'al-Aghwat', 117, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(467, 'Brizyanah', 118, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(468, 'al-Abyad Sidi Shaykh', 118, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(469, 'al-Bayadh', 118, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(470, 'Bab Azwar', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(471, 'Baraki', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(472, 'Bir Murad Rais', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(473, 'Birkhadam', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(474, 'Burj-al-Kiffan', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(475, 'Dar-al-Bayda', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(476, 'al-Jaza ir', 119, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(477, 'Bayadha', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(478, 'Dabilah', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(479, 'Hassan  Abd-al-Karim', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(480, 'Hassi Halifa', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(481, 'Jama a', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(482, 'Maqran', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(483, 'Qamar', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(484, 'Raqiba', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(485, 'Rubbah', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(486, 'Sidi Amran', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(487, 'al-Mighair', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(488, 'al-Wad', 120, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(489, ' Ayn Maran', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(490, 'Abu al-Hassan', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(491, 'Bani Hawa', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(492, 'Bu Qadir', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(493, 'Sidi Ukaskah', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(494, 'Tanas', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(495, 'Wadi Sali', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(496, 'Wadi al-Fiddah', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(497, 'ash-Shalif', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(498, 'ash-Shattiyah', 121, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(499, 'Ban Mahdi', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(500, 'Bani Amar', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(501, 'Basbas', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(502, 'Dariyan', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(503, 'Saba ita Muk', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(504, 'al-Qal ah', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(505, 'at-Tarif', 122, 4, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(506, 'Afono', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(507, 'Alao', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(508, 'Alofau', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(509, 'Amouli', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(510, 'Aoa', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(511, 'Atu u', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(512, 'Aua', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(513, 'Aunu u', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(514, 'Faga alu', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(515, 'Faga itua', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(516, 'Fagasa', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(517, 'Fagatogo', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(518, 'Lauli i', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(519, 'Leloaloa', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(520, 'Nu uuli', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(521, 'Pago Pago', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(522, 'Tula', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(523, 'Utulei', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(524, 'Vatia', 123, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(525, 'Ofu', 124, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(526, 'Aoloau', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(527, 'Faleniu', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(528, 'Futiga', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(529, 'Ili ili', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(530, 'Leone', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(531, 'Malaeimi', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(532, 'Malaeloa-Aitulagi', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(533, 'Malaeloa-Ituau', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(534, 'Mapusagafou', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(535, 'Mesepa', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(536, 'Pava ia i', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(537, 'Tafuna', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(538, 'Taputimu', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(539, 'Vailoatai', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(540, 'Vaitogi', 126, 5, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(541, 'Canillo', 128, 6, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(542, 'Encamp', 129, 6, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(543, 'Ordino', 132, 6, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(544, 'Caxito', 134, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(545, 'Benguela', 135, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(546, 'Lobito', 135, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(547, 'Camacupa', 136, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(548, 'Catabola', 136, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(549, 'Catumbela', 136, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(550, 'Chissamba', 136, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(551, 'Kuito', 136, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(552, 'Cabinda', 137, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(553, 'Ondjiva', 138, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(554, 'Caala', 139, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(555, 'Catchiungo', 139, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(556, 'Huambo', 139, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(557, 'Longonjo', 139, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(558, 'Caconda', 140, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(559, 'Caluquembe', 140, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(560, 'Lubango', 140, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(561, 'Menongue', 141, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(562, 'Luanda', 144, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(563, 'Malanje', 147, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(564, 'Cazaje', 148, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(565, 'Leua', 148, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(566, 'Luau', 148, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(567, 'Luena', 148, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(568, 'Lumeje', 148, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(569, 'Namibe', 149, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(570, 'Camabatela', 150, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(571, 'Uige', 150, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(572, 'M banza-Kongo', 151, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(573, 'N zeto', 151, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(574, 'Soyo', 151, 7, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(575, 'Codrington', 160, 10, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(576, 'Catamarca', 168, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(577, 'Presidencia Roque Saenz Pena', 169, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(578, 'Resistencia', 169, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(579, 'Comodoro Rivadavia', 170, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(580, 'Puerto Madryn', 170, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(581, 'Rawson', 170, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(582, 'Trelew', 170, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(583, 'Alta Gracia', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(584, 'Bell Ville', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(585, 'Cordoba', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(586, 'Rio Cuarto', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(587, 'Rio Tercero', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(588, 'San Francisco', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(589, 'Villa Carlos Paz', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(590, 'Villa Maria', 171, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(591, 'Corrientes', 172, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(592, 'Goya', 172, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(593, 'Mercedes', 172, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(594, 'San Lorenzo', 172, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(595, 'Formosa', 175, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(596, 'Jujuy', 176, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(597, 'Libertador General San Martin', 176, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(598, 'San Pedro', 176, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(599, 'Godoy Cruz', 179, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(600, 'Lujan', 179, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(601, 'Mendoza', 179, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(602, 'Rivadavia', 179, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(603, 'San Martin', 179, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(604, 'San Rafael', 179, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(605, 'Eldorado', 180, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(606, 'Obera', 180, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(607, 'Posadas', 180, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(608, 'Cutral Co', 181, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(609, 'Neuquen', 181, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(610, 'Salta', 183, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(611, 'San Ramon de la Nueva Oran', 183, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(612, 'Tartagal', 183, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(613, 'Tucuman', 190, 11, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(614, 'Ashtarak', 191, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(615, 'Talin', 191, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(616, 'Ararat', 192, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(617, 'Artashat', 192, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(618, 'Armavir', 193, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(619, 'Vagharshapat', 193, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(620, 'Gavar', 194, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(621, 'Martuni', 194, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(622, 'Sevan', 194, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(623, 'Vardenis', 194, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(624, 'Abovyan', 195, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(625, 'Arzni', 195, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(626, 'Charentsavan', 195, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(627, 'Hrazdan', 195, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(628, 'Akhtala', 196, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(629, 'Alaverdi', 196, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(630, 'Spitak', 196, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(631, 'Stepanavan', 196, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(632, 'Tashir', 196, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(633, 'Vanadzor', 196, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(634, 'Artik', 197, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(635, 'Gyumri', 197, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(636, 'Stepanakert', 198, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(637, 'Angeghakot', 199, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(638, 'Goris', 199, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(639, 'Kajaran', 199, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(640, 'Kapan', 199, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(641, 'Meghri', 199, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(642, 'Sisian', 199, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(643, 'Dilijan', 200, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(644, 'Ijevan', 200, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(645, 'Yerevan', 202, 12, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(646, 'Aruba', 203, 13, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(647, 'Glenfield', 204, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(648, 'Henderson', 204, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(649, 'Milford', 204, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(650, 'Balgowlah', 206, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(651, 'Balmain', 207, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(652, 'Bankstown', 208, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(653, 'Camberwell', 211, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(654, 'Caulfield', 214, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(655, 'Chatswood', 215, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(656, 'Cheltenham', 216, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(657, 'Cherrybrook', 217, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(658, 'Clayton', 218, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(659, 'Collingwood', 219, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(660, 'Hawthorn', 221, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(661, 'Jannnali', 222, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(662, 'Knoxfield', 223, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(663, 'Melbourne', 224, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(664, 'South Oakleigh', 224, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(665, 'Cottesole', 227, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(666, 'Darch', 227, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(667, 'Mullaloo', 227, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(668, 'Noranda', 227, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(669, 'Osborne Park', 227, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(670, 'Willetton', 227, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(671, 'Acacia Ridge', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(672, 'Aitkenvale', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(673, 'Alderley', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(674, 'Alexander Hills', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(675, 'Archerfield', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(676, 'Ashmore', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(677, 'Atherton', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(678, 'Ayr', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(679, 'Beachmere', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(680, 'Beenleigh', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(681, 'Beerwah', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(682, 'Bell', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(683, 'Belmont', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(684, 'Biloela', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(685, 'Birkdale', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(686, 'Blackwater', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(687, 'Bongaree', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(688, 'Bonogin', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(689, 'Boonah', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(690, 'Bowen', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(691, 'Brendale', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(692, 'Brisbane', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(693, 'Buddina', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(694, 'Buderim', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(695, 'Bundaberg', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(696, 'Bundall', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(697, 'Burleigh Heads', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(698, 'Burpengary', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(699, 'Cabaland', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(700, 'Caboolture', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(701, 'Cairns', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(702, 'Cairns Northern Beaches', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(703, 'Caloundra', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(704, 'Capalaba', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(705, 'Charters Towers', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(706, 'Childers', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(707, 'Cleveland', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(708, 'Coolum Beach', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(709, 'Coopers Plain', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(710, 'Dalby', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(711, 'Deception Bay', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(712, 'Eagle Farm', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(713, 'Eagleby', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(714, 'Emerald', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(715, 'Emundi', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(716, 'Forest Lake', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(717, 'Gatton', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(718, 'Gladstone', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(719, 'Gold Coast', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(720, 'Gowrie Junction', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(721, 'Gympie', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(722, 'Helensvale', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(723, 'Hervey Bay', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(724, 'Ingham', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(725, 'Innisfail', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(726, 'Ipswich', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(727, 'Jindalee', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(728, 'Julatten', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(729, 'Kawana Waters', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(730, 'Kingaroy', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(731, 'Lawnton', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(732, 'Loganholme', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(733, 'Mackay', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(734, 'Mareeba', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(735, 'Maroochydore', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(736, 'Maroochydore-Mooloolaba', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(737, 'Maryborough', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(738, 'Miami', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(739, 'Milton', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(740, 'Molendinar', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(741, 'Moranbah', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(742, 'Morayfield', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(743, 'Mossman', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(744, 'Mount Glorious', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(745, 'Mount Isa', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(746, 'Murarrie', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(747, 'Nairand Kay', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(748, 'Nambour', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(749, 'Nerang', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(750, 'Nobby Beach', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(751, 'Noosa Heads', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(752, 'Noosaville', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(753, 'Paddington', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(754, 'Port Douglas', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(755, 'Robina', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(756, 'Rockhampton', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(757, 'Rocklea', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(758, 'Roma', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(759, 'Rubyvale', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(760, 'Sanctuary Cove', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(761, 'Slade Point', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(762, 'Southport', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(763, 'Suburb', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(764, 'Sunshine Coast', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(765, 'Tewantin-Noosa', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(766, 'The Summit', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(767, 'Toowong', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(768, 'Toowoomba', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(769, 'Townsville', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(770, 'Victoria Point', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(771, 'Warwick', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(772, 'Willawong', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(773, 'Yatala', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(774, 'Yeppoon', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(775, 'Zillmere', 228, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(776, 'Bridgewater-Gagebrook', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(777, 'Burnie', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(778, 'Burnie-Devonport', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(779, 'Glenorchy', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(780, 'Hobart', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(781, 'Kingston-Blackmans Bay', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(782, 'Launceston', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(783, 'New Norfolk', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(784, 'Rowella', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(785, 'Sheffield', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(786, 'Ulverstone', 230, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(787, 'Templestowe', 231, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(788, 'Albion', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(789, 'Ararat', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(790, 'Avenel', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(791, 'Avondale Heights', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(792, 'Baccus Marsh', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(793, 'Bairnsdale', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(794, 'Ballarat', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(795, 'Balwyn', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(796, 'Batman', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(797, 'Bayswater', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(798, 'Belmont', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(799, 'Benalla', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(800, 'Bendigo', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(801, 'Bentleigh East', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(802, 'Berwick', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(803, 'Blackburn', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(804, 'Blue Mountains', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(805, 'Boonah', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(806, 'Boronia', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(807, 'Box Hill', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(808, 'Brighton East', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(809, 'Bundoora', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(810, 'Campbellfield', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(811, 'Carlton South', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(812, 'Caroline Springs', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(813, 'Castle Hill', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(814, 'Castlemaine', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(815, 'Caulfield', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(816, 'Cheltenham', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(817, 'Chester', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(818, 'Clayton South', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(819, 'Clifton Springs', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(820, 'Coburg', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(821, 'Colac', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(822, 'Collingwood', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(823, 'Craigieburn', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(824, 'Cranbourne', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(825, 'Crib Point', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(826, 'Dandenong', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(827, 'Devon Meadows', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(828, 'Diamond Creek', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(829, 'Doncaster East', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(830, 'Doncester', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(831, 'Donvale', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(832, 'Echuca-Moama', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(833, 'Elsternwick', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(834, 'Eltham', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(835, 'Fairfield', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(836, 'Fitzroy', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(837, 'Frnakston', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(838, 'Geelong', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(839, 'Glen Waverley', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(840, 'Glenorchy', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(841, 'Hallam', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(842, 'Hamilton', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(843, 'Hastings', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(844, 'Healesville', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(845, 'Horsham', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(846, 'Hughesdale', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(847, 'Ivanhoe', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(848, 'Keilor', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(849, 'Kensington', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(850, 'Kerang', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(851, 'Kilmore', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(852, 'Kilsyth', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(853, 'Kyabram', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(854, 'Lakes Entrance', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(855, 'Lalor', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(856, 'Lara', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(857, 'Laverton North', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(858, 'Leopold', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(859, 'Lower Templestowe', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(860, 'Maidstone', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(861, 'Malvern', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(862, 'Maryborough', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(863, 'Melbourne', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(864, 'Melton', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(865, 'Middle Park', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(866, 'Mildura', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(867, 'Mitcham', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(868, 'Moe-Yallourn', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(869, 'Moorabbin', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(870, 'Mordialloc', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(871, 'Morwell', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(872, 'Mulgrave', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(873, 'Murrumbeena', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(874, 'Neerim South', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(875, 'Noble Park North', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(876, 'Notting Hill', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(877, 'Oak Park', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(878, 'Ocean Grove-Barwon Heads', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(879, 'Olinda', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(880, 'Pakenham', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(881, 'Park Orchards', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(882, 'Port Melbourne', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(883, 'Portland', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(884, 'Prahran', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(885, 'Preston', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(886, 'Pritbourne', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(887, 'Queenscliff', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(888, 'Reservoir', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(889, 'Ringwood', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(890, 'Rowville', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(891, 'Sale', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(892, 'Sandringham', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(893, 'Scoresby', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(894, 'Sebastopol', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(895, 'Seymour', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(896, 'Shepparton-Mooroopna', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(897, 'Somerville', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(898, 'South Yarra', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(899, 'Southbank', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(900, 'St. Albans', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(901, 'St. Kilda East', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(902, 'Stawell', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(903, 'Sunbury', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(904, 'Sunshine West', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(905, 'Swan Hill', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(906, 'Tatura', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(907, 'Thomastown', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(908, 'Thornbury', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(909, 'Tongala', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(910, 'Torquay', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(911, 'Traralgon', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(912, 'Tullamarine', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(913, 'Vermont', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(914, 'Wangaratta', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(915, 'Wantirna', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(916, 'Warragul', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(917, 'Warrnambool', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(918, 'Welshpool', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(919, 'Wendouree', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(920, 'Wonthaggi', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(921, 'Woodend', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(922, 'Yarrawonga-Mulwala', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(923, 'Yea', 232, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(924, 'Wheeler', 235, 14, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(925, 'Eisenstadt', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(926, 'GroBpetersdorf', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(927, 'Jennersdorf', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(928, 'Kemeten', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(929, 'Mattersburg', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(930, 'Neudorfl', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(931, 'Neusiedl am See', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(932, 'Oberwart', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(933, 'Pinkafeld', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(934, 'Rust', 239, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(935, 'Maria Rain', 240, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(936, 'Poggersdorf', 240, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(937, 'Althofen', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(938, 'Arnoldstein', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(939, 'Bad Sankt Leonhard', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(940, 'Bleiburg', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(941, 'Ebenthal', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(942, 'Eberndorf', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(943, 'Feldkirchen', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(944, 'Ferlach', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(945, 'Finkenstein', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(946, 'Friesach', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(947, 'Hermagor', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(948, 'Klagenfurt', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(949, 'Lohnsburg', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(950, 'Moosburg', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(951, 'Paternion', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(952, 'Radentheim', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(953, 'Sankt Andra', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(954, 'Sankt Jakob', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(955, 'Sankt Veit', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(956, 'Seeboden', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(957, 'Spittal', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(958, 'Velden am Worthersee', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(959, 'Villach', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(960, 'Volkermarkt', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(961, 'Wernberg', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(962, 'Wolfsberg', 241, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(963, 'Amstetten', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(964, 'Bad Voslau', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(965, 'Baden', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(966, 'Berndorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(967, 'Boheimkirchen', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(968, 'Bruck an der Leitha', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(969, 'Brunn', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(970, 'Deutsch-Wagram', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(971, 'Ebreichsdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(972, 'Eggendorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(973, 'Fischamend', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(974, 'Gablitz', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(975, 'Ganserndorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(976, 'Gerasdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(977, 'Gloggnitz', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(978, 'Gmund', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(979, 'Greifenstein', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(980, 'GroB-Enzersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(981, 'GroB-Gerungs', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(982, 'Guntramsdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(983, 'Haag', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(984, 'Hainburg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(985, 'Heidenreichstein', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(986, 'Herzogenburg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(987, 'Himberg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(988, 'Hollabrunn', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(989, 'Horn', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(990, 'Klosterneuburg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(991, 'Korneuburg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(992, 'Kottingbrunn', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(993, 'Krems', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(994, 'Laa', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(995, 'Langenlois', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(996, 'Langenzersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(997, 'Leobendorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(998, 'Leopoldsdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(999, 'Lilienfeld', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1000, 'Loipersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1001, 'Maria Enzersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1002, 'Melk', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1003, 'Mistelbach', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1004, 'Modling', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1005, 'Neulengbach', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1006, 'Neunkirchen', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1007, 'Niederleis', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1008, 'Ober-Grabendorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1009, 'Perchtoldsdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1010, 'Pernitz', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1011, 'Pottendorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1012, 'Poysdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1013, 'Pressbaum', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1014, 'Purgstall', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1015, 'Purkersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1016, 'Reichenau', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1017, 'Retz', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1018, 'Sankt Andra-Wordern', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1019, 'Sankt Peter in der Au', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1020, 'Sankt Polten', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1021, 'Sankt Valentin', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1022, 'Scheibbs', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1023, 'Schrems', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1024, 'Schwechat', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1025, 'Seitenstetten', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1026, 'Sollenau', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1027, 'Stockerau', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1028, 'Strasshof', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1029, 'Ternitz', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1030, 'Traiskirchen', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1031, 'Traismauer', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1032, 'Tulln', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1033, 'Vosendorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1034, 'Waidhofen', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1035, 'Wiener Neudorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1036, 'Wiener Neustadt', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1037, 'Wieselburg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1038, 'Wilhelmsburg', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1039, 'Wolkersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1040, 'Ybbs', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1041, 'Ybbsitz', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1042, 'Zistersdorf', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1043, 'Zwettl', 244, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1044, 'Alkoven', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1045, 'Altheim', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1046, 'Altmunster', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1047, 'Andorf', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1048, 'Ansfelden', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1049, 'Asten', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1050, 'Attnang-Puchheim', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1051, 'Aurolzmunster', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1052, 'Bad Goisern', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1053, 'Bad Hall', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1054, 'Bad Ischl', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1055, 'Braunau', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1056, 'Breitenfurt', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1057, 'Ebensee', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1058, 'Eferding', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1059, 'Engerwitzdorf', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1060, 'Enns', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1061, 'Feldkirchen an der Donau', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1062, 'Frankenburg', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1063, 'Freistadt', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1064, 'Gallneukirchen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1065, 'Garsten', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1066, 'Gmunden', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1067, 'Gramastetten', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1068, 'Grieskirchen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1069, 'Gunskirchen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1070, 'Horsching', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1071, 'Kirchdorf an der Krems', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1072, 'Kremsmunster', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1073, 'Krenglbach', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1074, 'Laakirchen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1075, 'Lenzing', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1076, 'Leonding', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1077, 'Linz', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1078, 'Loibichl', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1079, 'Marchtrenk', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1080, 'Mattighofen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1081, 'Mauthausen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1082, 'Micheldorf', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1083, 'Neuhofen an der Krems', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1084, 'Ohlsdorf', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1085, 'Ottensheim', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1086, 'Pasching', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1087, 'Perg', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1088, 'Pettenbach', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1089, 'Pram', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1090, 'Pregarten', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1091, 'Puchenau', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1092, 'Regau', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1093, 'Ried', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1094, 'Rohrbach in Oberosterreich', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1095, 'Rutzenmoos', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1096, 'Sankt Florian', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1097, 'Sankt Georgen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1098, 'Sankt Marien', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1099, 'Scharding', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1100, 'Scharnstein', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1101, 'Schwertberg', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1102, 'Seewalchen', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1103, 'Sierning', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1104, 'Stadl-Paura', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1105, 'Steyr', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1106, 'Steyregg', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1107, 'Steyrermuhl', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1108, 'Thalheim', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1109, 'Timelkam', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1110, 'Traun', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1111, 'Vocklabruck', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1112, 'Vocklamarkt', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1113, 'Vorchdorf', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1114, 'Wels', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1115, 'Wilhering', 245, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1116, 'Abtenau', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1117, 'Anif', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1118, 'Bad Gastein', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1119, 'Bad Hofgastein', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1120, 'Bergheim', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1121, 'Bischofshofen', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1122, 'Bruck an der GroBglocknerstraB', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1123, 'Burmoos', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1124, 'Elsbethen', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1125, 'Eugendorf', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1126, 'Forstau', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1127, 'Grodig', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1128, 'Hallein', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1129, 'Hallwang', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1130, 'Henndorf', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1131, 'Kuchl', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1132, 'Mayrhofen', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1133, 'Mittersill', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1134, 'Neumarkt', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1135, 'Oberndorf', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1136, 'Obertrum am See', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1137, 'Piesendorf', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1138, 'Puch', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1139, 'Radstadt', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1140, 'Saalfelden', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1141, 'Salzburg', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1142, 'Sankt Johann im Pongau', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1143, 'Seekirchen', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1144, 'Sieghartskirchen', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1145, 'StraBwalchen', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1146, 'Strobl', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1147, 'Tamsweg', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1148, 'Thalgau', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1149, 'Wals-Siezenheim', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1150, 'Wolfgangsee', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1151, 'Zell am See', 246, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1152, 'Albersdorf', 247, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1153, 'Bad Aussee', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1154, 'Barnbach', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1155, 'Bruck an der Mur', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1156, 'Deutschlandsberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1157, 'Eisenerz', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1158, 'Feldbach', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1159, 'Feldkirchen bei Graz', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1160, 'Fohnsdorf', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1161, 'Frohnleiten', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1162, 'Furstenfeld', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1163, 'Gleisdorf', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1164, 'Gratkorn', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1165, 'Graz', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1166, 'Hartberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1167, 'Judenburg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1168, 'Judendorf-StraBengel', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1169, 'Kapfenberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1170, 'Karlsdorf', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1171, 'Kindberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1172, 'Knittelfeld', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1173, 'Koflach', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1174, 'Krieglach', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1175, 'Lannach', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1176, 'Leibnitz', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1177, 'Leoben', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1178, 'Liezen', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1179, 'Murzzuschlag', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1180, 'Rottenmann', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1181, 'Schladming', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1182, 'Seiersberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1183, 'Spielberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1184, 'Trofaiach', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1185, 'Voitsberg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1186, 'Wagna', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1187, 'Weiz', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1188, 'Zeltweg', 248, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1189, 'Deutschfeistritz', 249, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1190, 'Liezen', 249, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1191, 'Sankt Bartholoma', 249, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1192, 'Absam', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1193, 'Axams', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1194, 'Ebbs', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1195, 'Fugen', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1196, 'Hall', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1197, 'Haselgehr', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1198, 'Hopfgarten', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1199, 'Imst', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1200, 'Innsbruck', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1201, 'Jenbach', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1202, 'Kirchberg', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1203, 'Kirchbichl', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1204, 'Kitzbuhel', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1205, 'Kramsach', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1206, 'Kufstein', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1207, 'Landeck', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1208, 'Lienz', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1209, 'Matrei', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1210, 'Neustift im Stubaital', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1211, 'Reutte', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1212, 'Rum', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1213, 'Sankt Johann in Tirol', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1214, 'Scheffau', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1215, 'Schwaz', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1216, 'St. Johann Am Walde', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1217, 'Telfs', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1218, 'Vols', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1219, 'Vomp', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1220, 'Wattens', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1221, 'Worgl', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1222, 'Zirl', 250, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1223, 'Altach', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1224, 'Bludenz', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1225, 'Bregenz', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1226, 'Chassieu', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1227, 'Dietmannsried', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1228, 'Dornbirn', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1229, 'Feldkirch', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1230, 'Frastanz', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1231, 'Gotzis', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1232, 'Hard', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1233, 'Hochst', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1234, 'Hohenems', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1235, 'Horbranz', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1236, 'Hufingen', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1237, 'Lauterach', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1238, 'Lochau', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1239, 'Lustenau', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1240, 'Mittelberg', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1241, 'Nenzing', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1242, 'Nuziders', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1243, 'Rankweil', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1244, 'Schruns', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1245, 'Thuringen', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1246, 'Wolfurt', 252, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1247, 'Vienna', 253, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1248, 'Wien', 253, 15, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1249, 'Alat', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1250, 'Artyom', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1251, 'Baki', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1252, 'Bakixanov', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1253, 'Balaxani', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1254, 'Bilacari', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1255, 'Bilqax', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1256, 'Bina', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1257, 'Buzovna', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1258, 'Haci Zeynalabdin', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1259, 'Hovsan', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1260, 'Lokbatan', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1261, 'Mastaga', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1262, 'Puta', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1263, 'Qarasuxur', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1264, 'Qobustan', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1265, 'Rasulzada', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1266, 'Sabuncu', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1267, 'Sanqacal', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1268, 'Sumqayit', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1269, 'Suraxani', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1270, 'Xirdalan', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1271, 'Zirya', 254, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1272, 'Daskasan', 256, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1273, 'Ganca', 256, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1274, 'Xanlar', 256, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1275, 'Ganja', 257, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1276, 'Cabrayil', 258, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1277, 'Kalbacar', 258, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1278, 'Lacin', 258, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1279, 'Astara', 259, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1280, 'Goytapa', 259, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1281, 'Lankaran', 259, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1282, 'Masalli', 259, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1283, 'Neftcala', 259, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1284, 'Agcabadi', 260, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1285, 'Agdam', 260, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1286, 'Barda', 260, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1287, 'Mingacevir', 260, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1288, 'Tartar', 260, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1289, 'Yevlax', 260, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1290, 'Ali Bayramli', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1291, 'Bilasuvar', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1292, 'Calilabad', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1293, 'Qarasu', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1294, 'Qazimammad', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1295, 'Saatli', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1296, 'Sabirabad', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1297, 'Salyan', 261, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1298, 'Susa', 262, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1299, 'Xankandi', 262, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1300, 'Xocavand', 262, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1301, 'Culfa', 263, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1302, 'Naxcivan', 263, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1303, 'Ordubad', 263, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1304, 'Sadarak', 263, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1305, 'Sarur', 263, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1306, 'Beylaqan', 264, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1307, 'Fuzuli', 264, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1308, 'Imisli', 264, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1309, 'Agstafa', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1310, 'Gadabay', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1311, 'Kovlar', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1312, 'Qaracamirli', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1313, 'Qazax', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1314, 'Samkir', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1315, 'Tovuz', 265, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1316, 'Amircan', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1317, 'Balakan', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1318, 'Katex', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1319, 'Oguz', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1320, 'Qabala', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1321, 'Qax', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1322, 'Saki', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1323, 'Zaqatala', 266, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1324, 'Agdas', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1325, 'Agsu', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(1326, 'Goycay', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1327, 'Ismayilli', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1328, 'Kurdamir', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1329, 'Samaxi', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1330, 'Ucar', 267, 16, 1, '2018-07-20 08:57:57', '2018-07-20 08:57:57'),
(1331, 'Zardab', 267, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1332, 'Davaci', 268, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1333, 'Quba', 268, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1334, 'Qusar', 268, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1335, 'Siyazan', 268, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1336, 'Xacmaz', 268, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1337, 'Xudat', 268, 16, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1338, ' Isa', 269, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1339, 'Badiyah', 270, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1340, 'Hidd', 271, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1341, 'Mahama', 273, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1342, 'Manama', 274, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1343, 'Sitrah', 275, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1344, 'al-Manamah', 276, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1345, 'al-Muharraq', 277, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1346, 'ar-Rifa a', 278, 18, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1347, 'Bandarban', 280, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1348, 'Barguna', 281, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1349, 'Barisal', 282, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1350, 'Gaurnadi', 282, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1351, 'Mehendiganj', 282, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1352, 'Nalchiti', 282, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1353, 'Bhola', 283, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1354, 'Burhanuddin', 283, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1355, 'Char Fasson', 283, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1356, 'Lalmohan', 283, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1357, 'Adamighi', 284, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1358, 'Bogora', 284, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1359, 'Sherpur', 284, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1360, 'Chandpur', 286, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1361, 'Hajiganj', 286, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1362, 'Boalkhali', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1363, 'Chattagam', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1364, 'Fatikchhari', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1365, 'Lohagara', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1366, 'Patiya', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1367, 'Rangunia', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1368, 'Raozan', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1369, 'Sandip', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1370, 'Satkaniya', 287, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1371, 'Alamdanga', 289, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1372, 'Chuadanga', 289, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1373, 'Damurhuda', 289, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1374, 'Dhaka', 290, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1375, 'Dhamrai', 290, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1376, 'Dohar', 290, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1377, 'Bochanganj', 291, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1378, 'Dinajpur', 291, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1379, 'Fulbari', 291, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1380, 'Parbatipur', 291, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1381, 'Bhanga', 292, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1382, 'Char Bhadrasan', 292, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1383, 'Faridpur', 292, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1384, 'Chhagalnaiya', 293, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1385, 'Feni', 293, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1386, 'Gaybanda', 294, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1387, 'Gazipur', 295, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1388, 'Tungi', 295, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1389, 'Gopalganj', 296, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1390, 'Tungi Para', 296, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1391, 'Baniachang', 297, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1392, 'Habiganj', 297, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1393, 'Jamalpur', 299, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1394, 'Sarishabari', 299, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1395, 'Abhaynagar', 300, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1396, 'Jessor', 300, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1397, 'Jhikargachha', 300, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1398, 'Keshabpur', 300, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1399, 'Jhalakati', 301, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1400, 'Jhanaydah', 302, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1401, 'Kaliganj', 302, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1402, 'Kotchandpur', 302, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1403, 'Shailkupa', 302, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1404, 'Khagrachari', 303, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1405, 'Manikchhari', 303, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1406, 'Ramgarh', 303, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1407, 'Khulna', 304, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1408, 'Phultala', 304, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1409, 'Bajitpur', 305, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1410, 'Bhairab Bazar', 305, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1411, 'Itna', 305, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1412, 'Kishorganj', 305, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1413, 'Komilla', 307, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1414, 'Laksham', 307, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1415, 'Chilmari', 308, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1416, 'Kurigram', 308, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1417, 'Nageshwari', 308, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1418, 'Ulipur', 308, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1419, 'Bheramara', 309, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1420, 'Kushtiya', 309, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1421, 'Lakshmipur', 310, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1422, 'Ramganj', 310, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1423, 'Ramgati', 310, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1424, 'Raypur', 310, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1425, 'Madaripur', 312, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1426, 'Magura', 313, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1427, 'Bhaluka', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1428, 'Fulbaria', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1429, 'Gafargaon', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1430, 'Ishwarganj', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1431, 'Maimansingh', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1432, 'Muktagachha', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1433, 'Trishal', 314, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1434, 'Manikganj', 315, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1435, 'Meherpur', 317, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1436, 'Munshiganj', 318, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1437, 'Kalia', 319, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1438, 'Naral', 319, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1439, 'Narayanganj', 320, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1440, 'Rupganj', 320, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1441, 'Narsingdi', 321, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1442, 'Roypura', 321, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1443, 'Gurudaspur', 322, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1444, 'Nator', 322, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1445, 'Naugaon', 323, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1446, 'Gomastapur', 324, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1447, 'Nawabganj', 324, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1448, 'Shibganj', 324, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1449, 'Netrakona', 325, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1450, 'Domar', 326, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1451, 'Nilphamari', 326, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1452, 'Sa idpur', 326, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1453, 'Begamganj', 327, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1454, 'Noakhali', 327, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1455, 'Senbagh', 327, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1456, 'Bera', 328, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1457, 'Bhangura', 328, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1458, 'Ishurdi', 328, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1459, 'Pabna', 328, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1460, 'Panchagarh', 329, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1461, 'Patuakhali', 330, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1462, 'Bhandaria', 331, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1463, 'Mathbaria', 331, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1464, 'Nesarabad', 331, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1465, 'Pirojpur', 331, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1466, 'Pangsha', 332, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1467, 'Rajbari', 332, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1468, 'Rajshahi', 333, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1469, 'Kaptai', 334, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1470, 'Rangamati', 334, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1471, 'Badarganj', 335, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1472, 'Kaunia', 335, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1473, 'Rangpur', 335, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1474, 'Satkhira', 336, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1475, 'Palang', 337, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1476, 'Nalitabari', 338, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1477, 'Sherpur', 338, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1478, 'Silhat', 339, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1479, 'Shahjadpur', 340, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1480, 'Sirajganj', 340, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1481, 'Chhatak', 341, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1482, 'Sunamganj', 341, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1483, 'Gopalpur', 342, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1484, 'Mirzapur', 342, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1485, 'Sakhipur', 342, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1486, 'Tangayal', 342, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1487, 'Pirganj', 343, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1488, 'Thakurgaon', 343, 19, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1489, 'Baranavichy', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1490, 'Bjaroza', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1491, 'Bjeloozersk', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1492, 'Brest', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1493, 'David-Haradok', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1494, 'Drahichyn', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1495, 'Hancavichy', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1496, 'Ivacevichy', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1497, 'Ivanava', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1498, 'Kamjenec', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1499, 'Kobryn', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1500, 'Kosava', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1501, 'Ljahavichy', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1502, 'Luninjec', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1503, 'Malaryta', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1504, 'Mikashevichy', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1505, 'Pinsk', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1506, 'Pruzhany', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1507, 'Stolin', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1508, 'Vysokoje', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1509, 'Zhabinka', 355, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1510, 'Buda Kosheljovo', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1511, 'Chechersk', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1512, 'Dobrush', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1513, 'Hojniki', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1514, 'Homjel ', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1515, 'Jel sk', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1516, 'Kalinkavichy', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1517, 'Kascjukovka', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1518, 'Mazyr', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1519, 'Narovlja', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1520, 'Pjetrykav', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1521, 'Rahachow', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1522, 'Rechyca', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1523, 'Svetlahorsk', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1524, 'Vasilevichy', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1525, 'Vjetka', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1526, 'Zhlobin', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1527, 'Zhytkavichy', 356, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1528, 'Ashmjany', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1529, 'Berjozovka', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1530, 'Hrodna', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1531, 'Lida', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1532, 'Masty', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1533, 'Navahrudak', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1534, 'Shchuchyn', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1535, 'Skidel ', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1536, 'Slonim', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1537, 'Smarhon ', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1538, 'Vawkavysk', 357, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1539, 'Asipovichy', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1540, 'Babrujsk', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1541, 'Byhau', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1542, 'Chausy', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1543, 'Cherikov', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1544, 'Horki', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1545, 'Kascjukovichy', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1546, 'Klimavichy', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1547, 'Krychaw', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1548, 'Mahiljow', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1549, 'Mstislav', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1550, 'Shklov', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1551, 'Slaeuharad', 358, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1552, 'Minsk', 360, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1553, 'Petrikov', 362, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1554, 'Baran ', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1555, 'Braslav', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1556, 'Chashniki', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1557, 'Disna', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1558, 'Dokshicy', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1559, 'Dubrovna', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1560, 'Haradok', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1561, 'Hlybokaje', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1562, 'Ljepjel ', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1563, 'Mjory', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1564, 'Navapolack', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1565, 'Novalukoml ', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1566, 'Orsha', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1567, 'Pastavy', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1568, 'Polack', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1569, 'Polotsk', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1570, 'Senno', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1571, 'Talachyn', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1572, 'Verhnjadzvimsk', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1573, 'Vicebsk', 363, 21, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1574, 'Aartselaar', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1575, 'Antwerpen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1576, 'Arendonk', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1577, 'Baarle-Hertog', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1578, 'Balen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1579, 'Beerse', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1580, 'Berlaar', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1581, 'Boechout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1582, 'Bonheiden', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1583, 'Boom', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1584, 'Bornem', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1585, 'Borsbeek', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1586, 'Brasschaat', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1587, 'Brecht', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1588, 'Dessel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1589, 'Deurne', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1590, 'Duffel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1591, 'Edegem', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1592, 'Ekeren', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1593, 'Essen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1594, 'Geel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1595, 'Geluvele', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1596, 'Grobbendonk', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1597, 'Heist-op-den-Berg', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1598, 'Hemiksem', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1599, 'Herentals', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1600, 'Herenthout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1601, 'Herselt', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1602, 'Hoogstraten', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1603, 'Hove', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1604, 'Hulshout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1605, 'Kalmpthout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1606, 'Kalmthout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1607, 'Kapellen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1608, 'Kasterlee', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1609, 'Kontich', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1610, 'Laakdal', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1611, 'Lier', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1612, 'Lille', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1613, 'Lint', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1614, 'Malle', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1615, 'Mechelen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1616, 'Meerhout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1617, 'Merksplas', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1618, 'Mol', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1619, 'Mortsel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1620, 'Niel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1621, 'Nijlen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1622, 'Olen', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1623, 'Oud-Turnhout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1624, 'Putte', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1625, 'Puurs', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1626, 'Ranst', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1627, 'Ravels', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1628, 'Retie', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1629, 'Rijkevorsel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1630, 'Robrechts', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1631, 'Rumst', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1632, 'Schelle', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1633, 'Schilde', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1634, 'Schoten', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1635, 'Sint-Amands', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1636, 'Sint-Katelijne-Waver', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1637, 'Stabroek', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1638, 'Turnhout', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1639, 'Vorselaar', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1640, 'Vosselaar', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1641, 'Westerlo', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1642, 'Wijnegem', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1643, 'Willebroek', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1644, 'Wilrijk', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1645, 'Wommelgem', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1646, 'Wuustwezel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1647, 'Zandhoven', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1648, 'Zoersel', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1649, 'Zwijndrecht', 364, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1650, 'Berchem', 365, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1651, 'Alsemberg', 366, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1652, 'Asse Zellik', 366, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1653, 'Brussels', 366, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1654, 'Bruxelles', 366, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1655, 'Diegem', 366, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1656, 'Alsemberg', 367, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1657, 'Asse Zellik', 367, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1658, 'Brussels', 367, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1659, 'Bruxelles', 367, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1660, 'Diegem', 367, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1661, 'Brussel', 368, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1662, 'Aiseau-Presles', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1663, 'Anderlues', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1664, 'Antoing', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1665, 'Ath', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1666, 'Beaumont', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1667, 'Beloeil', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1668, 'Bernissart', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1669, 'Binche', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1670, 'Boussu', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1671, 'Braine-le-Comte', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1672, 'Brugelette', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1673, 'Brunehaut', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1674, 'Celles', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1675, 'Chapelle-lez-Herlaimont', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1676, 'Charleroi', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1677, 'Chatelet', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1678, 'Chievres', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1679, 'Chimay', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1680, 'Colfontaine', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1681, 'Comines-Warneton', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1682, 'Courcelles', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1683, 'Dour', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1684, 'Ecaussinnes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1685, 'Ellezelles', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1686, 'Enghien', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1687, 'Erquelinnes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1688, 'Estaimpuis', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1689, 'Estinnes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1690, 'Farciennes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1691, 'Fleurus', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1692, 'Flobecq', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1693, 'Fontaine-l Eveque', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1694, 'Frameries', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1695, 'Frasnes-lez-Anvaing', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1696, 'Froidchapelle', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1697, 'Gerpinnes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1698, 'Haine-Saint-Pierre', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1699, 'Ham-sur-Heure-Nalinnes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1700, 'Hensies', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1701, 'Honnelles', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1702, 'Jurbise', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1703, 'La Louviere', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1704, 'Le Roeulx', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1705, 'Lens', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1706, 'Les Bons Villers', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1707, 'Lessines', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1708, 'Leuze-en-Hainaut', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1709, 'Lobbes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1710, 'Manage', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1711, 'Merbes-le-Chateau', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1712, 'Momignies', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1713, 'Mons', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1714, 'Mont-de-l Enclus', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1715, 'Montigny-le-Tilleul', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1716, 'Morlanwelz', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1717, 'Mouscron', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1718, 'Pecq', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1719, 'Peruwelz', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1720, 'Pont-a-Celles', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1721, 'Quaregnon', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1722, 'Quevy', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1723, 'Quievrain', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1724, 'Rumes', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1725, 'Saint-Ghislain', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1726, 'Seneffe', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1727, 'Silly', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1728, 'Sivry-Rance', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1729, 'Soignies', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1730, 'Thuin', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1731, 'Tournai', 370, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1732, 'Amay', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1733, 'Amel', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1734, 'Angleur', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1735, 'Ans', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1736, 'Anthisnes', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1737, 'Aubel', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1738, 'Awans', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1739, 'Aywaille', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1740, 'Baelen', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1741, 'Bassenge', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1742, 'Berloz', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1743, 'Beyne-Heusay', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1744, 'Blegny', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1745, 'Braives', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1746, 'Bullingen', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1747, 'Burdinne', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1748, 'Burg-Reuland', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1749, 'Butgenbach', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1750, 'Chaudfontaine', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1751, 'Clavier', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1752, 'Comblain-au-Pont', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1753, 'Crisnee', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1754, 'Dalhem', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1755, 'Dison', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1756, 'Donceel', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1757, 'Engis', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1758, 'Esneux', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1759, 'Eupen', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1760, 'Faimes', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1761, 'Ferrieres', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1762, 'Fexhe-le-Haut-Clocher', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1763, 'Flemalle', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1764, 'Fleron', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1765, 'Geer', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1766, 'Grace-Hollogne', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1767, 'Hamoir', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1768, 'Hannut', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1769, 'Heron', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1770, 'Herstal', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1771, 'Herve', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1772, 'Huy', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1773, 'Jalhay', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1774, 'Juprelle', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1775, 'Kelmis', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1776, 'Liege', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1777, 'Lierneux', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1778, 'Limbourg', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1779, 'Lincent', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1780, 'Lontzen', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1781, 'Malmedy', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1782, 'Marchin', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1783, 'Modave', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1784, 'Montzen', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1785, 'Nandrin', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1786, 'Neupre', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1787, 'Olne', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1788, 'Oreye', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1789, 'Ouffet', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1790, 'Oupeye', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1791, 'Pepinster', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1792, 'Plombieres', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1793, 'Racour', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1794, 'Raeren', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1795, 'Remicourt', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1796, 'Saint-Georges-sur-Meuse', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1797, 'Saint-Nicolas', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1798, 'Sankt Vith', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1799, 'Seraing', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1800, 'Soumagne', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1801, 'Spa', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1802, 'Sprimont', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1803, 'Stavelot', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1804, 'Stoumont', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1805, 'Theux', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1806, 'Thimister-Clermont', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1807, 'Tinlot', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1808, 'Trois-Ponts', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1809, 'Trooz', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1810, 'Verlaine', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1811, 'Verviers', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1812, 'Villers-le-Bouillet', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1813, 'Vise', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1814, 'Waimes', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1815, 'Wanze', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1816, 'Waremme', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1817, 'Wasseiges', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1818, 'Welkenraedt', 371, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1819, 'Alken', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1820, 'As', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1821, 'Beringen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1822, 'Bilzen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1823, 'Bocholt', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1824, 'Borgloon', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1825, 'Bree', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1826, 'Diepenbeek', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1827, 'Dilsen-Stokkem', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1828, 'Genk', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1829, 'Gingelom', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1830, 'Halen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1831, 'Ham', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1832, 'Hamont-Achel', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1833, 'Hasselt', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1834, 'Hechtel-Eksel', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1835, 'Heers', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1836, 'Herk-de-Stad', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1837, 'Herstappe', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1838, 'Heusden-Zolder', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1839, 'Hoeselt', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1840, 'Houthalen-Helchteren', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1841, 'Kinrooi', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1842, 'Kortessem', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1843, 'Kuringen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1844, 'Lanaken', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1845, 'Leopoldsburg', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1846, 'Lommel', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1847, 'Lummen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1848, 'Maaseik', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1849, 'Maasmechelen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1850, 'Meeuwen-Gruitrode', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1851, 'Neerpelt', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1852, 'Nieuwerkerken', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1853, 'Opglabbeek', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1854, 'Overpelt', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1855, 'Peer', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1856, 'Riemst', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1857, 'Sint-Truiden', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1858, 'Tessenderlo', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1859, 'Tongeren', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1860, 'Voeren', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1861, 'Wellen', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1862, 'Zonhoven', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1863, 'Zutendaal', 372, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1864, 'Arlon', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1865, 'Attert', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1866, 'Aubange', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1867, 'Bastogne', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1868, 'Bertogne', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1869, 'Bertrix', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1870, 'Bouillon', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1871, 'Chiny', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1872, 'Daverdisse', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1873, 'Durbuy', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1874, 'Erezee', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1875, 'Etalle', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1876, 'Fauvillers', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1877, 'Florenville', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1878, 'Gouvy', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1879, 'Grapfontaine', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1880, 'Habay', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1881, 'Herbeumont', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1882, 'Hotton', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1883, 'Houffalize', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1884, 'La Roche-en-Ardenne', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1885, 'Leglise', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1886, 'Libin', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1887, 'Libramont-Chevigny', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1888, 'Manhay', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1889, 'Marche-en-Famenne', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1890, 'Marloie', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1891, 'Martelange', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1892, 'Meix-devant-Virton', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1893, 'Messancy', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1894, 'Musson', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1895, 'Nassogne', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1896, 'Neufchateau', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1897, 'Paliseul', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1898, 'Rendeux', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1899, 'Rouvroy', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1900, 'Saint-Hubert', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1901, 'Saint-Leger', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1902, 'Sainte-Ode', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1903, 'Tellin', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1904, 'Tenneville', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1905, 'Tintigny', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1906, 'Vaux-sur-Sure', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1907, 'Vielsalm', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1908, 'Virton', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1909, 'Wellin', 373, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1910, 'Andenne', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1911, 'Anhee', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1912, 'Assesse', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1913, 'Beauraing', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1914, 'Bievre', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1915, 'Cerfontaine', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1916, 'Ciney', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1917, 'Couvin', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1918, 'Dinant', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1919, 'Doische', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1920, 'Eghezee', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1921, 'Fernelmont', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1922, 'Floreffe', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1923, 'Florennes', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1924, 'Fosses-la-Ville', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1925, 'Gedinne', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1926, 'Gembloux', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1927, 'Gesves', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1928, 'Hamois', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1929, 'Hastiere', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1930, 'Havelange', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1931, 'Houyet', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1932, 'Jambes', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1933, 'Jemeppe-sur-Sambre', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1934, 'La Bruyere', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1935, 'Malonne', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1936, 'Mettet', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1937, 'Namur', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1938, 'Ohey', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1939, 'Onhaye', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1940, 'Philippeville', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1941, 'Profondeville', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1942, 'Rochefort', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1943, 'Sambreville', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1944, 'Sombreffe', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1945, 'Somme-Leuze', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1946, 'Suarlee', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1947, 'Viroinval', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1948, 'Vresse-sur-Semois', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1949, 'Walcourt', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1950, 'Yvoir', 374, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1951, 'Gullegem', 375, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1952, 'Langdorp', 375, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1953, 'Aalst', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1954, 'Aalter', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1955, 'Assenede', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1956, 'Berlare', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1957, 'Beveren', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1958, 'Brakel', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1959, 'Buggenhout', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1960, 'De Pinte', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1961, 'Deinze', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1962, 'Denderleeuw', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1963, 'Dendermonde', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1964, 'Destelbergen', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1965, 'Drongen', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1966, 'Eeklo', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1967, 'Erembodegem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1968, 'Erpe-Mere', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1969, 'Evergem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1970, 'Gavere', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1971, 'Gent', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1972, 'Geraardsbergen', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1973, 'Ghent', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1974, 'Haaltert', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1975, 'Hamme', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1976, 'Herzele', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1977, 'Horebeke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1978, 'Kaprijke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1979, 'Kerksken', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(1980, 'Kluisbergen', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1981, 'Knesselare', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1982, 'Kruibeke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1983, 'Kruishoutem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1984, 'Laarne', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1985, 'Lebbeke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1986, 'Lede', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1987, 'Lierde', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1988, 'Lochristi', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1989, 'Lokeren', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1990, 'Lovendegem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1991, 'Maarkedal', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1992, 'Maldegem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1993, 'Melle', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1994, 'Merelbeke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1995, 'Moerbeke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1996, 'Nazareth', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1997, 'Nevele', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1998, 'Ninove', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(1999, 'Oosterzele', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2000, 'Oudenaarde', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2001, 'Ronse', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2002, 'Semmerzake', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2003, 'Sint-Gillis-Waas', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2004, 'Sint-Laureins', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2005, 'Sint-Lievens-Houtem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2006, 'Sint-Martens-Latem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2007, 'Sint-Niklaas', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2008, 'Stekene', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2009, 'Temse', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2010, 'Waarschoot', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2011, 'Waasmunster', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2012, 'Wachtebeke', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2013, 'Wetteren', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2014, 'Wichelen', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2015, 'Wortegem-Petegem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2016, 'Zele', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2017, 'Zelzate', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2018, 'Zingem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2019, 'Zomergem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2020, 'Zottegem', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2021, 'Zulte', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2022, 'Zwalm', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2023, 'Zwijnaarde', 376, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2024, 'Aarschot', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2025, 'Affligem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2026, 'Asse', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2027, 'Beersel', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2028, 'Begijnendijk', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2029, 'Bekkevoort', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2030, 'Bertem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2031, 'Bever', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2032, 'Bierbeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2033, 'Boortmeerbeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2034, 'Boutersem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2035, 'Diest', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2036, 'Dilbeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2037, 'Drogenbos', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2038, 'Galmaarden', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2039, 'Geetbets', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2040, 'Glabbeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2041, 'Gooik', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2042, 'Grimbergen', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2043, 'Haacht', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2044, 'Halle', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2045, 'Herent', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2046, 'Herne', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2047, 'Hoegaarden', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2048, 'Hoeilaart', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2049, 'Holsbeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2050, 'Huldenberg', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2051, 'Kampenhout', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2052, 'Kapelle-op-den-Bos', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2053, 'Keerbergen', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2054, 'Kortenaken', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2055, 'Kortenberg', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2056, 'Kraainem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2057, 'Landen', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2058, 'Lennik', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2059, 'Leuven', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2060, 'Liedekerke', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2061, 'Linkebeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2062, 'Linter', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2063, 'Londerzeel', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2064, 'Lubbeek', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2065, 'Machelen', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2066, 'Meise', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2067, 'Merchtem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2068, 'Opwijk', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2069, 'Oud-Heverlee', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2070, 'Overijse', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2071, 'Pepingen', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2072, 'Roosdaal', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2073, 'Rotselaar', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2074, 'Scherpenheuvel-Zichem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2075, 'Sint-Genesius-Rode', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2076, 'Sint-Pieters-Leeuw', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2077, 'Steenokkerzeel', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2078, 'Ternat', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2079, 'Tervuren', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2080, 'Tielt-Winge', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2081, 'Tienen', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2082, 'Tremelo', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2083, 'Vilvoorde', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2084, 'Wemmel', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2085, 'Wezembeek-Oppem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2086, 'Zaventem', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2087, 'Zemst', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2088, 'Zoutleeuw', 378, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2089, 'Callenelle', 379, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2090, 'Marcinelle', 379, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2091, 'Strepy-Bracquegnies', 379, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2092, 'Alveringem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2093, 'Anzegem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2094, 'Ardooie', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2095, 'Avelgem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2096, 'Beernem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2097, 'Blankenberge', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2098, 'Bredene', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2099, 'Brugge', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2100, 'Damme', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2101, 'De Haan', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2102, 'De Panne', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2103, 'Deerlijk', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2104, 'Dentergem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2105, 'Diksmuide', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2106, 'Geluveld', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2107, 'Gistel', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2108, 'Harelbeke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2109, 'Heuvelland', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2110, 'Hooglede', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2111, 'Houthulst', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2112, 'Ichtegem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2113, 'Ieper', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2114, 'Ingelmunster', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2115, 'Ingooigem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2116, 'Izegem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2117, 'Jabbeke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2118, 'Knokke-Heist', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2119, 'Koekelare', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2120, 'Koksijde', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2121, 'Kortemark', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2122, 'Kortrijk', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2123, 'Kuurne', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2124, 'Langemark-Poelkapelle', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2125, 'Ledegem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2126, 'Lendelede', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2127, 'Lichtervelde', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2128, 'Lo-Reninge', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2129, 'Menen', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2130, 'Mesen', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2131, 'Meulebeke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2132, 'Middelkerke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2133, 'Moorslede', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2134, 'Nieuwpoort', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2135, 'Oostende', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2136, 'Oostkamp', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2137, 'Oostrozebeke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2138, 'Oudenburg', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2139, 'Pittem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2140, 'Poperinge', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2141, 'Roeselare', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2142, 'Ruiselede', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2143, 'Spiere-Helkijn', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2144, 'Staden', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2145, 'Tielt', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2146, 'Torhout', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2147, 'Veurne', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2148, 'Vleteren', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2149, 'Waregem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2150, 'Wervik', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2151, 'Wevelgem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2152, 'Wielsbeke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2153, 'Wingene', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2154, 'Zedelgem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2155, 'Zeebrugge', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2156, 'Zonnebeke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2157, 'Zuienkerke', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2158, 'Zwevegem', 380, 22, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2159, 'Belize', 381, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2160, 'San Pedro', 381, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2161, 'Belmopan', 382, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2162, 'Benque Viejo', 382, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2163, 'San Ignacio', 382, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2164, 'Corozal', 383, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2165, 'Punta Gorda', 386, 23, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2166, 'Kandi', 387, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2167, 'Malanville', 387, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2168, 'Batia', 388, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2169, 'Boukombe', 388, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2170, 'Kouande', 388, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2171, 'Natitingou', 388, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2172, 'Allada', 389, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2173, 'Cotonou', 389, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2174, 'Ouidah', 389, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2175, 'Tanguiete', 389, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2176, 'Bembereke', 390, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2177, 'Nikki', 390, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2178, 'Parakou', 390, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2179, 'Tchaourou', 390, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2180, 'Dassa', 391, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2181, 'Savalou', 391, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2182, 'Save', 391, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2183, 'Aplahoue', 392, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2184, 'Dogbo', 392, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2185, 'Djougou', 393, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2186, 'Cotonou', 394, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2187, 'Athieme', 395, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2188, 'Come', 395, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2189, 'Grand Popo', 395, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2190, 'Lokossa', 395, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2191, 'Adjohoun', 396, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2192, 'Porto Novo', 396, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2193, 'Ketou', 397, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2194, 'Pobe', 397, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2195, 'Sakete', 397, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2196, 'Abomey', 398, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2197, 'Bohicon', 398, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2198, 'Cove', 398, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2199, 'Zagnanado', 398, 24, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2200, 'Hamilton', 399, 25, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2201, 'Jakar', 401, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2202, 'Chhukha', 402, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2203, 'Phuentsholing', 402, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2204, 'Damphu', 403, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2205, 'Taga Dzong', 404, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2206, 'Geylegphug', 405, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2207, 'Ha', 406, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2208, 'Lhuntshi', 407, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2209, 'Mongar', 408, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2210, 'Pemagatsel', 409, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2211, 'Gasa', 410, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2212, 'Punakha', 410, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2213, 'Paro', 411, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2214, 'Phuntsholing', 412, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2215, 'Samchi', 412, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2216, 'Shemgang', 414, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2217, 'Tashigang', 415, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2218, 'Thimphu', 416, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2219, 'Timphu', 416, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2220, 'Tongsa', 417, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2221, 'Wangdiphodrang', 418, 26, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2222, 'Guayaramerin', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2223, 'Magdalena', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2224, 'Reyes', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2225, 'Riberalta', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2226, 'Rurrenabaque', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2227, 'San Borja', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2228, 'San Ignacio', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2229, 'San Ramon', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2230, 'Santa Ana', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2231, 'Santa Rosa', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2232, 'Trinidad', 419, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2233, 'Camargo', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2234, 'Monteagudo', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2235, 'Muyupampa', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2236, 'Padilla', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2237, 'Sucre', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2238, 'Tarabuco', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2239, 'Villa Serano', 420, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2240, 'Aiquile', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2241, 'Arani', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2242, 'Capinota', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2243, 'Chimore', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2244, 'Cliza', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2245, 'Cochabamba', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2246, 'Colomi', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2247, 'Entre Rios', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2248, 'Irpa Irpa', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2249, 'Ivirgarzama', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2250, 'Mizque', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2251, 'Punata', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2252, 'Shinahota', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2253, 'Sipe Sipe', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2254, 'Tarata', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2255, 'Ucurena', 421, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2256, 'Caracollo', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2257, 'Challapata', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2258, 'Eucaliptus', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2259, 'Huanuni', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2260, 'Machacamarca', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2261, 'Oruro', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2262, 'Poopo', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2263, 'Santiago de Huari', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2264, 'Totoral', 423, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2265, 'Cobija', 424, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2266, 'Atocha', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2267, 'Betanzos', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2268, 'Colquechaca', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2269, 'Llallagua', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2270, 'Potosi', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2271, 'Santa Barbara', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2272, 'Tupiza', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2273, 'Uncia', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2274, 'Uyuni', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2275, 'Villazon', 425, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2276, 'Bermejo', 427, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2277, 'Entre Rios', 427, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2278, 'San Lorenzo', 427, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2279, 'Tarija', 427, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2280, 'Villamontes', 427, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2281, 'Yacuiba', 427, 27, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2282, 'Kachikau', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2283, 'Kasane', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2284, 'Kavimba', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2285, 'Kazungula', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2286, 'Lesoma', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2287, 'Muchinje-Mabale', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2288, 'Pandamatenga', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2289, 'Pandamatenga Botswana Defence ', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2290, 'Parakarungu', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2291, 'Satau', 435, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2292, 'Francistown', 436, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2293, 'Gaborone', 437, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2294, 'Bere', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2295, 'Charles Hill', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2296, 'Chobokwane', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2297, 'Dekar', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2298, 'East Hanahai', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2299, 'Ghanzi', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2300, 'Groote Laagte', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2301, 'Kacgae', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2302, 'Karakobis', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2303, 'Kuke Quarantine Camp', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2304, 'Kule', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2305, 'Makunda', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2306, 'Ncojane', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2307, 'New Xade', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2308, 'New Xanagas', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2309, 'Qabo', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2310, 'Tsootsha', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2311, 'West Hanahai', 438, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2312, 'Jwaneng', 439, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2313, 'Artisia', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2314, 'Bokaa', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2315, 'Dikgonye', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2316, 'Dikwididi', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2317, 'Kgomodiatshaba', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2318, 'Khurutshe', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2319, 'Leshibitse', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2320, 'Mabalane', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2321, 'Malolwane', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2322, 'Malotwana Siding', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2323, 'Matebeleng', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2324, 'Mmamashia', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2325, 'Mmathubudukwane', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2326, 'Mochudi', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2327, 'Modipane', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2328, 'Morwa', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2329, 'Oliphants Drift', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2330, 'Oodi', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2331, 'Pilane', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2332, 'Ramonaka', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2333, 'Ramotlabaki', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2334, 'Rasesa', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2335, 'Sikwane', 442, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2336, 'Boatlaname', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2337, 'Botlhapatlou', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2338, 'Diagane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2339, 'Diphudugodu', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2340, 'Diremogolo Lands', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2341, 'Ditshegwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2342, 'Ditshukudu', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2343, 'Dumadumane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2344, 'Dutlwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2345, 'Gabane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2346, 'Gakgatla', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2347, 'Gakuto', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2348, 'Galekgatshwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2349, 'Gamodubu', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2350, 'Gaphatshwa', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2351, 'Hatsalatladi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2352, 'Kamenakwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2353, 'Kaudwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2354, 'Kgaphamadi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2355, 'Kgope', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2356, 'Khekhenya-Chepetese', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2357, 'Khudumelapye', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2358, 'Kopong', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2359, 'Kotolaname', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2360, 'Kubung', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2361, 'Kumakwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2362, 'Kweneng', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2363, 'Lentsweletau', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2364, 'Lephepe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2365, 'Lesirane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2366, 'Letlhakeng', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2367, 'Losilakgokong', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2368, 'Maboane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2369, 'Mahetlwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2370, 'Makabanyane-Dikgokong', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2371, 'Malwelwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2372, 'Mamhiko', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2373, 'Manaledi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2374, 'Mantshwabisi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2375, 'Marejwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2376, 'Masebele', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2377, 'Medie', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2378, 'Metsibotlhoko', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2379, 'Metsimotlhaba', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2380, 'Mmakanke', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2381, 'Mmankgodi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2382, 'Mmanoko', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2383, 'Mmokolodi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2384, 'Mmopane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2385, 'Mmopane Lands', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2386, 'Mogoditshane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2387, 'Mogoditshane Botswana Defence ', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2388, 'Mogoditshane Lands', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2389, 'Mogonono', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2390, 'Molepolole', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2391, 'Mononyane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2392, 'Monwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2393, 'Morabane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2394, 'Morope', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2395, 'Moshaweng', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2396, 'Mosokotswe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2397, 'Motokwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2398, 'Ngware', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2399, 'Nkoyaphiri', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2400, 'Ramaphatlhe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2401, 'Salajwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2402, 'Serinane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2403, 'Sesung', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2404, 'Shadishadi', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2405, 'Sojwe', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2406, 'Sorilatholo', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2407, 'Suping', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2408, 'Takatokwane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2409, 'Thamaga', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2410, 'Thebephatshwa', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2411, 'Tlowaneng', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2412, 'Tsetseng', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2413, 'Tswaane', 443, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2414, 'Lobatse', 444, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2415, 'Bodibeng', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2416, 'Boro', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2417, 'Botlhatlogo', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2418, 'Chanoga', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2419, 'Chuchubega', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2420, 'Daonara', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2421, 'Ditshiping', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2422, 'Habu', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2423, 'Jao', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2424, 'Kareng', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2425, 'Katamaga', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2426, 'Kgakge', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2427, 'Khwai Camp', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2428, 'Komana', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2429, 'Legotlhwana', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2430, 'Mababe', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2431, 'Makalamabedi', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2432, 'Matlapana', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2433, 'Matsaudi', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2434, 'Mawana', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2435, 'Mokgalo-Haka', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2436, 'Morutsha', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2437, 'Nxharaga', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2438, 'Phuduhudu', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2439, 'Samodupi', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2440, 'Sankuyo', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2441, 'Sehithwa', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2442, 'Semboyo', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2443, 'Sexaxa', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2444, 'Shakawe', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2445, 'Shorobe', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2446, 'Somela', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2447, 'Toteng', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2448, 'Tsanekona', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2449, 'Tsao', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2450, 'Xaxaba', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2451, 'Xhobe', 445, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2452, 'Bethel', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2453, 'Borobadilepe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2454, 'Diabo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2455, 'Digawana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2456, 'Dikhukhung', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2457, 'Dinatshana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2458, 'Dipotsana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2459, 'Ditlharapa', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2460, 'Gamajalela', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2461, 'Gasita', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2462, 'Gathwane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2463, 'Good Hope', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2464, 'Goora-seno', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2465, 'Gopong', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2466, 'Hebron', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2467, 'Itholoke', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2468, 'Kanaku', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2469, 'Kangwe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2470, 'Kanye', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2471, 'Keng', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2472, 'Kgomokasitwa', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2473, 'Kgoro', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2474, 'Khakhea', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2475, 'Khonkhwa', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2476, 'Kokong', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2477, 'Lehoko', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2478, 'Lejwana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2479, 'Lekgolobotlo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2480, 'Leporung', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2481, 'Logagane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2482, 'Lorolwana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2483, 'Lorwana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2484, 'Lotlhakane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2485, 'Lotlhakane West', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2486, 'Mabule', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2487, 'Mabutsane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2488, 'Madingwana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2489, 'Magoriapitse', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2490, 'Magotlhawane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2491, 'Mahotshwane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2492, 'Maisane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2493, 'Makokwe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2494, 'Malokaganyane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2495, 'Manyana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2496, 'Maokane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2497, 'Marojane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2498, 'Maruswa', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2499, 'Metlobo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2500, 'Metlojane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2501, 'Mmakgori', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2502, 'Mmathethe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2503, 'Mogojogojo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2504, 'Mogonye', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2505, 'Mogwalale', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2506, 'Mokatako', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2507, 'Mokgomane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2508, 'Mokhomba', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2509, 'Molapowabojang', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2510, 'Molete', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2511, 'Morwamosu', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2512, 'Moshaneng', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2513, 'Moshupa', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2514, 'Motlhwatse', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2515, 'Motsentshe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2516, 'Musi', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2517, 'Ngwatsau', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2518, 'Ntlhantlhe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2519, 'Papatlo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2520, 'Phihitshwane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2521, 'Pitsana-Potokwe', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2522, 'Pitsane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2523, 'Pitseng-Ralekgetho', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2524, 'Pitshane Molopo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2525, 'Rakhuna', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2526, 'Ralekgetho', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2527, 'Ramatlabama', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2528, 'Ranaka', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2529, 'Sedibeng', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2530, 'Segakwana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2531, 'Segwagwa', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2532, 'Seherelela', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2533, 'Sekhutlane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2534, 'Sekoma', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2535, 'Selokolela', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2536, 'Semane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2537, 'Sese', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2538, 'Sesung', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2539, 'Sheep Farm', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2540, 'Tlhankane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2541, 'Tlhareseleele', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2542, 'Tshidilamolomo', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2543, 'Tshwaane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2544, 'Tsonyane', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2545, 'Tswaaneng', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2546, 'Tswagare-Lothoje-Lokalana', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2547, 'Tswanyaneng', 446, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2548, 'Beetsha', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2549, 'Eretsha', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2550, 'Etsha 1', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2551, 'Etsha 13', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2552, 'Etsha 6', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2553, 'Etsha 8', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2554, 'Etsha 9', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2555, 'Gane', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2556, 'Gonutsuga', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2557, 'Gowe', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2558, 'Gudingwa', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2559, 'Gumare', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2560, 'Ikoga', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2561, 'Kajaja', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2562, 'Kapotora Lands', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2563, 'Kauxwhi', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2564, 'Matswee', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2565, 'Maun', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2566, 'Moaha', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2567, 'Mohembo East', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2568, 'Mohembo West', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2569, 'Mokgacha', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2570, 'Ngarange', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2571, 'Nokaneng', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2572, 'Nxamasere', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2573, 'Nxaunxau', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2574, 'Nxwee', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2575, 'Qangwa', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2576, 'Roye', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2577, 'Samochema', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2578, 'Sekondomboro', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2579, 'Sepopa', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2580, 'Seronga', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2581, 'Shaowe', 448, 29, 1, '2018-07-20 08:57:58', '2018-07-20 08:57:58'),
(2582, 'Tobere Lands', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2583, 'Tubu', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2584, 'Tubu Lands', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2585, 'Xadau', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2586, 'Xakao', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2587, 'Xaxa', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2588, 'Xhauga', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2589, 'Xurube', 448, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2590, 'Orapa', 449, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2591, 'Sowa', 452, 29, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2592, 'Acrelandia', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2593, 'Brasileia', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2594, 'Cruzeiro do Sul', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2595, 'Epitaciolandia', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2596, 'Feijo', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2597, 'Mancio Lima', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2598, 'Manoel Urbano', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2599, 'Marechal Thaumaturgo', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2600, 'Placido de Castro', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2601, 'Porto Walter', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2602, 'Rio Branco', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2603, 'Rodrigues Alves', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2604, 'Sena Madureira', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2605, 'Senador Guiomard', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2606, 'Tarauaca', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2607, 'Xapuri', 454, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2608, 'Agua Branca', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2609, 'Anadia', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2610, 'Arapiraca', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2611, 'Atalaia', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2612, 'Barra de Santo Antonio', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2613, 'Batalha', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2614, 'Boca da Mata', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2615, 'Cacimbinhas', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2616, 'Cajueiro', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2617, 'Campo Alegre', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2618, 'Campo Grande', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2619, 'Canapi', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2620, 'Capela', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2621, 'Coite do Noia', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2622, 'Colonia Leopoldina', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2623, 'Coruripe', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2624, 'Craibas', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2625, 'Delmiro Gouveia', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2626, 'Dois Riachos', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2627, 'Estrela de Alagoas', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2628, 'Feira Grande', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2629, 'Flexeiras', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(2630, 'Girau do Ponciano', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2631, 'Ibateguara', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2632, 'Igaci', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2633, 'Igreja Nova', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2634, 'Inhapi', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2635, 'Joaquim Gomes', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2636, 'Jundia', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2637, 'Junqueiro', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2638, 'Lagoa da Canoa', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2639, 'Limoeiro de Anadia', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2640, 'Maceio', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2641, 'Major Isidoro', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2642, 'Maragogi', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2643, 'Maravilha', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2644, 'Marechal Deodoro', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2645, 'Maribondo', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2646, 'Mata Grande', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2647, 'Matriz de Camaragibe', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2648, 'Messias', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2649, 'Minador do Negrao', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2650, 'Murici', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2651, 'Novo Lino', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2652, 'Olho d Agua das Flores', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2653, 'Olivenca', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2654, 'Palmeira dos Indios', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2655, 'Pao de Acucar', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2656, 'Passo de Camaragibe', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2657, 'Penedo', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2658, 'Piacabucu', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2659, 'Pilar', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2660, 'Piranhas', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2661, 'Poco das Trincheiras', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2662, 'Porto Calvo', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2663, 'Porto Real do Colegio', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2664, 'Quebrangulo', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2665, 'Rio Largo', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2666, 'Santana do Ipanema', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2667, 'Santana do Mundau', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2668, 'Sao Jose da Laje', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2669, 'Sao Jose da Tapera', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2670, 'Sao Luis do Quitunde', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2671, 'Sao Miguel dos Campos', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2672, 'Sao Sebastiao', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2673, 'Satuba', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2674, 'Senador Rui Palmeira', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2675, 'Taquarana', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2676, 'Teotonio Vilela', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2677, 'Traipu', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2678, 'Uniao dos Palmares', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2679, 'Vicosa', 455, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2680, 'Amapa', 456, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2681, 'Laranjal do Jari', 456, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2682, 'Macapa', 456, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2683, 'Mazagao', 456, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2684, 'Oiapoque', 456, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2685, 'Santana', 456, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2686, 'Alvaraes', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2687, 'Anori', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2688, 'Apui', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2689, 'Autazes', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2690, 'Barcelos', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2691, 'Barreirinha', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2692, 'Benjamin Constant', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2693, 'Boca do Acre', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2694, 'Borba', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2695, 'Canutama', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2696, 'Carauari', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2697, 'Careiro', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2698, 'Careiro da Varzea', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2699, 'Coari', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2700, 'Codajas', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2701, 'Eirunepe', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2702, 'Envira', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2703, 'Fonte Boa', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2704, 'Guajara', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2705, 'Humaita', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2706, 'Ipixuna', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2707, 'Iranduba', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2708, 'Itacoatiara', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2709, 'Japura', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2710, 'Jutai', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2711, 'Labrea', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2712, 'Manacapuru', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2713, 'Manaquiri', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2714, 'Manaus', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2715, 'Manicore', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2716, 'Maraa', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2717, 'Maues', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2718, 'Nhamunda', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2719, 'Nova Olinda do Norte', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2720, 'Novo Airao', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2721, 'Novo Aripuana', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2722, 'Parintins', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2723, 'Pauini', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2724, 'Rio Preto da Eva', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2725, 'Santa Isabel do Rio Negro', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2726, 'Santo Antonio do Ica', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2727, 'Sao Gabriel da Cachoeira', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2728, 'Sao Paulo de Olivenca', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2729, 'Tabatinga', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2730, 'Tapaua', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2731, 'Tefe', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2732, 'Tonantins', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2733, 'Uarini', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2734, 'Urucara', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2735, 'Urucurituba', 457, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2736, 'Acajutiba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2737, 'Alagoinhas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2738, 'Amargosa', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2739, 'Amelia Rodrigues', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2740, 'America Dourada', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2741, 'Anage', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2742, 'Araci', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2743, 'Aurelino Leal', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2744, 'Baixa Grande', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2745, 'Barra', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2746, 'Barra da Estiva', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2747, 'Barra do Choca', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2748, 'Barreiras', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2749, 'Belmonte', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2750, 'Boa Vista do Tupim', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2751, 'Bom Jesus da Lapa', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2752, 'Boquira', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2753, 'Brumado', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2754, 'Buerarema', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2755, 'Cachoeira', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2756, 'Cacule', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2757, 'Caetite', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2758, 'Cafarnaum', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2759, 'Camacan', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2760, 'Camacari', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2761, 'Camamu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2762, 'Campo Alegre de Lourdes', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2763, 'Campo Formoso', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2764, 'Canarana', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2765, 'Canavieiras', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2766, 'Candeias', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2767, 'Candido Sales', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2768, 'Cansancao', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2769, 'Capim Grosso', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2770, 'Caravelas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2771, 'Carinhanha', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2772, 'Casa Nova', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2773, 'Castro Alves', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2774, 'Catu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2775, 'Cicero Dantas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2776, 'Cipo', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2777, 'Coaraci', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2778, 'Conceicao da Feira', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2779, 'Conceicao do Almeida', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2780, 'Conceicao do Coite', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2781, 'Conceicao do Jacuipe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2782, 'Conde', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2783, 'Coracao de Maria', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2784, 'Coronel Joao Sa', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2785, 'Correntina', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2786, 'Cruz das Almas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2787, 'Curaca', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2788, 'Dias d Avila', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2789, 'Encruzilhada', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2790, 'Entre Rios', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2791, 'Esplanada', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2792, 'Euclides da Cunha', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2793, 'Eunapolis', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2794, 'Feira de Santana', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2795, 'Filadelfia', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2796, 'Formosa do Rio Preto', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2797, 'Gandu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2798, 'Guanambi', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2799, 'Guaratinga', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2800, 'Iacu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2801, 'Ibicarai', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2802, 'Ibicui', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2803, 'Ibipeba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2804, 'Ibirapitanga', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2805, 'Ibirataia', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2806, 'Ibotirama', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2807, 'Iguai', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2808, 'Ilheus', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2809, 'Inhambupe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2810, 'Ipiau', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2811, 'Ipira', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2812, 'Iraquara', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2813, 'Irara', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2814, 'Irece', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2815, 'Itabela', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2816, 'Itaberaba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2817, 'Itabuna', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2818, 'Itacare', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2819, 'Itagi', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2820, 'Itagiba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2821, 'Itajuipe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2822, 'Itamaraju', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2823, 'Itambe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2824, 'Itanhem', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2825, 'Itaparica', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2826, 'Itapetinga', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2827, 'Itapicuru', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2828, 'Itarantim', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2829, 'Itirucu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2830, 'Itiuba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2831, 'Itororo', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2832, 'Ituacu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2833, 'Itubera', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2834, 'Jacobina', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2835, 'Jaguaquara', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2836, 'Jaguarari', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2837, 'Jequie', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2838, 'Jeremoabo', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2839, 'Jitauna', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2840, 'Joao Dourado', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2841, 'Juazeiro', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2842, 'Jussara', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2843, 'Laje', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2844, 'Lapao', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2845, 'Lauro de Freitas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2846, 'Livramento', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2847, 'Macarani', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2848, 'Macaubas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2849, 'Madre de Deus', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2850, 'Mairi', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2851, 'Maracas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2852, 'Maragogipe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2853, 'Marau', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2854, 'Mascote', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2855, 'Mata de Sao Joao', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2856, 'Medeiros Neto', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2857, 'Miguel Calmon', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2858, 'Milagres', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2859, 'Monte Santo', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2860, 'Morro de Chapeu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2861, 'Mucuri', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2862, 'Mundo Novo', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2863, 'Muritiba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2864, 'Mutuipe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2865, 'Nazare', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2866, 'Nova Soure', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2867, 'Nova Vicosa', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2868, 'Olindina', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2869, 'Oliveira dos Brejinhos', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2870, 'Palmas de Monte Alto', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2871, 'Paramirim', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2872, 'Paratinga', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2873, 'Paripiranga', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2874, 'Pau Brasil', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2875, 'Paulo Afonso', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2876, 'Pilao Arcado', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2877, 'Pindobacu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2878, 'Piritiba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2879, 'Planalto', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2880, 'Pocoes', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2881, 'Pojuca', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2882, 'Ponto Novo', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2883, 'Porto Seguro', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2884, 'Prado', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2885, 'Presidente Tancredo Neves', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2886, 'Queimadas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2887, 'Quijingue', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2888, 'Rafael Jambeiro', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2889, 'Remanso', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2890, 'Riachao das Neves', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2891, 'Riachao do Jacuipe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2892, 'Riacho de Santana', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2893, 'Ribeira do Pombal', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2894, 'Rio Real', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2895, 'Ruy Barbosa', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2896, 'Salvador', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2897, 'Santa Cruz Cabralia', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2898, 'Santa Ines', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2899, 'Santa Maria da Vitoria', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2900, 'Santa Rita de Cassia', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2901, 'Santaluz', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2902, 'Santana', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2903, 'Santo Amaro', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2904, 'Santo Antonio de Jesus', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2905, 'Santo Estevao', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2906, 'Sao Desiderio', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2907, 'Sao Felipe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2908, 'Sao Francisco do Conde', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2909, 'Sao Gabriel', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2910, 'Sao Goncalo dos Campos', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2911, 'Sao Sebastiao do Passe', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2912, 'Saubara', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2913, 'Seabra', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2914, 'Senhor do Bonfim', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2915, 'Sento Se', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2916, 'Serra Dourada', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2917, 'Serra do Ramalho', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2918, 'Serrinha', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2919, 'Simoes Filho', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2920, 'Sobradinho', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2921, 'Souto Soares', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2922, 'Tanhacu', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2923, 'Taperoa', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2924, 'Tapiramuta', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2925, 'Teixeira de Freitas', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2926, 'Teofilandia', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2927, 'Terra Nova', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2928, 'Tremedal', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2929, 'Tucano', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2930, 'Uaua', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2931, 'Ubaira', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2932, 'Ubaitaba', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2933, 'Ubata', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2934, 'Una', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2935, 'Urucuca', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2936, 'Utinga', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2937, 'Valenca', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2938, 'Valente', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2939, 'Vera Cruz', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2940, 'Vitoria da Conquista', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2941, 'Wenceslau Guimaraes', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2942, 'Xique-Xique', 458, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2943, 'Acarau', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2944, 'Acopiara', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2945, 'Amontada', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2946, 'Aquiraz', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2947, 'Aracati', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2948, 'Aracoiaba', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2949, 'Araripe', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2950, 'Assare', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2951, 'Aurora', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2952, 'Barbalha', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2953, 'Barro', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2954, 'Barroquinha', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2955, 'Baturite', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2956, 'Beberibe', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2957, 'Bela Cruz', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2958, 'Boa Viagem', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2959, 'Brejo Santo', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2960, 'Camocim', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2961, 'Campos Sales', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2962, 'Caninde', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2963, 'Carire', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2964, 'Caririacu', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2965, 'Cascavel', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2966, 'Caucaia', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2967, 'Cedro', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2968, 'Chorozinho', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2969, 'Coreau', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2970, 'Crateus', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2971, 'Crato', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2972, 'Cruz', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2973, 'Eusebio', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2974, 'Farias Brito', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2975, 'Forquilha', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2976, 'Fortaleza', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2977, 'Granja', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2978, 'Guaiuba', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2979, 'Guaraciaba do Norte', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2980, 'Hidrolandia', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2981, 'Horizonte', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2982, 'Ibiapina', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2983, 'Ico', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2984, 'Iguatu', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2985, 'Independencia', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2986, 'Ipu', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2987, 'Ipueiras', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2988, 'Iraucuba', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2989, 'Itaitinga', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2990, 'Itapage', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2991, 'Itapipoca', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2992, 'Itarema', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2993, 'Jaguaribe', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2994, 'Jaguaruana', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2995, 'Jardim', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2996, 'Juazeiro do Norte', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2997, 'Jucas', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2998, 'Lavras da Mangabeira', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(2999, 'Limoeiro do Norte', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3000, 'Maracanau', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3001, 'Maranguape', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3002, 'Marco', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3003, 'Massape', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3004, 'Mauriti', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3005, 'Milagres', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3006, 'Missao Velha', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3007, 'Mombaca', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3008, 'Morada Nova', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3009, 'Nova Russas', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3010, 'Novo Oriente', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3011, 'Ocara', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3012, 'Oros', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3013, 'Pacajus', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3014, 'Pacatuba', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3015, 'Paracuru', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3016, 'Paraipaba', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3017, 'Parambu', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3018, 'Pedra Branca', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3019, 'Pentecoste', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3020, 'Quixada', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3021, 'Quixeramobim', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3022, 'Quixere', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3023, 'Redencao', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3024, 'Reriutaba', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3025, 'Russas', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3026, 'Santa Quiteria', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3027, 'Santana do Acarau', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3028, 'Sao Benedito', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3029, 'Sao Goncalo do Amarante', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3030, 'Senador Pompeu', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3031, 'Sobral', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3032, 'Tabuleiro do Norte', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3033, 'Tamboril', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3034, 'Taua', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3035, 'Tiangua', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3036, 'Trairi', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3037, 'Ubajara', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3038, 'Umirim', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3039, 'Uruburetama', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3040, 'Varjota', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3041, 'Varzea Alegre', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3042, 'Vicosa do Ceara', 459, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3043, 'Abadiania', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3044, 'Acreuna', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3045, 'Aguas Lindas de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3046, 'Alexania', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3047, 'Anapolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3048, 'Anicuns', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3049, 'Aparecida de Goiania', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3050, 'Aragarcas', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3051, 'Bela Vista de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3052, 'Bom Jesus de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3053, 'Buriti Alegre', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3054, 'Cacu', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3055, 'Caiaponia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3056, 'Caldas Novas', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3057, 'Campos Belos', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3058, 'Campos Verdes', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3059, 'Carmo do Rio Verde', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3060, 'Catalao', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3061, 'Cavalcante', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3062, 'Ceres', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3063, 'Cidade Ocidental', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3064, 'Cocalzinho de Coias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3065, 'Cristalina', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3066, 'Crixas', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3067, 'Doverlandia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3068, 'Edeia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3069, 'Firminopolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3070, 'Formosa', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3071, 'Goianapolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3072, 'Goianesia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3073, 'Goiania', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3074, 'Goianira', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3075, 'Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3076, 'Goiatuba', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3077, 'Guapo', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3078, 'Hidrolandia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3079, 'Iaciara', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3080, 'Indiara', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3081, 'Inhumas', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3082, 'Ipameri', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3083, 'Ipora', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3084, 'Itaberai', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3085, 'Itapaci', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3086, 'Itapirapua', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3087, 'Itapuranga', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3088, 'Itumbiara', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3089, 'Jaragua', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3090, 'Jatai', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3091, 'Jussara', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3092, 'Luziania', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3093, 'Mara Rosa', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3094, 'Minacu', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3095, 'Mineiros', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3096, 'Morrinhos', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3097, 'Mozarlandia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3098, 'Neropolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3099, 'Niquelandia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3100, 'Nova Crixas', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3101, 'Novo Gama', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3102, 'Orizona', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3103, 'Padre Bernardo', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3104, 'Palmeiras de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3105, 'Parauna', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3106, 'Petrolina de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3107, 'Piracanjuba', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3108, 'Piranhas', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3109, 'Pirenopolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3110, 'Pires do Rio', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3111, 'Planaltina', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3112, 'Pontalina', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3113, 'Porangatu', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3114, 'Posse', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3115, 'Quirinopolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3116, 'Rialma', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3117, 'Rio Verde', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3118, 'Rubiataba', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3119, 'Santa Helena de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3120, 'Santa Terezinha de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3121, 'Santo Antonio do Descoberto', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3122, 'Sao Domingos', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3123, 'Sao Luis de Montes Belos', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3124, 'Sao Miguel do Araguaia', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3125, 'Sao Simao', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3126, 'Senador Canedo', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3127, 'Silvania', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3128, 'Trindade', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3129, 'Uruacu', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3130, 'Uruana', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3131, 'Valparaiso de Goias', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3132, 'Vianopolis', 463, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3133, 'Acailandia', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3134, 'Alcantara', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3135, 'Aldeias Altas', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3136, 'Alto Alegre do Pindare', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3137, 'Amarante do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3138, 'Anajatuba', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3139, 'Araioses', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3140, 'Arame', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3141, 'Arari', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3142, 'Bacabal', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3143, 'Balsas', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3144, 'Barra do Corda', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3145, 'Barreirinhas', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3146, 'Bequimao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3147, 'Bom Jardim', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3148, 'Brejo', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3149, 'Buriti', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3150, 'Buriti Bravo', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3151, 'Buriticupu', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3152, 'Candido Mendes', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3153, 'Cantanhede', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3154, 'Carolina', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3155, 'Carutapera', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3156, 'Caxias', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3157, 'Chapadinha', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3158, 'Codo', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3159, 'Coelho Neto', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3160, 'Colinas', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3161, 'Coroata', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3162, 'Cururupu', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3163, 'Davinopolis', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3164, 'Dom Pedro', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3165, 'Esperantinopolis', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3166, 'Estreito', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3167, 'Fortuna', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3168, 'Godofredo Viana', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3169, 'Governador Eugenio Barros', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3170, 'Governador Nunes Freire', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3171, 'Grajau', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3172, 'Humberto de Campos', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3173, 'Icatu', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3174, 'Imperatriz', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3175, 'Itapecuru Mirim', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3176, 'Itinga do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3177, 'Joao Lisboa', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3178, 'Lago da Pedra', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3179, 'Lago do Junco', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3180, 'Maracacume', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3181, 'Matinha', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3182, 'Matoes', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3183, 'Mirador', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3184, 'Miranda do Norte', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3185, 'Moncao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3186, 'Montes Altos', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3187, 'Morros', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3188, 'Nova Olinda do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3189, 'Olho d Agua das Cunhas', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3190, 'Paco do Lumiar', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3191, 'Paraibano', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3192, 'Parnarama', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3193, 'Passagem Franca', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3194, 'Pastos Bons', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3195, 'Paulo Ramos', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3196, 'Pedreiras', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3197, 'Penalva', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3198, 'Pindare Mirim', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3199, 'Pinheiro', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3200, 'Pio XII', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3201, 'Pirapemas', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3202, 'Pocao de Pedras', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3203, 'Porto Franco', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3204, 'Presidente Dutra', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3205, 'Raposa', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3206, 'Riachao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3207, 'Rosario', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3208, 'Santa Helena', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3209, 'Santa Ines', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3210, 'Santa Luzia', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3211, 'Santa Luzia do Parua', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3212, 'Santa Quiteria do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3213, 'Santa Rita', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3214, 'Sao Benedito do Rio Preto', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3215, 'Sao Bento', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3216, 'Sao Bernardo', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3217, 'Sao Domingos do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3218, 'Sao Joao Batista', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3219, 'Sao Joao dos Patos', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3220, 'Sao Jose de Ribamar', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3221, 'Sao Luis', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3222, 'Sao Luis Gonzaga do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3223, 'Sao Mateus do Maranhao', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3224, 'Sao Pedro da Agua Branca', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3225, 'Sao Raimundo das Mangabeiras', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3226, 'Timbiras', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3227, 'Timon', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3228, 'Trizidela do Vale', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3229, 'Tuntum', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3230, 'Turiacu', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3231, 'Tutoia', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3232, 'Urbano Santos', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3233, 'Vargem Grande', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3234, 'Viana', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3235, 'Vitoria do Mearim', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3236, 'Vitorino Freire', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3237, 'Ze Doca', 464, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3238, 'Abaetetuba', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3239, 'Acara', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3240, 'Afua', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3241, 'Agua Azul do Norte', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3242, 'Alenquer', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3243, 'Almeirim', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3244, 'Altamira', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3245, 'Ananindeua', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3246, 'Augusto Correa', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3247, 'Baiao', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3248, 'Barcarena', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3249, 'Belem', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3250, 'Benevides', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3251, 'Braganca', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3252, 'Breu Branco', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3253, 'Breves', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3254, 'Bujaru', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3255, 'Cameta', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3256, 'Capanema', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3257, 'Capitao Poco', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3258, 'Castanhal', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3259, 'Conceicao do Araguaia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3260, 'Concordia do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3261, 'Curionopolis', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3262, 'Curuca', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3263, 'Dom Eliseu', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3264, 'Eldorado dos Carajas', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3265, 'Garrafao do Norte', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(3266, 'Goianesia do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3267, 'Gurupa', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3268, 'Igarape-Acu', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3269, 'Igarape-Miri', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3270, 'Irituia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3271, 'Itaituba', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3272, 'Itupiranga', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3273, 'Jacareacanga', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3274, 'Jacunda', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3275, 'Juruti', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3276, 'Limoeiro do Ajuru', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3277, 'Mae do Rio', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3278, 'Maraba', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3279, 'Maracana', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3280, 'Marapanim', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3281, 'Marituba', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3282, 'Medicilandia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3283, 'Mocajuba', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3284, 'Moju', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3285, 'Monte Alegre', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3286, 'Muana', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3287, 'Novo Progresso', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3288, 'Novo Repartimento', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3289, 'Obidos', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3290, 'Oeiras do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3291, 'Oriximina', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3292, 'Ourem', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3293, 'Ourilandia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3294, 'Pacaja', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3295, 'Paragominas', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3296, 'Parauapebas', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3297, 'Portel', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3298, 'Porto de Moz', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3299, 'Prainha', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3300, 'Redencao', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3301, 'Rio Maria', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3302, 'Rondon do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3303, 'Ruropolis', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3304, 'Salinopolis', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3305, 'Santa Isabel do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3306, 'Santa Luzia do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3307, 'Santa Maria do Para', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3308, 'Santana do Araguaia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3309, 'Santarem', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3310, 'Santo Antonio do Taua', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3311, 'Sao Caetano de Odivelas', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3312, 'Sao Domingos do Araguaia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3313, 'Sao Domingos do Capim', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3314, 'Sao Felix do Xingu', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3315, 'Sao Geraldo do Araguaia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3316, 'Sao Joao de Pirabas', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3317, 'Sao Miguel do Guama', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3318, 'Senador Jose Porfirio', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3319, 'Soure', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3320, 'Tailandia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3321, 'Terra Santa', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3322, 'Tome-Acu', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3323, 'Tucuma', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3324, 'Tucurui', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3325, 'Ulianopolis', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3326, 'Uruara', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3327, 'Vigia', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3328, 'Viseu', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3329, 'Xinguara', 468, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3330, 'Alagoa Grande', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3331, 'Alagoa Nova', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3332, 'Alagoinha', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3333, 'Alhandra', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3334, 'Aracagi', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3335, 'Arara', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3336, 'Araruna', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3337, 'Areia', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3338, 'Aroeiras', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3339, 'Bananeiras', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3340, 'Barra de Santa Rosa', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3341, 'Bayeux', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3342, 'Belem', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3343, 'Boqueirao', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3344, 'Brejo do Cruz', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3345, 'Caapora', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3346, 'Cabedelo', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3347, 'Cacimba de Dentro', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3348, 'Cajazeiras', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3349, 'Campina Grande', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3350, 'Catole do Rocha', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3351, 'Conceicao', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3352, 'Conde', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3353, 'Coremas', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3354, 'Cruz do Espirito Santo', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3355, 'Cuite', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3356, 'Desterro', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3357, 'Dona Ines', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3358, 'Esperanca', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3359, 'Fagundes', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3360, 'Guarabira', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3361, 'Gurinhem', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3362, 'Imaculada', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3363, 'Inga', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3364, 'Itabaiana', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3365, 'Itaporanga', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3366, 'Itapororoca', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3367, 'Itatuba', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3368, 'Jacarau', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3369, 'Joao Pessoa', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3370, 'Juazeirinho', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3371, 'Juripiranga', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3372, 'Juru', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3373, 'Lagoa Seca', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3374, 'Mamanguape', 469, 31, 1, '2018-07-20 08:57:59', '2018-07-20 08:57:59'),
(3375, 'Manaira', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3376, 'Mari', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3377, 'Massaranduba', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3378, 'Mogeiro', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3379, 'Monteiro', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3380, 'Mulungu', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3381, 'Natuba', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3382, 'Nova Floresta', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3383, 'Patos', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3384, 'Paulista', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3385, 'Pedras de Fogo', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3386, 'Pianco', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3387, 'Picui', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3388, 'Pilar', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3389, 'Pirpirituba', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3390, 'Pitimbu', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3391, 'Pocinhos', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3392, 'Pombal', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3393, 'Princesa Isabel', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3394, 'Puxinana', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3395, 'Queimadas', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3396, 'Remigio', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3397, 'Rio Tinto', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3398, 'Salgado de Sao Felix', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3399, 'Santa Luzia', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3400, 'Santa Rita', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3401, 'Sao Bento', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3402, 'Sao Joao do Rio do Peixe', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3403, 'Sao Jose de Piranhas', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3404, 'Sao Sebastiao de Lagoa de Roca', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3405, 'Sape', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3406, 'Serra Branca', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3407, 'Solanea', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3408, 'Soledade', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3409, 'Sousa', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3410, 'Sume', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3411, 'Taperoa', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3412, 'Tavares', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3413, 'Teixeira', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3414, 'Triunfo', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3415, 'Uirauna', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3416, 'Umbuzeiro', 469, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3417, 'Almirante Tamandare', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3418, 'Alto Parana', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3419, 'Alto Piquiri', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3420, 'Altonia', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3421, 'Ampere', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3422, 'Andira', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3423, 'Antonina', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3424, 'Apucarana', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3425, 'Arapongas', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3426, 'Arapoti', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3427, 'Araucaria', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3428, 'Assai', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3429, 'Assis Chateaubriand', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3430, 'Astorga', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3431, 'Bandeirantes', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3432, 'Barbosa Ferraz', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3433, 'Bela Vista do Paraiso', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3434, 'Cambara', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3435, 'Cambe', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3436, 'Campina Grande do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3437, 'Campina da Lagoa', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3438, 'Campo Largo', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3439, 'Campo Murao', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3440, 'Candido de Abreu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3441, 'Capitao Leonidas Marques', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3442, 'Carambei', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3443, 'Cascavel', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3444, 'Castro', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3445, 'Centenario do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3446, 'Chopinzinho', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3447, 'Cianorte', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3448, 'Clevelandia', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3449, 'Colombo', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3450, 'Colorado', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3451, 'Contenda', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3452, 'Corbelia', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3453, 'Cornelio Procopio', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3454, 'Coronel Vivida', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3455, 'Cruzeiro do Oeste', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3456, 'Curitiba', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3457, 'Dois Vizinhos', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3458, 'Engenheiro Beltrao', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3459, 'Faxinal', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3460, 'Fazenda Rio Grande', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3461, 'Florestopolis', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3462, 'Foz do Iguacu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3463, 'Francisco Beltrao', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3464, 'Goioere', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3465, 'Guaira', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3466, 'Guaraniacu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3467, 'Guarapuava', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3468, 'Guaratuba', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3469, 'Ibaiti', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3470, 'Ibipora', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3471, 'Imbituva', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3472, 'Ipora', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3473, 'Irati', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3474, 'Itaperucu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3475, 'Ivaipora', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3476, 'Jacarezinho', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3477, 'Jaguariaiva', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3478, 'Jandaia do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3479, 'Jataizinho', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3480, 'Lapa', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3481, 'Laranjeiras do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3482, 'Loanda', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3483, 'Londrina', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3484, 'Mandaguacu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3485, 'Mandaguari', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3486, 'Marechal Candido Rondon', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3487, 'Marialva', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3488, 'Maringa', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3489, 'Matelandia', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3490, 'Matinhos', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3491, 'Medianeira', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3492, 'Moreira Sales', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3493, 'Nova Aurora', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3494, 'Nova Esperanca', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3495, 'Nova Londrina', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3496, 'Ortigueira', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3497, 'Paicandu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3498, 'Palmas', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3499, 'Palmeira', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3500, 'Palotina', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3501, 'Paranagua', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3502, 'Paranavai', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3503, 'Pato Branco', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3504, 'Peabiru', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3505, 'Pinhais', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3506, 'Pinhao', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3507, 'Pirai do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3508, 'Piraquara', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3509, 'Pitanga', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3510, 'Ponta Grossa', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3511, 'Pontal do Parana', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3512, 'Porecatu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3513, 'Primero de Maio', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3514, 'Prudentopolis', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3515, 'Quatro Barras', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3516, 'Quedas do Iguacu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3517, 'Realeza', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3518, 'Reserva', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3519, 'Ribeirao do Pinhal', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3520, 'Rio Branco do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3521, 'Rio Negro', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3522, 'Rolandia', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3523, 'Santa Helena', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3524, 'Santa Terezinha de Itaipu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3525, 'Santo Antonio da Platina', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3526, 'Santo Antonio do Sudoeste', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3527, 'Sao Joao do Ivai', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3528, 'Sao Jose dos Pinhais', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3529, 'Sao Mateus do Sul', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3530, 'Sao Miguel do Iguacu', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3531, 'Sarandi', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3532, 'Senges', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3533, 'Sertanopolis', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3534, 'Siquera Campos', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3535, 'Tapejara', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3536, 'Telemaco Borba', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3537, 'Terra Boa', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3538, 'Terra Rica', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3539, 'Terra Roxa', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3540, 'Tibagi', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3541, 'Toledo', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3542, 'Ubirata', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3543, 'Umuarama', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3544, 'Uniao da Victoria', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3545, 'Wenceslau Braz', 470, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3546, 'Abreu e Lima', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3547, 'Afogados da Ingazeira', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3548, 'Agrestina', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3549, 'Agua Preta', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3550, 'Aguas Belas', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3551, 'Alianca', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3552, 'Altinho', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3553, 'Amaraji', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3554, 'Aracoiaba', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3555, 'Araripina', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3556, 'Arcoverde', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3557, 'Barra de Guabiraba', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3558, 'Barreiros', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3559, 'Belem de Sao Francisco', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3560, 'Belo Jardim', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3561, 'Bezerros', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3562, 'Bodoco', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3563, 'Bom Conselho', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3564, 'Bom Jardim', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3565, 'Bonito', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3566, 'Brejo da Madre de Deus', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3567, 'Buique', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3568, 'Cabo de Santo Agostinho', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3569, 'Cabrobo', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3570, 'Cachoeirinha', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3571, 'Caetes', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3572, 'Camaragibe', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3573, 'Camocim de Sao Felix', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3574, 'Canhotinho', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3575, 'Capoeiras', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3576, 'Carnaiba', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3577, 'Carpina', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3578, 'Caruaru', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3579, 'Catende', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3580, 'Cha Grande', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3581, 'Condado', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3582, 'Cumaru', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3583, 'Cupira', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3584, 'Custodia', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3585, 'Escada', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3586, 'Exu', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3587, 'Feira Nova', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3588, 'Fernando de Noronha', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3589, 'Flores', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3590, 'Floresta', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3591, 'Gameleira', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3592, 'Garanhuns', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3593, 'Gloria do Goita', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3594, 'Goiana', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3595, 'Gravata', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3596, 'Ibimirim', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3597, 'Igarassu', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3598, 'Inaja', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3599, 'Ipojuca', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3600, 'Ipubi', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3601, 'Itaiba', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3602, 'Itamaraca', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3603, 'Itambe', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3604, 'Itapissuma', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3605, 'Itaquitinga', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3606, 'Jaboatao', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3607, 'Joao Alfredo', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3608, 'Joaquim Nabuco', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3609, 'Lagoa do Itaenga', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3610, 'Lajedo', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3611, 'Limoeiro', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3612, 'Macaparana', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3613, 'Maraial', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3614, 'Moreno', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3615, 'Nazare da Mata', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3616, 'Olinda', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3617, 'Orobo', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3618, 'Ouricuri', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3619, 'Palmares', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3620, 'Panelas', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3621, 'Parnamirim', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3622, 'Passira', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3623, 'Paudalho', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3624, 'Paulista', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3625, 'Pedra', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3626, 'Pesqueira', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3627, 'Petrolandia', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3628, 'Petrolina', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3629, 'Pombos', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3630, 'Quipapa', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3631, 'Recife', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3632, 'Ribeirao', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3633, 'Rio Formoso', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3634, 'Salgueiro', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3635, 'Santa Cruz do Capibaribe', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3636, 'Santa Maria da Boa Vista', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3637, 'Sao Bento do Una', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3638, 'Sao Caitano', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3639, 'Sao Joao', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3640, 'Sao Joaquim do Monte', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3641, 'Sao Jose da Coroa Grande', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3642, 'Sao Jose do Belmonte', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3643, 'Sao Jose do Egito', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3644, 'Sao Lourenco da Mata', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3645, 'Serra Talhada', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3646, 'Sertania', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3647, 'Sirinhaem', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3648, 'Surubim', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3649, 'Tabira', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3650, 'Tamandare', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3651, 'Taquaritinga do Norte', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3652, 'Timbauba', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3653, 'Toritama', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3654, 'Trindade', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3655, 'Triunfo', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3656, 'Tupanatinga', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3657, 'Vicencia', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3658, 'Vitoria de Santo Antao', 471, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3659, 'Agua Branca', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3660, 'Alto Longa', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3661, 'Altos', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3662, 'Amarante', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3663, 'Avelino Lopes', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3664, 'Barras', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3665, 'Batalha', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3666, 'Beneditinos', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3667, 'Bom Jesus', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3668, 'Buriti dos Lopes', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3669, 'Campo Maior', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3670, 'Canto do Buriti', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3671, 'Castelo do Piaui', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3672, 'Cocal', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3673, 'Corrente', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3674, 'Demerval Lobao', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3675, 'Elesbao Veloso', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3676, 'Esperantina', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3677, 'Floriano', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3678, 'Gilbues', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3679, 'Guadalupe', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3680, 'Inhuma', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3681, 'Itainopolis', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3682, 'Itaueira', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3683, 'Jaicos', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3684, 'Joaquim Pires', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3685, 'Jose de Freitas', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3686, 'Luis Correia', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3687, 'Luzilandia', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3688, 'Matias Olimpio', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3689, 'Miguel Alves', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3690, 'Monsenhor Gil', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3691, 'Oeiras', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3692, 'Palmeirais', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3693, 'Parnaiba', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3694, 'Pedro II', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3695, 'Picos', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3696, 'Pimenteiras', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3697, 'Pio IX', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3698, 'Piracuruca', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3699, 'Piripiri', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3700, 'Porto', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3701, 'Regeneracao', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3702, 'Sao Joao do Piaui', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3703, 'Sao Miguel do Tapuio', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3704, 'Sao Pedro do Piaui', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3705, 'Sao Raimundo Nonato', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3706, 'Simoes', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3707, 'Simplicio Mendes', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3708, 'Teresina', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3709, 'Uniao', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3710, 'Urucui', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3711, 'Valenca do Piaui', 472, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3712, 'Alta Floresta d Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3713, 'Alto Alegre do Parecis', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3714, 'Alto Paraiso', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3715, 'Alvorada d Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3716, 'Ariquemes', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3717, 'Buritis', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3718, 'Cacoal', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3719, 'Candeias do Jamari', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3720, 'Cerejeiras', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3721, 'Colorado do Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3722, 'Corumbiara', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3723, 'Espigao d Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3724, 'Governador Jorge Teixeira', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3725, 'Guajara-Mirim', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3726, 'Jaru', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3727, 'Ji-Parana', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3728, 'Machadinho d Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3729, 'Ministro Andreazza', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3730, 'Mirante da Serra', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3731, 'Nova Brasilandia d Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3732, 'Nova Mamore', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3733, 'Novo Horizonte do Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3734, 'Ouro Preto do Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3735, 'Pimenta Bueno', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3736, 'Porto Velho', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3737, 'Presidente Medici', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3738, 'Rolim de Moura', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3739, 'Santa Luzia d Oeste', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3740, 'Sao Miguel do Guapore', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3741, 'Urupa', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3742, 'Vale do Paraiso', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3743, 'Vilhena', 476, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3744, 'Alto Alegre', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3745, 'Boa Vista', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3746, 'Bonfim', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3747, 'Caracarai', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3748, 'Mucajai', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3749, 'Normandia', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3750, 'Sao Joao da Baliza', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3751, 'Sao Luiz', 477, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3752, 'Aquidaba', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3753, 'Aracaju', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3754, 'Araua', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3755, 'Areia Branca', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3756, 'Barra dos Coqueiros', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3757, 'Boquim', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3758, 'Campo do Brito', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3759, 'Caninde de Sao Francisco', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3760, 'Capela', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3761, 'Carira', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3762, 'Cristinapolis', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3763, 'Estancia', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3764, 'Frei Paulo', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3765, 'Gararu', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3766, 'Indiaroba', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3767, 'Itabaiana', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3768, 'Itabaianinha', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3769, 'Itaporanga d Ajuda', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3770, 'Japaratuba', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3771, 'Japoata', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3772, 'Lagarto', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3773, 'Laranjeiras', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3774, 'Malhador', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3775, 'Maruim', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3776, 'Moita Bonita', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3777, 'Monte Alegre de Sergipe', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3778, 'Neopolis', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3779, 'Nossa Senhora da Gloria', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3780, 'Nossa Senhora das Dores', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3781, 'Nossa Senhora do Socorro', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3782, 'Pacatuba', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3783, 'Poco Verde', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3784, 'Porto da Folha', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3785, 'Propria', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3786, 'Riachao do Dantas', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3787, 'Ribeiropolis', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3788, 'Salgado', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3789, 'Santa Luzia do Itanhy', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3790, 'Santo Amaro das Brotas', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3791, 'Sao Cristovao', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3792, 'Simao Dias', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3793, 'Tobias Barreto', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3794, 'Tomar do Geru', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3795, 'Umbauba', 480, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3796, 'Alvorada', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3797, 'Ananas', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3798, 'Araguacu', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3799, 'Araguaina', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3800, 'Araguatins', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3801, 'Arraias', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3802, 'Augustinopolis', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3803, 'Axixa do Tocantins', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3804, 'Colinas do Tocantins', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3805, 'Dianopolis', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3806, 'Formoso do Araguaia', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3807, 'Goiatins', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3808, 'Guarai', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3809, 'Gurupi', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3810, 'Miracema do Tocantins', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3811, 'Miranorte', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3812, 'Palmas', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3813, 'Paraiso', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3814, 'Parana', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3815, 'Porto Nacional', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3816, 'Sitio Novo do Tocantins', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3817, 'Taguatinga', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3818, 'Tocantinopolis', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3819, 'Wanderlandia', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3820, 'Xambioa', 481, 31, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3821, 'Bansko', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3822, 'Belica', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3823, 'Blagoevgrad', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3824, 'Goce Delchev', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3825, 'Hadzhidimovo', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3826, 'Jakoruda', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3827, 'Kresna', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3828, 'Melnik', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3829, 'Petrich', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3830, 'Razlog', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3831, 'Sandanski', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3832, 'Simitli', 483, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3833, 'Ahtopol', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3834, 'Ajtos', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3835, 'Balgarovo', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3836, 'Bourgas', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3837, 'Burgas', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3838, 'Carevo', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3839, 'Kableshkovo', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3840, 'Kameno', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3841, 'Karnobat', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3842, 'Malko Tarnovo', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3843, 'Nesebar', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3844, 'Obzor', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3845, 'Pomorie', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3846, 'Primorsko', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3847, 'Sozopol', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3848, 'Sredec', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3849, 'Sungurlare', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3850, 'Tvardica', 484, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3851, 'Balchik', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3852, 'Dobrich', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3853, 'General-Toshevo', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3854, 'Kavarna', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3855, 'Loznica', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3856, 'Shabla', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3857, 'Tervel', 485, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3858, 'Drjanovo', 486, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3859, 'Gabrovo', 486, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3860, 'Plachkovci', 486, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3861, 'Sevlievo', 486, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3862, 'Trjavna', 486, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3863, 'Dimitrovgrad', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3864, 'Harmanli', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3865, 'Haskovo', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3866, 'Ivajlovgrad', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3867, 'Ljubimec', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3868, 'Madzharovo', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3869, 'Merichleri', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3870, 'Simeonovgrad', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3871, 'Svilengrad', 487, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3872, 'Boljarovo', 488, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3873, 'Elhovo', 488, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3874, 'Jambol', 488, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3875, 'Straldzha', 488, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3876, 'Topolovgrad', 488, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3877, 'Ardino', 489, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3878, 'Dzhebel', 489, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3879, 'Kardzhali', 489, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3880, 'Krumovgrad', 489, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3881, 'Momchilgrad', 489, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3882, 'Boboshevo', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3883, 'Bobovdol', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3884, 'Dupnica', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3885, 'Kjustendil', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3886, 'Kocherinovo', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3887, 'Rila', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3888, 'Sapareva Banja', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3889, 'Zemen', 490, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3890, 'Aprilci', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3891, 'Jablanica', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3892, 'Letnica', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3893, 'Lovech', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3894, 'Lukovit', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3895, 'Sopot', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3896, 'Teteven', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3897, 'Trojan', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3898, 'Ugarchin', 491, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3899, 'Berkovica', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3900, 'Bojchinovci', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(3901, 'Brusarci', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3902, 'Chiprovci', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3903, 'Lom', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3904, 'Montana', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3905, 'Valchedram', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3906, 'Varshec', 492, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3907, 'Batak', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3908, 'Belovo', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3909, 'Bracigovo', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3910, 'Koprivshtica', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3911, 'Panagjurishte', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3912, 'Pazardzhik', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3913, 'Peshtera', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3914, 'Rakitovo', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3915, 'Septemvri', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3916, 'Strelcha', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3917, 'Velingrad', 494, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3918, 'Bankja', 495, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3919, 'Batanovci', 495, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3920, 'Breznik', 495, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3921, 'Pernik', 495, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3922, 'Radomir', 495, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3923, 'Tran', 495, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3924, 'Belene', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3925, 'Cherven Brjag', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3926, 'Dolna Mitropolija', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3927, 'Dolni Dabnik', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3928, 'Guljanci', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3929, 'Levski', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3930, 'Nikopol', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3931, 'Pleven', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3932, 'Pordim', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3933, 'Slavjanovo', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3934, 'Trashtenik', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3935, 'Varbica', 496, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3936, 'Asenovgrad', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3937, 'Brezovo', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3938, 'Car Kalojan', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3939, 'Hisarja', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3940, 'Kalofer', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3941, 'Karlovo', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3942, 'Klisura', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3943, 'Krichim', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3944, 'Parvomaj', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3945, 'Perushtica', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3946, 'Plovdiv', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3947, 'Rakovski', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3948, 'Sadovo', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3949, 'Saedinenie', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3950, 'Stambolijski', 497, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3951, 'Isperih', 498, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3952, 'Kubrat', 498, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3953, 'Razgrad', 498, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3954, 'Senovo', 498, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3955, 'Zavet', 498, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3956, 'Bjala', 499, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3957, 'Borovo', 499, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3958, 'Dve Mogili', 499, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3959, 'Ruse', 499, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3960, 'Russe', 499, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3961, 'Vetovo', 499, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3962, 'Kaolinovo', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3963, 'Kaspichan', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3964, 'Novi Pazar', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3965, 'Pliska', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3966, 'Shumen', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3967, 'Smjadovo', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3968, 'Veliki Preslav', 500, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3969, 'Alfatar', 501, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3970, 'Dulovo', 501, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3971, 'Glavinica', 501, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3972, 'Silistra', 501, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3973, 'Tutrakan', 501, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3974, 'Kermen', 502, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3975, 'Kotel', 502, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3976, 'Nova Zagora', 502, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3977, 'Shivachevo', 502, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3978, 'Sliven', 502, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3979, 'Chepelare', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3980, 'Devin', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3981, 'Dospat', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3982, 'Laki', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3983, 'Madan', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3984, 'Nedelino', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3985, 'Rudozem', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3986, 'Smoljan', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3987, 'Zlatograd', 503, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3988, 'Antonovo', 507, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3989, 'Omurtag', 507, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3990, 'Opaka', 507, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3991, 'Popovo', 507, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3992, 'Targovishte', 507, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3993, 'Beloslav', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3994, 'Bjala', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3995, 'Dalgopol', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3996, 'Devnja', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3997, 'Iskar', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3998, 'Provadija', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(3999, 'Suvorovo', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4000, 'Valchi Dol', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4001, 'Varna', 508, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4002, 'Belogradchik', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4003, 'Bregovo', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4004, 'Dimovo', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4005, 'Dolni Chiflik', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4006, 'Dunavci', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4007, 'Gramada', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4008, 'Kula', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4009, 'Vidin', 510, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4010, 'Bjala Slatina', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4011, 'Knezha', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4012, 'Kojnare', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4013, 'Kozloduj', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4014, 'Krivodol', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4015, 'Mezdra', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4016, 'Mizija', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4017, 'Orjahovo', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4018, 'Roman', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4019, 'Vraca', 511, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4020, 'Yablaniza', 512, 34, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4021, 'Boromo', 513, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4022, 'Kongoussi', 514, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4023, 'Kombissiri', 515, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4024, 'Diebougou', 516, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4025, 'Pa', 516, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4026, 'Garango', 517, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4027, 'Tenkodogo', 517, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4028, 'Koudougou', 518, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4029, 'Banfora', 519, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4030, 'Zorgo', 520, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4031, 'Bogande', 521, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4032, 'Fada N gourma', 522, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4033, 'Bekuy', 523, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4034, 'Bobo Dioulasso', 523, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4035, 'Dano', 524, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4036, 'Ouagadougou', 525, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4037, 'Koalla', 526, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4038, 'Koloko', 526, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4039, 'Orodara', 526, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4040, 'Gayeri', 527, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4041, 'Pama', 528, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4042, 'Nouna', 529, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4043, 'Koupela', 530, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4044, 'Bousse', 531, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4045, 'Sindou', 532, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4046, 'Dedougou', 533, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4047, 'Po', 534, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4048, 'Boulsa', 535, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4049, 'Batie', 536, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4050, 'Ziniare', 537, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4051, 'Gorom-Gorom', 538, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4052, 'Yako', 539, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4053, 'Gaoua', 540, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4054, 'Kampti', 540, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4055, 'Loropeni', 540, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4056, 'Reo', 541, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4057, 'Kaya', 542, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4058, 'Dori', 543, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4059, 'Gao', 544, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4060, 'Leo', 544, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4061, 'Aribinda', 545, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4062, 'Djibo', 545, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4063, 'Louta', 546, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4064, 'Tougan', 546, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4065, 'Diapaga', 547, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4066, 'Kantchari', 547, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4067, 'Hounde', 548, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4068, 'Ouahigouya', 549, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4069, 'Gourcy', 550, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4070, 'Manga', 551, 35, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4071, 'Bubanza', 552, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4072, 'Bujumbura', 553, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4073, 'Bururi', 554, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4074, 'Cankuzo', 555, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4075, 'Cibitoke', 556, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4076, 'Gitega', 557, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4077, 'Karuzi', 558, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4078, 'Kayanza', 559, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4079, 'Kirundo', 560, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4080, 'Makamba', 561, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4081, 'Muramvya', 562, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4082, 'Muyinga', 563, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4083, 'Ngozi', 564, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4084, 'Rutana', 565, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4085, 'Ruyigi', 566, 36, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4086, 'Kampot', 573, 37, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4087, 'Ta Khmau', 574, 37, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4088, 'Kracheh', 576, 37, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4089, 'Pousat', 583, 37, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4090, 'Phumi Takaev', 590, 37, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4091, 'Banyo', 591, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4092, 'Meiganga', 591, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4093, 'Ngaoundere', 591, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4094, 'Tibati', 591, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4095, 'Tignere', 591, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4096, 'Akonolinga', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4097, 'Bafia', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4098, 'Eseka', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4099, 'Mbalmayo', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4100, 'Mfou', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4101, 'Monatele', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4102, 'Nanga Eboko', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4103, 'Obala', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4104, 'Ombesa', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4105, 'Saa', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4106, 'Yaounde', 592, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4107, 'Abong Mbang', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4108, 'Batouri', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4109, 'Bertoua', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4110, 'Betare Oya', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4111, 'Djoum', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4112, 'Doume', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4113, 'Lomie', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4114, 'Yokadouma', 593, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4115, 'Bonaberi', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4116, 'Dibombari', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4117, 'Douala', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4118, 'Edea', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4119, 'Loum', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4120, 'Manjo', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4121, 'Mbanga', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4122, 'Nkongsamba', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4123, 'Yabassi', 594, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4124, 'Figuif', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4125, 'Garoua', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4126, 'Guider', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4127, 'Lagdo', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4128, 'Poli', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4129, 'Rey Bouba', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4130, 'Tchollire', 595, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4131, 'Figuif', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4132, 'Garoua', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4133, 'Guider', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4134, 'Lagdo', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4135, 'Poli', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4136, 'Rey Bouba', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4137, 'Tchollire', 596, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4138, 'Bamenda', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4139, 'Kumbo', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4140, 'Mbengwi', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4141, 'Mme', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4142, 'Njinikom', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4143, 'Nkambe', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4144, 'Wum', 597, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4145, 'Bafang', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4146, 'Bafoussam', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4147, 'Bafut', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4148, 'Bali', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4149, 'Bana', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4150, 'Bangangte', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4151, 'Djang', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4152, 'Fontem', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4153, 'Foumban', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4154, 'Foumbot', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4155, 'Mbouda', 598, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4156, 'Akom', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4157, 'Ambam', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4158, 'Ebolowa', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4159, 'Kribi', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4160, 'Lolodorf', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4161, 'Moloundou', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4162, 'Mvangue', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4163, 'Sangmelima', 599, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4164, 'Buea', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4165, 'Idenao', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4166, 'Kumba', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4167, 'Limbe', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4168, 'Mamfe', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4169, 'Muyuka', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4170, 'Tiko', 600, 38, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4171, 'Airdrie', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4172, 'Athabasca', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4173, 'Banff', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4174, 'Barrhead', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4175, 'Bassano', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4176, 'Beaumont', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4177, 'Beaverlodge', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4178, 'Black Diamond', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4179, 'Blackfalds', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4180, 'Blairmore', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4181, 'Bon Accord', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4182, 'Bonnyville', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4183, 'Bow Island', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4184, 'Brooks', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4185, 'Calgary', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4186, 'Calmar', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4187, 'Camrose', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4188, 'Canmore', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4189, 'Cardston', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4190, 'Carstairs', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4191, 'Chateau Lake Louise', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4192, 'Chestermere', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4193, 'Clairmont', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4194, 'Claresholm', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4195, 'Coaldale', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4196, 'Coalhurst', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4197, 'Cochrane', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4198, 'Crossfield', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4199, 'Devon', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4200, 'Didsbury', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4201, 'Drayton Valley', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4202, 'Drumheller', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4203, 'Edmonton', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4204, 'Edson', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4205, 'Elk Point', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4206, 'Fairview', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4207, 'Falher', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4208, 'Fort MacLeod', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4209, 'Fox Creek', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4210, 'Gibbons', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4211, 'Grand Centre', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4212, 'Grande Cache', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4213, 'Grande Prairie', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4214, 'Grimshaw', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4215, 'Hanna', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4216, 'High Level', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4217, 'High Prairie', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4218, 'High River', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4219, 'Hinton', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4220, 'Irricana', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4221, 'Jasper', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4222, 'Killam', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4223, 'La Crete', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4224, 'Lac la Biche', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4225, 'Lacombe', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4226, 'Lamont', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4227, 'Leduc', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4228, 'Lethbridge', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4229, 'Lloydminster', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4230, 'Magrath', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4231, 'Manning', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4232, 'Mayerthorpe', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4233, 'McMurray', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4234, 'Medicine Hat', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4235, 'Millet', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4236, 'Morinville', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4237, 'Nanton', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4238, 'Okotoks', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4239, 'Olds', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4240, 'Peace River', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4241, 'Penhold', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4242, 'Picture Butte', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4243, 'Pincher Creek', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4244, 'Ponoka', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4245, 'Provost', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4246, 'Raymond', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4247, 'Red Deer', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4248, 'Redwater', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4249, 'Rimbey', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4250, 'Rocky Mountain House', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4251, 'Rocky View', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4252, 'Saint Paul', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4253, 'Sexsmith', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4254, 'Sherwood Park', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4255, 'Slave Lake', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4256, 'Smoky Lake', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4257, 'Spirit River', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4258, 'Spruce Grove', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4259, 'Stettler', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4260, 'Stony Plain', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4261, 'Strathmore', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4262, 'Sundre', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4263, 'Swan Hills', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4264, 'Sylvan Lake', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4265, 'Taber', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4266, 'Three Hills', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4267, 'Tofield', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4268, 'Two Hills', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4269, 'Valleyview', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4270, 'Vegreville', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4271, 'Vermilion', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4272, 'Viking', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4273, 'Vulcan', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4274, 'Wainwright', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4275, 'Wembley', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4276, 'Westlock', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4277, 'Wetaskiwin', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4278, 'Whitecourt', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4279, 'Wood Buffalo', 601, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4280, 'Altona', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4281, 'Beausejour', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4282, 'Boissevain', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4283, 'Brandon', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4284, 'Carberry', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4285, 'Carman', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4286, 'Dauphin', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4287, 'Deloraine', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4288, 'Dugald', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4289, 'Flin Flon', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4290, 'Gimli', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4291, 'Hamiota', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4292, 'Killarney', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4293, 'Lac du Bonnet', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4294, 'Leaf Rapids', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4295, 'Lorette', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4296, 'Melita', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4297, 'Minnedosa', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4298, 'Morden', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4299, 'Morris', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4300, 'Neepawa', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4301, 'Niverville', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4302, 'Pinawa', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4303, 'Portage la Prairie', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4304, 'Ritchot', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4305, 'Rivers', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4306, 'Roblin', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4307, 'Saint Adolphe', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4308, 'Sainte Anne', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4309, 'Sainte Rose du Lac', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4310, 'Selkirk', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4311, 'Shilo', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4312, 'Snow Lake', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4313, 'Souris', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4314, 'Springfield', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4315, 'Steinbach', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4316, 'Stonewall', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4317, 'Stony Mountain', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4318, 'Swan River', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4319, 'The Pas', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4320, 'Thompson', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4321, 'Virden', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4322, 'Winkler', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4323, 'Winnipeg', 603, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4324, 'Clyde River', 608, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4325, 'Iqaluit', 608, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4326, 'Kangerdlinerk', 608, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4327, 'Oqsuqtooq', 608, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4328, 'Pangnirtung', 608, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4329, 'Tununirusiq', 608, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4330, 'Acton', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4331, 'Ajax', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4332, 'Alexandria', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4333, 'Alfred', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4334, 'Alliston', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4335, 'Almonte', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4336, 'Amherstburg', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4337, 'Amigo Beach', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4338, 'Angus-Borden', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4339, 'Arnprior', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4340, 'Arthur', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4341, 'Athens', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4342, 'Atikokan', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4343, 'Attawapiskat', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4344, 'Aurora', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4345, 'Aylmer', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4346, 'Ayr', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4347, 'Barrie', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4348, 'Barry s Bay', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4349, 'Beamsville', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4350, 'Beaverton', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4351, 'Beeton', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4352, 'Belleville', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4353, 'Belmont', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4354, 'Blenheim', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4355, 'Blind River', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4356, 'Bobcaygeon', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4357, 'Bolton', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4358, 'Bourget', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4359, 'Bowmanville-Newcastle', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4360, 'Bracebridge', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4361, 'Bradford', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4362, 'Brampton', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4363, 'Brantford', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4364, 'Bridgenorth-Chemong Park Area', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4365, 'Brighton', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4366, 'Brockville', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4367, 'Brooklin', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4368, 'Brussels', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4369, 'Burford', 609, 39, 1, '2018-07-20 08:58:00', '2018-07-20 08:58:00'),
(4370, 'Burlington', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4371, 'Caledon', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4372, 'Caledon East', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4373, 'Caledonia', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4374, 'Cambridge', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4375, 'Campbellford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4376, 'Campbellville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4377, 'Cannington', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4378, 'Capreol', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4379, 'Cardinal', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4380, 'Carleton Place', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4381, 'Carlisle', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4382, 'Casselman', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4383, 'Cayuga', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4384, 'Chalk River', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4385, 'Chapleau', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4386, 'Chatham', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4387, 'Chesley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4388, 'Chesterville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4389, 'Clinton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4390, 'Cobourg', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4391, 'Cochrane', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4392, 'Colborne', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4393, 'Colchester', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4394, 'Collingwood', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4395, 'Concord', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4396, 'Constance Bay', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4397, 'Cookstown', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4398, 'Cornwall', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4399, 'Creemore', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4400, 'Crystal Beach', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4401, 'Deep River', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4402, 'Delhi', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4403, 'Deseronto', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4404, 'Downsview', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4405, 'Drayton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4406, 'Dresden', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4407, 'Dryden', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4408, 'Dundalk', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4409, 'Dunnville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4410, 'Durham', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4411, 'Dutton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4412, 'Eganville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4413, 'Elliot Lake', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4414, 'Elmira', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4415, 'Elmvale', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4416, 'Embrun', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4417, 'Englehart', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4418, 'Erin', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4419, 'Espanola', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4420, 'Essex', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4421, 'Etobicoke', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4422, 'Everett', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4423, 'Exeter', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4424, 'Fenelon Falls', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4425, 'Fergus', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4426, 'Forest', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4427, 'Fort Erie', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4428, 'Fort Frances', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4429, 'Frankford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4430, 'Gananoque', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4431, 'Georgetown', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4432, 'Georgina', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4433, 'Geraldton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4434, 'Glencoe', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4435, 'Goderich', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4436, 'Golden', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4437, 'Gormley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4438, 'Grand Bend', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4439, 'Grand Valley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4440, 'Gravenhurst', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4441, 'Guelph', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4442, 'Hagersville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4443, 'Haileybury', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4444, 'Hamilton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4445, 'Hanover', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4446, 'Harriston', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4447, 'Harrow', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4448, 'Hastings', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4449, 'Havelock', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4450, 'Hawkesbury', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4451, 'Hearst', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4452, 'Hensall', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4453, 'Hillsburgh', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4454, 'Hornepayne', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4455, 'Huntsville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4456, 'Ingersoll', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4457, 'Innisfil', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4458, 'Iroquois', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4459, 'Iroquois Falls', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4460, 'Jarvis', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4461, 'Kanata', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4462, 'Kapuskasing', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4463, 'Kars', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4464, 'Kemptville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4465, 'Kenora', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4466, 'Kincardine', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4467, 'Kingston', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4468, 'Kirkland Lake', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4469, 'Kitchener', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4470, 'L Original', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4471, 'Lakefield', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4472, 'Lanark', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4473, 'Leamington', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4474, 'Lindsay', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4475, 'Listowel', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4476, 'Little Current', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4477, 'Lively', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4478, 'London', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4479, 'Longlac', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4480, 'Lucan', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4481, 'Lucknow', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4482, 'Madoc', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4483, 'Manitouwadge', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4484, 'Maple', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4485, 'Marathon', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4486, 'Markdale', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4487, 'Markham', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4488, 'Marmora', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4489, 'Mattawa', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4490, 'Meaford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4491, 'Metcalfe', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4492, 'Midland', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4493, 'Mildmay', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4494, 'Millbrook', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4495, 'Milton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4496, 'Milverton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4497, 'Mississauga', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4498, 'Mississauga Beach', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4499, 'Mitchell', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4500, 'Moose Factory', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4501, 'Morrisburg', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4502, 'Mount Albert', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4503, 'Mount Brydges', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4504, 'Mount Forest', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4505, 'Munster', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4506, 'Nanticoke', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4507, 'Napanee', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4508, 'Nepean', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4509, 'New Hamburg', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4510, 'Newmarket', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4511, 'Newtonville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4512, 'Nobleton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4513, 'North Bay', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4514, 'North Gower', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4515, 'North York', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4516, 'Norwich', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4517, 'Norwood', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4518, 'Oakville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4519, 'Omemee', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4520, 'Onaping-Levack', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4521, 'Ontario', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4522, 'Orangeville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4523, 'Orillia', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4524, 'Orono', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4525, 'Osgoode', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4526, 'Oshawa', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4527, 'Ottawa', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4528, 'Owen Sound', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4529, 'Paisley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4530, 'Palmerston', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4531, 'Paris', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4532, 'Parkhill', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4533, 'Parry Sound', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4534, 'Pembroke', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4535, 'Perth', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4536, 'Petawawa', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4537, 'Peterborough', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4538, 'Petrolia', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4539, 'Pickering', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4540, 'Picton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4541, 'Porcupine', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4542, 'Port Credit', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4543, 'Port Dover', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4544, 'Port Elgin', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4545, 'Port Hope', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4546, 'Port Perry', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4547, 'Port Stanley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4548, 'Powassan', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4549, 'Prescott', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4550, 'Queensville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4551, 'Renfrew', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4552, 'Richmond', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4553, 'Richmond Hill', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4554, 'Ridgetown', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4555, 'Rockland', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4556, 'Rockwood', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(4557, 'Rodney', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4558, 'Saint Catharines', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4559, 'Saint Catharines-Niagara', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4560, 'Saint George', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4561, 'Saint Jacobs', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4562, 'Saint Marys', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4563, 'Saint Thomas', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4564, 'Sarnia', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4565, 'Sault Sainte Marie', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4566, 'Scarborough', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4567, 'Schomberg', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4568, 'Seaforth', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4569, 'Shelburne', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4570, 'Simcoe', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4571, 'Sioux Lookout', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4572, 'Smiths Falls', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4573, 'Smithville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4574, 'South River', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4575, 'Southampton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4576, 'Stayner', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4577, 'Stirling', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4578, 'Stoney Creek', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4579, 'Stoney Point', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4580, 'Stouffville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4581, 'Stratford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4582, 'Strathroy', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4583, 'Sturgeon Falls', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4584, 'Sudbury', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4585, 'Sutton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4586, 'Tavistock', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4587, 'Teeswater', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4588, 'Terrace Bay', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4589, 'Thamesford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4590, 'Thessalon', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4591, 'Thornbury', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4592, 'Thornhill', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4593, 'Thunder Bay', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4594, 'Tilbury', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4595, 'Tilsonburg', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4596, 'Timmins', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4597, 'Toronto', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4598, 'Tory Hill', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4599, 'Tottenham', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4600, 'Tweed', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4601, 'Uxbridge', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4602, 'Valley East', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4603, 'Vankleek Hill', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4604, 'Vaughan', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4605, 'Vineland', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4606, 'Walkerton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4607, 'Wallaceburg', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4608, 'Wasaga Beach', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4609, 'Waterdown', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4610, 'Waterford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4611, 'Waterloo', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4612, 'Watford', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4613, 'Wawa', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4614, 'Welland', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4615, 'Wellesley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4616, 'Wellington', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4617, 'West Lorne', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4618, 'Wheatley', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4619, 'Whitby', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4620, 'Whitchurch-Stouffville', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4621, 'Wiarton', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4622, 'Wikwemikong', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4623, 'Willowdale', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4624, 'Winchester', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4625, 'Windsor', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4626, 'Wingham', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4627, 'Woodbridge', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4628, 'Woodstock', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4629, 'Wyoming', 609, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4630, 'Acton Vale', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4631, 'Albanel', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4632, 'Alencon', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4633, 'Alma', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4634, 'Amos', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4635, 'Amqui', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4636, 'Anjou', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4637, 'Asbestos', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4638, 'Bagotville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4639, 'Baie-Comeau', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4640, 'Baie-Saint-Paul', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4641, 'Barraute', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4642, 'Beauceville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4643, 'Beaupre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4644, 'Bedford', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4645, 'Beloeil', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4646, 'Bernierville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4647, 'Berthierville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4648, 'Betsiamites', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4649, 'Boisbriand', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4650, 'Bonaventure', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4651, 'Boucherville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4652, 'Bromont', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4653, 'Brossard', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4654, 'Brownsburg', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4655, 'Buckingham', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4656, 'Cabano', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4657, 'Candiac', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4658, 'Cap-Chat', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4659, 'Cap-aux-Meules', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4660, 'Carleton', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4661, 'Causapscal', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4662, 'Chandler', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4663, 'Chapais', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4664, 'Charlesbourg', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4665, 'Chateau-Richer', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4666, 'Chibougamou', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4667, 'Chicoutimi-Jonquiere', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4668, 'Chisasibi', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4669, 'Chute-aux-Outardes', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4670, 'Clermont', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4671, 'Coaticook', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4672, 'Coleraine', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4673, 'Contrecoeur', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4674, 'Cookshire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4675, 'Cowansville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4676, 'Crabtree', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4677, 'Danville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4678, 'Daveluyville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4679, 'Degelis', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4680, 'Desbiens', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4681, 'Disraeli', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4682, 'Dolbeau', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4683, 'Donnacona', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4684, 'Dorval', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4685, 'Drummondville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4686, 'East Angus', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4687, 'East Broughton', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4688, 'Farnham', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4689, 'Ferme-Neuve', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4690, 'Fermont', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4691, 'Filion', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4692, 'Forestville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4693, 'Fort-Coulonge', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4694, 'Gaspe', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4695, 'Gentilly', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4696, 'Granby', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4697, 'Grande-Riviere', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4698, 'Grenville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4699, 'Ham Nord', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4700, 'Hampstead', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4701, 'Hauterive', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4702, 'Havre-Saint-Pierre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4703, 'Hebertville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4704, 'Huntingdon', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4705, 'Joliette', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4706, 'Kingsey Falls', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4707, 'L Annonciation', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4708, 'L Ascension-de-Notre-Seigneur', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4709, 'L Epiphanie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4710, 'La Malbaie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4711, 'La Pocatiere', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4712, 'La Sarre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4713, 'La Tuque', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4714, 'Labelle', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4715, 'Lac-Etchemin', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4716, 'Lac-Lapierre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4717, 'Lac-Megantic', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4718, 'Lac-au-Saumon', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4719, 'Lachine', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4720, 'Lachute', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4721, 'Lacolle', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4722, 'Lasalle', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4723, 'Laurentides', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4724, 'Laurier-Station', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4725, 'Laval', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4726, 'Lavaltrie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4727, 'Le Bic', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4728, 'Lebel-sur-Quevillon', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4729, 'Les Cedres', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4730, 'Les Coteaux', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4731, 'Les Escoumins', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4732, 'Liniere', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4733, 'Longueuil', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4734, 'Louiseville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4735, 'Luceville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4736, 'Macamic', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4737, 'Magog', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4738, 'Malartic', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4739, 'Maniwaki', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4740, 'Marieville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4741, 'Maskinonge', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4742, 'Matagami', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4743, 'Matane', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4744, 'Metabetchouan', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4745, 'Mirabel', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4746, 'Mistissini', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4747, 'Mont-Joli', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4748, 'Mont-Laurier', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4749, 'Montmagny', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4750, 'Montreal', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4751, 'Murdochville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4752, 'Napierville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4753, 'New Richmond', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4754, 'Nicolet', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4755, 'Normandin', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4756, 'Notre-Dame-du-Bon-Conseil', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4757, 'Notre-Dame-du-Lac', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4758, 'Notre-Dame-du-Mont-Carmel', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4759, 'Oka-Kanesatake', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4760, 'Ormstown', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4761, 'Papineauville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4762, 'Pierreville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4763, 'Plessisville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4764, 'Pointe-Claire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4765, 'Pont-Rouge', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4766, 'Port-Alfred-Bagotville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4767, 'Port-Cartier', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4768, 'Portneuf', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4769, 'Price', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4770, 'Princeville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4771, 'Quebec', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4772, 'Rawdon', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4773, 'Repentigny', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4774, 'Richmond', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4775, 'Rigaud', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4776, 'Rimouski', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4777, 'Riviere-au-Renard', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4778, 'Riviere-du-Loup', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4779, 'Roberval', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4780, 'Rougemont', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4781, 'Rouyn-Noranda', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4782, 'Saint-Agapit', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4783, 'Saint-Alexandre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4784, 'Saint-Alexis-des-Monts', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4785, 'Saint-Ambroise', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4786, 'Saint-Andre-Avellin', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4787, 'Saint-Anselme', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4788, 'Saint-Apollinaire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4789, 'Saint-Augustin', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4790, 'Saint-Basile-Sud', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4791, 'Saint-Bruno', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4792, 'Saint-Canut', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4793, 'Saint-Cesaire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4794, 'Saint-Cyrill-de-Wendover', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4795, 'Saint-Damase', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4796, 'Saint-Damien-de-Buckland', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4797, 'Saint-Denis', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4798, 'Saint-Donat-de-Montcalm', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4799, 'Saint-Ephrem-de-Tring', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4800, 'Saint-Fabien', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4801, 'Saint-Felicien', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4802, 'Saint-Felix-de-Valois', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4803, 'Saint-Gabriel', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4804, 'Saint-Gedeon', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4805, 'Saint-Georges', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4806, 'Saint-Germain-de-Grantham', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4807, 'Saint-Gregoire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4808, 'Saint-Henri-de-Levis', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4809, 'Saint-Honore', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4810, 'Saint-Hyacinthe', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4811, 'Saint-Jacques', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4812, 'Saint-Jean-Port-Joli', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4813, 'Saint-Jean-de-Dieu', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4814, 'Saint-Jean-sur-Richelieu', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4815, 'Saint-Jerome', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4816, 'Saint-Josephe-de-Beauce', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4817, 'Saint-Josephe-de-Lanoraie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4818, 'Saint-Josephe-de-la-Riviere-Bl', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4819, 'Saint-Jovite', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4820, 'Saint-Laurent', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4821, 'Saint-Liboire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4822, 'Saint-Marc-des-Carrieres', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4823, 'Saint-Martin', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4824, 'Saint-Michel-des-Saints', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4825, 'Saint-Pacome', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4826, 'Saint-Pascal', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4827, 'Saint-Pie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4828, 'Saint-Prosper', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4829, 'Saint-Raphael', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4830, 'Saint-Raymond', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4831, 'Saint-Remi', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4832, 'Saint-Roch-de-l Achigan', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4833, 'Saint-Sauveur-des-Monts', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4834, 'Saint-Tite', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4835, 'Sainte-Adele', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4836, 'Sainte-Agathe-des-Monts', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4837, 'Sainte-Anne-des-Monts', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4838, 'Sainte-Anne-des-Plaines', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4839, 'Sainte-Catherine', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4840, 'Sainte-Claire', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4841, 'Sainte-Julienne', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4842, 'Sainte-Justine', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4843, 'Sainte-Madeleine', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4844, 'Sainte-Marie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4845, 'Sainte-Martine', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4846, 'Sainte-Sophie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4847, 'Sainte-Thecle', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4848, 'Sainte-Therese', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4849, 'Salaberry-de-Valleyfield', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4850, 'Sayabec', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4851, 'Senneterre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4852, 'Sept-Iles', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4853, 'Shawinigan', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4854, 'Shawville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4855, 'Sherbrooke', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4856, 'Sorel', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4857, 'St Faustin', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4858, 'St. Hubert', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4859, 'St. Jean Chrysostome', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4860, 'Temiscaming', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4861, 'Terrebonne', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4862, 'Thetford Mines', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4863, 'Thurso', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4864, 'Trois-Pistoles', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4865, 'Trois-Rivieres', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4866, 'Val-David', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4867, 'Val-d Or', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4868, 'Valcourt', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4869, 'Vallee-Jonction', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4870, 'Vaudreuil', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4871, 'Vercheres', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4872, 'Victoriaville', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4873, 'Ville-Marie', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4874, 'Warwick', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4875, 'Waterloo', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4876, 'Weedon Centre', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4877, 'Westmount', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4878, 'Wickham', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4879, 'Windsor', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4880, 'Yamachiche', 611, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4881, 'Assiniboia', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4882, 'Biggar', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4883, 'Canora', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4884, 'Carlyle', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4885, 'Carnduff', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4886, 'Caronport', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4887, 'Carrot', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4888, 'Dalmeny', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4889, 'Davidson', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4890, 'Esterhazy', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4891, 'Estevan', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4892, 'Eston', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4893, 'Foam Lake', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4894, 'Fort Qu Appelle', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4895, 'Gravelbourg', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4896, 'Grenfell', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4897, 'Gull Lake', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4898, 'Hudson Bay', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4899, 'Humboldt', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4900, 'Indian Head', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4901, 'Kamsack', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4902, 'Kelvington', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4903, 'Kerrobert', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4904, 'Kindersley', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4905, 'Kipling', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4906, 'La Ronge', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4907, 'Langenburg', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4908, 'Langham', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4909, 'Lanigan', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4910, 'Lloydminster', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4911, 'Lumsden', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4912, 'Macklin', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4913, 'Maple Creek', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4914, 'Martensville', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4915, 'Meadow Lake', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4916, 'Melfort', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4917, 'Melville', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4918, 'Moose Jaw', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4919, 'Moosomin', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4920, 'Nipawin', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4921, 'North Battleford', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4922, 'Outlook', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4923, 'Oxbow', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4924, 'Pilot Butte', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4925, 'Preeceville', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4926, 'Prince Albert', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4927, 'Regina', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4928, 'Rosetown', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4929, 'Rosthem', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4930, 'Saskatoon', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4931, 'Shaunavon', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4932, 'Shellbrook', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4933, 'Swift Current', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4934, 'Tisdale', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4935, 'Unity', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4936, 'Wadena', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4937, 'Warman', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4938, 'Watrous', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4939, 'Weyburn', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4940, 'White City', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4941, 'Wilkie', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4942, 'Wynyard', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4943, 'Yorkton', 612, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4944, 'Haines Junction', 613, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4945, 'Mayo', 613, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4946, 'Whitehorse', 613, 39, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4947, 'Sal Rei', 614, 40, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4948, 'Nova Sintra', 615, 40, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4949, 'Mosteiros', 616, 40, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4950, 'Sao Filipe', 616, 40, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4951, 'Vila do Maio', 617, 40, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4952, 'Santa Maria', 618, 40, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4953, 'Ndele', 624, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4954, 'Bangui', 625, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4955, 'Alindao', 626, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4956, 'Kembe', 626, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4957, 'Mobaye', 626, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4958, 'Obo', 627, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4959, 'Zemio', 627, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4960, 'Bria', 628, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4961, 'Ouadda', 628, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4962, 'Dekoa', 629, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4963, 'Sibut', 629, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4964, 'Boda', 630, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4965, 'Mbaiki', 630, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4966, 'Mongoumba', 630, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4967, 'Berberati', 631, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4968, 'Carnot', 631, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4969, 'Gamboula', 631, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4970, 'Bangassou', 632, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4971, 'Gambo', 632, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4972, 'Ouango', 632, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4973, 'Rafai', 632, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4974, 'Kaga-Bandoro', 633, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4975, 'Baboua', 634, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4976, 'Baoro', 634, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4977, 'Bouar', 634, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4978, 'Bambari', 636, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4979, 'Grimari', 636, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4980, 'Ippy', 636, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4981, 'Kouango', 636, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4982, 'Batangafo', 637, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4983, 'Bossangoa', 637, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4984, 'Bouca', 637, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4985, 'Kabo', 637, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4986, 'Bocaranga', 638, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4987, 'Bozoum', 638, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4988, 'Paoua', 638, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4989, 'Nola', 639, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4990, 'Birao', 640, 42, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4991, 'Ati', 641, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4992, 'Oum Hadjer', 641, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4993, 'Biltine', 642, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4994, 'Aouzou', 643, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4995, 'Bardai', 643, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4996, 'Fada', 643, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4997, 'Faya', 643, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4998, 'Bokoro', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(4999, 'Bousso', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5000, 'Dourbali', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5001, 'Massaguet', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5002, 'Massakory', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5003, 'Massenya', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5004, 'N Djamena', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5005, 'Ngama', 644, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5006, 'Bitkine', 645, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5007, 'Melfi', 645, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5008, 'Mongo', 645, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5009, 'Mao', 646, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5010, 'Moussoro', 646, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5011, 'Rig-Rig', 646, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5012, 'Bol', 647, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5013, 'Bongor', 650, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5014, 'Fianga', 650, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5015, 'Gounou Gaya', 650, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5016, 'Guelengdeng', 650, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5017, 'Lere', 650, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5018, 'Pala', 650, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5019, 'Goundi', 651, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5020, 'Koumra', 651, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5021, 'Kyabe', 651, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5022, 'Moissala', 651, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5023, 'Sarh', 651, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5024, 'Abeche', 652, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5025, 'Adre', 652, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5026, 'Am Dam', 652, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5027, 'Abou Deia', 653, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5028, 'Am Timan', 653, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5029, 'Mangueigne', 653, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5030, 'Benoy', 654, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5031, 'Bere', 654, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5032, 'Kelo', 654, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5033, 'Lai', 654, 43, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5034, 'Aisen', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5035, 'Chile Chico', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5036, 'Cisnes', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5037, 'Cochrane', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5038, 'Coihaique', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5039, 'Guaitecas', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5040, 'Lago Verde', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5041, 'O Higgins', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5042, 'Rio Ibanez', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5043, 'Tortel', 655, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5044, 'Antofagasta', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5045, 'Calama', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5046, 'Maria Elena', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5047, 'Mejilones', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5048, 'Ollague', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5049, 'San Pedro de Atacama', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5050, 'Sierra Gorda', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5051, 'Taltal', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5052, 'Tocopilla', 656, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5053, 'Angol', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5054, 'Carahue', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5055, 'Collipulli', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5056, 'Cunco', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5057, 'Curacautin', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5058, 'Curarrehue', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5059, 'Ercilla', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5060, 'Freire', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5061, 'Galvarino', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5062, 'Gorbea', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5063, 'Lautaro', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5064, 'Loncoche', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5065, 'Lonquimay', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5066, 'Los Sauces', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5067, 'Lumaco', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5068, 'Melipeuco', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5069, 'Nueva Imperial', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5070, 'Padre las Casas', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5071, 'Perquenco', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5072, 'Pitrufquen', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5073, 'Pucon', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5074, 'Puren', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5075, 'Renaico', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5076, 'Saavedra', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5077, 'Temuco', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5078, 'Teodoro Schmidt', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5079, 'Tolten', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5080, 'Traiguen', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5081, 'Victoria', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5082, 'Vilcun', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5083, 'Villarica', 657, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5084, 'Alto del Carmen', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5085, 'Caldera', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5086, 'Chanaral', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5087, 'Copiapo', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5088, 'Diego de Almagro', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5089, 'Freirina', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5090, 'Huasco', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5091, 'Tierra Amarilla', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5092, 'Vallenar', 658, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5093, 'Andacollo', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5094, 'Canela', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5095, 'Combarbala', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5096, 'Coquimbo', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5097, 'Illapel', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5098, 'La Higuera', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5099, 'La Serena', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5100, 'Los Vilos', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5101, 'Monte Patria', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5102, 'Ovalle', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5103, 'Paiguano', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5104, 'Punitaci', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5105, 'Rio Hurtado', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5106, 'Salamanca', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5107, 'Vicuna', 660, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5108, 'Cabo de Horno', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5109, 'Laguna Blanca', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5110, 'Natales', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5111, 'Porvenir', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5112, 'Primavera', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5113, 'Punta Arenas', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5114, 'Rio Verde', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5115, 'San Gregorio', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5116, 'Timaukel', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5117, 'Torres del Paine', 663, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5118, 'Cauquenes', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5119, 'Chanco', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5120, 'Colbun', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5121, 'Constitucion', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5122, 'Curepto', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5123, 'Curico', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5124, 'Empedrado', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5125, 'Hualane', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5126, 'Licanten', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5127, 'Linares', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5128, 'Longavi', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5129, 'Maule', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5130, 'Molina', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5131, 'Parral', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5132, 'Pelarco', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5133, 'Pelluhue', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5134, 'Pencahue', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5135, 'Rauco', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5136, 'Retiro', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5137, 'Rio Claro', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5138, 'Romeral', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5139, 'Sagrada Familia', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5140, 'San Clemente', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5141, 'San Javier', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5142, 'San Rafael', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5143, 'Talca', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5144, 'Teno', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5145, 'Vichuquen', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5146, 'Villa Alegre', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5147, 'Yerbas Buenas', 664, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5148, 'Alhue', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5149, 'Buin', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5150, 'Calera de Tango', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5151, 'Colina', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5152, 'Curacavi', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5153, 'El Monte', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5154, 'Isla de Maipo', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5155, 'Lampa', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5156, 'Maria Pinto', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5157, 'Melipilla', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5158, 'Padre Hurtado', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5159, 'Paine', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5160, 'Penaflor', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5161, 'Pirque', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5162, 'Puente Alto', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5163, 'Quilicura', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5164, 'San Bernardo', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5165, 'San Jose de Maipo', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5166, 'San Pedro', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5167, 'Santiago', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5168, 'Talagante', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5169, 'Tiltil', 665, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5170, 'Alhue', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5171, 'Buin', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5172, 'Calera de Tango', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5173, 'Colina', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5174, 'Curacavi', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5175, 'El Monte', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5176, 'Isla de Maipo', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5177, 'Lampa', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5178, 'Maria Pinto', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5179, 'Melipilla', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5180, 'Padre Hurtado', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5181, 'Paine', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5182, 'Penaflor', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5183, 'Pirque', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5184, 'Puente Alto', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5185, 'Quilicura', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5186, 'San Bernardo', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5187, 'San Jose de Maipo', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5188, 'San Pedro', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5189, 'Santiago', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5190, 'Talagante', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5191, 'Tiltil', 666, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5192, 'Arica', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5193, 'Camarones', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5194, 'Camina', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5195, 'Colchane', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5196, 'General Lagos', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5197, 'Huara', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5198, 'Iquique', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(5199, 'Pica', 667, 44, 1, '2018-07-20 08:58:01', '2018-07-20 08:58:01'),
(5200, 'Pozo Almonte', 667, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5201, 'Putre', 667, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5202, 'Algarrobo', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5203, 'Cabildo', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5204, 'Calera', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5205, 'Calle Larga', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5206, 'Cartagena', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5207, 'Casablanca', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5208, 'Catemu', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5209, 'Concon', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5210, 'El Quisco', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5211, 'El Tabo', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5212, 'Hijuelas', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5213, 'La Cruz', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5214, 'La Ligua', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5215, 'Limache', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5216, 'Llaillay', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5217, 'Los Andes', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5218, 'Nogales', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5219, 'Olmue', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5220, 'Panquehue', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5221, 'Papudo', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5222, 'Petorca', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5223, 'Puchuncavi', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5224, 'Putaendeo', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5225, 'Quillota', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5226, 'Quilpue', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5227, 'Quintero', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5228, 'Rinconada', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5229, 'San Antonio', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5230, 'San Esteban', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5231, 'San Felipe', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5232, 'Santa Maria', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5233, 'Santo Domingo', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5234, 'Valparaiso', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5235, 'Villa Alemana', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5236, 'Vina del Mar', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5237, 'Zapallar', 668, 44, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5238, 'Fengyang', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5239, 'Guangde', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5240, 'Liuan', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5241, 'Ningguo', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5242, 'Shucheng', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5243, 'Xinchang', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5244, 'Xuancheng', 669, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5245, 'Fengyang', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5246, 'Guangde', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5247, 'Liuan', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5248, 'Ningguo', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5249, 'Shucheng', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5250, 'Xinchang', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5251, 'Xuancheng', 670, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5252, 'Fengyang', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5253, 'Guangde', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5254, 'Liuan', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5255, 'Ningguo', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5256, 'Shucheng', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5257, 'Xinchang', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5258, 'Xuancheng', 671, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5259, 'Aomen', 672, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5260, 'Beijing', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5261, 'Changping', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5262, 'Fangshan', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5263, 'Huangcun', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5264, 'Liangxiang', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5265, 'Mentougou', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5266, 'Shunyi', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5267, 'Tongzhou', 673, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5268, 'Beijing', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5269, 'Changping', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5270, 'Fangshan', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5271, 'Huangcun', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5272, 'Liangxiang', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5273, 'Mentougou', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5274, 'Shunyi', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5275, 'Tongzhou', 674, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5276, 'Beibei', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5277, 'Chongqing', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5278, 'Fuling', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5279, 'Longhua', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5280, 'Nantongkuang', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5281, 'Wanxian', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5282, 'Xiuma', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5283, 'Yubei', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5284, 'Yudong', 675, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5285, 'Bantou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5286, 'Dongshan', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5287, 'Fuan', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5288, 'Fujian', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5289, 'Fuqing', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5290, 'Fuzhou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5291, 'Gantou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5292, 'Hanyang', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5293, 'Jiangkou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5294, 'Jiaocheng', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5295, 'Jinjiang', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5296, 'Jinshang', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5297, 'Longhai', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5298, 'Longyan', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5299, 'Luoyang', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5300, 'Nanan', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5301, 'Nanping', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5302, 'Nanpu', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5303, 'Putian', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5304, 'Qingyang', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5305, 'Quanzhou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5306, 'Rongcheng', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5307, 'Sanming', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5308, 'Shaowu', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5309, 'Shima', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5310, 'Shishi', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5311, 'Tantou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5312, 'Tongshan', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5313, 'Xiamen', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5314, 'Xiapu', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5315, 'Xiapu Ningde', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5316, 'Ximei', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5317, 'Yongan', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5318, 'Zhangzhou', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5319, 'Zhicheng', 676, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5320, 'Bantou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5321, 'Dongshan', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5322, 'Fuan', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5323, 'Fujian', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5324, 'Fuqing', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5325, 'Fuzhou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5326, 'Gantou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5327, 'Hanyang', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5328, 'Jiangkou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5329, 'Jiaocheng', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5330, 'Jinjiang', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5331, 'Jinshang', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5332, 'Longhai', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5333, 'Longyan', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5334, 'Luoyang', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5335, 'Nanan', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5336, 'Nanping', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5337, 'Nanpu', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5338, 'Putian', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5339, 'Qingyang', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5340, 'Quanzhou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5341, 'Rongcheng', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5342, 'Sanming', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5343, 'Shaowu', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5344, 'Shima', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5345, 'Shishi', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5346, 'Tantou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5347, 'Tongshan', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5348, 'Xiamen', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5349, 'Xiapu', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5350, 'Xiapu Ningde', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5351, 'Ximei', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5352, 'Yongan', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5353, 'Zhangzhou', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5354, 'Zhicheng', 677, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5355, 'Baiyin', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5356, 'Baoji', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5357, 'Beidao', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5358, 'Jiayuguan', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5359, 'Jinchang', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5360, 'Jiuquan', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5361, 'Lanzhou', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5362, 'Linxia', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5363, 'Pingliang', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5364, 'Qincheng', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5365, 'Wuwei', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5366, 'Yaojie', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5367, 'Yumen', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5368, 'Zhangye', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5369, 'Zhuanglang', 678, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5370, 'Anbu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5371, 'Chaozhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5372, 'Chenghai', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5373, 'Chuncheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5374, 'Daliang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5375, 'Danshui', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5376, 'Dongguan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5377, 'Donghai', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5378, 'Dongli', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5379, 'Dongzhen', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5380, 'Ducheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5381, 'Encheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5382, 'Foahn', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5383, 'Foshan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5384, 'Gaozhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5385, 'Guangdong', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5386, 'Guangzhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5387, 'Guanjiao', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5388, 'Haicheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5389, 'Haimen', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5390, 'Hepo', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5391, 'Houpu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5392, 'Huaicheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5393, 'Huanggang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5394, 'Huangpu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5395, 'Huazhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5396, 'Huicheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5397, 'Huizhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5398, 'Humen', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5399, 'Jiangmen', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5400, 'Jiazi', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5401, 'Jieshi', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5402, 'Jieyang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5403, 'Lecheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5404, 'Leicheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5405, 'Liancheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5406, 'Lianzhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5407, 'Licheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5408, 'Liusha', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5409, 'Longgang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5410, 'Lubu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5411, 'Luocheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5412, 'Luohu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5413, 'Luoyang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5414, 'Maba', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5415, 'Maoming', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5416, 'Mata', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5417, 'Meilu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5418, 'Meizhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5419, 'Mianchang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5420, 'Nanfeng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5421, 'Nanhai', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5422, 'Pingshan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5423, 'Qingtang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5424, 'Qingyuan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5425, 'Rongcheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5426, 'Sanbu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5427, 'Shantou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5428, 'Shanwei', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5429, 'Shaoguan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5430, 'Shaping', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5431, 'Shenzhen', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5432, 'Shilong', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5433, 'Shiqiao', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5434, 'Shiwan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5435, 'Shuizhai', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5436, 'Shunde', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5437, 'Suicheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5438, 'Taicheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5439, 'Tangping', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5440, 'Xiaolan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5441, 'Xinan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5442, 'Xingcheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5443, 'Xiongzhou', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5444, 'Xucheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5445, 'Yangjiang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5446, 'Yingcheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5447, 'Yuancheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5448, 'Yuncheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5449, 'Yunfu', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5450, 'Zengcheng', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5451, 'Zhanjiang', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5452, 'Zhaoqing', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5453, 'Zhilong', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5454, 'Zhongshan', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5455, 'Zhuhai', 679, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5456, 'Anbu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5457, 'Chaozhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5458, 'Chenghai', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5459, 'Chuncheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5460, 'Daliang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5461, 'Danshui', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5462, 'Dongguan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5463, 'Donghai', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5464, 'Dongli', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5465, 'Dongzhen', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5466, 'Ducheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5467, 'Encheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5468, 'Foahn', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5469, 'Foshan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5470, 'Gaozhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5471, 'Guangdong', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5472, 'Guangzhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5473, 'Guanjiao', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5474, 'Haicheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5475, 'Haimen', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5476, 'Hepo', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5477, 'Houpu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5478, 'Huaicheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5479, 'Huanggang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5480, 'Huangpu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5481, 'Huazhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5482, 'Huicheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5483, 'Huizhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5484, 'Humen', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5485, 'Jiangmen', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5486, 'Jiazi', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5487, 'Jieshi', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5488, 'Jieyang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5489, 'Lecheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5490, 'Leicheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5491, 'Liancheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5492, 'Lianzhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5493, 'Licheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5494, 'Liusha', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5495, 'Longgang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5496, 'Lubu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5497, 'Luocheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5498, 'Luohu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5499, 'Luoyang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5500, 'Maba', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5501, 'Maoming', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5502, 'Mata', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5503, 'Meilu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5504, 'Meizhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5505, 'Mianchang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5506, 'Nanfeng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5507, 'Nanhai', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5508, 'Pingshan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5509, 'Qingtang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5510, 'Qingyuan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5511, 'Rongcheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5512, 'Sanbu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5513, 'Shantou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5514, 'Shanwei', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5515, 'Shaoguan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5516, 'Shaping', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5517, 'Shenzhen', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5518, 'Shilong', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5519, 'Shiqiao', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5520, 'Shiwan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5521, 'Shuizhai', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5522, 'Shunde', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5523, 'Suicheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5524, 'Taicheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5525, 'Tangping', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5526, 'Xiaolan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5527, 'Xinan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5528, 'Xingcheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5529, 'Xiongzhou', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5530, 'Xucheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5531, 'Yangjiang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5532, 'Yingcheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5533, 'Yuancheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5534, 'Yuncheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5535, 'Yunfu', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5536, 'Zengcheng', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5537, 'Zhanjiang', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5538, 'Zhaoqing', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5539, 'Zhilong', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5540, 'Zhongshan', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5541, 'Zhuhai', 680, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5542, 'Babu', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5543, 'Baihe', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5544, 'Baise', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5545, 'Beihai', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5546, 'Binzhou', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5547, 'Bose', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5548, 'Fangchenggang', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5549, 'Guicheng', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5550, 'Guilin', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5551, 'Guiping', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5552, 'Jinchengjiang', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5553, 'Jinji', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5554, 'Laibin', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5555, 'Lianzhou', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5556, 'Liuzhou', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5557, 'Luorong', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5558, 'Matong', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5559, 'Nandu', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5560, 'Nanning', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5561, 'Pingnan', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5562, 'Pumiao', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5563, 'Qinzhou', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5564, 'Songhua', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5565, 'Wuzhou', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5566, 'Yashan', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5567, 'Yulin', 681, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5568, 'Anshun', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5569, 'Bijie', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5570, 'Caohai', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5571, 'Duyun', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5572, 'Guiyang', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5573, 'Kaili', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5574, 'Liupanshui', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5575, 'Luoyang', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5576, 'Pingzhai', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5577, 'Tongren', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5578, 'Tongzi', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5579, 'Xiaoweizhai', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5580, 'Xingyi', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5581, 'Zunyi', 682, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5582, 'Chengmai', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5583, 'Dingan', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5584, 'Haikou', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5585, 'Lingao', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5586, 'Qiongshan', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5587, 'Sansha ', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5588, 'Sanya', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5589, 'Wanning', 683, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5590, 'Anping', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5591, 'Baoding', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5592, 'Botou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5593, 'Cangzhou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5594, 'Changli', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5595, 'Chengde', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5596, 'Dingzhou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5597, 'Fengfeng', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5598, 'Fengrun', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5599, 'Guye', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5600, 'Handan', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5601, 'Hebei', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5602, 'Hecun', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5603, 'Hejian', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5604, 'Hengshui', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5605, 'Huanghua', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5606, 'Jingxingkuang', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5607, 'Jinzhou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5608, 'Langfang', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5609, 'Lianzhou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5610, 'Linshui', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5611, 'Linxi', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5612, 'Longyao County', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5613, 'Nangong', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5614, 'Pengcheng', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5615, 'Qinhuangdao', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5616, 'Renqiu', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5617, 'Shahe', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5618, 'Shijiazhuang', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5619, 'Tangjiazhuang', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5620, 'Tangshan', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5621, 'Wuan', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5622, 'Xian County', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5623, 'Xingtai', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5624, 'Xinji', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5625, 'Xinle', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5626, 'Xuanhua', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5627, 'Zhangjiakou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5628, 'Zhaogezhuang', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5629, 'Zhuozhou', 684, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5630, 'Acheng', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5631, 'Anda', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5632, 'Angangxi', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5633, 'Baiquan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5634, 'Bamiantong', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5635, 'Baoqing', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5636, 'Baoshan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5637, 'Bayan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5638, 'Beian', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5639, 'Binzhou', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5640, 'Boli', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5641, 'Chaihe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5642, 'Chengzihe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5643, 'Cuiluan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5644, 'Daqing', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5645, 'Didao', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5646, 'Dongning', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5647, 'Fujin', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5648, 'Fuli', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5649, 'Fulitun', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5650, 'Fuyu', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5651, 'Gannan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5652, 'Hailin', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5653, 'Hailun', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5654, 'Harbin', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5655, 'Hegang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5656, 'Heihe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5657, 'Hengshan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5658, 'Honggang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5659, 'Huanan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5660, 'Hulan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5661, 'Hulan Ergi', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5662, 'Jiamusi', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5663, 'Jidong', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5664, 'Jixi', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5665, 'Keshan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5666, 'Langxiang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5667, 'Lanxi', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5668, 'Lingdong', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5669, 'Linkou', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5670, 'Lishu', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5671, 'Longfeng', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5672, 'Longjiang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5673, 'Mingshui', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5674, 'Mishan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5675, 'Mudanjiang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5676, 'Nancha', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5677, 'Nehe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5678, 'Nenjiang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5679, 'Nianzishan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5680, 'Ningan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5681, 'Qingan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5682, 'Qinggang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5683, 'Qiqihar', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5684, 'Qitaihe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5685, 'Ranghulu', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5686, 'Saertu', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5687, 'Shangzhi', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5688, 'Shanhetun', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5689, 'Shuangcheng', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5690, 'Shuangyashan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5691, 'Sifantan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5692, 'Suifenhe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5693, 'Suihua', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5694, 'Suileng', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5695, 'Tahe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5696, 'Taikang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5697, 'Tailai', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5698, 'Tieli', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5699, 'Wangkui', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5700, 'Weihe', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5701, 'Wuchang', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5702, 'Xinglongzhen', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5703, 'Xinqing', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5704, 'Yian', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5705, 'Yichun', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5706, 'Yilan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5707, 'Youhao', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5708, 'Zhaodong', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5709, 'Zhaoyuan', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5710, 'Zhaozhou', 685, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5711, 'Anyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5712, 'Changying', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5713, 'Dancheng', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5714, 'Daokou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5715, 'Dengzhou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5716, 'Gongyi', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5717, 'Gushi', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5718, 'Hebi', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5719, 'Huaidian', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5720, 'Huangchuan', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5721, 'Huangzhai', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5722, 'Jiaozuo', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5723, 'Jishui', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5724, 'Kaifeng', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5725, 'Liupen', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5726, 'Luohe', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5727, 'Luoyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5728, 'Luyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5729, 'Mengzhou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5730, 'Minggang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5731, 'Nandun', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5732, 'Nanyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5733, 'Pingdingshan', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5734, 'Puyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5735, 'Sanmenxia', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5736, 'Shangqiu', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5737, 'Tanghe', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5738, 'Xiaoyi', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5739, 'Xihua', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5740, 'Xinxiang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5741, 'Xinyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5742, 'Xinye', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5743, 'Xixiang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5744, 'Xuanwu', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5745, 'Xuchang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5746, 'Yigou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5747, 'Yima', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5748, 'Yinzhuang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5749, 'Yunyang', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5750, 'Yuzhou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5751, 'Zhecheng', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5752, 'Zhengzhou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5753, 'Zhenping', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5754, 'Zhoukou', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5755, 'Zhumadian', 686, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5756, 'Anlu', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5757, 'Baisha', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5758, 'Buhe', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5759, 'Caidian', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5760, 'Caohe', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5761, 'Danjiangkou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5762, 'Daye', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5763, 'Duobao', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5764, 'Enshi', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5765, 'Ezhou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5766, 'Fengkou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5767, 'Guangshui', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5768, 'Gucheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5769, 'Hanchuan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5770, 'Hongan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5771, 'Honghu', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5772, 'Huangmei', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5773, 'Huangpi', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5774, 'Huangshi', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5775, 'Huangzhou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5776, 'Jingmen', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5777, 'Jingzhou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5778, 'Laohekou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5779, 'Lichuan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5780, 'Macheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5781, 'Nanhai', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5782, 'Nanzhang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5783, 'Puqi', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5784, 'Qianjiang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5785, 'Qingquan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5786, 'Qixingtai', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5787, 'Rongcheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5788, 'Shashi', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5789, 'Shishou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5790, 'Shiyan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5791, 'Suizhou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5792, 'Tianmen', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5793, 'Tongcheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5794, 'Wuhan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5795, 'Wuxue', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5796, 'Xiangfan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5797, 'Xianning', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5798, 'Xiantao', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5799, 'Xiaogan', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5800, 'Xiaoxita', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5801, 'Xiaxindian', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5802, 'Xihe', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5803, 'Xinpu', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5804, 'Xinshi', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5805, 'Xinzhou', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5806, 'Yichang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5807, 'Yicheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5808, 'Yingcheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5809, 'Yingzhong', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5810, 'Zaoyang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5811, 'Zhengchang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5812, 'Zhicheng', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5813, 'Zhifang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5814, 'Zhongxiang', 687, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5815, 'Anjiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5816, 'Anxiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5817, 'Changde', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5818, 'Changsha', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5819, 'Chenzhou', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5820, 'Dayong', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5821, 'Hengyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5822, 'Hongjiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5823, 'Huaihua', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5824, 'Jinshi', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5825, 'Jishou', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5826, 'Leiyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5827, 'Lengshuijiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5828, 'Lengshuitan', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5829, 'Lianyuan', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5830, 'Liling', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5831, 'Liuyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5832, 'Loudi', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5833, 'Matian', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5834, 'Nanzhou', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5835, 'Ningxiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5836, 'Qidong', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5837, 'Qiyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5838, 'Shaoyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5839, 'Xiangtan', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5840, 'Xiangxiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5841, 'Xiangyin', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5842, 'Xinhua', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5843, 'Yiyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5844, 'Yongfeng', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5845, 'Yongzhou', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5846, 'Yuanjiang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5847, 'Yueyang', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5848, 'Zhuzhou', 688, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5849, 'Baoying', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5850, 'Changzhou', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5851, 'Dachang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5852, 'Dafeng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5853, 'Danyang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5854, 'Dingshu', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5855, 'Dongkan', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5856, 'Dongtai', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5857, 'Fengxian', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5858, 'Gaogou', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5859, 'Gaoyou', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5860, 'Guiren', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5861, 'Haian', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(5862, 'Haizhou', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5863, 'Hede', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5864, 'Huaicheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5865, 'Huaiyin', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5866, 'Huilong', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5867, 'Hutang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5868, 'Jiangdu', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5869, 'Jiangyan', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5870, 'Jiangyin', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5871, 'Jiangyuan', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5872, 'Jianhu', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5873, 'Jingcheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5874, 'Jinsha', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5875, 'Jintan', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5876, 'Juegang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5877, 'Jurong', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5878, 'Kunshan', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5879, 'Lianyungang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5880, 'Liucheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5881, 'Liyang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5882, 'Luodu', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5883, 'Mudu', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5884, 'Nanjing', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5885, 'Nantong', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5886, 'Pecheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5887, 'Pukou', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5888, 'Qidong', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5889, 'Qinnan', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5890, 'Qixia', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5891, 'Rucheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5892, 'Songling', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5893, 'Sucheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5894, 'Suicheng', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5895, 'Suqian', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5896, 'Suzhou', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5897, 'Taicang', 689, 45, 1, '2018-07-20 08:58:02', '2018-07-20 08:58:02'),
(5898, 'Taixing', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5899, 'Wujiang', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5900, 'Wuxi', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5901, 'Xiaolingwei', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5902, 'Xiaoshi', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5903, 'Xinan', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5904, 'Xinpu', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5905, 'Xuzhou', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5906, 'Yancheng', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5907, 'Yangshe', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5908, 'Yangzhou', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5909, 'Yizheng', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5910, 'Yunhe', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5911, 'Yunyang', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5912, 'Yushan', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5913, 'Zhangjiagang', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5914, 'Zhangjiangang', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5915, 'Zhaoyang', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5916, 'Zhenjiang', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5917, 'Zhongxing', 689, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5918, 'Baoying', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5919, 'Changzhou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5920, 'Dachang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5921, 'Dafeng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5922, 'Danyang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5923, 'Dingshu', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5924, 'Dongkan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5925, 'Dongtai', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5926, 'Fengxian', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5927, 'Gaogou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5928, 'Gaoyou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5929, 'Guiren', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5930, 'Haian', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5931, 'Haizhou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5932, 'Hede', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5933, 'Huaicheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5934, 'Huaiyin', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5935, 'Huilong', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5936, 'Hutang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5937, 'Jiangdu', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5938, 'Jiangyan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5939, 'Jiangyin', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5940, 'Jiangyuan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5941, 'Jianhu', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5942, 'Jingcheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5943, 'Jinsha', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5944, 'Jintan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5945, 'Juegang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5946, 'Jurong', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5947, 'Kunshan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5948, 'Lianyungang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5949, 'Liucheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5950, 'Liyang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5951, 'Luodu', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5952, 'Mudu', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5953, 'Nanjing', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5954, 'Nantong', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5955, 'Pecheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5956, 'Pukou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5957, 'Qidong', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5958, 'Qinnan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5959, 'Qixia', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5960, 'Rucheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5961, 'Songling', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5962, 'Sucheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5963, 'Suicheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5964, 'Suqian', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5965, 'Suzhou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5966, 'Taicang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5967, 'Taixing', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5968, 'Wujiang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5969, 'Wuxi', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5970, 'Xiaolingwei', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5971, 'Xiaoshi', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5972, 'Xinan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5973, 'Xinpu', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5974, 'Xuzhou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5975, 'Yancheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5976, 'Yangshe', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5977, 'Yangzhou', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5978, 'Yizheng', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5979, 'Yunhe', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5980, 'Yunyang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5981, 'Yushan', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5982, 'Zhangjiagang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5983, 'Zhangjiangang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5984, 'Zhaoyang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5985, 'Zhenjiang', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5986, 'Zhongxing', 690, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5987, 'Fengxin', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5988, 'Fenyi', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5989, 'Ganzhou', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5990, 'Jian', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5991, 'Jiangguang', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5992, 'Jingdezhen', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5993, 'Jiujiang', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5994, 'Leping', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5995, 'Linchuan', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5996, 'Nanchang', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5997, 'Pingxiang', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5998, 'Poyang', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(5999, 'Shangrao', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6000, 'Xiangdong', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6001, 'Xingan', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6002, 'Xinjian', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6003, 'Xinyu', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6004, 'Xiongshi', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6005, 'Yichun', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6006, 'Yingtai', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6007, 'Yingtan', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6008, 'Zhangshui', 691, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6009, 'Badaojiang', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6010, 'Baicheng', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6011, 'Baishishan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6012, 'Changchun', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6013, 'Changling', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6014, 'Chaoyang', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6015, 'Daan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6016, 'Dashitou', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6017, 'Dehui', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6018, 'Dongchang', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6019, 'Dongfeng', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6020, 'Dunhua', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6021, 'Erdaojiang', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6022, 'Fuyu', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6023, 'Gongzhuling', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6024, 'Helong', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6025, 'Hongmei', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6026, 'Huadian', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6027, 'Huangnihe', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6028, 'Huinan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6029, 'Hunchun', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6030, 'Jiaohe', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6031, 'Jilin', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6032, 'Jishu', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6033, 'Jiutai', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6034, 'Kaitong', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6035, 'Kouqian', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6036, 'Liaoyuan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6037, 'Linjiang', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6038, 'Lishu', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6039, 'Liuhe', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6040, 'Longjing', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6041, 'Meihekou', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6042, 'Mingyue', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6043, 'Nongan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6044, 'Panshi', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6045, 'Pizhou', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6046, 'Qianan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6047, 'Qianguo', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6048, 'Sanchazi', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6049, 'Shuangyang', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6050, 'Shulan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6051, 'Siping', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6052, 'Songjianghe', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6053, 'Taonan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6054, 'Tumen', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6055, 'Wangou', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6056, 'Wangqing', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6057, 'Xinglongshan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6058, 'Yanji', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6059, 'Yantongshan', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6060, 'Yushu', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6061, 'Zhengjiatun', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6062, 'Zhenlai', 692, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6063, 'Anshan', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6064, 'Beipiao', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6065, 'Benxi', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6066, 'Changtu', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6067, 'Chaoyang', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6068, 'Dalian', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6069, 'Dalianwan', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6070, 'Dalinghe', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6071, 'Dandong', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6072, 'Dashiqiao', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6073, 'Dongling', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6074, 'Fengcheng', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6075, 'Fushun', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6076, 'Fuxin', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6077, 'Haicheng', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6078, 'Heishan', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6079, 'Huanren', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6080, 'Huludao', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6081, 'Hushitai', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6082, 'Jinxi', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6083, 'Jinzhou', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6084, 'Jiupu', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6085, 'Kaiyuan', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6086, 'Kuandian', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6087, 'Langtou', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6088, 'Liaoyang', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6089, 'Liaozhong', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6090, 'Lingyuan', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6091, 'Liuerbao', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6092, 'Lushunkou', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6093, 'Nantai', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6094, 'Panjin', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6095, 'Pulandian', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6096, 'Shenyang', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6097, 'Sujiatun', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6098, 'Tieling', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6099, 'Wafangdian', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6100, 'Xiaoshi', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6101, 'Xifeng', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6102, 'Xinchengxi', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6103, 'Xingcheng', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6104, 'Xinmin', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6105, 'Xiongyue', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6106, 'Xiuyan', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6107, 'Yebaishou', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6108, 'Yingkou', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6109, 'Yuhong', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6110, 'Zhuanghe', 693, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6111, 'Anshan', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6112, 'Beipiao', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6113, 'Benxi', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6114, 'Changtu', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6115, 'Chaoyang', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6116, 'Dalian', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6117, 'Dalianwan', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6118, 'Dalinghe', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6119, 'Dandong', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6120, 'Dashiqiao', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6121, 'Dongling', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6122, 'Fengcheng', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6123, 'Fushun', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6124, 'Fuxin', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6125, 'Haicheng', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6126, 'Heishan', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6127, 'Huanren', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6128, 'Huludao', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6129, 'Hushitai', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6130, 'Jinxi', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6131, 'Jinzhou', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6132, 'Jiupu', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6133, 'Kaiyuan', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6134, 'Kuandian', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6135, 'Langtou', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6136, 'Liaoyang', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6137, 'Liaozhong', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6138, 'Lingyuan', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6139, 'Liuerbao', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6140, 'Lushunkou', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6141, 'Nantai', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6142, 'Panjin', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6143, 'Pulandian', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6144, 'Shenyang', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6145, 'Sujiatun', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6146, 'Tieling', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6147, 'Wafangdian', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6148, 'Xiaoshi', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6149, 'Xifeng', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6150, 'Xinchengxi', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6151, 'Xingcheng', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6152, 'Xinmin', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6153, 'Xiongyue', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6154, 'Xiuyan', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6155, 'Yebaishou', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6156, 'Yingkou', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6157, 'Yuhong', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6158, 'Zhuanghe', 694, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6159, 'Qiatou', 697, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6160, 'Xining', 697, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6161, 'Ankang', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6162, 'Baoji', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6163, 'Guozhen', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6164, 'Hancheng', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6165, 'Hanzhong', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6166, 'Lishan', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6167, 'Qili', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6168, 'Tongchuan', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6169, 'Weinan', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6170, 'Xian', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6171, 'Xianyang', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6172, 'Yanan', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6173, 'Yanliang', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6174, 'Yulin', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6175, 'Yuxia', 698, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6176, 'Anqiu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6177, 'Bianzhuang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6178, 'Binzhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6179, 'Boshan', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6180, 'Boxing County', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6181, 'Caocheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6182, 'Changqing', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6183, 'Chengyang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6184, 'Dengzhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6185, 'Dezhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6186, 'Dingtao', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6187, 'Dongcun', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6188, 'Dongdu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6189, 'Donge County', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6190, 'Dongying', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6191, 'Feicheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6192, 'Fushan', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6193, 'Gaomi', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6194, 'Haiyang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6195, 'Hanting', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6196, 'Hekou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6197, 'Heze', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6198, 'Jiaonan', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6199, 'Jiaozhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6200, 'Jiehu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6201, 'Jimo', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6202, 'Jinan', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6203, 'Jining', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6204, 'Juxian', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6205, 'Juye', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6206, 'Kunlun', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6207, 'Laiwu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6208, 'Laiyang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6209, 'Laizhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6210, 'Leling', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6211, 'Liaocheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6212, 'Licung', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6213, 'Linqing', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6214, 'Linqu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6215, 'Linshu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6216, 'Linyi', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6217, 'Longkou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6218, 'Mengyin', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6219, 'Mingshui', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6220, 'Nanchou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6221, 'Nanding', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6222, 'Nanma', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6223, 'Ninghai', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6224, 'Ningyang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6225, 'Pingdu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6226, 'Pingyi', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6227, 'Pingyin', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6228, 'Qingdao', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6229, 'Qingzhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6230, 'Qixia', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6231, 'Qufu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6232, 'Rizhao', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6233, 'Rongcheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6234, 'Shancheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6235, 'Shanting', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6236, 'Shengzhuang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6237, 'Shenxian', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6238, 'Shizilu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6239, 'Shouguang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6240, 'Shuiji', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6241, 'Sishui', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6242, 'Suozhen', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6243, 'Taian', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6244, 'Tancheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6245, 'Taozhuang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6246, 'Tengzhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6247, 'Weifang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6248, 'Weihai', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6249, 'Wencheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6250, 'Wendeng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6251, 'Wenshang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6252, 'Wudi', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6253, 'Xiazhen', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6254, 'Xincheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6255, 'Xindian', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6256, 'Xintai', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6257, 'Yanggu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6258, 'Yangshan', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6259, 'Yantai', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6260, 'Yanzhou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6261, 'Yatou', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6262, 'Yidu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6263, 'Yishui', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6264, 'Yucheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6265, 'Yuncheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6266, 'Zaozhuang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6267, 'Zhangdian', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6268, 'Zhangjiawa', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6269, 'Zhangqiu', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6270, 'Zhaocheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6271, 'Zhoucheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6272, 'Zhoucun', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6273, 'Zhucheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6274, 'Zhuwang', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6275, 'Zicheng', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6276, 'Zouping', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6277, 'Zouxian', 699, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6278, 'Anqiu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6279, 'Bianzhuang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6280, 'Binzhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6281, 'Boshan', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6282, 'Boxing County', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6283, 'Caocheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6284, 'Changqing', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6285, 'Chengyang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6286, 'Dengzhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6287, 'Dezhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6288, 'Dingtao', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6289, 'Dongcun', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6290, 'Dongdu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6291, 'Donge County', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6292, 'Dongying', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6293, 'Feicheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6294, 'Fushan', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6295, 'Gaomi', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6296, 'Haiyang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6297, 'Hanting', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6298, 'Hekou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6299, 'Heze', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6300, 'Jiaonan', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6301, 'Jiaozhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6302, 'Jiehu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6303, 'Jimo', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6304, 'Jinan', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6305, 'Jining', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6306, 'Juxian', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6307, 'Juye', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6308, 'Kunlun', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6309, 'Laiwu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6310, 'Laiyang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6311, 'Laizhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6312, 'Leling', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6313, 'Liaocheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6314, 'Licung', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6315, 'Linqing', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6316, 'Linqu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6317, 'Linshu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6318, 'Linyi', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6319, 'Longkou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6320, 'Mengyin', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6321, 'Mingshui', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6322, 'Nanchou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6323, 'Nanding', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6324, 'Nanma', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6325, 'Ninghai', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6326, 'Ningyang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6327, 'Pingdu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6328, 'Pingyi', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6329, 'Pingyin', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6330, 'Qingdao', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6331, 'Qingzhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6332, 'Qixia', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6333, 'Qufu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6334, 'Rizhao', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6335, 'Rongcheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6336, 'Shancheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6337, 'Shanting', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6338, 'Shengzhuang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6339, 'Shenxian', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6340, 'Shizilu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6341, 'Shouguang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6342, 'Shuiji', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6343, 'Sishui', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6344, 'Suozhen', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6345, 'Taian', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6346, 'Tancheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6347, 'Taozhuang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6348, 'Tengzhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6349, 'Weifang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6350, 'Weihai', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6351, 'Wencheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6352, 'Wendeng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6353, 'Wenshang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6354, 'Wudi', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6355, 'Xiazhen', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6356, 'Xincheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6357, 'Xindian', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6358, 'Xintai', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6359, 'Yanggu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6360, 'Yangshan', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6361, 'Yantai', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6362, 'Yanzhou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6363, 'Yatou', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6364, 'Yidu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6365, 'Yishui', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6366, 'Yucheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6367, 'Yuncheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6368, 'Zaozhuang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6369, 'Zhangdian', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6370, 'Zhangjiawa', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6371, 'Zhangqiu', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6372, 'Zhaocheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6373, 'Zhoucheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6374, 'Zhoucun', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6375, 'Zhucheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6376, 'Zhuwang', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6377, 'Zicheng', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6378, 'Zouping', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6379, 'Zouxian', 700, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6380, 'Jiading', 701, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6381, 'Minhang', 701, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6382, 'Shanghai', 701, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6383, 'Songjiang', 701, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6384, 'Trencin', 701, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6385, 'Changzhi', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6386, 'Datong', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6387, 'Houma', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6388, 'Jiexiu', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6389, 'Jincheng', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6390, 'Linfen', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6391, 'Taiyuan', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6392, 'Xian', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6393, 'Xinzhi', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6394, 'Xinzhou', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6395, 'Yangquan', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6396, 'Yuanping', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6397, 'Yuci', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6398, 'Yuncheng', 702, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6399, 'Anju', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6400, 'Baoning', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6401, 'Chengdu', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6402, 'Daan', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6403, 'Dawan', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6404, 'Daxian', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6405, 'Deyang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6406, 'Dujiangyan City', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6407, 'Guangkou', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6408, 'Guangyuan', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6409, 'Guihu', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6410, 'Heyang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6411, 'Huayang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6412, 'Jiancheng', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6413, 'Jiangyou', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6414, 'Jijiang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6415, 'Leshan', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6416, 'Linqiong', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6417, 'Luocheng', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6418, 'Luzhou', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6419, 'Mianyang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6420, 'Nanchong', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6421, 'Nanlong', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6422, 'Neijiang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6423, 'Panzhihua', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6424, 'Shifang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6425, 'Suining', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6426, 'Taihe', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6427, 'Tianpeng', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6428, 'Tongchuan', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6429, 'Xichang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6430, 'Xunchang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6431, 'Yaan', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6432, 'Yibin', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6433, 'Yongchang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6434, 'Zhonglong', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6435, 'Zigong', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6436, 'Ziyang', 703, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6437, 'Beichen', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6438, 'Gangdong', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6439, 'Hangu', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6440, 'Jinghai', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6441, 'Nankai', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6442, 'Tanggu', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6443, 'Tianjin', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6444, 'Xianshuigu', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6445, 'Yangcun', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6446, 'Yangliuqing', 704, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6447, 'Guiqing', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6448, 'Jiulong', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6449, 'Quanwan', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6450, 'Saigong', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6451, 'Shatin', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6452, 'Taipo', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6453, 'Tuanmun', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6454, 'Xianggang', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6455, 'Yuanlong', 705, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6456, 'Aksu', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6457, 'Baijiantan', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6458, 'Changji', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6459, 'Dongshan', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6460, 'Hami', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6461, 'Hetian', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6462, 'Karamay', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6463, 'Kashi', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6464, 'Korla', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6465, 'Kuche', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6466, 'Kuytun', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6467, 'Shache', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6468, 'Shihezi', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6469, 'Shuimogou', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6470, 'Toutunhe', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6471, 'Urumqi', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6472, 'Yining', 706, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6473, 'Lasa', 707, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6474, 'Dali', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6475, 'Gejiu', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6476, 'Haikou', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6477, 'Heilin', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6478, 'Jinma', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6479, 'Kaihua', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6480, 'Kaiyuan', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6481, 'Kunming', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6482, 'Lianran', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6483, 'Longquan', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6484, 'Lucheng', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6485, 'Mabai', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6486, 'Majie', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6487, 'Miyang', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6488, 'Qujing', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6489, 'Rongcheng', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6490, 'Simao', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6491, 'Wufeng', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6492, 'Yunjinghong', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6493, 'Yuxi Municipal', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6494, 'Zhaotong', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6495, 'Zhenhai', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6496, 'Zhongshu', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6497, 'Zhoucheng', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6498, 'Zhuocheng', 708, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6499, 'Aojiang', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6500, 'Choucheng', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6501, 'Cixi', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6502, 'Daqiao', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6503, 'Deqing', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6504, 'Dinghai', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6505, 'Dongyang', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6506, 'Fuyang', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6507, 'Haining', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6508, 'Haiyan', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6509, 'Hangzhou', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6510, 'Huangyan', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6511, 'Hushan', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6512, 'Huzhou', 709, 45, 1, '2018-07-20 08:58:03', '2018-07-20 08:58:03'),
(6513, 'Jiaojiang', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6514, 'Jiaxing', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6515, 'Jinhua', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6516, 'Jinxiang', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6517, 'Kaihua', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6518, 'Kunyang', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6519, 'Lanxi', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6520, 'Linan City', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6521, 'Linhai', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6522, 'Linping', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6523, 'Lishui', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6524, 'Liushi', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6525, 'Ningbo', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(6526, 'Ninghai', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6527, 'Pinghu', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6528, 'Quzhou', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6529, 'Ruian', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6530, 'Shangyu', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6531, 'Shaoxing', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6532, 'Shenjiamen', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6533, 'Taizhou City', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6534, 'Tonglu', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6535, 'Wenling', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6536, 'Wenzhou', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6537, 'Wuning', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6538, 'Wuyi', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6539, 'Xianju', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6540, 'Xiaoshan', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6541, 'Xiashi', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6542, 'Xushan', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6543, 'Yiwu', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6544, 'Yongkang', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6545, 'Yueqing', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6546, 'Yuhuan', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6547, 'Yuyao', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6548, 'Zhejiang', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6549, 'Zhenhai', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6550, 'Zhicheng', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6551, 'Zhuji', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6552, 'fenghua', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6553, 'jiashan', 709, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6554, 'Aojiang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6555, 'Choucheng', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6556, 'Cixi', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6557, 'Daqiao', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6558, 'Deqing', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6559, 'Dinghai', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6560, 'Dongyang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6561, 'Fuyang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6562, 'Haining', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6563, 'Haiyan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6564, 'Hangzhou', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6565, 'Huangyan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6566, 'Hushan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6567, 'Huzhou', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6568, 'Jiaojiang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6569, 'Jiaxing', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6570, 'Jinhua', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6571, 'Jinxiang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6572, 'Kaihua', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6573, 'Kunyang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6574, 'Lanxi', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6575, 'Linan City', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6576, 'Linhai', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6577, 'Linping', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6578, 'Lishui', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6579, 'Liushi', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6580, 'Ningbo', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6581, 'Ninghai', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6582, 'Pinghu', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6583, 'Quzhou', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6584, 'Ruian', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6585, 'Shangyu', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6586, 'Shaoxing', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6587, 'Shenjiamen', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6588, 'Taizhou City', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6589, 'Tonglu', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6590, 'Wenling', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6591, 'Wenzhou', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6592, 'Wuning', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6593, 'Wuyi', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6594, 'Xianju', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6595, 'Xiaoshan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6596, 'Xiashi', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6597, 'Xushan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6598, 'Yiwu', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6599, 'Yongkang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6600, 'Yueqing', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6601, 'Yuhuan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6602, 'Yuyao', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6603, 'Zhejiang', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6604, 'Zhenhai', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6605, 'Zhicheng', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6606, 'Zhuji', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6607, 'fenghua', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6608, 'jiashan', 710, 45, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6609, 'Leticia', 713, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6610, 'Puerto Narino', 713, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6611, 'Abejorral', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6612, 'Abriaqui', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6613, 'Alejandria', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6614, 'Amaga', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6615, 'Amalfi', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6616, 'Andes', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6617, 'Angelopolis', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6618, 'Angostura', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6619, 'Anori', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6620, 'Antioquia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6621, 'Anza', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6622, 'Apartado', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6623, 'Arboletes', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6624, 'Argelia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6625, 'Armenia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6626, 'Barbosa', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6627, 'Bello', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6628, 'Belmira', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6629, 'Betania', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6630, 'Betulia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6631, 'Bolivar', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6632, 'Briceno', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6633, 'Buritica', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6634, 'Caceres', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6635, 'Caicedo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6636, 'Caldas', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6637, 'Campamento', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6638, 'Canasgordas', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6639, 'Caracoli', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6640, 'Caramanta', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6641, 'Carepa', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6642, 'Carmen de Viboral', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6643, 'Carolina', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6644, 'Caucasia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6645, 'Chigorodo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6646, 'Cisneros', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6647, 'Cocorna', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6648, 'Concepcion', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6649, 'Concordia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6650, 'Copacabana', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6651, 'Dabeiba', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6652, 'Don Matias', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6653, 'Ebejico', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6654, 'El Bagre', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6655, 'Entrerrios', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6656, 'Envigado', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6657, 'Fredonia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6658, 'Frontino', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6659, 'Giraldo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6660, 'Girardota', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6661, 'Gomez Plata', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6662, 'Granada', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6663, 'Guadalupe', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6664, 'Guarne', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6665, 'Guatape', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6666, 'Heliconia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6667, 'Hispania', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6668, 'Itagui', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6669, 'Ituango', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6670, 'Jardin', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6671, 'Jerico', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6672, 'La Ceja', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6673, 'La Estrella', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6674, 'La Pintada', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6675, 'La Union', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6676, 'Liborina', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6677, 'Maceo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6678, 'Marinilla', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6679, 'Medellin', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6680, 'Montebello', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6681, 'Murindo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6682, 'Mutata', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6683, 'Narino', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6684, 'Nechi', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6685, 'Necocli', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6686, 'Olaya', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6687, 'Penol', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6688, 'Peque', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6689, 'Pueblorrico', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6690, 'Puerto Berrio', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6691, 'Puerto Nare', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6692, 'Puerto Triunfo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6693, 'Remedios', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6694, 'Retiro', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6695, 'Rionegro', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6696, 'Sabanalarga', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6697, 'Sabaneta', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6698, 'Salgar', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6699, 'San Andres', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6700, 'San Carlos', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6701, 'San Francisco', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6702, 'San Jeronimo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6703, 'San Jose de la Montana', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6704, 'San Juan de Uraba', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6705, 'San Luis', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6706, 'San Pedro', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6707, 'San Pedro de Uraba', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6708, 'San Rafael', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6709, 'San Roque', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6710, 'San Vicente', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6711, 'Santa Barbara', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6712, 'Santa Rosa de Osos', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6713, 'Santo Domingo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6714, 'Santuario', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6715, 'Segovia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6716, 'Sonson', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6717, 'Sopetran', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6718, 'Tamesis', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6719, 'Taraza', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6720, 'Tarso', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6721, 'Titiribi', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6722, 'Toledo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6723, 'Turbo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6724, 'Uramita', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6725, 'Urrao', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6726, 'Valdivia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6727, 'Valparaiso', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6728, 'Vegachi', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6729, 'Venecia', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6730, 'Vigia del Fuerte', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6731, 'Yali', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6732, 'Yarumal', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6733, 'Yolombo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6734, 'Yondo', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6735, 'Zaragoza', 714, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6736, 'Arauca', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6737, 'Arauquita', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6738, 'Cravo Norte', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6739, 'Fortul', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6740, 'Puerto Rondon', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6741, 'Saravena', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6742, 'Tame', 715, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6743, 'Baranoa', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6744, 'Barranquilla', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6745, 'Campo de la Cruz', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6746, 'Candelaria', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6747, 'Galapa', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6748, 'Juan de Acosta', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6749, 'Luruaco', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6750, 'Malambo', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6751, 'Manati', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6752, 'Palmar de Varela', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6753, 'Piojo', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6754, 'Polo Nuevo', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6755, 'Ponedera', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6756, 'Puerto Colombia', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6757, 'Repelon', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6758, 'Sabanagrande', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6759, 'Sabanalarga', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6760, 'Santa Lucia', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6761, 'Santo Tomas', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6762, 'Soledad', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6763, 'Suan', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6764, 'Tubara', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6765, 'Usiacuri', 716, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6766, 'Bogota', 717, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6767, 'Achi', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6768, 'Altos del Rosario', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6769, 'Arenal', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6770, 'Arjona', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6771, 'Arroyohondo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6772, 'Barranco de Loba', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6773, 'Calamar', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6774, 'Cantagallo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6775, 'Cartagena', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6776, 'Cicuco', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6777, 'Clemencia', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6778, 'Cordoba', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6779, 'El Carmen de Bolivar', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6780, 'El Guamo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6781, 'El Penon', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6782, 'Hatillo de Loba', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6783, 'Magangue', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6784, 'Mahates', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6785, 'Margarita', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6786, 'Maria la Baja', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6787, 'Mompos', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6788, 'Montecristo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6789, 'Morales', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6790, 'Pinillos', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6791, 'Regidor', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6792, 'Rio Viejo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6793, 'San Cristobal', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6794, 'San Estanislao', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6795, 'San Fernando', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6796, 'San Jacinto', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6797, 'San Jacinto del Cauca', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6798, 'San Juan Nepomuceno', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6799, 'San Martin de Loba', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6800, 'San Pablo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6801, 'Santa Catalina', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6802, 'Santa Rosa', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6803, 'Santa Rosa del Sur', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6804, 'Simiti', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6805, 'Soplaviento', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6806, 'Talaigua Nuevo', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6807, 'Tiquisio', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6808, 'Turbaco', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6809, 'Turbana', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6810, 'Villanueva', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6811, 'Zambrano', 718, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6812, 'Almeida', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6813, 'Aquitania', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6814, 'Arcabuco', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6815, 'Belen', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6816, 'Berbeo', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6817, 'Beteitiva', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6818, 'Boavita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6819, 'Boyaca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6820, 'Briceno', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6821, 'Buenavista', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6822, 'Busbanza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6823, 'Caldas', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6824, 'Campohermoso', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6825, 'Cerinza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6826, 'Chinavita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6827, 'Chiquinquira', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6828, 'Chiquiza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6829, 'Chiscas', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6830, 'Chita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6831, 'Chitaraque', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6832, 'Chivata', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6833, 'Chivor', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6834, 'Cienega', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6835, 'Combita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6836, 'Coper', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6837, 'Corrales', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6838, 'Covarachia', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6839, 'Cubara', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6840, 'Cucaita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6841, 'Cuitiva', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6842, 'Duitama', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6843, 'El Cocuy', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6844, 'El Espino', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6845, 'Firavitoba', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6846, 'Floresta', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6847, 'Gachantiva', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6848, 'Gameza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6849, 'Garagoa', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6850, 'Guacamayas', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6851, 'Guateque', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6852, 'Guayata', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6853, 'Guican', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6854, 'Iza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6855, 'Jenesano', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6856, 'Jerico', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6857, 'La Capilla', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6858, 'La Uvita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6859, 'La Victoria', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6860, 'Labranzagrande', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6861, 'Leiva', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6862, 'Macanal', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6863, 'Maripi', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6864, 'Miraflores', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6865, 'Mongua', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6866, 'Mongui', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6867, 'Moniquira', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6868, 'Motavita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6869, 'Muzo', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6870, 'Nobsa', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6871, 'Nuevo Colon', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6872, 'Oicata', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6873, 'Otanche', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6874, 'Pachavita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6875, 'Paez', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6876, 'Paipa', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6877, 'Pajarito', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6878, 'Panqueba', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6879, 'Pauna', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6880, 'Paya', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6881, 'Paz del Rio', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6882, 'Pesca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6883, 'Pisba', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6884, 'Puerto Boyaca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6885, 'Quipama', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6886, 'Ramiriqui', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6887, 'Raquira', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6888, 'Rondon', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6889, 'Saboya', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6890, 'Sachica', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6891, 'Samaca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6892, 'San Eduardo', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6893, 'San Jose de Pare', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6894, 'San Luis de Gaceno', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6895, 'San Mateo', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6896, 'San Miguel de Sema', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6897, 'San Pablo de Borbur', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6898, 'Santa Maria', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6899, 'Santa Rosa de Viterbo', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6900, 'Santa Sofia', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6901, 'Santana', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6902, 'Sativanorte', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6903, 'Sativasur', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6904, 'Siachoque', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6905, 'Soata', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6906, 'Socha', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6907, 'Socota', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6908, 'Sogamoso', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6909, 'Somondoco', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6910, 'Sora', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6911, 'Soraca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6912, 'Sotaquira', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6913, 'Susacon', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6914, 'Sutamarchan', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6915, 'Sutatenza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6916, 'Tasco', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6917, 'Tenza', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6918, 'Tibana', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6919, 'Tibasosa', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6920, 'Tinjaca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6921, 'Tipacoque', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6922, 'Toca', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6923, 'Togui', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6924, 'Topaga', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6925, 'Tota', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6926, 'Tunja', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6927, 'Tunungua', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6928, 'Turmeque', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6929, 'Tuta', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6930, 'Tutasa', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6931, 'Umbita', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6932, 'Ventaquemada', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6933, 'Viracacha', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6934, 'Zetaquira', 719, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6935, 'Aguadas', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6936, 'Anserma', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6937, 'Aranzazu', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6938, 'Belalcazar', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6939, 'Chinchina', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6940, 'Filadelfia', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6941, 'La Dorada', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6942, 'La Merced', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6943, 'Manizales', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6944, 'Manzanares', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6945, 'Marmato', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6946, 'Marquetalia', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6947, 'Marulanda', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6948, 'Neira', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6949, 'Norcasia', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6950, 'Pacora', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6951, 'Palestina', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6952, 'Pensilvania', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6953, 'Riosucio', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6954, 'Risaralda', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6955, 'Salamina', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6956, 'Samana', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6957, 'San Jose', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6958, 'Supia', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6959, 'Victoria', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6960, 'Villamaria', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6961, 'Viterbo', 720, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6962, 'Albania', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6963, 'Belen Andaquies', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6964, 'Cartagena del Chaira', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6965, 'Curillo', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6966, 'El Doncello', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6967, 'El Paujil', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6968, 'Florencia', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6969, 'La Montanita', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6970, 'Milan', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6971, 'Morelia', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6972, 'Puerto Rico', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6973, 'San Jose de Fragua', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6974, 'San Vicente del Caguan', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6975, 'Solano', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6976, 'Solita', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6977, 'Valparaiso', 721, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6978, 'Aguazul', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6979, 'Chameza', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6980, 'Hato Corozal', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6981, 'La Salina', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6982, 'Mani', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6983, 'Monterrey', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6984, 'Nunchia', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6985, 'Orocue', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6986, 'Paz de Ariporo', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6987, 'Pore', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6988, 'Recetor', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6989, 'Sabanalarga', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6990, 'Sacama', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6991, 'San Luis de Palenque', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6992, 'Tamara', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6993, 'Tauramena', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6994, 'Trinidad', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6995, 'Villanueva', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6996, 'Yopal', 722, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6997, 'Almaguer', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6998, 'Argelia', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(6999, 'Balboa', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7000, 'Bolivar', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7001, 'Buenos Aires', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7002, 'Cajibio', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7003, 'Caldono', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7004, 'Caloto', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7005, 'Corinto', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7006, 'El Bordo', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7007, 'El Tambo', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7008, 'Florencia', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7009, 'Guapi', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7010, 'Inza', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7011, 'Jambalo', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7012, 'La Sierra', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7013, 'La Vega', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7014, 'Lopez', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7015, 'Mercaderes', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7016, 'Miranda', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7017, 'Morales', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7018, 'Padilla', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7019, 'Paez', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7020, 'Piamonte', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7021, 'Piendamo', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7022, 'Popayan', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7023, 'Puerto Tejada', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7024, 'Purace', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7025, 'Rosas', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7026, 'San Sebastian', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7027, 'Santa Rosa', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7028, 'Santander de Quilichao', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7029, 'Silvia', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7030, 'Sotara', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7031, 'Suarez', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7032, 'Sucre', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7033, 'Timbio', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7034, 'Timbiqui', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7035, 'Toribio', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7036, 'Totoro', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7037, 'Villa Rica', 723, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7038, 'Aguachica', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7039, 'Agustin Codazzi', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7040, 'Astrea', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7041, 'Becerril', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7042, 'Bosconia', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7043, 'Chimichagua', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7044, 'Chiriguana', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7045, 'Curumani', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7046, 'El Copey', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7047, 'El Paso', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7048, 'Gamarra', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7049, 'Gonzalez', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7050, 'La Gloria', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7051, 'La Jagua Ibirico', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7052, 'Manaure', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7053, 'Pailitas', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7054, 'Pelaya', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7055, 'Pueblo Bello', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7056, 'Rio de Oro', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7057, 'Robles la Paz', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7058, 'San Alberto', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7059, 'San Diego', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7060, 'San Martin', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7061, 'Tamalameque', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7062, 'Valledupar', 724, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7063, 'Acandi', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7064, 'Alto Baudo', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7065, 'Atrato', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7066, 'Bagado', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7067, 'Bahia Solano', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7068, 'Bajo Baudo', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7069, 'Bojaya', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7070, 'Canton de San Pablo', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7071, 'Carmen del Darien', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7072, 'Certegui', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7073, 'Condoto', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7074, 'El Carmen', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7075, 'Istmina', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7076, 'Jurado', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7077, 'Litoral del San Juan', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7078, 'Lloro', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7079, 'Medio Atrato', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7080, 'Medio Baudo', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7081, 'Medio San Juan', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7082, 'Novita', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7083, 'Nuqui', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7084, 'Quibdo', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7085, 'Rio Iro', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7086, 'Rio Quito', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7087, 'Riosucio', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7088, 'San Jose del Palmar', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7089, 'Sipi', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7090, 'Tado', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7091, 'Unguia', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7092, 'Union Panamericana', 725, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7093, 'Ayapel', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7094, 'Buenavista', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7095, 'Canalete', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7096, 'Cerete', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7097, 'Chima', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7098, 'Chinu', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7099, 'Cienaga de Oro', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7100, 'Cotorra', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7101, 'La Apartada', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7102, 'Lorica', 726, 48, 1, '2018-07-20 08:58:04', '2018-07-20 08:58:04'),
(7103, 'Los Cordobas', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7104, 'Momil', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7105, 'Monitos', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7106, 'Montelibano', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7107, 'Monteria', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7108, 'Planeta Rica', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7109, 'Pueblo Nuevo', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7110, 'Puerto Escondido', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7111, 'Puerto Libertador', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7112, 'Purisima', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7113, 'Sahagun', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7114, 'San Andres Sotavento', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7115, 'San Antero', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7116, 'San Bernardo Viento', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7117, 'San Carlos', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7118, 'San Pelayo', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7119, 'Tierralta', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7120, 'Valencia', 726, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7121, 'Agua de Dios', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7122, 'Alban', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7123, 'Anapoima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7124, 'Anolaima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7125, 'Arbelaez', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7126, 'Beltran', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7127, 'Bituima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7128, 'Bojaca', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7129, 'Cabrera', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7130, 'Cachipay', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7131, 'Cajica', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7132, 'Caparrapi', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7133, 'Caqueza', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7134, 'Carmen de Carupa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7135, 'Chaguani', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7136, 'Chia', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7137, 'Chipaque', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7138, 'Choachi', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7139, 'Choconta', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7140, 'Cogua', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7141, 'Cota', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7142, 'Cucunuba', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7143, 'El Colegio', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7144, 'El Penon', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7145, 'El Rosal', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7146, 'Facatativa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7147, 'Fomeque', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7148, 'Fosca', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7149, 'Funza', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7150, 'Fuquene', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7151, 'Fusagasuga', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7152, 'Gachala', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7153, 'Gachancipa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7154, 'Gacheta', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7155, 'Gama', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7156, 'Girardot', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7157, 'Granada', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7158, 'Guacheta', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7159, 'Guaduas', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7160, 'Guasca', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7161, 'Guataqui', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7162, 'Guatavita', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7163, 'Guayabal de Siquima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7164, 'Guayabetal', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7165, 'Gutierrez', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7166, 'Jerusalen', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7167, 'Junin', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7168, 'La Calera', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7169, 'La Mesa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7170, 'La Palma', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7171, 'La Pena', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7172, 'La Vega', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7173, 'Lenguazaque', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7174, 'Macheta', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7175, 'Madrid', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7176, 'Manta', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7177, 'Medina', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7178, 'Mosquera', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(7179, 'Narino', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7180, 'Nemocon', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7181, 'Nilo', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7182, 'Nimaima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7183, 'Nocaima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7184, 'Ospina Perez', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7185, 'Pacho', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7186, 'Paime', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7187, 'Pandi', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7188, 'Paratebueno', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7189, 'Pasca', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7190, 'Puerto Salgar', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7191, 'Puli', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7192, 'Quebradanegra', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7193, 'Quetame', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7194, 'Quipile', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7195, 'Rafael Reyes', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7196, 'Ricaurte', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7197, 'San Antonio del Tequendama', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7198, 'San Bernardo', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7199, 'San Cayetano', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7200, 'San Francisco', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7201, 'San Juan de Rioseco', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7202, 'Sasaima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7203, 'Sesquile', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7204, 'Sibate', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7205, 'Silvania', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7206, 'Simijaca', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7207, 'Soacha', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7208, 'Sopo', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7209, 'Subachoque', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7210, 'Suesca', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7211, 'Supata', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7212, 'Susa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7213, 'Sutatausa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7214, 'Tabio', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7215, 'Tausa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7216, 'Tena', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7217, 'Tenjo', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7218, 'Tibacuy', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7219, 'Tibirita', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7220, 'Tocaima', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7221, 'Tocancipa', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7222, 'Topaipi', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7223, 'Ubala', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7224, 'Ubaque', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7225, 'Ubate', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7226, 'Une', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7227, 'Utica', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7228, 'Vergara', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7229, 'Viani', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7230, 'Villagomez', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7231, 'Villapinzon', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7232, 'Villeta', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7233, 'Viota', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7234, 'Yacopi', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7235, 'Zipacon', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7236, 'Zipaquira', 727, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7237, 'Inirida', 728, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7238, 'Calamar', 729, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7239, 'El Retorno', 729, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7240, 'Miraflores', 729, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7241, 'San Jose del Guaviare', 729, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7242, 'Acevedo', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7243, 'Agrado', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7244, 'Aipe', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7245, 'Algeciras', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7246, 'Altamira', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7247, 'Baraya', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7248, 'Campoalegre', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7249, 'Colombia', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7250, 'Elias', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7251, 'Garzon', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7252, 'Gigante', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7253, 'Guadalupe', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7254, 'Hobo', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7255, 'Iquira', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7256, 'Isnos', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7257, 'La Argentina', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7258, 'La Plata', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7259, 'Nataga', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7260, 'Neiva', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7261, 'Oporapa', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7262, 'Paicol', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7263, 'Palermo', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7264, 'Palestina', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7265, 'Pital', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7266, 'Pitalito', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7267, 'Rivera', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7268, 'Saladoblanco', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7269, 'San Agustin', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7270, 'Santa Maria', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7271, 'Suaza', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7272, 'Tarqui', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7273, 'Tello', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7274, 'Teruel', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7275, 'Tesalia', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7276, 'Timana', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7277, 'Villavieja', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7278, 'Yaguara', 730, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7279, 'Algarrobo', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7280, 'Aracataca', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7281, 'Ariguani', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7282, 'Cerro San Antonio', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7283, 'Chivolo', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7284, 'Cienaga', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7285, 'Concordia', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7286, 'El Banco', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7287, 'El Pinon', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7288, 'El Reten', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7289, 'Fundacion', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7290, 'Guamal', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7291, 'Nueva Granada', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7292, 'Pedraza', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7293, 'Pijino del Carmen', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7294, 'Pivijay', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7295, 'Plato', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7296, 'Puebloviejo', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7297, 'Remolino', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7298, 'Sabanas de San Angel', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7299, 'Salamina', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7300, 'San Sebastian', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7301, 'San Zenon', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7302, 'Santa Ana', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7303, 'Santa Barbara de Pinto', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7304, 'Santa Marta', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7305, 'Sitionuevo', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7306, 'Tenerife', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7307, 'Zapayan', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7308, 'Zona Bananera', 732, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7309, 'Acacias', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7310, 'Barranca de Upia', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7311, 'Cabuyaro', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7312, 'Castilla la Nueva', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7313, 'Cubarral', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7314, 'Cumaral', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7315, 'El Calvario', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7316, 'El Castillo', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7317, 'El Dorado', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7318, 'Fuente de Oro', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7319, 'Granada', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7320, 'Guamal', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7321, 'La Macarena', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7322, 'La Uribe', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7323, 'Lejanias', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7324, 'Mapiripan', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7325, 'Mesetas', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7326, 'Puerto Concordia', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7327, 'Puerto Gaitan', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7328, 'Puerto Lleras', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7329, 'Puerto Lopez', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7330, 'Puerto Rico', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7331, 'Restrepo', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7332, 'San Carlos Guaroa', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7333, 'San Juan de Arama', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7334, 'San Juanito', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7335, 'San Martin', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7336, 'Villavicencio', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7337, 'Vista Hermosa', 733, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7338, 'Alban', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7339, 'Aldana', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7340, 'Ancuya', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7341, 'Arboleda', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7342, 'Barbacoas', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7343, 'Belen', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7344, 'Buesaco', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7345, 'Chachagui', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7346, 'Colon', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7347, 'Consaca', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7348, 'Contadero', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7349, 'Cordoba', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7350, 'Cuaspud', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7351, 'Cumbal', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7352, 'Cumbitara', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7353, 'El Charco', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7354, 'El Penol', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7355, 'El Rosario', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7356, 'El Tablon', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7357, 'El Tambo', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7358, 'Funes', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7359, 'Guachucal', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7360, 'Guaitarilla', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7361, 'Gualmatan', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7362, 'Iles', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7363, 'Imues', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7364, 'Ipiales', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7365, 'La Cruz', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7366, 'La Florida', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7367, 'La Llanada', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7368, 'La Tola', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7369, 'La Union', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7370, 'Leiva', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7371, 'Linares', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7372, 'Los Andes', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7373, 'Magui', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7374, 'Mallama', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7375, 'Mosquera', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7376, 'Narino', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7377, 'Olaya Herrera', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7378, 'Ospina', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7379, 'Pasto', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7380, 'Pizarro', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7381, 'Policarpa', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7382, 'Potosi', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7383, 'Providencia', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7384, 'Puerres', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7385, 'Pupiales', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7386, 'Ricaurte', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7387, 'Roberto Payan', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7388, 'Samaniego', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7389, 'San Bernardo', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7390, 'San Lorenzo', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7391, 'San Pablo', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7392, 'San Pedro de Cartago', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7393, 'Sandona', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7394, 'Santa Barbara', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7395, 'Santacruz', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7396, 'Sapuyes', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7397, 'Taminango', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7398, 'Tangua', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7399, 'Tumaco', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7400, 'Tuquerres', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7401, 'Yacuanquer', 734, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7402, 'Colon', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7403, 'Mocoa', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7404, 'Orito', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7405, 'Puerto Asis', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7406, 'Puerto Caycedo', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7407, 'Puerto Guzman', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7408, 'Puerto Leguizamo', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7409, 'San Francisco', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7410, 'San Miguel', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7411, 'Santiago', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7412, 'Sibundoy', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7413, 'Valle del Guamuez', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7414, 'Villagarzon', 736, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7415, 'Armenia', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7416, 'Buenavista', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7417, 'Calarca', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7418, 'Circasia', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7419, 'Cordoba', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7420, 'Filandia', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7421, 'Genova', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7422, 'La Tebaida', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7423, 'Montenegro', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7424, 'Pijao', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7425, 'Quimbaya', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7426, 'Salento', 737, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7427, 'Apia', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7428, 'Balboa', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7429, 'Belen de Umbria', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7430, 'Dos Quebradas', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7431, 'Guatica', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7432, 'La Celia', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7433, 'La Virginia', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7434, 'Marsella', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7435, 'Mistrato', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7436, 'Pereira', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7437, 'Pueblo Rico', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7438, 'Quinchia', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7439, 'Santa Rosa de Cabal', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7440, 'Santuario', 738, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7441, 'Aguada', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7442, 'Albania', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7443, 'Aratoca', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7444, 'Barbosa', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7445, 'Barichara', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7446, 'Barrancabermeja', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7447, 'Betulia', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7448, 'Bolivar', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7449, 'Bucaramanga', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7450, 'Cabrera', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7451, 'California', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7452, 'Capitanejo', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7453, 'Carcasi', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7454, 'Cepita', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7455, 'Cerrito', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7456, 'Charala', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7457, 'Charta', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7458, 'Chima', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7459, 'Chipata', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7460, 'Cimitarra', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7461, 'Concepcion', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7462, 'Confines', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7463, 'Contratacion', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7464, 'Coromoro', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7465, 'Curiti', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7466, 'El Carmen', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7467, 'El Guacamayo', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7468, 'El Penon', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7469, 'El Playon', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7470, 'Encino', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7471, 'Enciso', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7472, 'Florian', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7473, 'Floridablanca', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7474, 'Galan', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7475, 'Gambita', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7476, 'Giron', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7477, 'Guaca', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7478, 'Guadalupe', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7479, 'Guapota', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7480, 'Guavata', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7481, 'Guepsa', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7482, 'Hato', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7483, 'Jesus Maria', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7484, 'Jordan', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7485, 'La Belleza', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7486, 'La Paz', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7487, 'Landazuri', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7488, 'Lebrija', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7489, 'Los Santos', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7490, 'Macaravita', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7491, 'Malaga', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7492, 'Matanza', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7493, 'Mogotes', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7494, 'Molagavita', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7495, 'Ocamonte', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7496, 'Oiba', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7497, 'Onzaga', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7498, 'Palmar', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7499, 'Palmas del Socorro', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7500, 'Paramo', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7501, 'Piedecuesta', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7502, 'Pinchote', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7503, 'Puente Nacional', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7504, 'Puerto Parra', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7505, 'Puerto Wilches', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7506, 'Rionegro', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7507, 'Sabana de Torres', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7508, 'San Andres', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7509, 'San Benito', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7510, 'San Gil', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7511, 'San Joaquin', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7512, 'San Jose de Miranda', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7513, 'San Miguel', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7514, 'San Vicente de Chucuri', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7515, 'Santa Barbara', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7516, 'Santa Helena', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7517, 'Simacota', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7518, 'Socorro', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7519, 'Suaita', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7520, 'Sucre', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7521, 'Surata', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7522, 'Tona', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7523, 'Valle San Jose', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7524, 'Velez', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7525, 'Vetas', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7526, 'Villanueva', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7527, 'Zapatoca', 740, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7528, 'Buenavista', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7529, 'Caimito', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7530, 'Chalan', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7531, 'Coloso', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7532, 'Corozal', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7533, 'El Roble', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7534, 'Galeras', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7535, 'Guaranda', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7536, 'La Union', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7537, 'Los Palmitos', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7538, 'Majagual', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7539, 'Morroa', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7540, 'Ovejas', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7541, 'Palmito', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7542, 'Sampues', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7543, 'San Benito Abad', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7544, 'San Juan de Betulia', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7545, 'San Marcos', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7546, 'San Onofre', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7547, 'San Pedro', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7548, 'Since', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7549, 'Sincelejo', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7550, 'Sucre', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7551, 'Tolu', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7552, 'Toluviejo', 741, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7553, 'Alpujarra', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7554, 'Alvarado', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7555, 'Ambalema', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7556, 'Anzoategui', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7557, 'Ataco', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7558, 'Cajamarca', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7559, 'Carmen de Apicala', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7560, 'Casabianca', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7561, 'Chaparral', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7562, 'Coello', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7563, 'Coyaima', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7564, 'Cunday', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7565, 'Dolores', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7566, 'Espinal', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7567, 'Falan', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7568, 'Flandes', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7569, 'Fresno', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7570, 'Guamo', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7571, 'Guayabal', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7572, 'Herveo', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7573, 'Honda', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7574, 'Ibague', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7575, 'Icononzo', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7576, 'Lerida', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7577, 'Libano', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7578, 'Mariquita', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7579, 'Melgar', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7580, 'Murillo', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7581, 'Natagaima', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7582, 'Ortega', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7583, 'Palocabildo', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7584, 'Piedras', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7585, 'Planadas', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7586, 'Prado', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7587, 'Purificacion', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7588, 'Rioblanco', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7589, 'Roncesvalles', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7590, 'Rovira', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7591, 'Saldana', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7592, 'San Antonio', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7593, 'San Luis', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7594, 'Santa Isabel', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7595, 'Suarez', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7596, 'Valle de San Juan', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7597, 'Venadillo', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7598, 'Villahermosa', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7599, 'Villarrica', 742, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7600, 'Acaricuara', 744, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7601, 'Mitu', 744, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7602, 'Papunaua', 744, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7603, 'Taraira', 744, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7604, 'Villa Fatima', 744, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7605, 'Yavarate', 744, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7606, 'Cumaribo', 745, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7607, 'La Primavera', 745, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7608, 'Puerto Carreno', 745, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7609, 'Santa Rosalia', 745, 48, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7610, 'Fomboni', 746, 49, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7611, 'Mitsamiouli', 747, 49, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7612, 'Moroni', 747, 49, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7613, 'Domoni', 748, 49, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7614, 'Mutsamudu', 748, 49, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7615, 'Loudima', 749, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7616, 'Madingou', 749, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7617, 'Nkayi', 749, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7618, 'Brazzaville', 750, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7619, 'Ewo', 751, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7620, 'Kelle', 751, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7621, 'Makoua', 751, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7622, 'Mossaka', 751, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7623, 'Owando', 751, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7624, 'Loandjili', 752, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7625, 'Ngamaba-Mfilou', 752, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7626, 'Pointe Noire', 752, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7627, 'Sibiti', 753, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7628, 'Zanaga', 753, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7629, 'Dongou', 754, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7630, 'Epena', 754, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7631, 'Impfondo', 754, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7632, 'Kibangou', 755, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7633, 'Loubomo', 755, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7634, 'Matsanga', 755, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7635, 'Mossendjo', 755, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7636, 'Djambala', 756, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7637, 'Gamboma', 756, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7638, 'Boko', 757, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7639, 'Kinkala', 757, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7640, 'Mindouli', 757, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7641, 'Ikelemba', 758, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7642, 'Ouesso', 758, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7643, 'Sembe', 758, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7644, 'Souanke', 758, 50, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7645, 'Amuri', 759, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7646, 'Atiu', 760, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7647, 'Mangaia', 761, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7648, 'Tauhunu', 762, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7649, 'Mauke', 763, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7650, 'Mitiaro', 764, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7651, 'Nassau', 765, 52, 1, '2018-07-20 08:58:05', '2018-07-20 08:58:05'),
(7652, 'Roto', 766, 52, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7653, 'Rakahanga', 767, 52, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7654, 'Avarua', 768, 52, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7655, 'Omoka', 769, 52, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7656, 'Alajuela', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7657, 'Atenas', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7658, 'Bijagua', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7659, 'Buenos Aires', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7660, 'Carrillos', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7661, 'Desemparados', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7662, 'Dos Rios', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7663, 'Esquipulas', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7664, 'Florencia', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7665, 'Fortuna', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7666, 'Grecia', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7667, 'Guacimo', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7668, 'Laguna', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7669, 'Los Chiles', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7670, 'Mastate', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7671, 'Naranjo', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7672, 'Orotina', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7673, 'Palmares', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7674, 'Piedades Norte', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7675, 'Pital', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7676, 'Pocosol', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7677, 'Quesada', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7678, 'Rio Segundo', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7679, 'Sabanilla', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7680, 'San Antonio', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7681, 'San Jose', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7682, 'San Juan', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7683, 'San Mateo', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7684, 'San Pedro', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7685, 'San Rafael', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7686, 'San Ramon', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7687, 'San Roque', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7688, 'Santiago', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7689, 'Sarchi Norte', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7690, 'Sarchi Sur', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7691, 'Tigra', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7692, 'Turricares', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7693, 'Upala', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7694, 'Venado', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7695, 'Zarcero', 770, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7696, 'Aguacaliente', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7697, 'Capellades', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7698, 'Carmen', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7699, 'Cartago', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7700, 'Concepcion', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7701, 'Cot', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7702, 'Dulce Nombre', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7703, 'El Tejar', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7704, 'Guadalupe', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7705, 'Juan Vinas', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7706, 'La Suiza', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7707, 'Orosi', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7708, 'Pacayas', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7709, 'Paraiso', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7710, 'Pejibaye', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7711, 'San Diego', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7712, 'San Isidro', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7713, 'San Juan', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7714, 'San Nicolas', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7715, 'San Rafael', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7716, 'San Ramon', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7717, 'Tierra Blanca', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7718, 'Tobosi', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7719, 'Tres Rios', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7720, 'Tucurrique', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7721, 'Turrialba', 771, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7722, 'Bagaces', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7723, 'Belen', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7724, 'Canas', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7725, 'Filadeldia', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7726, 'Fortuna', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7727, 'Hojancha', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7728, 'Juntas', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7729, 'La Cruz', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7730, 'Liberia', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7731, 'Mogote', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7732, 'Nandayure', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7733, 'Nicoya', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7734, 'Samara', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7735, 'Santa Cruz', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7736, 'Sardinal', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7737, 'Tilaran', 772, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7738, 'Angeles', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7739, 'Asuncion', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7740, 'Barrantes', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7741, 'Barva', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7742, 'Heredia', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7743, 'Horquetas', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7744, 'Llorente', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7745, 'Mercedes', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7746, 'Puerto Viejo', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7747, 'Rivera', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7748, 'San Antonio', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7749, 'San Francisco', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7750, 'San Isidro', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7751, 'San Joaquin', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7752, 'San Jose', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7753, 'San Josecito', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7754, 'San Juan', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7755, 'San Miguel', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7756, 'San Pablo', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7757, 'San Pedro', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7758, 'San Rafael', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7759, 'San Roque', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7760, 'San Vicente', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7761, 'Santa Barbara', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7762, 'Santa Lucia', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7763, 'Santa Rosa', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7764, 'Santiago', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7765, 'Santo Domingo', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7766, 'Santo Tomas', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7767, 'Ulloa', 773, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7768, 'Batan', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7769, 'Cahuita', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7770, 'Cariari', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7771, 'Guacimo', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7772, 'Guapiles', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7773, 'Jimenez', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7774, 'Limon', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7775, 'Matina', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7776, 'Pocora', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7777, 'Rita', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7778, 'Roxana', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7779, 'Siquirres', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7780, 'Sixaola', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7781, 'Valle la Estrella', 774, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7782, 'Buenos Aires', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7783, 'Canoas', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7784, 'Chacarita', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7785, 'Corredor', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7786, 'Esparta', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7787, 'Espiritu Santo', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7788, 'Golfito', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7789, 'Guaycara', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7790, 'Jaco', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7791, 'La Cuesta', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7792, 'Macacona', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7793, 'Manzanillo', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7794, 'Miramar', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7795, 'Palmar', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7796, 'Paquera', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7797, 'Parrita', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7798, 'Puerto Cortes', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7799, 'Puerto Jimenez', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7800, 'Puntarenas', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7801, 'Quepos', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7802, 'San Vito', 775, 53, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7803, 'Camaguey', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7804, 'Caney', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7805, 'Carlos Manuel de Cespedes', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7806, 'Esmeralda', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7807, 'Florida', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7808, 'Guaimaro', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7809, 'Minas', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7810, 'Nuevitas', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7811, 'Santa Cruz del Sur', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7812, 'Sibanicu', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7813, 'Vertientes', 777, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7814, 'Cienfuegos', 779, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7815, 'Cruces', 779, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7816, 'Cumanayagua', 779, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7817, 'Palmira', 779, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7818, 'Rodas', 779, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7819, 'Bayamo', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7820, 'Campechuela', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7821, 'Guisa', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7822, 'Jiguani', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7823, 'Manzanillo', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7824, 'Media Luna', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7825, 'Niquero', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7826, 'Pilon', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7827, 'Rio Cauto', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7828, 'Yara', 781, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7829, 'Baracoa', 782, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7830, 'Guantanamo', 782, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(7831, 'Yateras', 782, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7832, 'Havana', 783, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7833, 'Antilla', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7834, 'Baguanos', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7835, 'Banes', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7836, 'Cacocum', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7837, 'Cauto Cristo', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7838, 'Cueto', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7839, 'Gibara', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7840, 'Holguin', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7841, 'Jobabo', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7842, 'Moa', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7843, 'Sagua de Tanamo', 784, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7844, 'Abreus', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7845, 'Agramonte', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7846, 'Aguacate', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7847, 'Aguada de Pasajeros', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7848, 'Alacranes', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7849, 'Bolondron', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7850, 'Calimete', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7851, 'Cardenas', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7852, 'Carlos Rojas', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7853, 'Colon', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7854, 'Corralillo', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7855, 'Jaguey Grande', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7856, 'Jovellanos', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7857, 'Juan Gualberto Gomez', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7858, 'Los Arabos', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7859, 'Manguito', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7860, 'Marti', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7861, 'Matanzas', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7862, 'Maximo Gomez', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7863, 'Pedro Betancourt', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7864, 'Perico', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7865, 'Union de Reyes', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7866, 'Varadero', 788, 56, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7867, 'Limassol', 794, 57, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7868, 'Paphos', 796, 57, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7869, 'Frycovice', 799, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7870, 'Bechyne', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7871, 'Blatna', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7872, 'Cheske Budejovice', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7873, 'Chesky Krumlov', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7874, 'Dachice', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7875, 'Jindrichuv Hradec', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7876, 'Kaplice', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7877, 'Milevsko', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7878, 'Pisek', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7879, 'Prachatice', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7880, 'Protivin', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7881, 'Sezimovo Usti', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7882, 'Sobeslav', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7883, 'Strakonice', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7884, 'Tabor', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7885, 'Trebon', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7886, 'Tyn nad Vltavou', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7887, 'Veseli nad Luzhnici', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7888, 'Vimperk', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7889, 'Vodnany', 801, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7890, 'Adamov', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7891, 'Blansko', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7892, 'Boskovice', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7893, 'Breclav', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7894, 'Brno', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7895, 'Buchovice', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7896, 'Dubnany', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7897, 'Hodonin', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7898, 'Hrusky', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7899, 'Hustopeche', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7900, 'Ivanchice', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7901, 'Kurim', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7902, 'Kyjov', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7903, 'Letovice', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7904, 'Mikulov', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7905, 'Moravsky Krumlov', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7906, 'Namesht  nad Oslavou', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7907, 'Rosice', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7908, 'Shlapanice', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7909, 'Slavkov u Brna', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7910, 'Tishnov', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7911, 'Vyshkov', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7912, 'Znojmo', 802, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7913, 'Ash', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7914, 'Bozicany', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7915, 'Cheb', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7916, 'Chodov', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7917, 'Frantishkovy Lazne', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7918, 'Horni Slavkov', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7919, 'Karlovy Vary', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7920, 'Kraslice', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7921, 'Kynshperk nad Ohri', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7922, 'Marianske Lazne', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7923, 'Nejdek', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7924, 'Ostrov', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7925, 'Sokolov', 803, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7926, 'Klecany', 804, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7927, 'Broumov', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7928, 'Cherveny Kostelec', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7929, 'Cheska Skalice', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7930, 'Chlumec nad Cidlinou', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7931, 'Dobrushka', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7932, 'Dvur Kralove', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7933, 'Habartov', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7934, 'Holice', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7935, 'Horice', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7936, 'Hostinne', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7937, 'Hradec Kralove', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7938, 'Hronov', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7939, 'Jaromer', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7940, 'Jichin', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7941, 'Kostelec nad Orlici', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7942, 'Nachod', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7943, 'Nova Paka', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7944, 'Nove Mesto nad Metuji', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7945, 'Novy Bydzhov', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7946, 'Rychnov nad Knezhnou', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7947, 'Trebechovice pod Orebem', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7948, 'Trutnov', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7949, 'Tynishte nad Orlici', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7950, 'Upice', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7951, 'Vrchlabi', 805, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7952, 'Ceska Lipa', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7953, 'Cheska Kamenice', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7954, 'Cheska Lipa', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7955, 'Chrastava', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7956, 'Doksy', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7957, 'Frydlant', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7958, 'Hradek', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7959, 'Jablonec', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7960, 'Jilemnice', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7961, 'Liberec', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7962, 'Lomnice nad Popelkou', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7963, 'Mimon', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7964, 'Novy Bor', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7965, 'Semily', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7966, 'Tanvald', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7967, 'Turnov', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7968, 'Zhelezny Brod', 806, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7969, 'Lipov', 807, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7970, 'Bilovec', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7971, 'Bohumin', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7972, 'Bruntal', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7973, 'Chesky Teshin', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7974, 'Frenshtat', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7975, 'Frydek-Mistek', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7976, 'Frydlant nad Ostravici', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7977, 'Fulnek', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7978, 'Havirov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7979, 'Hluchin', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7980, 'Hradec nad Moravice', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7981, 'Jablunkov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7982, 'Karvina', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7983, 'Koprivnice', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7984, 'Kravare', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7985, 'Krnov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7986, 'Novy Jichin', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7987, 'Odry', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7988, 'Opava', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7989, 'Orlova', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7990, 'Ostrava', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7991, 'Petrvald', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7992, 'Pribor', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7993, 'Rychvald', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7994, 'Rymarov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7995, 'Shenov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7996, 'Studenka', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7997, 'Trinec', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7998, 'Vitkov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(7999, 'Vratimov', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8000, 'Vrbno pod Pradedem', 808, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8001, 'Hranice', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8002, 'Jesenik', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8003, 'Kojetin', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8004, 'Lipnik nad Becvou', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8005, 'Litovel', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8006, 'Mohelnice', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8007, 'Olomouc', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8008, 'Prerov', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8009, 'Prostejov', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8010, 'Shternberk', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8011, 'Shumperk', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8012, 'Unichov', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8013, 'Zabreh', 809, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8014, 'Hranice', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8015, 'Jesenik', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8016, 'Kojetin', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8017, 'Lipnik nad Becvou', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8018, 'Litovel', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8019, 'Mohelnice', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8020, 'Olomouc', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8021, 'Prerov', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8022, 'Prostejov', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8023, 'Shternberk', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8024, 'Shumperk', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8025, 'Unichov', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8026, 'Zabreh', 810, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8027, 'Cheska Trebova', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8028, 'Chocen', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8029, 'Chrudim', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8030, 'Chvaletice', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8031, 'Hermanuv Mestec', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8032, 'Hlinsko', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8033, 'Lanshkroun', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8034, 'Letohrad', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8035, 'Litomyshl', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8036, 'Moravska Trebova', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8037, 'Pardubice', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8038, 'Polichka', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8039, 'Policka', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8040, 'Prelouch', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8041, 'Skutech', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8042, 'Svitavy', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8043, 'Usti nad Orlici', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8044, 'Vysoke Myto', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8045, 'Zhamberk', 811, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8046, 'Dobrany', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8047, 'Domazhlice', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8048, 'Horazhd ovice', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8049, 'Horshovky Tyn', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8050, 'Kdyne', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8051, 'Klatovy', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8052, 'Nyrany', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8053, 'Nyrsko', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8054, 'Plana', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8055, 'Plzen', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8056, 'Preshtice', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8057, 'Radnice', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8058, 'Rokycany', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8059, 'Stribro', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8060, 'Sushice', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8061, 'Tachov', 812, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8062, 'Prague', 813, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8063, 'Praha', 813, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8064, 'Rajhrad', 814, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8065, 'Smirice', 815, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8066, 'Benatky nad Jizerou', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8067, 'Beneshov', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8068, 'Beroun', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8069, 'Brandys nad Labem-Stara Bolesl', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8070, 'Chaslav', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8071, 'Chavaletice', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8072, 'Chelakovice', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8073, 'Chesky Brod', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8074, 'Dobrish', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8075, 'Horovice', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8076, 'Kladno', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8077, 'Kolin', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8078, 'Kralupy nad Vltavou', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8079, 'Kutna Hora', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8080, 'Lysa nad Labem', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8081, 'Melnik', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8082, 'Mlada Boleslav', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8083, 'Mnichovo Hradishte', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8084, 'Neratovice', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8085, 'Nove Strasheci', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8086, 'Nymburk', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8087, 'Podebrady', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8088, 'Pribram', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8089, 'Rakovnik', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8090, 'Richany', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8091, 'Rousinov', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8092, 'Roztoky', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8093, 'Sedlcany', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8094, 'Slany', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8095, 'Stochov', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8096, 'Vlashim', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8097, 'Zruch nad Sazavou', 818, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8098, 'Unicov', 819, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8099, 'Bilina', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8100, 'Chomutov', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8101, 'Dechin', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8102, 'Dubi', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8103, 'Duchcov', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8104, 'Jilove', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8105, 'Jirkov', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8106, 'Kadan', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8107, 'Klasterec nad Ohri', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8108, 'Krupka', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8109, 'Litomerice', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8110, 'Litvinov', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8111, 'Louny', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8112, 'Lovosice', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8113, 'Mezibori', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8114, 'Most', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8115, 'Osek', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8116, 'Podborany', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8117, 'Roudnice', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8118, 'Rumburk', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8119, 'Shluknov', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8120, 'Shteti', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8121, 'Teplice', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8122, 'Usti', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8123, 'Varnsdorf', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8124, 'Zatec', 820, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8125, 'Valletta', 821, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8126, 'Velesin', 822, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8127, 'Bystrice nad Pernshtejnem', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8128, 'Chotebor', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8129, 'Havlichkuv Brod', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8130, 'Humpolec', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8131, 'Jihlava', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8132, 'Ledech', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8133, 'Moravske Budejovice', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8134, 'Nove Mesto na Morave', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8135, 'Okrisky', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8136, 'Pacov', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8137, 'Pelhrimov', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8138, 'Polna', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8139, 'Svetla nad Sazavou', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8140, 'Telch', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8141, 'Trebich', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8142, 'Tresht ', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8143, 'Velke Mezirichi', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8144, 'Zhd ar', 823, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8145, 'Brumov', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8146, 'Bystrice pod Hostynem', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8147, 'Chropyne', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8148, 'Holeshov', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8149, 'Hulin', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8150, 'Kromerizh', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8151, 'Kunovice', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8152, 'Napajedla', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8153, 'Otrokovice', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8154, 'Rozhnov', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8155, 'Roznov pod Radhostem', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8156, 'Slavicin', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8157, 'Slusovice', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8158, 'Stare Mesto', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8159, 'Strazhnice', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8160, 'Uherske Hradishte', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8161, 'Uhersky Brod', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8162, 'Valashske Klobouky', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8163, 'Valashske Mezirichi', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8164, 'Veseli nad Moravou', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8165, 'Vsetin', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8166, 'Zborovice', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8167, 'Zlin', 824, 58, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8168, 'Aarhus', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8169, 'Allingabro', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8170, 'Arhus', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8171, 'Assentoft', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8172, 'Auning', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8173, 'Beder', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8174, 'Brabrand', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8175, 'Ebeltoft', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8176, 'Framlev', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8177, 'Galten', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8178, 'Grenaa', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8179, 'Hadsten', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8180, 'Hammel', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8181, 'Hinnerup', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8182, 'Hjortshoj', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8183, 'Horning', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8184, 'Hornslet', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8185, 'Kolt', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8186, 'Langa', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8187, 'Logten', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8188, 'Lystrup', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8189, 'Malling', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8190, 'Mariager', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8191, 'Marslet', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8192, 'Odder', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8193, 'Randers', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8194, 'Risskov', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8195, 'Ronde', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8196, 'Ry', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8197, 'Ryomgard', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8198, 'Sabro', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8199, 'Silkeborg', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8200, 'Skanderborg', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8201, 'Skovby', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8202, 'Soften', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8203, 'Solbjerg', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8204, 'Spentrup', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8205, 'Stavtrup', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8206, 'Stilling', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8207, 'Svejbak', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8208, 'Tranbjerg', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8209, 'Trige', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8210, 'Virklund', 825, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8211, 'Aakirkeby', 826, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8212, 'Allinge-Sandvig', 826, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8213, 'Nexo', 826, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8214, 'Ronne', 826, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8215, 'Allerod', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8216, 'Birkerod', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8217, 'Blovstrod', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8218, 'Espergarde', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8219, 'Farum', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8220, 'Fredensborg', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8221, 'Frederikssund', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8222, 'Frederiksvark', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8223, 'Ganlose', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8224, 'Gilleleje', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8225, 'Grasted', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8226, 'Hellebak', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8227, 'Helsinge', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8228, 'Helsingor', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8229, 'Hillerod', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8230, 'Hornbak', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8231, 'Horsholm', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8232, 'Humlebak', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8233, 'Hundested', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8234, 'Jagerspris', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8235, 'Kvistgaard', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8236, 'Lillerod', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8237, 'Liseleje', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8238, 'Lynge', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8239, 'Niva', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8240, 'Nodebo', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8241, 'Olstykke', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8242, 'Skibby', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8243, 'Slangerup', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8244, 'Stavnsholt', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8245, 'Stenlose', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8246, 'Valby', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8247, 'Vekso', 827, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8248, 'Aarup', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8249, 'Arslev', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8250, 'Assens', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8251, 'Bellinge', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8252, 'Blommenslyst', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8253, 'Bogense', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8254, 'Brenderup', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8255, 'Broby', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8256, 'Bullerup', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8257, 'Ejby', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8258, 'Faaborg', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8259, 'Glamsbjerg', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8260, 'Haarby', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8261, 'Hojby', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8262, 'Kerteminde', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8263, 'Langeskov', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8264, 'Marstal', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8265, 'Middelfart', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8266, 'Munkebo', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8267, 'Neder Holluf', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8268, 'Norre Aaby', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8269, 'Nyborg', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8270, 'Odense', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8271, 'Otterup', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8272, 'Ringe', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8273, 'Rudkobing', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8274, 'Sankt Klemens', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8275, 'Seden', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8276, 'Sonderso', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8277, 'Stige', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8278, 'Strib', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8279, 'Svendborg', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8280, 'Thuro', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8281, 'Tommerup', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8282, 'Ullerslev', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8283, 'Vindeby', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8284, 'Vissenbjerg', 828, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8285, 'Ballerup', 829, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8286, 'Brondby', 829, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8287, 'Stenlose', 829, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8288, 'Vallensbaek', 829, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8289, 'Dragor', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8290, 'Flong', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8291, 'Gentofte', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8292, 'Glostrup', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8293, 'Herlev', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8294, 'Hvidovre', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8295, 'Ishoj', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8296, 'Kastrup', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8297, 'Lyngby', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8298, 'Malov', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8299, 'Smorumnedre', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8300, 'Taastrup', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8301, 'Trorod', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8302, 'Vanlose', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8303, 'Varlose', 830, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8304, 'Aabybro', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8305, 'Aalborg', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8306, 'Aars', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8307, 'Arden', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8308, 'Bindslev', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8309, 'Bronderslev', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8310, 'Brovst', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8311, 'Dronninglund', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8312, 'Farso', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8313, 'Fjerritslev', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8314, 'Frederikshavn', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8315, 'Frejlev', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8316, 'Gistrup', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8317, 'Gorlose', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8318, 'Hadsund', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8319, 'Hals', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8320, 'Hirtshals', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8321, 'Hjallerup', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8322, 'Hjorring', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8323, 'Hobro', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8324, 'Kas', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8325, 'Klarup', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8326, 'Logstor', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8327, 'Nibe', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8328, 'Norresundby', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8329, 'Nørresundby', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8330, 'Pandrup', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8331, 'Saby', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8332, 'Sindal', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8333, 'Skagen', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8334, 'Skorping', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8335, 'Storvorde', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8336, 'Stovring', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8337, 'Strandby', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8338, 'Sulsted', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8339, 'Svenstrup', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8340, 'Tars', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8341, 'Tranekaer', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8342, 'Vadum', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8343, 'Vestbjerg', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8344, 'Vester Hassing', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8345, 'Vodskov', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8346, 'Vra', 833, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8347, 'Ansager', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8348, 'Billund', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8349, 'Bramming', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8350, 'Brorup', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8351, 'Esbjerg', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8352, 'Grindsted', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8353, 'Holsted', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8354, 'Nordby', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8355, 'Oksbol', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8356, 'Olgod', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8357, 'Ribe', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8358, 'Tjareborg', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8359, 'Varde', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8360, 'Vejen', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8361, 'Vorbasse', 834, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8362, 'Aulum', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8363, 'Bording', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8364, 'Brande', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8365, 'Gjellerup Kirkeby', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8366, 'Hammerum', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8367, 'Harboore', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8368, 'Herning', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8369, 'Holstebro', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8370, 'Hvide Sande', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8371, 'Ikast', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8372, 'Kibak', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8373, 'Lemvig', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8374, 'Lind', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8375, 'Ringkobing', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8376, 'Skaerbaek', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8377, 'Skjern', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8378, 'Snejbjerg', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8379, 'Struer', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8380, 'Sunds', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8381, 'Tarm', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8382, 'Thyboron', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8383, 'Ulfborg', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8384, 'Videbak', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8385, 'Vildbjerg', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8386, 'Vinderup', 835, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8387, 'Roervig', 836, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8388, 'Bjaverskov', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8389, 'Borup', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8390, 'Ejby', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8391, 'Greve Strand', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8392, 'Gundsomagle', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8393, 'Harlev', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8394, 'Havdrup', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8395, 'Hvalso', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8396, 'Jyllinge', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8397, 'Koge', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8398, 'Lejre', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8399, 'Osted', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8400, 'Roskilde', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8401, 'Solrod', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8402, 'Stroby Egede', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8403, 'Svogerslev', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8404, 'Tune', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8405, 'Viby', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8406, 'Vindinge', 837, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8407, 'Glyngore', 838, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8408, 'Karise', 839, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8409, 'Naestved', 839, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8410, 'Soeborg', 840, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8411, 'Aabenraa', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8412, 'Aarsleve', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8413, 'Augustenborg', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8414, 'Broager', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8415, 'Christiansfeld', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8416, 'Dybbol', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8417, 'Gram', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8418, 'Grasten', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8419, 'Guderup', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8420, 'Haderslev', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8421, 'Horuphav', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8422, 'Krusa', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8423, 'Logumkloster', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8424, 'Lojt Kirkeby', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8425, 'Nordborg', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8426, 'Padborg', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8427, 'Rodding', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8428, 'Rodekro', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8429, 'Skarbak', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8430, 'Sonderborg', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8431, 'Starup', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8432, 'Tinglev', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8433, 'Toftlund', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8434, 'Tonder', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8435, 'Vojens', 841, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8436, 'Fakse', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8437, 'Fakse Ladeplads', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8438, 'Fensmark', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8439, 'Holeby', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8440, 'Maribo', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8441, 'Nakskov', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8442, 'Nastved', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8443, 'Neder Vindinge', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8444, 'Norre Alslev', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8445, 'Nykobing', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8446, 'Nyrad', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8447, 'Orslev', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8448, 'Prasto', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8449, 'Rodby', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8450, 'Rodbyhavn', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8451, 'Ronnede', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8452, 'Sakskobing', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8453, 'Stege', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8454, 'Store Heddinge', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8455, 'Stubbekobing', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8456, 'Sundby', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8457, 'Vordingborg', 842, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8458, 'Bylderup-Bov', 843, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8459, 'Fovling', 843, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8460, 'Toelloese', 844, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8461, 'Borkop', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8462, 'Bradstrup', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8463, 'Brejning', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8464, 'Egtved', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8465, 'Fredericia', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8466, 'Give', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8467, 'Hedensted', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8468, 'Horsens', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8469, 'Jelling', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8470, 'Juelsminde', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8471, 'Kolding', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8472, 'Lunderskov', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8473, 'Snoghoj', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8474, 'Sonder Bjert', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8475, 'Taulov', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8476, 'Torring', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8477, 'Vamdrup', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8478, 'Vejle', 845, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8479, 'Asnas', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8480, 'Dianalund', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8481, 'Forlev', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8482, 'Frederiksberg', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(8483, 'Fuglebjerg', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8484, 'Gorlev', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8485, 'Haslev', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8486, 'Holbaek', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8487, 'Hong', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8488, 'Horve', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8489, 'Jyderup', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8490, 'Kalundborg', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8491, 'Korsor', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8492, 'Nykobing', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8493, 'Ringsted', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8494, 'Skalskor', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8495, 'Slagelse', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8496, 'Soro', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8497, 'Svebolle', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8498, 'Svinninge', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8499, 'Tollose', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8500, 'Vipperod', 846, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8501, 'Aalestrup', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8502, 'Bjerringbro', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8503, 'Hanstholm', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8504, 'Hojslev', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8505, 'Hurup', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8506, 'Karup', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8507, 'Kjellerup', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8508, 'Nykobing', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8509, 'Skive', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8510, 'Stoholm', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8511, 'Thisted', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8512, 'Ulstrup', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8513, 'Viborg', 847, 59, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8514, 'Dikhil', 849, 60, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8515, 'Jibuti', 850, 60, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8516, 'Tajurah', 851, 60, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8517, 'Ubuk', 852, 60, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8518, 'Azua', 863, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8519, 'Sabana Yegua', 863, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8520, 'Neyba', 864, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8521, 'Tamayo', 864, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8522, 'Barahona', 865, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8523, 'Cabral', 865, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8524, 'El Penon', 865, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8525, 'Dajabon', 866, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8526, 'Las Guaranas', 868, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8527, 'Pimentel', 868, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8528, 'San Francisco de Macoris', 868, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8529, 'Moca', 871, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8530, 'Duverge', 873, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8531, 'Jimani', 873, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8532, 'Pedernales', 881, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8533, 'Bani', 882, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8534, 'Ocoa', 882, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8535, 'Salcedo', 884, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8536, 'Samana', 885, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8537, 'Sanchez', 885, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8538, 'Santiago', 890, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8539, 'Tamboril', 890, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8540, 'Villa Bisono', 890, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8541, 'Santiago', 891, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8542, 'Tamboril', 891, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8543, 'Villa Bisono', 891, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8544, 'Esperanza', 892, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8545, 'Mao', 892, 62, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8546, 'Aileu', 893, 63, 1, '2018-07-20 08:58:06', '2018-07-20 08:58:06'),
(8547, 'Ainaro', 894, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8548, 'Pante Macassar', 895, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8549, 'Baucau', 896, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8550, 'Auba', 897, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8551, 'Lolotoi', 897, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8552, 'Maliana', 897, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8553, 'Dare', 899, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8554, 'Dili', 899, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8555, 'Metinaro', 899, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8556, 'Ermera', 900, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8557, 'Lautem', 901, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8558, 'Los Palos', 901, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8559, 'Bazartete', 902, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8560, 'Liquica', 902, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8561, 'Manatuto', 903, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8562, 'Same', 904, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8563, 'Viqueque', 905, 63, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8564, 'Cuenca', 906, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8565, 'Gualaceo', 906, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8566, 'Guaranda', 907, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8567, 'San Miguel', 907, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8568, 'Azogues', 908, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8569, 'Canar', 908, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8570, 'La Troncal', 908, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8571, 'El Angel', 909, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8572, 'San Gabriel', 909, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8573, 'Tulcan', 909, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8574, 'Alausi', 910, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8575, 'Guano', 910, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8576, 'Riobamba', 910, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8577, 'La Mana', 911, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8578, 'Latacunga', 911, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8579, 'Pujili', 911, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8580, 'San Miguel', 911, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8581, 'Saquisili', 911, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8582, 'Esmeraldas', 913, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8583, 'Muisne', 913, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8584, 'Rosa Zarate', 913, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8585, 'San Lorenzo', 913, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8586, 'Valdez', 913, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8587, 'Puerto Ayora', 914, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8588, 'Puerto Baquerizo Moreno', 914, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8589, 'San Cristobal', 914, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8590, 'Alfredo Baquerizo Moreno', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8591, 'Balao', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8592, 'Balzar', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8593, 'Colimes', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8594, 'Coronel Mariduena', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8595, 'Daule', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8596, 'El Salitre', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8597, 'El Triunfo', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8598, 'Eloy Alfaro', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8599, 'Guayaquil', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8600, 'La Libertad', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8601, 'Lomas de Sargentillo', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8602, 'Mapasingue', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8603, 'Milagro', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8604, 'Naranjal', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8605, 'Naranjito', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8606, 'Palestina', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8607, 'Pedro Carbo', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8608, 'Playas', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8609, 'Salinas', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8610, 'Samborondon', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8611, 'Santa Elena', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8612, 'Santa Lucia', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8613, 'Velasco Ibarra', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8614, 'Yaguachi', 915, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8615, 'Atuntaqui', 916, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8616, 'Cotacachi', 916, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8617, 'Ibarra', 916, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8618, 'Otavalo', 916, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8619, 'Pimampiro', 916, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8620, 'Alamor', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8621, 'Cariamanga', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8622, 'Catacocha', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8623, 'Catamayo', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8624, 'Celica', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8625, 'Loja', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8626, 'Macara', 917, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8627, 'Bahia de Caraquez', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8628, 'Calceta', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8629, 'Chone', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8630, 'El Carmen', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8631, 'Jipijapa', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8632, 'Junin', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8633, 'Manta', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8634, 'Montecristi', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8635, 'Pajan', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8636, 'Pedernales', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8637, 'Portoviejo', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8638, 'Rocafuerte', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8639, 'Santa Ana', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8640, 'Sucre', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8641, 'Tosagua', 919, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8642, 'Archidona', 921, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8643, 'Tena', 921, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8644, 'Orellana', 922, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8645, 'Puyo', 923, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8646, 'Cayambe', 924, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8647, 'Machachi', 924, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8648, 'Quito', 924, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8649, 'Sangolqui', 924, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8650, 'Santo Domingo', 924, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8651, 'Nueva Loja', 925, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8652, 'Shushufindi', 925, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8653, 'Ambato', 926, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8654, 'Banos', 926, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8655, 'Pelileo', 926, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8656, 'Pillaro', 926, 64, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8657, 'Aswan', 928, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8658, 'Daraw', 928, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8659, 'Kawm Umbu', 928, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8660, 'an-Nasir', 928, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8661, 'Abnub', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8662, 'Abu Tij', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8663, 'Asyut', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8664, 'Bani Muhammadiyat', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8665, 'Dayrut', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8666, 'Dayrut-ash-Sharif', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8667, 'Manfalut', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8668, 'Musha', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8669, 'Sahil Salim', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8670, 'Sanabu', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8671, 'Umm-al-Qusur', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8672, 'al-Badari', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8673, 'al-Qusiyah', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8674, 'an-Nukhaylah', 929, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8675, '6th of October City', 932, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8676, 'Ataba', 932, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8677, 'Cairo', 932, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8678, 'Nasr', 932, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8679, 'Nasr City', 932, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8680, 'Obour City', 932, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8681, ' Izbat-al-Burj', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8682, 'Damietta', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8683, 'Dumyat', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8684, 'El-Zarka', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8685, 'Faraskur', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8686, 'Kafr Sa d', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8687, 'Kafr-al-Battikh', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8688, 'az-Zarqa', 933, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8689, 'Biyala', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8690, 'Disuq', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8691, 'Fuwah', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8692, 'Kafr-al-Jara idah', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8693, 'Kafr-ash-Shaykh', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8694, 'Mutubis', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8695, 'Qallin', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8696, 'Sidi Salim', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8697, 'al-Burj', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8698, 'al-Burullus', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8699, 'al-Haddadi', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8700, 'al-Hamul', 934, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8701, 'Marsa Matruh', 935, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8702, 'Nasr', 935, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8703, 'Sidi Barrani', 935, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8704, 'Zawiyat Shammas', 935, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8705, 'ad-Da ba', 935, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8706, 'Armant', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8707, 'Asfun-al-Mata inah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8708, 'Dandarah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8709, 'Dishna', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8710, 'Farshut', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8711, 'Hijazah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8712, 'Hiw', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8713, 'Idfu', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8714, 'Isna', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8715, 'Kiman-al-Mata inah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8716, 'Naj  Hammadi', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8717, 'Naqadah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8718, 'Qift', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8719, 'Qina', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8720, 'Qus', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8721, 'ad-Dabbiyah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8722, 'ad-Dayr', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8723, 'al-Ballas', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8724, 'al-Karnak', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8725, 'al-Waqf', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8726, 'ar-Radisiyat-al-Bahriyah', 941, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8727, 'Akhmim', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8728, 'Awlad Tawq Sharq', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8729, 'Dar-as-Salam', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8730, 'Jirja', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8731, 'Juhaynah', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8732, 'Sawhaj', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8733, 'Tahta', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8734, 'Tima', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8735, 'al-Balyana', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8736, 'al-Manshah', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8737, 'al-Maragah', 942, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8738, 'Aja', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8739, 'Bahut', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8740, 'Bilqas', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8741, 'Dikirnis', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8742, 'Minyat-an-Nasr', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8743, 'Mit Gamr', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8744, 'Shirbin', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8745, 'Talkha', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8746, 'al-Jamaliyah', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8747, 'al-Ma sarah', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8748, 'al-Mansurah', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8749, 'al-Manzilah', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8750, 'al-Matariyah', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8751, 'as-Sinbillawayn', 945, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8752, 'Ras Gharib', 946, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8753, 'Safaja', 946, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8754, 'al-Ghardaqah', 946, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8755, 'al-Qusayr', 946, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8756, 'Abu Hummus', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8757, 'Abu al-Matamir', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8758, 'Buturis', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8759, 'Damanhur', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8760, 'Edfina', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8761, 'Hawsh  Isa', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8762, 'Idku', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8763, 'Ityay-al-Barud', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8764, 'Kafr Salim', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8765, 'Kafr-ad-Dawwar', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8766, 'Kawm Hamada', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8767, 'Nubaria', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8768, 'Rashid', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8769, 'Shubra Khit', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8770, 'Zawiyat Sidi Gazi', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8771, 'ad-Dilinjat', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8772, 'al-Kawm-al-Akhdar', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8773, 'al-Mahmudiyah', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8774, 'ar-Rahmaniyah', 947, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8775, 'Fidimin', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8776, 'Ibshaway', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8777, 'Itsa', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8778, 'Qasr Qarun', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8779, 'Sanhur', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8780, 'Sinnuris', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8781, 'Tamiyah', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8782, 'al-Fayyum', 948, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8783, 'Abyar', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8784, 'Basyun', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8785, 'Kafr-az-Zayyat', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8786, 'Mahallat Marhum', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8787, 'Nisf Thani Bashbish', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8788, 'Qutur', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8789, 'Samannud', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8790, 'Tanta', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8791, 'Zifta', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8792, 'ad-Daljamun', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8793, 'al-Mahallah al-Kubra', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8794, 'as-Santah', 949, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8795, 'Agamy', 950, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8796, 'al-Iskandariyah', 950, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8797, 'al-Maks', 950, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8798, 'Fa id', 951, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8799, 'Sarabiyum', 951, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8800, 'al-Ismailiyah', 951, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8801, 'Atfih', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8802, 'Awsim', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8803, 'Giza', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8804, 'Madinat Sittah Uktubar', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8805, 'Nahya', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8806, 'Saqqarah', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8807, 'al- Ayyat', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8808, 'al-Badrashayn', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8809, 'al-Hawamidiyah', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8810, 'al-Jizah', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8811, 'al-Mansuriyah', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8812, 'al-Wahat-al-Bahriyah', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8813, 'as-Saff', 952, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8814, 'Ashmun', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8815, 'Birkat-as-Sab ', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8816, 'Milij', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8817, 'Minuf', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8818, 'Quwaysina', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8819, 'Shibin-al-Kawm', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8820, 'Sirs-al-Layyanah', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8821, 'Tala', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8822, 'al-Bajur', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8823, 'al-Batanun', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8824, 'ash-Shuhada', 953, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8825, 'Abu Qurqas', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8826, 'Bani Mazar', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8827, 'Dayr Mawas', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8828, 'Magagah', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8829, 'Mallawi', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8830, 'Matay', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8831, 'Samalut', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8832, 'Tallah', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8833, 'Tandah', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8834, 'al-Anayim', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8835, 'al-Fikriyah', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8836, 'al-Minya', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8837, 'ar-Rawdah', 954, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8838, 'Badr City', 955, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8839, 'Heliopolis', 955, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8840, 'al-Qahira', 955, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8841, 'Abu Za bal', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8842, 'Banha', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8843, 'Qalyub', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8844, 'Shubra al-Khaymah', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8845, 'Sibin-al-Qanatir', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8846, 'Tukh', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8847, 'al-Khankah', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8848, 'al-Qanatir-al-Khayriyah', 956, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8849, 'al-Uqsur', 957, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8850, 'as-Suways', 959, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8851, 'Abu Hammad', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8852, 'Abu Kabir', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8853, 'Bilbays', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8854, 'Diyarb Najm', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8855, 'Faqus', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8856, 'Hihya', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8857, 'Kafr Saqr', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8858, 'Mashtul-as-Suq', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8859, 'Minyat-al-Qamh', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8860, 'al-Ashir mir-Ramadan', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8861, 'al-Husayniyah', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8862, 'al-Ibrahimiyah', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8863, 'al-Qanayat', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8864, 'al-Qassasin', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8865, 'al-Qurayn', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8866, 'as-Salihiyah', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8867, 'at-Tall-al-Kabir', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8868, 'az-Zaqaziq', 960, 65, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8869, 'Ahuachapan', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8870, 'Atiquizaya', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8871, 'Concepcion de Ataco', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8872, 'Guaymango', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8873, 'Jujutla', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8874, 'San Francisco Menendez', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8875, 'Tacuba', 961, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8876, 'Ilobasco', 962, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8877, 'Sensuntepeque', 962, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8878, 'Victoria', 962, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8879, 'Chalatenango', 963, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8880, 'La Palma', 963, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8881, 'Nueva Concepcion', 963, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8882, 'San Francisco Morazan', 963, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8883, 'Cojutepeque', 964, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8884, 'San Pedro Perulapan', 964, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8885, 'Suchitoto', 964, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8886, 'Tecoluca', 964, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8887, 'Tenancingo', 964, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8888, 'Cacaopera', 968, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8889, 'Corinto', 968, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8890, 'Gotera', 968, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8891, 'Guatajiagua', 968, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8892, 'Jocoro', 968, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8893, 'Sociedad', 968, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8894, 'Acajutla', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8895, 'Armenia', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8896, 'Izalco', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8897, 'Juayua', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8898, 'Nahuizalco', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8899, 'San Antonio del Monte', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8900, 'San Julian', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8901, 'Sonsonate', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8902, 'Sonzacate', 973, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8903, 'Berlin', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8904, 'Concepcion Batres', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8905, 'Estanzuelas', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8906, 'Jiquilisco', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8907, 'Jucuapa', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8908, 'Jucuaran', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8909, 'Ozatlan', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8910, 'Puerto El Triunfo', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8911, 'San Agustin', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8912, 'Santa Elena', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8913, 'Santiago de Maria', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8914, 'Usulutan', 974, 66, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8915, 'Pale', 975, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8916, 'Ebebiyin', 979, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8917, 'Mikomeseng', 979, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8918, 'Bata', 980, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8919, 'Mbini', 980, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8920, 'Aconibe', 981, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8921, 'Anisoc', 981, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8922, 'Mongomo', 981, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8923, 'Nsok', 981, 67, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8924, 'Keren', 982, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8925, 'Addi Kwala', 983, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8926, 'Addi Ugri', 983, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8927, 'Asseb', 984, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8928, 'Beylul', 984, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8929, 'Edd', 984, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8930, 'Mersa Fatma', 984, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8931, 'Ak ordat', 985, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8932, 'Barentu', 985, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8933, 'Teseney', 985, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8934, 'Asmara', 986, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8935, 'Ginda', 986, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8936, 'Himbirti', 986, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8937, 'Nefasit', 986, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8938, 'Addi K eyih', 987, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8939, 'Dek emhare', 987, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8940, 'Mitsiwa', 987, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8941, 'Sen afe', 987, 68, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8942, 'Aasmae', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8943, 'Aaviku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8944, 'Aegviidu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8945, 'Aigrumae', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8946, 'Aila', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8947, 'Alavere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8948, 'Alliku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8949, 'Amari', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8950, 'Anija', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8951, 'Ardu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8952, 'Arukula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8953, 'Aruvalla', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8954, 'Assaku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8955, 'Ellamaa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8956, 'Haabneeme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8957, 'Habaja', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8958, 'Haiba', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8959, 'Haljava', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8960, 'Hara', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8961, 'Harju-Risti', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8962, 'Harku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8963, 'Harkujarve', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8964, 'Harma', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8965, 'Huuru', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8966, 'Ilmandu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8967, 'Iru', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8968, 'Jagala', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8969, 'Jalgimae', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8970, 'Jarsi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8971, 'Jarvekula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8972, 'Jogisoo', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8973, 'Juri', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8974, 'Kaasiku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8975, 'Kaberneeme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8976, 'Kahala', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8977, 'Kalesi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8978, 'Kallavere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8979, 'Karjakula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8980, 'Karla', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8981, 'Kasepere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8982, 'Kasispea', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8983, 'Kehra', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8984, 'Keila', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8985, 'Keila-Joa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8986, 'Kelvingi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8987, 'Kiia', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8988, 'Kiili', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8989, 'Kiisa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8990, 'Kiiu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8991, 'Klooga', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8992, 'Kloogaranna', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8993, 'Kohatu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8994, 'Kolga', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8995, 'Kolga-Aabla', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8996, 'Kolgakula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8997, 'Konnu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8998, 'Kose', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(8999, 'Kose-Uuemoisa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9000, 'Kostivere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9001, 'Krei', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9002, 'Kuivajoe', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9003, 'Kumna', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9004, 'Kurtna', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9005, 'Kuusalu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9006, 'Laabi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9007, 'Laagri', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9008, 'Lagedi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9009, 'Laitse', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9010, 'Laulasmaa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9011, 'Lehetu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9012, 'Lehola', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9013, 'Lehtmetsa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9014, 'Leppneeme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9015, 'Liikva', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9016, 'Lilli', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9017, 'Lohusalu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9018, 'Loksa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9019, 'Lokuti', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9020, 'Loo', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9021, 'Lubja', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9022, 'Luige', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9023, 'Maardu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9024, 'Maidla', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9025, 'Manniku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9026, 'Metsakasti', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9027, 'Metsanurme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9028, 'Miiduranna', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9029, 'Munalaskme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9030, 'Muraste', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9031, 'Muuga', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9032, 'Nabala', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9033, 'Neeme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9034, 'Ohtu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9035, 'Ojasoo', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9036, 'Oru', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9037, 'Padise', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9038, 'Pae', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9039, 'Paekna', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9040, 'Pajupea', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9041, 'Paldiski', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9042, 'Palvere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9043, 'Parispea', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9044, 'Patika', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9045, 'Paunkula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9046, 'Peetri', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9047, 'Peningi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9048, 'Perila', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9049, 'Pikva', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9050, 'Pillapalu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9051, 'Pringi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9052, 'Puunsi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9053, 'Raasiku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9054, 'Rae', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9055, 'Randvere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9056, 'Rannamoisa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9057, 'Ravila', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9058, 'Riisipere', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9059, 'Rohuneeme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9060, 'Roobuka', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9061, 'Ruila', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9062, 'Rummu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9063, 'Saha', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9064, 'Saku', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9065, 'Saue', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9066, 'Saula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9067, 'Saunja', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9068, 'Suurpea', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9069, 'Suurupi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9070, 'Tabasalu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9071, 'Tagadi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9072, 'Tagametsa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9073, 'Tallinn', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9074, 'Tammneeme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9075, 'Tiskre', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9076, 'Todva', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9077, 'Turba', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9078, 'Turisalu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9079, 'Tutermaa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9080, 'Tuula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9081, 'Tuulna', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9082, 'Uksnurme', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9083, 'Ulejoe', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9084, 'Uuri', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9085, 'Uuskula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9086, 'Vaana', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9087, 'Vaana-Joesuu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9088, 'Vaida', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9089, 'Vaidasoo', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9090, 'Valingu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9091, 'Valkla', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9092, 'Vanamoisa', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9093, 'Vardja', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9094, 'Vasalemma', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9095, 'Vaskjala', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9096, 'Vatsla', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9097, 'Veskikula', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9098, 'Vihasoo', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9099, 'Viimsi', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9100, 'Viinistu', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9101, 'Viti', 988, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9102, 'Emmaste', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9103, 'Jausa', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9104, 'Kaina', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9105, 'Kardla', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9106, 'Korgessaare', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9107, 'Lauka', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9108, 'Lope', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9109, 'Mannamaa', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9110, 'Putkaste', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9111, 'Suuremoisa', 989, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9112, 'Aa', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9113, 'Alajoe', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9114, 'Aseri', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9115, 'Avinurme', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9116, 'Edise', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9117, 'Erra', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9118, 'Iisaku', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9119, 'Jarve', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9120, 'Johvi', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9121, 'Kahula', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9122, 'Kiikla', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9123, 'Kivioli', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9124, 'Kohtla-Jarve', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9125, 'Kohtla-Nomme', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9126, 'Konju', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9127, 'Kose', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9128, 'Kuremae', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9129, 'Kurtna', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9130, 'Lohusuu', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9131, 'Luganuse', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9132, 'Maetaguse', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9133, 'Maidla', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9134, 'Narva', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9135, 'Narva-Joesuu', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9136, 'Olgina', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(9137, 'Pagari', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9138, 'Puhajoe', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9139, 'Purtse', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9140, 'Pussi', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9141, 'Rannu', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9142, 'Saka', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9143, 'Savala', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9144, 'Sillamae', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9145, 'Sinimae', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9146, 'Soldina', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9147, 'Sompa', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9148, 'Sonda', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9149, 'Tammiku', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9150, 'Toila', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9151, 'Tudulinna', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9152, 'Ulvi', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9153, 'Vaivara', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9154, 'Varja', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9155, 'Vasavere', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9156, 'Voka', 990, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9157, 'Ahula', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9158, 'Aiamaa', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9159, 'Albu', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9160, 'Ambla', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9161, 'Anari', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9162, 'Anna', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9163, 'Aravete', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9164, 'Ervita', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9165, 'Imavere', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9166, 'Janeda', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9167, 'Jarva-Jaani', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9168, 'Jogisoo', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9169, 'Jootme', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9170, 'Kaalepi', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9171, 'Kabala', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9172, 'Kahala', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9173, 'Karavete', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9174, 'Karevere', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9175, 'Karinu', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9176, 'Kasukonna', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9177, 'Kirna', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9178, 'Koeru', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9179, 'Koigi', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9180, 'Kolu', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9181, 'Kuksema', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9182, 'Laupa', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9183, 'Lehtse', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9184, 'Lokuta', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9185, 'Loola', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9186, 'Muusleri', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9187, 'Oisu', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9188, 'Paide', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9189, 'Painurme', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9190, 'Peetri', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9191, 'Poikva', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9192, 'Reopalu', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9193, 'Retla', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9194, 'Roa', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9195, 'Roosna', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9196, 'Roosna-Alliku', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9197, 'Sarevere', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9198, 'Sargvere', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9199, 'Taikse', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9200, 'Tarbja', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9201, 'Turi', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9202, 'Turi-Alliku', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9203, 'Vaatsa', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9204, 'Vahukula', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9205, 'Vao', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9206, 'Viisu', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9207, 'Villevere', 991, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9208, 'Adavere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9209, 'Esku', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9210, 'Harjanurme', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9211, 'Jogeva', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9212, 'Kaarepere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9213, 'Kalana', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9214, 'Kalme', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9215, 'Kamari', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9216, 'Karde', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9217, 'Kasepaa', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9218, 'Kassinurme', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9219, 'Konnu', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9220, 'Kudina', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9221, 'Kukita', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9222, 'Kuremaa', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9223, 'Kurista', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9224, 'Lahavere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9225, 'Laiuse', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9226, 'Laiusevalja', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9227, 'Leedi', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9228, 'Lustivere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9229, 'Luua', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9230, 'Maarja', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9231, 'Mallikvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9232, 'Metsakula', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9233, 'Mohkula', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9234, 'Mustvee', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9235, 'Neanurme', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9236, 'Nova', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9237, 'Omedu', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9238, 'Ouna', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9239, 'Painkula', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9240, 'Pajusi', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9241, 'Pala', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9242, 'Palamuse', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9243, 'Pataste', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9244, 'Pauastvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9245, 'Pikkjarve', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9246, 'Pikknurme', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9247, 'Pisisaare', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9248, 'Poltsamaa', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9249, 'Poora', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9250, 'Puurmani', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9251, 'Raabise', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9252, 'Raja', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9253, 'Saare', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9254, 'Sadala', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9255, 'Sadukula', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9256, 'Siimusti', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9257, 'Tabivere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9258, 'Tahkvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9259, 'Tiheda', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9260, 'Toikvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9261, 'Torma', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9262, 'Umbusi', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9263, 'Vagari', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9264, 'Vaiatu', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9265, 'Vaike-Kamari', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9266, 'Vaimastvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9267, 'Valgma', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9268, 'Visusti', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9269, 'Voduvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9270, 'Vohmanomme', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9271, 'Voisiku', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9272, 'Voldi', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9273, 'Voore', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9274, 'Votikvere', 992, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9275, 'Haapsalu', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9276, 'Hullo', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9277, 'Joodre', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9278, 'Kirbla', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9279, 'Kirimae', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9280, 'Koluvere', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9281, 'Komsi', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9282, 'Kullamaa', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9283, 'Lihula', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9284, 'Liivi', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9285, 'Linnamae', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9286, 'Martna', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9287, 'Nigula', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9288, 'Nova', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9289, 'Palivere', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9290, 'Palli', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9291, 'Panga', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9292, 'Paralepa', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9293, 'Piirsalu', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9294, 'Purksi', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9295, 'Rannakula', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9296, 'Risti', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9297, 'Roude', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9298, 'Sutlepa', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9299, 'Taebla', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9300, 'Tuudi', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9301, 'Uuemoisa', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9302, 'Variku', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9303, 'Vatla', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9304, 'Virtsu', 993, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9305, 'Aaspere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9306, 'Ama', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9307, 'Arkna', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9308, 'Assamalla', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9309, 'Avanduse', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9310, 'Avispea', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9311, 'Ebavere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9312, 'Eipri', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9313, 'Essu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9314, 'Haljala', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9315, 'Hulja', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9316, 'Imastu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9317, 'Inju', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9318, 'Kadapiku', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9319, 'Kadila', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9320, 'Kadrina', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9321, 'Kakumae', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9322, 'Karitsa', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9323, 'Karu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9324, 'Kasmu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9325, 'Kihlevere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9326, 'Kiku', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9327, 'Kiltsi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9328, 'Kohala', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9329, 'Kunda', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9330, 'Kuti', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9331, 'Laekvere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9332, 'Lasila', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9333, 'Lepna', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9334, 'Levala', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9335, 'Liigvalla', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9336, 'Modriku', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9337, 'Moe', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9338, 'Moora', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9339, 'Muuga', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9340, 'Napi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9341, 'Paasvere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9342, 'Pajusti', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9343, 'Pandivere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9344, 'Piira', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9345, 'Pikevere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9346, 'Podrangu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9347, 'Podruse', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9348, 'Porkuni', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9349, 'Rahkla', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9350, 'Rakke', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9351, 'Rakvere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9352, 'Ridakula', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9353, 'Roela', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9354, 'Roodevalja', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9355, 'Saase', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9356, 'Salda', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9357, 'Salla', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9358, 'Simuna', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9359, 'Someru', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9360, 'Taaravainu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9361, 'Tamsalu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9362, 'Tapa', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9363, 'Torma', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9364, 'Torremae', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9365, 'Triigi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9366, 'Tudu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9367, 'Ubja', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9368, 'Udriku', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9369, 'Uhtna', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9370, 'Ulvi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9371, 'Undla', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9372, 'Ussimae', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9373, 'Uudekula', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9374, 'Vaekula', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9375, 'Vahakulmu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9376, 'Vaiatu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9377, 'Vaike-Maarja', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9378, 'Vajangu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9379, 'Vao', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9380, 'Veltsi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9381, 'Venevere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9382, 'Vergi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9383, 'Vetiku', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9384, 'Vihula', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9385, 'Viitna', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9386, 'Vinni', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9387, 'Viru-Jaagupi', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9388, 'Viru-Kabala', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9389, 'Viru-Nigula', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9390, 'Vohnja', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9391, 'Vosu', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9392, 'Vosupere', 994, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9393, 'Ahaste', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9394, 'Aluste', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9395, 'Are', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9396, 'Arumetsa', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9397, 'Audru', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9398, 'Eametsa', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9399, 'Haademeeste', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9400, 'Halinga', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9401, 'Ikla', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9402, 'Ilvese', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9403, 'Jaamakula', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9404, 'Jaarja', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9405, 'Joesuu', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9406, 'Joopre', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9407, 'Kaansoo', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9408, 'Kabli', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9409, 'Kadjaste', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9410, 'Kaisma', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9411, 'Kalita', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9412, 'Kanakula', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9413, 'Kergu', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9414, 'Kihlepa', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9415, 'Kilingi-Nomme', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9416, 'Kilksama', 995, 69, 1, '2018-07-20 08:58:07', '2018-07-20 08:58:07'),
(9417, 'Koima', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9418, 'Koonga', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9419, 'Krundikula', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9420, 'Laadi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9421, 'Langerma', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9422, 'Lavassaare', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9423, 'Leipste', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9424, 'Lemmetsa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9425, 'Lemsi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9426, 'Libatse', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9427, 'Linakula', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9428, 'Lindi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9429, 'Liu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9430, 'Lodja', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9431, 'Lope', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9432, 'Malda', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9433, 'Mannikuste', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9434, 'Massiaru', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9435, 'Metsaaare', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9436, 'Metsapoole', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9437, 'Moisakula', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9438, 'Muraka', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9439, 'Niidu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9440, 'Nurme', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9441, 'Oara', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9442, 'Oidrema', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9443, 'Paikuse', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9444, 'Papsaare', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9445, 'Parnjoe', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9446, 'Parnu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9447, 'Parnu-Jaagupi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9448, 'Penu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9449, 'Piistaoja', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9450, 'Pohara', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9451, 'Poldeotsa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9452, 'Pootsi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9453, 'Pulli', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9454, 'Rannametsa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9455, 'Ratsepa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9456, 'Reiu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9457, 'Ridalepa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9458, 'Rootsikula', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9459, 'Saarde', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9460, 'Saare', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9461, 'Sauga', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9462, 'Seliste', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9463, 'Selja', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9464, 'Seljametsa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9465, 'Silla', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9466, 'Sindi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9467, 'Soeva', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9468, 'Soometsa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9469, 'Suigu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9470, 'Surju', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9471, 'Suurejoe', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9472, 'Taali', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9473, 'Tahkuranna', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9474, 'Tali', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9475, 'Tammiste', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9476, 'Tammuru', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9477, 'Tihemetsa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9478, 'Tolla', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9479, 'Tootsi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9480, 'Tori', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9481, 'Tostamaa', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9482, 'Tousi', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9483, 'Treimani', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9484, 'Urge', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9485, 'Uulu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9486, 'Vahenurme', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9487, 'Vaki', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9488, 'Vandra', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9489, 'Varbla', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9490, 'Veelikse', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9491, 'Vihtra', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9492, 'Voidu', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9493, 'Voiste', 995, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9494, 'Aarna', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9495, 'Ahja', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9496, 'Erastvere', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9497, 'Himma', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9498, 'Himmaste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9499, 'Holvandi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9500, 'Ihamaru', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9501, 'Jaanimoisa', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9502, 'Kanepi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9503, 'Karilatsi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9504, 'Karsa', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9505, 'Karste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9506, 'Kauksi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9507, 'Kiidjarve', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9508, 'Kostrimae', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9509, 'Krootuse', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9510, 'Leevaku', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9511, 'Leevi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9512, 'Leevijoe', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9513, 'Linte', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9514, 'Lootvina', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9515, 'Maaritsa', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9516, 'Mammaste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9517, 'Metste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9518, 'Mikitamae', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9519, 'Mooste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9520, 'Naha', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9521, 'Orava', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9522, 'Pahtpaa', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9523, 'Partsi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9524, 'Peri', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9525, 'Piigandi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9526, 'Polgaste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9527, 'Polva', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9528, 'Prangli', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9529, 'Puuri', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9530, 'Raadama', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9531, 'Rahumae', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9532, 'Raigla', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9533, 'Rapina', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9534, 'Rasina', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9535, 'Ristipalo', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9536, 'Rosma', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9537, 'Ruusa', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9538, 'Saverna', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9539, 'Sillapaa', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9540, 'Soodoma', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9541, 'Suurkula', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9542, 'Taevaskoja', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9543, 'Tannassilma', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9544, 'Tilsi', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9545, 'Treski', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9546, 'Vaike-Rosna', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9547, 'Valgjarve', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9548, 'Vana-Koiola', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9549, 'Vardja', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9550, 'Varska', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9551, 'Vastse-Kuuste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9552, 'Veriora', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9553, 'Viluste', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9554, 'Voopsu', 996, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9555, 'Aespa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9556, 'Alu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9557, 'Eidapere', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9558, 'Hageri', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9559, 'Hagudi', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9560, 'Haimre', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9561, 'Hertu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9562, 'Iira', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9563, 'Ingliste', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9564, 'Jarlepa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9565, 'Jarvakandi', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9566, 'Juuru', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9567, 'Kaerepere', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9568, 'Kaiu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9569, 'Kalbu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9570, 'Karu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9571, 'Kasti', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9572, 'Keava', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9573, 'Kehtna', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9574, 'Kivi-Vigala', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9575, 'Kodila', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9576, 'Kohila', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9577, 'Kuimetsa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9578, 'Kuusiku', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9579, 'Laukna', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9580, 'Lelle', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9581, 'Lipa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9582, 'Lohu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9583, 'Lokuta', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9584, 'Maidla', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9585, 'Marjamaa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9586, 'Masti', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9587, 'Moisamaa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9588, 'Naravere', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9589, 'Orgita', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9590, 'Paardu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9591, 'Pae', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9592, 'Pahkla', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9593, 'Pihali', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9594, 'Pirgu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9595, 'Prillimae', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9596, 'Purila', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9597, 'Purku', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9598, 'Rabivere', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9599, 'Raikkula', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9600, 'Rangu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9601, 'Rapla', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9602, 'Salutaguse', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9603, 'Sipa', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9604, 'Sotke', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9605, 'Sutlema', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9606, 'Tamme', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9607, 'Teenuse', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9608, 'Uuskula', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9609, 'Vahastu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9610, 'Valgu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9611, 'Valtu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9612, 'Vana-Kaiu', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9613, 'Vana-Vigala', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9614, 'Varbola', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9615, 'Vilivere', 997, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9616, 'Arandi', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9617, 'Aste', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9618, 'Eikla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9619, 'Hellamaa', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9620, 'Kao', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9621, 'Karja', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9622, 'Karla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9623, 'Kihelkonna', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9624, 'Koimla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9625, 'Koljala', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9626, 'Korkkula', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9627, 'Korkvere', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9628, 'Kudjape', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9629, 'Kuressaare', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9630, 'Laatsa', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9631, 'Lahekula', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9632, 'Laimjala', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9633, 'Leisi', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9634, 'Liiva', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9635, 'Lumanda', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9636, 'Metskula', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9637, 'Mustjala', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9638, 'Nasva', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9639, 'Nommkula', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9640, 'Orissaare', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9641, 'Pahkla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9642, 'Parsama', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9643, 'Pihtla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9644, 'Sakla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9645, 'Salme', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9646, 'Sandla', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9647, 'Tagavere', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9648, 'Tornimae', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9649, 'Valjala', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9650, 'Vohma', 998, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9651, 'Aardla', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9652, 'Aksi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9653, 'Alasoo', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9654, 'Alatskivi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9655, 'Annikoru', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9656, 'Aravu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9657, 'Elva', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9658, 'Erala', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9659, 'Ervu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9660, 'Haage', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9661, 'Haaslava', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9662, 'Ignase', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9663, 'Illi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9664, 'Ilmatsalu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9665, 'Kaagvere', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9666, 'Kaardi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9667, 'Kaarlijarve', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9668, 'Kallaste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9669, 'Kalme', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9670, 'Kambja', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9671, 'Kandikula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9672, 'Karevere', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9673, 'Karkna', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9674, 'Kasepaa', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9675, 'Kavastu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9676, 'Kirepi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9677, 'Kodukula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9678, 'Kokora', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9679, 'Kolkja', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9680, 'Konguta', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9681, 'Koosa', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9682, 'Koruste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9683, 'Korvekula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9684, 'Kulitse', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9685, 'Kurekula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9686, 'Kurista', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9687, 'Laaniste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9688, 'Laeva', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9689, 'Lahte', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9690, 'Lalli', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9691, 'Lapetukme', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9692, 'Lemmatsi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9693, 'Lohkva', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9694, 'Lossimae', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9695, 'Luke', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9696, 'Luunja', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9697, 'Maksa', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9698, 'Maramaa', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9699, 'Marja', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9700, 'Meeksi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9701, 'Meeri', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9702, 'Mehikoorma', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9703, 'Melliste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9704, 'Metsakivi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9705, 'Metsalaane', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9706, 'Moisanurme', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9707, 'Nina', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9708, 'Nogiaru', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9709, 'Noo', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9710, 'Pilka', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9711, 'Poka', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9712, 'Pooritsa', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9713, 'Puhja', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9714, 'Rahinge', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9715, 'Raigaste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9716, 'Ramsi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9717, 'Rani', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9718, 'Rannu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9719, 'Rebase', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9720, 'Reola', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9721, 'Rohu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9722, 'Roiu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9723, 'Rongu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9724, 'Saadjarve', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9725, 'Sinikula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9726, 'Sirgu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9727, 'Soinaste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9728, 'Sojamaa', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9729, 'Tahtvere', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9730, 'Tammiste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9731, 'Tammistu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9732, 'Tartu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9733, 'Teedla', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9734, 'Tilga', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9735, 'Toravere', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9736, 'Torvandi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9737, 'Tuki', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9738, 'Uderna', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9739, 'Uhti', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9740, 'Ulenurme', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9741, 'Ulila', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9742, 'Unikula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9743, 'Vahi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9744, 'Vaike-Rakke', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9745, 'Valguta', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9746, 'Vana-Kuuste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9747, 'Vara', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9748, 'Varnja', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9749, 'Vasula', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9750, 'Vedu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9751, 'Vesneri', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9752, 'Vissi', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9753, 'Voibla', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9754, 'Voika', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9755, 'Vonnu', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9756, 'Voopste', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9757, 'Vorbuse', 999, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9758, 'Aakre', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9759, 'Ala', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9760, 'Hargla', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9761, 'Hellenurme', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9762, 'Helme', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9763, 'Hummuli', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9764, 'Jeti', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9765, 'Jogeveste', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9766, 'Kaagjarve', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9767, 'Kalme', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9768, 'Karjatnurme', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9769, 'Karula', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9770, 'Keeni', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9771, 'Koikkula', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9772, 'Laanemetsa', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9773, 'Laatre', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9774, 'Laukula', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9775, 'Leebiku', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9776, 'Linna', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9777, 'Lossikula', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9778, 'Lullemae', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9779, 'Moldre', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9780, 'Nouni', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9781, 'Nupli', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9782, 'Oru', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9783, 'Oruste', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9784, 'Otepaa', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9785, 'Paidla', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9786, 'Paju', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9787, 'Palupera', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9788, 'Patkula', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9789, 'Piiri', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9790, 'Pikasilla', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9791, 'Pilkuse', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9792, 'Puhajarve', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9793, 'Puka', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9794, 'Restu', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9795, 'Riidaja', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9796, 'Sangaste', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9797, 'Sihva', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9798, 'Sooru', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9799, 'Taagepera', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9800, 'Tagula', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9801, 'Taheva', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9802, 'Tiidu', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9803, 'Tolliste', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9804, 'Torva', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(9805, 'Tsirguliina', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9806, 'Valga', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9807, 'Vana-Otepaa', 1000, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9808, 'Abja-Paluoja', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9809, 'Abja-Vanamoisa', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9810, 'Aidu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9811, 'Angi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9812, 'Anikatsi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9813, 'Arikula', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9814, 'Halliste', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9815, 'Heimtali', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9816, 'Holstre', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9817, 'Intsu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9818, 'Jamejala', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9819, 'Jaska', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9820, 'Kaavere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9821, 'Kamara', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9822, 'Karksi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9823, 'Karksi-Nuia', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9824, 'Karstna', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9825, 'Karula', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9826, 'Kobruvere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9827, 'Koidama', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9828, 'Koksvere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9829, 'Kolga-Jaani', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9830, 'Koo', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9831, 'Kopu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9832, 'Kulla', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9833, 'Lalsi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9834, 'Leie', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9835, 'Lilli', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9836, 'Lohavere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9837, 'Loodi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9838, 'Maeltkula', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9839, 'Matapera', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9840, 'Meleski', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9841, 'Metskula', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9842, 'Moisakula', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9843, 'Monnaste', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9844, 'Mustivere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9845, 'Mustla', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9846, 'Navesti', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9847, 'Odiste', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9848, 'Oisu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9849, 'Olustvere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9850, 'Pahuvere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9851, 'Paistu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9852, 'Parakula', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9853, 'Pari', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9854, 'Parsti', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9855, 'Peetrimoisa', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9856, 'Pilistvere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9857, 'Pinska', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9858, 'Polde', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9859, 'Polli', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9860, 'Puiatu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9861, 'Ramsi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9862, 'Reegoldi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9863, 'Saarepeedi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9864, 'Savikoti', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9865, 'Sinialliku', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9866, 'Soe', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9867, 'Soomevere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9868, 'Sudiste', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9869, 'Suislepa', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9870, 'Sultsi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9871, 'Supsi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9872, 'Surgavere', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9873, 'Suure-Jaani', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9874, 'Taaksi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9875, 'Tanassilma', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9876, 'Tinnikuru', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9877, 'Tohvri', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9878, 'Tuhalaane', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9879, 'Tusti', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9880, 'Ulde', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9881, 'Ulensi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9882, 'Uusna', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9883, 'Valgita', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9884, 'Valma', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9885, 'Valuste', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9886, 'Vana-Kariste', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9887, 'Vana-Voidu', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9888, 'Vardi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9889, 'Vardja', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9890, 'Vastemoisa', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9891, 'Veelikse', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9892, 'Verilaske', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9893, 'Veskimae', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9894, 'Viiratsi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9895, 'Viljandi', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9896, 'Villa', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9897, 'Vohma', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9898, 'Voivaku', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9899, 'Vooru', 1001, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9900, 'Antsla', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9901, 'Haanja', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9902, 'Jarvere', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9903, 'Kaapa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9904, 'Kirumpaa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9905, 'Kobela', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9906, 'Kollino', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9907, 'Kose', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9908, 'Kraavi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9909, 'Krabi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9910, 'Kulaoru', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9911, 'Kuldre', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9912, 'Kuutsi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9913, 'Lasva', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9914, 'Loosu', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9915, 'Lusti', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9916, 'Meegomae', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9917, 'Meremae', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9918, 'Misso', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9919, 'Moniste', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9920, 'Navi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9921, 'Nursi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9922, 'Obinitsa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9923, 'Osula', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9924, 'Otsa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9925, 'Parksepa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9926, 'Puiga', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9927, 'Raiste', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9928, 'Rimmi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9929, 'Rouge', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9930, 'Ruusmae', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9931, 'Saru', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9932, 'Somerpalu', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9933, 'Sulbi', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9934, 'Taberlaane', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9935, 'Tagakula', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9936, 'Tsolgo', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9937, 'Tsooru', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9938, 'Urvaste', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9939, 'Uue-Antsla', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9940, 'Vaabina', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9941, 'Vagula', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9942, 'Vaimela', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9943, 'Vana-Antsla', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9944, 'Vana-Roosa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9945, 'Vana-Vastseliina', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9946, 'Varstu', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9947, 'Vastseliina', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9948, 'Verijarve', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9949, 'Viitina', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9950, 'Viitka', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9951, 'Visela', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9952, 'Voru', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9953, 'Vorumoisa', 1002, 69, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9954, 'Asayita', 1004, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9955, 'Awash', 1004, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9956, 'Dubti', 1004, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9957, 'Gewane', 1004, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9958, 'Addi Ark ay', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9959, 'Addis  Alem', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9960, 'Addis Zemen', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9961, 'Adet', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9962, 'Bahir Dar', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9963, 'Bati', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9964, 'Bichena', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9965, 'Bure', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9966, 'Chagni', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9967, 'Dabat', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9968, 'Dangla', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9969, 'Debark', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9970, 'Debre Birhan', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9971, 'Debre Mark os', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9972, 'Debre Sina', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9973, 'Debre Tabor', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9974, 'Debre Werk', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9975, 'Dejen', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9976, 'Dese', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9977, 'Finote Selam', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9978, 'Gondar', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9979, 'K obo', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9980, 'Kembolcha', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9981, 'Kemise', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9982, 'Lalibela', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9983, 'Mott a', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9984, 'Nefas Mewcha', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9985, 'Sek ot a', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9986, 'Shewa Robit', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9987, 'Weldiya', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9988, 'Were Ilu', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9989, 'Werota', 1005, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9990, 'Asosa', 1006, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9991, 'Dire Dawa', 1007, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9992, 'Gambela', 1008, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9993, 'Harer', 1009, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9994, 'Jigjiga', 1010, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9995, ' Alem Maya', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9996, 'Abomsa', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9997, 'Agaro', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9998, 'Asasa', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(9999, 'Asbe Teferi', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10000, 'Assela', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10001, 'Bako', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10002, 'Bedele', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10003, 'Bedesa', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10004, 'Burayu', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10005, 'Debre Zeyit', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10006, 'Deder', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10007, 'Dembi Dolo', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10008, 'Dodola', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10009, 'Fiche', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10010, 'Gebre Guracha', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10011, 'Gedo', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10012, 'Gelemso', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10013, 'Gimbi', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10014, 'Ginch i', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10015, 'Ginir', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10016, 'Giyon', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10017, 'Goba', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10018, 'Gore', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10019, 'Guder', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10020, 'Hagere Hiywet', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10021, 'Hagere Maryam', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10022, 'Hirna', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10023, 'Holeta Genet', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10024, 'Huruta', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10025, 'Jimma', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10026, 'Kibre Mengist', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10027, 'Kofele', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10028, 'Mega', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10029, 'Mek i', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10030, 'Mendi', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10031, 'Metehara', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10032, 'Metu', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10033, 'Mojo', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10034, 'Moyale', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10035, 'Nazret', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10036, 'Nedjo', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10037, 'Negele', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10038, 'Nek emte', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10039, 'Robe', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10040, 'Sebeta', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10041, 'Sendafa', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10042, 'Shakiso', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10043, 'Shambu', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10044, 'Shashemenne', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10045, 'Sheh Hussen', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10046, 'Sire', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10047, 'Tulu Bolo', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10048, 'Welench iti', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10049, 'Welk it e', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10050, 'Wonji', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10051, 'Yabelo', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10052, 'Ziway', 1012, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10053, 'Bircot', 1013, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10054, 'Degeh Bur', 1013, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10055, 'Dollo Odo', 1013, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10056, 'Imi', 1013, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10057, 'Jijiga', 1013, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10058, 'Werder', 1013, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10059, 'Alaba Kulito', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10060, 'Arba Minch', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10061, 'Areka', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10062, 'Awassa', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10063, 'Bako', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10064, 'Boditi', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10065, 'Bonga', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10066, 'Butajira', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10067, 'Ch ench a', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10068, 'Dilla', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10069, 'Gidole', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10070, 'Hossa ina', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10071, 'Jinka', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10072, 'Leku', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10073, 'Mizan Teferi', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10074, 'Sawla', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10075, 'Soddo', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10076, 'Teppi', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10077, 'Wendo', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10078, 'Yirga Alem', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10079, 'Yirga Ch efe', 1014, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10080, 'Abiy Adi', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10081, 'Addigrat', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10082, 'Adwa', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10083, 'Aksum', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10084, 'Alamat a', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10085, 'Endasilasie', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10086, 'Hagere Selam', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10087, 'Himora', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10088, 'Korem', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10089, 'Maych ew', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10090, 'Mek ele', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10091, 'Mekele', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10092, 'Wik ro', 1015, 70, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10093, 'Hvannasund', 1018, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10094, 'Klaksvik', 1018, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10095, 'Husavik', 1021, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10096, 'Sands', 1021, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10097, 'Skalavik', 1021, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10098, 'Skopun', 1021, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10099, 'Skuvoy', 1021, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10100, 'Haldarsvik', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10101, 'Hests', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10102, 'Hosvik', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10103, 'Hvalvik', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10104, 'Kirkjubo', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10105, 'Kollafjar ', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10106, 'Kvivik', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10107, 'Nolsoy', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10108, 'Saksun', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10109, 'Torshavn', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10110, 'Vestmanna', 1022, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10111, 'Torshavn', 1025, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10112, 'Biggjar', 1026, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10113, 'Midvags', 1026, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10114, 'Mykines', 1026, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10115, 'Sandavags', 1026, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10116, 'Sorvags', 1026, 72, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10117, 'Deuba', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10118, 'Korovou', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10119, 'Lami', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10120, 'Namosi', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10121, 'Nausori', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10122, 'Navua', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10123, 'Suva', 1027, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10124, 'Levuka', 1028, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10125, 'Malhaha', 1028, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10126, 'Tubou', 1028, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10127, 'Vunisea', 1028, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10128, 'Korokade', 1029, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10129, 'Labasa', 1029, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10130, 'Savusavu', 1029, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10131, 'Ba', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10132, 'Lautoka', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10133, 'Nadi', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10134, 'Rakiraki', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10135, 'Sigatoka', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10136, 'Tavua', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10137, 'Vatukoula', 1031, 73, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10138, 'Maarianhamina', 1032, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10139, 'Imatra', 1033, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10140, 'Joutseno', 1033, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10141, 'Lappeenranta', 1033, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10142, 'Hyllykallio', 1034, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10143, 'Ilmajoki', 1034, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10144, 'Kauhajoki', 1034, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10145, 'Kurikka', 1034, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10146, 'Lapua', 1034, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10147, 'Seinajoki', 1034, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10148, 'Mikkeli', 1035, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10149, 'Savonlinna', 1035, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10150, 'Loviisa', 1038, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10151, 'Orimattila', 1038, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10152, 'Porvoo', 1038, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10153, 'Kajaani', 1039, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10154, 'Forssa', 1040, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10155, 'Hameenlinna', 1040, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10156, 'Janakkala', 1040, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10157, 'Riihimaki', 1040, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10158, 'Kokkola', 1041, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10159, 'Aanekoski', 1042, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10160, 'Jamsa', 1042, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10161, 'Jyvaskyla', 1042, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10162, 'Keuruu', 1042, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10163, 'Laukaa', 1042, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10164, 'Lieto', 1042, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10165, 'Anjalankoski', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10166, 'Hamina', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10167, 'Kotka', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10168, 'Kouvola', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10169, 'Kuusankoski', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10170, 'Valkeala', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10171, 'Vehkalahti', 1043, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10172, 'Kemi', 1045, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10173, 'Kemijarvi', 1045, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10174, 'Rovaniemi', 1045, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10175, 'Sonka', 1045, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10176, 'Tornio', 1045, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10177, 'Jakobstad', 1047, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10178, 'Oulunsalo', 1047, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10179, 'Heinola', 1049, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10180, 'Hollola', 1049, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10181, 'Lahti', 1049, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10182, 'Nastola', 1049, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10183, 'Kangasala', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10184, 'Lempaala', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10185, 'Nokia', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10186, 'Pirkkala', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10187, 'Sastamala', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10188, 'Tampere', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10189, 'Valkeakoski', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10190, 'Ylojarvi', 1050, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10191, 'Kristiinankaupunki', 1051, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10192, 'Mustasaari', 1051, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10193, 'Pietarsaari', 1051, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10194, 'Uusikarlepyy', 1051, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10195, 'Vaasa', 1051, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10196, 'Joensuu', 1052, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10197, 'Lieksa', 1052, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10198, 'Haukipudas', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10199, 'Kempele', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10200, 'Kuusamo', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10201, 'Muhos', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10202, 'Nivala', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10203, 'Oulainen', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10204, 'Oulu', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10205, 'Raahe', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10206, 'Ylivieska', 1053, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10207, 'Iisalmi', 1054, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10208, 'Kuopio', 1054, 74, 1, '2018-07-20 08:58:08', '2018-07-20 08:58:08'),
(10209, 'Sillinjarvi', 1054, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10210, 'Varkaus', 1054, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10211, 'Saarijarvi', 1055, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10212, 'Eura', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10213, 'Eurajoki', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10214, 'Harjavalta', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10215, 'Huittinen', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10216, 'Kankaanpaa', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10217, 'Kokemaki', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10218, 'Lappi', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10219, 'Nakkila', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10220, 'Noormarkku', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10221, 'Pori', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10222, 'Rauma', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10223, 'Sakyla', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10224, 'Ulvila', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10225, 'Vammala', 1056, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10226, 'Espoo', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10227, 'Hanko', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10228, 'Helsinki', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10229, 'Hyvinkaa', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10230, 'Jarvenpaa', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10231, 'Kauniainen', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10232, 'Kerava', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10233, 'Kirkkonummi', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10234, 'Lohja', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10235, 'Mantsala', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10236, 'Nurmijarvi', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10237, 'Sipoo', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10238, 'Tammisaari', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10239, 'Tuusula', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10240, 'Vantaa', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10241, 'Vihti', 1060, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10242, 'Kaarina', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10243, 'Naantali', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10244, 'Parainen', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10245, 'Raisio', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10246, 'Salo', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10247, 'Turku', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10248, 'Uusikaupunki', 1061, 74, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10249, 'Amberieu-en-Bugey', 1062, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10250, 'Bellegarde-sur-Valserine', 1062, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10251, 'Bourg-en-Bresse', 1062, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10252, 'Oyonnax', 1062, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10253, 'Chateau-Thierry', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10254, 'Chauny', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10255, 'Hirson', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10256, 'Laon', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10257, 'Saint-Quentin', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10258, 'Soissons', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10259, 'Strassbourg', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10260, 'Tergnier', 1063, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10261, 'Cusset', 1065, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10262, 'Montlucon', 1065, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10263, 'Moulins', 1065, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10264, 'Vichy', 1065, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10265, 'Yzeure', 1065, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10266, 'Antibes', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10267, 'Beausoleil', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10268, 'Cagnes-sur-Mer', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10269, 'Cannes', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10270, 'Carros', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10271, 'Grasse', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10272, 'La Trinite', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10273, 'Le Cannet', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10274, 'Mandelieu-la-Napoule', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10275, 'Menton', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10276, 'Mougins', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10277, 'Nice', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10278, 'Roquebrune-Cap-Martin', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10279, 'Saint-Laurent-du-Var', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10280, 'Valbonne', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10281, 'Vallauris', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10282, 'Vence', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10283, 'Villeneuve-Loubet', 1067, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10284, 'Digne-les-Bains', 1068, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10285, 'Manosque', 1068, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10286, 'Adainville', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10287, 'Alby-sur-Cheran', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10288, 'Aubervilliers', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10289, 'Auterive', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10290, 'Baillet', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10291, 'Beaune', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10292, 'Beauzelle', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10293, 'Bonnet De Mure', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10294, 'Bormes-les-Mimosas', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10295, 'Brindas', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10296, 'Burlats', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10297, 'Buzancais', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10298, 'Candillargues', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10299, 'Carry-le-Rouet', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10300, 'Cassis', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10301, 'Cessenon-Sur-Orb', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10302, 'Chanac', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10303, 'Chevigny', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10304, 'Cogolin', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10305, 'Collioure', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10306, 'Cremieu', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10307, 'Drulingen', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10308, 'Ecouen', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10309, 'Eschau', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10310, 'Feignies', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10311, 'Ferus', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10312, 'Fourqueux', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10313, 'Franqueville', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10314, 'Gignac', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10315, 'Gravigny', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10316, 'Hangenbieten', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10317, 'Hunspach', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10318, 'Kilstett', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10319, 'La Chevroliere', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10320, 'La-Fare-Les-Oliviers', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10321, 'Lanvellec', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10322, 'Le Faget', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10323, 'Lesigny', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10324, 'Lesquin', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10325, 'Limonest', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10326, 'Messein', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10327, 'Morgat', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10328, 'Mundolsheim', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10329, 'Nantiat', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10330, 'Niederbronn-les-Bain', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10331, 'Nimes', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10332, 'Opoul', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10333, 'Pance', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10334, 'Peronne', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10335, 'Ploneour Lanvern', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10336, 'Realmont', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10337, 'Reichstett', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10338, 'Saint Aubin', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10339, 'Saint Christophe', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10340, 'Saint Martin d’Here', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10341, 'Saint-Berthevin', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10342, 'Saint-Cergues', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10343, 'Sancerre', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10344, 'Sarzeau', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10345, 'Seltz', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10346, 'Seyssins', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10347, 'Souffelweyersheim', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10348, 'Vireux-Molhain', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10349, 'Voves', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10350, 'Wambrechies', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10351, 'Wervocq Sud', 1069, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10352, 'Abzac', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10353, 'Bidart', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10354, 'Biganos', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10355, 'Buzet-sur-Baise', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10356, 'Coursac', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10357, 'Hasparren', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10358, 'Landiras', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10359, 'Le Haillan', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10360, 'Ledat', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10361, 'Martillac', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10362, 'Puyoo', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10363, 'Saint-Jean-dIllac', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10364, 'Seignosse', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10365, 'Tresses', 1070, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10366, 'Annonay', 1071, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10367, 'Aubenas', 1071, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10368, 'Guilherand-Granges', 1071, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10369, 'Privas', 1071, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10370, 'Tournon-sur-Rhone', 1071, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10371, 'Charleville-Mezieres', 1072, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10372, 'Les Hautes-Rivieres', 1072, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10373, 'Revin', 1072, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10374, 'Sedan', 1072, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10375, 'Foix', 1073, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10376, 'Pamier', 1073, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10377, 'Bar-sur-Seine', 1074, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10378, 'Romilly-sur-Seine', 1074, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10379, 'Saint-Andre-les-Vergers', 1074, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10380, 'Sainte-Savine', 1074, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10381, 'Troyes', 1074, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10382, 'Carcassonne', 1075, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10383, 'Castelnaudary', 1075, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10384, 'Limoux', 1075, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10385, 'Narbonne', 1075, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10386, 'Ambert', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10387, 'Creuzier-le-Vieux', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10388, 'Ferrieres', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10389, 'Peschadoires', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10390, 'Riotord', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10391, 'Saint-Pal-de-Chalencon', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10392, 'Saint-Romain-Lachalm', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10393, 'Saint-Vidal', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10394, 'Sainte-Sigolene', 1076, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10395, 'Millau', 1077, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10396, 'Onet-le-Chataeu', 1077, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10397, 'Rodez', 1077, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10398, 'Villefranche-de-Rouergue', 1077, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10399, 'Bischheim', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10400, 'Bischwiller', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10401, 'Haguenau', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10402, 'Hoenheim', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10403, 'Illkirch-Graffenstaden', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10404, 'Lingolsheim', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10405, 'Obernai', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10406, 'Ostwald', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10407, 'Saverne', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10408, 'Schiltigheim', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10409, 'Selestat', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10410, 'Strasbourg', 1078, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10411, 'Deauville', 1079, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10412, 'Aix-en-Provence', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10413, 'Allauch', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10414, 'Arles', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10415, 'Aubagne', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10416, 'Berre-l Etang', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10417, 'Bouc-Bel-Air', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10418, 'Chateauneuf-les-Martigues', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10419, 'Chateaurenard', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10420, 'Fos-sur-Mer', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10421, 'Gardanne', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10422, 'Istres', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10423, 'La Ciotat', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10424, 'Les Pennes-Mirabeau', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10425, 'Maillane', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10426, 'Marignane', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10427, 'Marseille', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10428, 'Martigues', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10429, 'Miramas', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10430, 'Plan-de-Cuques', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10431, 'Port-de-Bouc', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10432, 'Rognac', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10433, 'Saint-Martin-de-Crau', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10434, 'Saint-Remy-de-Provence', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10435, 'Salon-de-Provence', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10436, 'Septemes-les-Vallons', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10437, 'Tarascon', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10438, 'Vitrolles', 1080, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10439, 'Migennes', 1081, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10440, 'Javene', 1082, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10441, 'Plouha', 1082, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10442, 'Brehan', 1083, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10443, 'Broons', 1083, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10444, 'Guipry', 1083, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(10445, 'Miniac-Morvan', 1083, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10446, 'Ploudaniel', 1083, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10447, 'Vern-sur-Seiche', 1083, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10448, 'Aillant-sur-Tholon', 1084, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10449, 'Bayeux', 1085, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10450, 'Caen', 1085, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10451, 'Herouville-Saint-Clair', 1085, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10452, 'Lisieux', 1085, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10453, 'Mondeville', 1085, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10454, 'Vire', 1085, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10455, 'Aurillac', 1086, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10456, 'Brumath', 1087, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10457, 'Courtaboeuf', 1087, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10458, 'Iregny', 1087, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10459, 'cedex', 1087, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10460, 'Azay-le-Rideau', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10461, 'Chevillon-sur-Huillard', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10462, 'Cloyes-sur-le-Loir', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10463, 'Gellainville', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10464, 'La Chaussse-Saint-Victor', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10465, 'La Ville-aux-Clercs', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10466, 'Ladon', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10467, 'Le Chatelet', 1088, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10468, 'Angouleme', 1089, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10469, 'Cognac', 1089, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10470, 'Lencloitre', 1089, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10471, 'Soyaux', 1089, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10472, 'La Rochelle', 1090, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10473, 'Rochefort', 1090, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10474, 'Royan', 1090, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10475, 'Saintes', 1090, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10476, 'Bourges', 1091, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10477, 'Saint-Amand-Montrond', 1091, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10478, 'Saint-Doulchard', 1091, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10479, 'Vierzon', 1091, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10480, 'Brive-la-Gaillarde', 1092, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10481, 'Tulle', 1092, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10482, 'Ussel', 1092, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10483, 'Ajaccio', 1093, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10484, 'Porto-Vecchio', 1093, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10485, 'Beaune', 1094, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10486, 'Chenove', 1094, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10487, 'Dijon', 1094, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10488, 'Quetigny', 1094, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10489, 'Talant', 1094, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10490, 'Dinan', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10491, 'Lamballe', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10492, 'Lannion', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10493, 'Loudeac', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10494, 'Plerin', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10495, 'Ploufragan', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10496, 'Saint-Brieuc', 1095, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10497, 'Gueret', 1096, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10498, 'Crolles', 1097, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10499, 'Bressuire', 1098, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10500, 'Niort', 1098, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10501, 'Parthenay', 1098, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10502, 'Thouars', 1098, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10503, 'Bergerac', 1099, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10504, 'Perigueux', 1099, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10505, 'Sarlat-la-Caneda', 1099, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10506, 'Audincourt', 1100, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10507, 'Besancon', 1100, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10508, 'Beure', 1100, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10509, 'Montbeliard', 1100, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10510, 'Pontarlier', 1100, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10511, 'Valentigney', 1100, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10512, 'Bourg-les-Valence', 1101, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10513, 'Montelimar', 1101, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10514, 'Pierrelatte', 1101, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10515, 'Romans-sur-Isere', 1101, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10516, 'Valence', 1101, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10517, 'Athis-Mons', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10518, 'Bretigny-sur-Orge', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10519, 'Brunoy', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10520, 'Bures-sur-Yvette', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10521, 'Chilly-Mazarin', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10522, 'Corbeil-Essonnes', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10523, 'Courcouronnes', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10524, 'Dourdan', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10525, 'Draveil', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10526, 'Epinay-sous-Senart', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10527, 'Epinay-sur-Orge', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10528, 'Etampes', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10529, 'Evry', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10530, 'Fleury-Merogis', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10531, 'Gif-sur-Yvette', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10532, 'Grigny', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10533, 'Igny', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10534, 'Juvisy-sur-Orge', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10535, 'Les Ulis', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10536, 'Longjumeau', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10537, 'Massy', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10538, 'Mennecy', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10539, 'Montgeron', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10540, 'Morangis', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10541, 'Morsang-sur-Orge', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10542, 'Orsay', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10543, 'Palaiseau', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10544, 'Ris-Orangis', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10545, 'Saint-Michel-sur-Orge', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10546, 'Sainte-Genevieve-des-Bois', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10547, 'Savigny-sur-Orge', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10548, 'Verrieres-le-Buisson', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10549, 'Vigneux-sur-Seine', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10550, 'Villebon-sur-Yvette', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10551, 'Viry-Chatillon', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10552, 'Yerres', 1102, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10553, 'Bernay', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10554, 'Evreux', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10555, 'Gisors', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10556, 'Louviers', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10557, 'Pont-Audemer', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10558, 'Val-de-Reuil', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10559, 'Vernon', 1103, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10560, 'Chartres', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10561, 'Chateaudun', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10562, 'Dreux', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10563, 'Luce', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10564, 'Mainvillier', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10565, 'Nogent-le-Rotrou', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10566, 'Vernouillet', 1104, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10567, 'Feucherolles', 1105, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10568, 'Brest', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10569, 'Concarneau', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10570, 'Douarnenez', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10571, 'Guipavas', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10572, 'Landerneau', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10573, 'Le Relecq-Kerhoun', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10574, 'Morlaix', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10575, 'Plougastel-Daoulas', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10576, 'Plouzane', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10577, 'Quimper', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10578, 'Quimperle', 1106, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10579, 'Charquemont', 1107, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10580, 'Chemaudin', 1107, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10581, 'Pelousey', 1107, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10582, 'Perrigny', 1107, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10583, 'Pirey', 1107, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10584, 'Villers-le-Lac', 1107, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10585, 'Ales', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10586, 'Bagnols-sur-Ceze', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10587, 'Beaucaire', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10588, 'Nimes', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10589, 'Pont-Saint-Esprit', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10590, 'Saint-Gilles', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10591, 'Vauvert', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10592, 'Villeneuve-les-Avignon', 1108, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10593, 'Auch', 1109, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10594, 'Beraut', 1109, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10595, 'Ambares-et-Lagrave', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10596, 'Arcachon', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10597, 'Begles', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10598, 'Blanquefort', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10599, 'Bordeaux', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10600, 'Bruges', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10601, 'Cenon', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10602, 'Cestas', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10603, 'Eysines', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10604, 'Floirac', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10605, 'Gradignan', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10606, 'Gujan-Mestras', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10607, 'La Teste-de-Buch', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10608, 'Le Bouscat', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10609, 'Libourne', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10610, 'Lormont', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10611, 'Merignac', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10612, 'Pessac', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10613, 'Saint-Medard-en-Jalles', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10614, 'Talence', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10615, 'Villenave-d Ornon', 1110, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10616, 'Cernay', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10617, 'Colmar', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10618, 'Guebwiller', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10619, 'Illzach', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10620, 'Kingersheim', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10621, 'Mulhouse', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10622, 'Riediesheim', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10623, 'Rixheim', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10624, 'Saint-Louis', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10625, 'Wittelsheim', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10626, 'Wittenheim', 1111, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10627, 'Bastia', 1112, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10628, 'Balma', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10629, 'Blagnac', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10630, 'Colomiers', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10631, 'Cugnaux', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10632, 'L Union', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10633, 'Muret', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10634, 'Plaisance-du-Touch', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10635, 'Ramonville-Saint-Agne', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10636, 'Saint-Gaudens', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10637, 'Saint-Orens-de-Gameville', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10638, 'Toulouse', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10639, 'Tournefeuille', 1113, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10640, 'Blanzac', 1114, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10641, 'Le Puy-en-Velay', 1114, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10642, 'Chaumont', 1115, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10643, 'Langres', 1115, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10644, 'Saint-Dizier', 1115, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10645, 'Hericourt', 1116, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10646, 'Lure', 1116, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10647, 'Luxeuil-les-Bains', 1116, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10648, 'Vesoul', 1116, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10649, 'Annecy', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10650, 'Annecy-le-Vieux', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10651, 'Annemasse', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10652, 'Archamps', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10653, 'Bonneville', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10654, 'Chamonix-Mont-Blanc', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10655, 'Cluses', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10656, 'Contamine sur Arve', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10657, 'Cran-Gevrier', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10658, 'Passy', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10659, 'Rumilly', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10660, 'Sallanches', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10661, 'Seynod', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10662, 'Thonon-les-Bains', 1117, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10663, 'Gaillard', 1118, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10664, 'Limoges', 1118, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10665, 'Saint-Junien', 1118, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10666, 'Briancon', 1119, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10667, 'Gap', 1119, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10668, 'Lourdes', 1120, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10669, 'Tarbes', 1120, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10670, 'Antony', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10671, 'Asnieres-sur-Seine', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10672, 'Bagneux', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10673, 'Bois-Colombes', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10674, 'Boulogne-Billancourt', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10675, 'Bourg-la-Reine', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10676, 'Chatenay-Malabry', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10677, 'Chatillon', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10678, 'Chaville', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10679, 'Clamart', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10680, 'Clichy', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10681, 'Colombes', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10682, 'Courbevoie', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10683, 'Fontenay-aux-Roses', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10684, 'Garches', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10685, 'Gennevillers', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10686, 'Issy-les-Moulineaux', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10687, 'La Garenne-Colombes', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10688, 'Le Plessis-Robinson', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10689, 'Levallois-Perret', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10690, 'Malakoff', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10691, 'Meudon', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10692, 'Montrouge', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10693, 'Nanterre', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10694, 'Neuilly-sur-Seine', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10695, 'Puteaux', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10696, 'Rueil-Malmaison', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10697, 'Saint-Cloud', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10698, 'Sceaux', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10699, 'Sevres', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10700, 'Suresnes', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10701, 'Vanves', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10702, 'Ville-d Avray', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10703, 'Villeneuve-la-Garenne', 1121, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10704, 'Agde', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10705, 'Beziers', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10706, 'Castelnau-le-Lez', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10707, 'Frontignan', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10708, 'Lattes', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10709, 'Lunel', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10710, 'Mauguio', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10711, 'Montpellier', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10712, 'Sete', 1122, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10713, 'Champagne-sur-Oise', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10714, 'Croissy-Beaubourg', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10715, 'Gennevilliers', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10716, 'Le Mesnil-le-Roi', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10717, 'Le Plessis-Bouchard', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10718, 'Rebais', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10719, 'Saint-Thibault-des-Vignes', 1123, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10720, 'Cesson-Sevigne', 1124, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10721, 'Dinard', 1124, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10722, 'Fougeres', 1124, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10723, 'Rennes', 1124, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10724, 'Saint-Malo', 1124, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10725, 'Vitre', 1124, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10726, 'Chateauroux', 1125, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10727, 'Issoudun', 1125, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10728, 'Amboise', 1126, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10729, 'Joue-les-Tours', 1126, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10730, 'Saint-Avertin', 1126, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10731, 'Saint-Cyr-sur-Loire', 1126, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10732, 'Saint-Pierre-des-Corps', 1126, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10733, 'Tours', 1126, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10734, 'Bourgoin-Jallieu', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10735, 'Crolles', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10736, 'Echirolles', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10737, 'Fontaine', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10738, 'Grenoble', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10739, 'Le Pont-de-Claix', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10740, 'Meylan', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10741, 'Saint-Egreve', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10742, 'Saint-Martin-d Heres', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10743, 'Seyssinet-Pariset', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10744, 'Vienne', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10745, 'Villefontaine', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10746, 'Voiron', 1127, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10747, 'Champagnole', 1128, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10748, 'Dole', 1128, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10749, 'Lons-le-Saunier', 1128, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10750, 'Saint-Claude', 1128, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10751, 'Sebastiangasse', 1129, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10752, 'Biscarrosse', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10753, 'Dax', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10754, 'Hagetmau', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10755, 'Landes', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10756, 'Mont-de-Marsan', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10757, 'Saint-Paul-les-Dax', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10758, 'Tarnos', 1130, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10759, 'Codolet', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10760, 'Cuxac-d Aude', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10761, 'Gigean', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10762, 'Grabels', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10763, 'Lamalou-les-Bains', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10764, 'Perols', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10765, 'Peyrens', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10766, 'Tuchan', 1131, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10767, 'Larcay', 1132, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10768, 'Voutezac', 1135, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10769, 'Blois', 1136, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10770, 'Romorantin-Lanthenay', 1136, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10771, 'Vendome', 1136, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10772, 'Andrezieux-Boutheon', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10773, 'Firminy', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10774, 'La Ricamarie', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10775, 'Le Chambon-Feugerolles', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10776, 'Montbrison', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10777, 'Riorges', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10778, 'Rive-de-Gier', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10779, 'Roanne', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10780, 'Roche-la-Moliere', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10781, 'Saint-Chamond', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10782, 'Saint-Etienne', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10783, 'Saint-Just-Saint-Rambert', 1137, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10784, 'Bouguenais', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10785, 'Carquefou', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10786, 'Chateaubriant', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10787, 'Coueron', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10788, 'Guerande', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10789, 'La Baule-Escoublac', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10790, 'La Chapelle-sur-Erdre', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10791, 'Nantes', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10792, 'Orvault', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10793, 'Reze', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10794, 'Saint Etienne de Mer Morte', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10795, 'Saint-Herblain', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10796, 'Saint-Nazaire', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10797, 'Saint-Sebastien-sur-Loire', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10798, 'Sainte-Luce-sur-Loire', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10799, 'Vertou', 1138, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10800, 'Amilly', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10801, 'Chalette-sur-Loing', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10802, 'Fleury-les-Aubrais', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10803, 'Gien', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10804, 'Montargis', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10805, 'Olivet', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10806, 'Orleans', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10807, 'Pithiviers', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10808, 'Saint-Jean-de-Braye', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10809, 'Saint-Jean-de-la-Ruelle', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10810, 'Saran', 1139, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10811, 'Montbronn', 1140, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10812, 'Cahors', 1141, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10813, 'Figeac', 1141, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10814, 'Agen', 1142, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10815, 'Le Passage', 1142, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10816, 'Marmande', 1142, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10817, 'Tonneins', 1142, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10818, 'Villeneuve-sur-Lot', 1142, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10819, 'Mende', 1144, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10820, 'Angers', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10821, 'Avrille', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10822, 'Cholet', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10823, 'Les Ponts-de-Ce', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10824, 'Saint-Barthelemy-d Anjou', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10825, 'Saumur', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10826, 'Torfou', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10827, 'Trelaze', 1145, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10828, 'Cherbourg', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10829, 'Coutances', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10830, 'Equeurdreville-Hainneville', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10831, 'Granville', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10832, 'Octeville', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10833, 'Saint-Lo', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10834, 'Tourlaville', 1146, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10835, 'Chalons-en-Champagne', 1147, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10836, 'Epernay', 1147, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10837, 'Reims', 1147, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10838, 'Tinqueux', 1147, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10839, 'Vitry-le-Francois', 1147, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10840, 'Chateau-Gontier', 1148, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10841, 'Laval', 1148, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10842, 'Mayenne', 1148, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10843, 'Montsurs', 1148, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10844, 'Dombasle-sur-Meurthe', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10845, 'Jarville-la-Malgrange', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10846, 'Laxou', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10847, 'Longwy', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10848, 'Luneville', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10849, 'Nancy', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10850, 'Pont-a-Mousson', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10851, 'Saint-Max', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10852, 'Toul', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10853, 'Vandoeuvre-les-Nancy', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10854, 'Villers-les-Nancy', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10855, 'Villerupt', 1149, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10856, 'Bar-le-Duc', 1150, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10857, 'Verdun', 1150, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10858, 'Boissezon', 1151, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10859, 'Hauterive', 1151, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10860, 'Launaguet', 1151, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10861, 'Mauleon', 1151, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10862, 'Maurens-Scopont', 1151, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10863, 'Auray', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10864, 'Guidel', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10865, 'Hennebont', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10866, 'Lanester', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10867, 'Lorient', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10868, 'Ploemeur', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10869, 'Pontivy', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10870, 'Vannes', 1152, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10871, 'Amneville', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10872, 'Behren-les-Forbach', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10873, 'Creutzwald', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10874, 'Fameck', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10875, 'Florange', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10876, 'Forbach', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10877, 'Freyming-Merlebach', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10878, 'Hagondange', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10879, 'Hayange', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10880, 'Hombourg-Haut', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10881, 'Maizieres-les-Metz', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10882, 'Marly', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10883, 'Metz', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10884, 'Montigny-les-Metz', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10885, 'Moyeuvre-Grande', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10886, 'Rombas', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10887, 'Saint-Avold', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10888, 'Sarrebourg', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10889, 'Sarreguemines', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10890, 'Stiring-Wendel', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10891, 'Thionville', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10892, 'Uckange', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10893, 'Woippy', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10894, 'Yutz', 1153, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10895, 'Cosne-Cours-sur-Loire', 1154, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10896, 'Nevers', 1154, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10897, 'Varennes-Vauzelles', 1154, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10898, 'Aniche', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10899, 'Annoeullin', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10900, 'Anzin', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10901, 'Armentieres', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10902, 'Aulnoye-Aymeries', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10903, 'Bailleul', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10904, 'Bondues', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10905, 'Bruay-sur-l Escaut', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10906, 'Cambrai', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10907, 'Cappelle-la-Grande', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10908, 'Caudry', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10909, 'Comines', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10910, 'Conde-sur-l Escaut', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10911, 'Coudekerque-Branche', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10912, 'Croix', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10913, 'Denain', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10914, 'Douai', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10915, 'Douchy-les-Mines', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10916, 'Dunkerque', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10917, 'Escaudain', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10918, 'Fache-Thumesnil', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10919, 'Fourmies', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10920, 'Grande-Synthe', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10921, 'Graveline', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10922, 'Halluin', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10923, 'Haubourdin', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10924, 'Hautmont', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10925, 'Hazebrouck', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10926, 'Hem', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10927, 'Hulluch', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10928, 'Jeumont', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10929, 'La Madeleine', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10930, 'Lambersart', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10931, 'Leers', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10932, 'Lille', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10933, 'Lomme', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10934, 'Loos', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10935, 'Lys-lez-Lannoy', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10936, 'Marcq-en-Baroeul', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10937, 'Marennes', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10938, 'Marly', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10939, 'Marquette-lez-Lille', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10940, 'Maubeuge', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10941, 'Merville', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10942, 'Mons-en-Baroeul', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10943, 'Mouvaux', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10944, 'Neuville-en-Ferrain', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10945, 'Onnaing', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10946, 'Raismes', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10947, 'Ronchin', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10948, 'Roncq', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10949, 'Roubaix', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10950, 'Saint-Amand-les-Eaux', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10951, 'Saint-Andre-lez-Lille', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10952, 'Saint-Pol-sur-Mer', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10953, 'Saint-Saulve', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10954, 'Seclin', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10955, 'Sin-le-Noble', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10956, 'Somain', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10957, 'Tourcoing', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10958, 'Valenciennes', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10959, 'Vieux-Conde', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10960, 'Villeneuve-d Ascq', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10961, 'Wasquehal', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10962, 'Wattignies', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10963, 'Wattrelos', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10964, 'Waziers', 1155, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10965, 'Esquelbecq', 1156, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10966, 'Beauvais', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10967, 'Chantilly', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10968, 'Clermont', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10969, 'Compiegne', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10970, 'Creil', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10971, 'Crepy-en-Valois', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10972, 'Gouvieux', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10973, 'Meru', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10974, 'Montataire', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10975, 'Nogent-sur-Oise', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10976, 'Noyon', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10977, 'Pont-Sainte-Maxence', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10978, 'Senlis', 1157, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10979, 'Alencon', 1158, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10980, 'Argentan', 1158, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10981, 'Flers', 1158, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10982, 'L Aigle', 1158, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10983, 'Paris', 1159, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10984, 'Aire-sur-la-Lys', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10985, 'Arras', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10986, 'Auchel', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10987, 'Avion', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10988, 'Berck', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10989, 'Bethune', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10990, 'Boulogne-sur-Mer', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10991, 'Bruay-la-Brussiere', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10992, 'Bully-les-Mines', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10993, 'Calais', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10994, 'Carvin', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10995, 'Courrieres', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10996, 'Etaples', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10997, 'Harnes', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10998, 'Henin-Beaumont', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(10999, 'Le Portel', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11000, 'Lens', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11001, 'Libercourt', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11002, 'Lievin', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11003, 'Lillers', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11004, 'Longuenesse', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11005, 'Marck', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11006, 'Mericourt', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11007, 'Montigny-en-Gohelle', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11008, 'Noeux-les-Mines', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11009, 'Oignies', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11010, 'Outreau', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11011, 'Rouvroy', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11012, 'Saint-Martin-Boulogne', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11013, 'Saint-Omer', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11014, 'Sallaumines', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11015, 'Vendin-le-Vieil', 1160, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11016, 'Loiron', 1162, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11017, 'Marolles-les-Braults', 1162, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11018, 'Mortagne-sur-Sevre', 1162, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11019, 'Mouzillon', 1162, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11020, 'Noirmoutier-en-l Île', 1162, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11021, 'Friville', 1163, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11022, 'Liancourt', 1163, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11023, 'Maizy', 1163, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11024, 'Oust-Marest', 1163, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11025, 'Puiseux-le-Hauberger', 1163, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11026, 'Saint-Crepin-Ibouvillers', 1163, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11027, 'Aubiere', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11028, 'Beaumont', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11029, 'Chamalieres', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11030, 'Clermont-Ferrand', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11031, 'Cournon-d Auvergne', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11032, 'Gerzat', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11033, 'Issoire', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11034, 'Riom', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11035, 'Thiers', 1164, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11036, 'Anglet', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11037, 'Bayonne', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11038, 'Biarritz', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11039, 'Billere', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11040, 'Hendaye', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11041, 'Lons', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11042, 'Oloron-Sainte-Marie', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11043, 'Orthez', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11044, 'Pau', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11045, 'Saint-Jean-de-Luz', 1165, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11046, 'Perpignan', 1166, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11047, 'Saint-Esteve', 1166, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11048, 'Quelmes', 1167, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11049, 'Brignais', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11050, 'Bron', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11051, 'Caluire-et-Cuire', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11052, 'Decines-Charpieu', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11053, 'Ecully', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11054, 'Francheville', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11055, 'Genas', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11056, 'Genay', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11057, 'Givors', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11058, 'Lyon', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11059, 'Meyzieu', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11060, 'Mions', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11061, 'Oullins', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11062, 'Pierre-Benite', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11063, 'Rillieux-la-Pape', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11064, 'Saint-Fons', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11065, 'Saint-Genis-Laval', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(11066, 'Saint-Priest', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11067, 'Sainte-Foy-les-Lyon', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11068, 'Tarare', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11069, 'Tassin-la-Demi-Lune', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11070, 'Vaulx-en-Velin', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11071, 'Venissieux', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11072, 'Villefranche-sur-Saone', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11073, 'Villeurbanne', 1168, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11074, 'Beauvoir-en-Royans', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11075, 'Belley', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11076, 'Bons-en-Chablais', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11077, 'Chalain-d Uzore', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11078, 'Chassieu', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11079, 'Chavanod', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11080, 'Chazay-d-Azergues', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11081, 'Chimilin', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11082, 'Civrieux-d Azergues', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11083, 'Corbas', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11084, 'Courzieu', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11085, 'Dardilly', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11086, 'Guereins', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11087, 'Izernore', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11088, 'La Talaudiere', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11089, 'La Tronche', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11090, 'La Verpilliere', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11091, 'Le Cheylard', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11092, 'Le Cheylas', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11093, 'Mery', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11094, 'Moirans', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11095, 'Montalieu-Vercieu', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11096, 'Montmiral', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11097, 'Peronnas', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11098, 'Poncin', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11099, 'Quincie-en-Beaujolais', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11100, 'Saint-Quentin-sur-Isere', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11101, 'Sainte Agathe la Bouteresse', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11102, 'Sainte-Consorce', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11103, 'Sisteron', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11104, 'Trevoux', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11105, 'Villard-Bonnot', 1169, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11106, 'Autun', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11107, 'Chalon-sur-Saone', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11108, 'Digoin', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11109, 'Gueugnon', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11110, 'Le Creusot', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11111, 'Macon', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11112, 'Montceau-les-Mines', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11113, 'Paray-le-Monial', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11114, 'Saint-Vallier', 1172, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11115, 'Allonnes', 1173, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11116, 'La Ferte-Bernard', 1173, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11117, 'La Fleche', 1173, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11118, 'Le Mans', 1173, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11119, 'Sable-sur-Sarthe', 1173, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11120, 'Aix-les-Bains', 1174, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11121, 'Albertville', 1174, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11122, 'Chambery', 1174, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11123, 'La Motte-Servolex', 1174, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11124, 'Saint-Jean-de-Maurienne', 1174, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11125, 'Barentin', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11126, 'Bihorel', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11127, 'Bois-Guillaume', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11128, 'Bolbec', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11129, 'Canteleu', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11130, 'Caudebec-les-Elbeuf', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11131, 'Darnetal', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11132, 'Deville-les-Rouen', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11133, 'Dieppe', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11134, 'Elbeuf', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11135, 'Fecamp', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11136, 'Gonfreville-l Orcher', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11137, 'Grand-Couronne', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11138, 'Harfleur', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11139, 'Le Grand-Quevilly', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11140, 'Le Havre', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11141, 'Le Petit-Quevilly', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11142, 'Lillebonne', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11143, 'Maromme', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11144, 'Mont-Saint-Aignan', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11145, 'Montivilliers', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11146, 'Notre-Dame-de-Gravenchon', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11147, 'Oissel', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11148, 'Rouen', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11149, 'Saint-Etienne-du-Rouvray', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11150, 'Sotteville-les-Rouen', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11151, 'Yvetot', 1175, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11152, 'Aubervillers', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11153, 'Aulnay-sous-Bois', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11154, 'Bagnolet', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11155, 'Bobigny', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11156, 'Bondy', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11157, 'Clichy-sous-Bois', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11158, 'Drancy', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11159, 'Epinay-sur-Seine', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11160, 'Gagny', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11161, 'La Courneuve', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11162, 'Le Blanc-Mesnil', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11163, 'Le Bourget', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11164, 'Le Pre-Saint-Gervais', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11165, 'Le Raincy', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11166, 'Les Lilas', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11167, 'Les Pavillons-sous-Bois', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11168, 'Livry-Gargan', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11169, 'Montfermeil', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11170, 'Montreuil', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11171, 'Neuilly-Plaisance', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11172, 'Neuilly-sur-Marne', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11173, 'Noisy-le-Grand', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11174, 'Noisy-le-Sec', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11175, 'Pantin', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11176, 'Pierrefitte-sur-Seine', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11177, 'Romainville', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11178, 'Rosny-sous-Bois', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11179, 'Saint-Denis', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11180, 'Saint-Ouen', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11181, 'Sevran', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11182, 'Stains', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11183, 'Tremblay-en-France', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11184, 'Villemomble', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11185, 'Villepinte', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11186, 'Villetaneuse', 1176, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11187, 'Avon', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11188, 'Brie-Comte-Robert', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11189, 'Champs-sur-Marne', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11190, 'Chelles', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11191, 'Claye-Souilly', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11192, 'Combs-la-Ville', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11193, 'Coulommiers', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11194, 'Dammarie-les-Lys', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11195, 'Fontainebleau', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11196, 'Lagny-sur-Marne', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11197, 'Le Mee-sur-Seine', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11198, 'Lognes', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11199, 'Meaux', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11200, 'Melun', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11201, 'Mitry-Mory', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11202, 'Moissy-Cramayel', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11203, 'Montereau-Fault-Yonne', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11204, 'Nemours', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11205, 'Noisiel', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11206, 'Ozoir-la-Ferriere', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11207, 'Pontault-Combault', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11208, 'Provins', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11209, 'Roissy-en-Brie', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11210, 'Saint-Fargeau-Ponthierry', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11211, 'Savigny-le-Temple', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11212, 'Torcy', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11213, 'Vaires-sur-Marne', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11214, 'Veneux', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11215, 'Villeparisis', 1177, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11216, 'Abbeville', 1178, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11217, 'Albert', 1178, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11218, 'Amiens', 1178, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11219, 'Souvans', 1180, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11220, 'Albi', 1181, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11221, 'Carmaux', 1181, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11222, 'Castres', 1181, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11223, 'Gaillac', 1181, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11224, 'Graulhet', 1181, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11225, 'Mazamet', 1181, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11226, 'Castelsarassin', 1182, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11227, 'Moissac', 1182, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11228, 'Montauban', 1182, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11229, 'Chamberet', 1184, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11230, 'Argenteuil', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11231, 'Arnouville-les-Gonesse', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11232, 'Beauchamps', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11233, 'Bezons', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11234, 'Cergy', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11235, 'Cormeilles-en-Parisis', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11236, 'Deuil-la-Barre', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11237, 'Domont', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11238, 'Eaubonne', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11239, 'Enghien-les-Bains', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11240, 'Eragny', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11241, 'Ermont', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11242, 'Ezanville', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11243, 'Fosses', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11244, 'Franconville', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11245, 'Garges-les-Gonesse', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11246, 'Gonesse', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11247, 'Goussainville', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11248, 'Herblay', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11249, 'Jouy-le-Moutier', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11250, 'L Isle-Adam', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11251, 'Montigny-les-Cormeilles', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11252, 'Montmagny', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11253, 'Montmorency', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11254, 'Osny', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11255, 'Persan', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11256, 'Pontoise', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11257, 'Saint-Brice-sous-Foret', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11258, 'Saint-Gratien', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11259, 'Saint-Leu-la-Foret', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11260, 'Saint-Ouen-l Aumone', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11261, 'Sannois', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11262, 'Sarcelles', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11263, 'Soisy-sous-Montmorency', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11264, 'Taverny', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11265, 'Vaureal', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11266, 'Villiers-le-Bel', 1186, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11267, 'Alfortville', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11268, 'Arcueil', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11269, 'Boissy-Saint-Leger', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11270, 'Bonneuil', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11271, 'Bry-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11272, 'Cachan', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11273, 'Champigny-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11274, 'Charenton-le-Pont', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11275, 'Chennevieres-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11276, 'Chevilly-Larue', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11277, 'Choisy-le-Roi', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11278, 'Creteil', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11279, 'Fontenay-sous-Bois', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11280, 'Fresnes', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11281, 'Gentilly', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11282, 'Ivry-sur-Seine', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11283, 'Joinville-le-Pont', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11284, 'L Hay-les-Roses', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11285, 'La Queue-en-Brie', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11286, 'Le Kremlin-Bicetre', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11287, 'Le Perreux-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11288, 'Le Plessis-Trevise', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11289, 'Limeil-Brevannes', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11290, 'Maisons-Alfort', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11291, 'Nogent-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11292, 'Orly', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11293, 'Ormesson-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11294, 'Saint-Mande', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11295, 'Saint-Maur-des-Fosses', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11296, 'Saint-Maurice', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11297, 'Sucy-en-Brie', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11298, 'Thiais', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11299, 'Valenton', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11300, 'Villejuif', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11301, 'Villeneuve-Saint-Georges', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11302, 'Villeneuve-le-Roi', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11303, 'Villiers-sur-Marne', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11304, 'Vincennes', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11305, 'Vitry-sur-Seine', 1187, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11306, 'Brignoles', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11307, 'Draguignan', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11308, 'Frejus', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11309, 'Hyeres', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11310, 'La Crau', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11311, 'La Garde', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11312, 'La Seyne-sur-Mer', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11313, 'La Valette-du-Var', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11314, 'Le Pradet', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11315, 'Ollioules', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11316, 'Roquebrune-sur-Argens', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11317, 'Saint-Maximin-la-Sainte-Baume', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11318, 'Saint-Raphael', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11319, 'Sainte-Maxime', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11320, 'Sanary-sur-Mer', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11321, 'Six-Fours-les-Plages', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11322, 'Sollies-Pont', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11323, 'Toulon', 1188, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11324, 'Apt', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11325, 'Avignon', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11326, 'Bollene', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11327, 'Carpentras', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11328, 'Cavaillon', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11329, 'L Isle-sur-la-Sorgue', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11330, 'Le Pontet', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11331, 'Orange', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11332, 'Pertuis', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11333, 'Sorgues', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11334, 'Valreas', 1189, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11335, 'Vellise', 1190, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11336, 'Challans', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11337, 'Chateau-d Olonne', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11338, 'Fontenay-le-Comte', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11339, 'La Chasnis', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11340, 'La Roche-sur-Yon', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11341, 'Les Herbiers', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11342, 'Les Sables-d Olonne', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11343, 'Longeville-sur-Mer', 1191, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11344, 'Chatellerault', 1192, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11345, 'Poitiers', 1192, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11346, 'Epinal', 1193, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11347, 'Gerardmer', 1193, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11348, 'Remiremont', 1193, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11349, 'Saint-Die', 1193, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11350, 'Auxerre', 1194, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11351, 'Avallon', 1194, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11352, 'Joigny', 1194, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11353, 'Sens', 1194, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11354, 'Acheres', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11355, 'Andresy', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11356, 'Aubergenville', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11357, 'Bois-d Arcy', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11358, 'Carrieres-sous-Poissy', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11359, 'Carrieres-sur-Seine', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11360, 'Chanteloup-les-Vignes', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11361, 'Chatou', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11362, 'Conflans-Sainte-Honorine', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11363, 'Croissy-sur-Seine', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11364, 'Elancourt', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11365, 'Fontenay-le-Fleury', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11366, 'Guyancourt', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11367, 'Houilles', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11368, 'La Celle-Saint-Cloud', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11369, 'Le Chesnay', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11370, 'Le Pecq', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11371, 'Le Vesinet', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11372, 'Les Clayes-sous-Bois', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11373, 'Les Mureaux', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11374, 'Limay', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11375, 'Maisons-Laffitte', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11376, 'Mantes-la-Jolie', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11377, 'Mantes-la-Ville', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11378, 'Marly-le-Roi', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11379, 'Maurepas', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11380, 'Montesson', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11381, 'Montigny-le-Bretonneux', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11382, 'Plaisir', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11383, 'Poissy', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11384, 'Rambouillet', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11385, 'Saint-Cyr-l Ecole', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11386, 'Saint-Germain-en-Laye', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11387, 'Sartrouville', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11388, 'Trappes', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11389, 'Triel-sur-Seine', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11390, 'Velizy-Villacoublay', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11391, 'Verneuil-sur-Seine', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11392, 'Versailles', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11393, 'Viroflay', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11394, 'Voisins-le-Bretonneux', 1195, 75, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11395, 'Camopi', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11396, 'Cayenne', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11397, 'Iracoubo', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11398, 'Kourou', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11399, 'Macouria', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11400, 'Matoury', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11401, 'Remire-Montjoly', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11402, 'Roura', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11403, 'Saint-Georges', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11404, 'Sinnamary', 1196, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11405, 'Apatou', 1197, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11406, 'Grand-Santi', 1197, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11407, 'Mana', 1197, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11408, 'Maripasoula', 1197, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11409, 'Saint-Laurent-du-Maroni', 1197, 76, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11410, 'Atuona', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11411, 'Fatu-Hiva', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11412, 'Hakahao', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11413, 'Hakamaii', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11414, 'Hatiheu', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11415, 'Tahuata', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11416, 'Taiohae', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11417, 'Taipivai', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11418, 'Ua-Huka', 1200, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11419, 'Ahe', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11420, 'Amanu', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11421, 'Anaa', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11422, 'Apataki', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11423, 'Arutua', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11424, 'Faaite', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11425, 'Fakahima', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11426, 'Fakarava', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11427, 'Fangatau', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11428, 'Hao', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11429, 'Hereheretue', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11430, 'Hikueru', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11431, 'Katiu', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11432, 'Kauehi', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11433, 'Kaukura', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11434, 'Makatea', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11435, 'Makemo', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11436, 'Manihi', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11437, 'Marokau', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11438, 'Napuka', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11439, 'Niau', 1201, 77, 1, '2018-07-20 08:58:09', '2018-07-20 08:58:09'),
(11440, 'Nukutavake', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11441, 'Puamau', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11442, 'Pukapuka', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11443, 'Pukarua', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11444, 'Rangiroa', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11445, 'Raroia', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11446, 'Reao', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11447, 'Rikitea', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11448, 'Taenga', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11449, 'Takapoto', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11450, 'Takaroa', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11451, 'Tatakoto', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11452, 'Tepoto', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11453, 'Tikehau', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11454, 'Tureia', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11455, 'Vahitahi', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11456, 'Vairaatea', 1201, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11457, 'Amaru', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11458, 'Anapoto', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11459, 'Anatonu', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11460, 'Auti', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11461, 'Avera', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11462, 'Mahu', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11463, 'Mataura', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11464, 'Moerai', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11465, 'Mutuaura', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11466, 'Rairua', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11467, 'Rapa', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11468, 'Taahuaia', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11469, 'Vaiuru', 1202, 77, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11470, 'Martin-de-Vivies', 1203, 78, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11471, 'Port-aux-Francais', 1205, 78, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11472, 'Cocobeach', 1206, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11473, 'Kango', 1206, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11474, 'Libreville', 1206, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11475, 'Nkan', 1206, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11476, 'Ntoum', 1206, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11477, 'Lekoni', 1207, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11478, 'Masuku', 1207, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11479, 'Moanda', 1207, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11480, 'Mounana', 1207, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11481, 'Okandja', 1207, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11482, 'Lambarene', 1208, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11483, 'Ndjole', 1208, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11484, 'Fougamou', 1209, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11485, 'Mbigou', 1209, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11486, 'Mimongo', 1209, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11487, 'Mouila', 1209, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11488, 'Ndende', 1209, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11489, 'Mayumba', 1210, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11490, 'Tchibanga', 1210, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11491, 'Tsogni', 1210, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11492, 'Booue', 1211, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11493, 'Makokou', 1211, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11494, 'Mekambo', 1211, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11495, 'Koulamoutou', 1212, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11496, 'Lastoursville', 1212, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11497, 'Gamba', 1213, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11498, 'Omboue', 1213, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11499, 'Port-Gentil', 1213, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11500, 'Sette Cama', 1213, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11501, 'Bitam', 1214, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11502, 'Lalara', 1214, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11503, 'Medouneu', 1214, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11504, 'Minvoul', 1214, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11505, 'Mitzic', 1214, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11506, 'Oyem', 1214, 79, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11507, 'Banjul', 1215, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11508, 'Basse', 1216, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11509, 'Gambissara', 1216, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11510, 'Sabi', 1216, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11511, 'Salikeni', 1216, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11512, 'Brikama', 1217, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11513, 'Brufut', 1217, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11514, 'Gunjur', 1217, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11515, 'Sukuta', 1217, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11516, 'Bansang', 1218, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11517, 'Janjanbureh', 1218, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11518, 'Bakau', 1219, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11519, 'Serekunda', 1219, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11520, 'Barra', 1220, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11521, 'Essau', 1220, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11522, 'Farafenni', 1220, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11523, 'Kerewan', 1220, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11524, 'Lamin', 1220, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11525, 'Kuntaur', 1221, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11526, 'Mansakonko', 1222, 80, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11527, 'Ahali Atoni', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11528, 'Bihvinta', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11529, 'Gagra', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11530, 'Gali', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11531, 'Gudauta', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11532, 'Gulripshi', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11533, 'Ochamchira', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11534, 'Suhumi', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11535, 'Tkvarcheli', 1223, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11536, 'Batumi', 1224, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11537, 'Dioknisi', 1224, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11538, 'Kobuleti', 1224, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11539, 'Mahindzhauri', 1224, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11540, 'Lanchhuti', 1225, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11541, 'Ozurgeti', 1225, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11542, 'Bagdadi', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11543, 'Chaltubo', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11544, 'Chiatura', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11545, 'Honi', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11546, 'Kutaisi', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11547, 'Sachhere', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11548, 'Samtredia', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11549, 'Terzhola', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11550, 'Tkibuli', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11551, 'Vani', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11552, 'Zestaponi', 1226, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11553, 'Ahmeta', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11554, 'Cnori', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11555, 'Dedoplisckaro', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11556, 'Gurdzhaani', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11557, 'Kvareli', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11558, 'Lagodehi', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11559, 'Sagaredzho', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11560, 'Signahi', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11561, 'Telavi', 1227, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11562, 'Dusheti', 1229, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11563, 'Mcheta', 1229, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11564, 'Ambrolauri', 1230, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11565, 'Cageri', 1230, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11566, 'Oni', 1230, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11567, 'Ahalcihe', 1232, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11568, 'Ahalkalaki', 1232, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11569, 'Borzhomi', 1232, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11570, 'Ninocminda', 1232, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11571, 'Vale', 1232, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11572, 'Tbilisi', 1234, 81, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11573, 'Aalen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11574, 'Achern', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11575, 'Aichtal', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11576, 'Albstadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11577, 'Aldingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11578, 'Allmersbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11579, 'Alpirsbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11580, 'Altensteig', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11581, 'Altlussheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11582, 'Ammerbuch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11583, 'Appenweier', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11584, 'Asperg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11585, 'Backnang', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11586, 'Bad Durrheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11587, 'Bad Friedrichshall', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11588, 'Bad Krozingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11589, 'Bad Liebenzell', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11590, 'Bad Mergentheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11591, 'Bad Rappenau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11592, 'Bad Sackingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11593, 'Bad Schonborn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11594, 'Bad Urach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11595, 'Bad Waldsee', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11596, 'Bad Wurzach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11597, 'Baden-Baden', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11598, 'Bahlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11599, 'Baiersbronn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11600, 'Balgheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11601, 'Balingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11602, 'Ballrechten-Dottingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11603, 'Besigheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11604, 'Biberach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11605, 'Bietigheim-Bissingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11606, 'Binzen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11607, 'Birkenfeld', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11608, 'Bisingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11609, 'Bitz', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11610, 'Blaubeuren', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11611, 'Blaustein', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11612, 'Blumberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11613, 'Boblingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11614, 'Bodelshausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11615, 'Bonndorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11616, 'Bonnigheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11617, 'Bopfingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11618, 'Bottingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11619, 'Brackenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11620, 'Breisach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11621, 'Bretten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11622, 'Bretzfeld', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11623, 'Bruchsal', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11624, 'Bruhl', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11625, 'Buchen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11626, 'Buchenbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11627, 'Buhl', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11628, 'Burgstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11629, 'Burladingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11630, 'Calw', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11631, 'Crailsheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11632, 'Denkendorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11633, 'Denzlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11634, 'Dettingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11635, 'Dietenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11636, 'Ditzingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11637, 'Donaueschingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11638, 'Donzdorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11639, 'Dornhan', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11640, 'Dornstadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11641, 'Dornstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11642, 'Dossenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11643, 'Durbheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11644, 'Durmersheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11645, 'Eberbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11646, 'Ebersbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11647, 'Edingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11648, 'Edingen-Neckarhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11649, 'Eggenstein-Leopoldshafen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11650, 'Ehingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11651, 'Eislingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11652, 'Ellhofen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11653, 'Ellwangen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11654, 'Emmendingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11655, 'Emmingen-Liptingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11656, 'Engen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11657, 'Eningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11658, 'Eppelheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11659, 'Eppingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11660, 'Erbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11661, 'Eriskirch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11662, 'Eschach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11663, 'Esslingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11664, 'Ettenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11665, 'Ettlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11666, 'Fellbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11667, 'Filderstadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11668, 'Freiberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11669, 'Freiburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11670, 'Freudenstadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11671, 'Frickenhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11672, 'Fridingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11673, 'Friedrichshafen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11674, 'Friesenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11675, 'Frittlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11676, 'Furtwangen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11677, 'Gaggenau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11678, 'Gaildorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11679, 'Gartringen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11680, 'Gaufelden', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11681, 'Geislingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11682, 'Gengenbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11683, 'Gerlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11684, 'Gernsbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11685, 'Gerstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11686, 'Giengen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(11687, 'Goppingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11688, 'Gottmadingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11689, 'Graben-Neudorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11690, 'Grafenberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11691, 'Grafenhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11692, 'Grenzach-Wyhlen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11693, 'GroBbettlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11694, 'Grunkraut', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11695, 'Gschwend', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11696, 'Guglingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11697, 'Gundelfingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11698, 'Gutach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11699, 'Haigerloch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11700, 'Haiterbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11701, 'Harmersabch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11702, 'Hausach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11703, 'Hechingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11704, 'Heddesheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11705, 'Heidelberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11706, 'Heidenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11707, 'Heilbronn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11708, 'Hemsbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11709, 'Herbrechtingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11710, 'Herrenberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11711, 'Heubach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11712, 'Hirschberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11713, 'Hockenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11714, 'Holzgerlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11715, 'Horb', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11716, 'Hufingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11717, 'Huttlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11718, 'Isny', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11719, 'Ispringen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11720, 'Jungingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11721, 'Karlsbad', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11722, 'Karlsruhe', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11723, 'Kehl', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11724, 'Kernen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11725, 'Ketsch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11726, 'Kieselbronn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11727, 'Kirchberg an der Jagst', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11728, 'Kirchheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11729, 'Kirchzarten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11730, 'Kisslegg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11731, 'Klettgau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11732, 'Kongen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11733, 'Konigsbach-Stein', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11734, 'Konigsbronn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11735, 'Konstanz', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11736, 'Korb', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11737, 'Korntal-Munchingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11738, 'Kornwestheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11739, 'Kraichtal', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11740, 'Kressbronn an Bodensee', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11741, 'Kronau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11742, 'Kuessaberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11743, 'Kunzelsau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11744, 'Ladenburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11745, 'Lahr', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11746, 'Laichingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11747, 'Langenau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11748, 'Lauda-Konigshofen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11749, 'Lauffen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11750, 'Laupheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11751, 'Leimen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11752, 'Leinfelden-Echterdingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11753, 'Leingarten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11754, 'Lenningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11755, 'Lenzkirch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11756, 'Leonberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11757, 'Leutenbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11758, 'Leutkirch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11759, 'Lichtenstein', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11760, 'Linkenheim-Hochstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11761, 'Lorch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11762, 'Lorrach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11763, 'Ludwigsburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11764, 'Malsch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11765, 'Mannheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11766, 'Marbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11767, 'Markdorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11768, 'Markgroningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11769, 'Maulburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11770, 'MeBstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11771, 'Meckenbeuren', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11772, 'Meckesheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11773, 'Meersburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11774, 'Mengen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11775, 'Metzingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11776, 'Mockmuhl', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11777, 'Moglingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11778, 'Monsheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11779, 'Mosbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11780, 'Mossingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11781, 'Muhlacker', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11782, 'Mullheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11783, 'Munsingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11784, 'Murrhardt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11785, 'Nagold', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11786, 'Neckargemund', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11787, 'Neckarsulm', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11788, 'Neresheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11789, 'Neuenburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11790, 'Neuhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11791, 'Niederstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11792, 'Niefern-Oschelbronn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11793, 'NuBloch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11794, 'Nurtingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11795, 'Oberhausen-Rheinhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11796, 'Oberkirch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11797, 'Oberndorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11798, 'Oberstenfeld', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11799, 'Obersulm', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11800, 'Ochsenhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11801, 'Offenburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11802, 'Ofterdingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11803, 'Oftersheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11804, 'Oggelshausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11805, 'Ohringen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11806, 'Olbronn-Durrn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11807, 'Oppenweiler', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11808, 'Ostfildern', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11809, 'Ostringen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11810, 'Otisheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11811, 'Pfalzgrafenweiler', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11812, 'Pfinztal', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11813, 'Pforzheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11814, 'Pfullendorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11815, 'Pfullingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11816, 'Philippsburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11817, 'Plankstadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11818, 'Pleidelsheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11819, 'Pliezhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11820, 'Plochingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11821, 'Pluderhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11822, 'Radolfzell', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11823, 'Rastatt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11824, 'Ravensburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11825, 'Reilingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11826, 'Remchingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11827, 'Remseck', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11828, 'Remshalden', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11829, 'Renchen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11830, 'Renningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11831, 'Reutlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11832, 'Rheinau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11833, 'Rheinfelden', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11834, 'Rheinmunster', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11835, 'Rheinstetten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11836, 'Riederich', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11837, 'Riedlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11838, 'Rielasingen-Worblingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11839, 'Rosenfeld', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11840, 'Rottenburg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11841, 'Rottweil', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11842, 'Rudersberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11843, 'Rutesheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11844, 'Sachsenheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11845, 'Salem', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11846, 'Sandhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11847, 'Sankt Georgen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11848, 'Sankt Leon-Rot', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11849, 'Saulgau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11850, 'Scheer', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11851, 'Schlierbach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11852, 'Schonaich', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11853, 'Schopfheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11854, 'Schorndorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11855, 'Schramberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11856, 'Schriesheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11857, 'Schwabisch Gmund', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11858, 'Schwabisch Hall', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11859, 'Schwaigern', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11860, 'Schwetzingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11861, 'Schwieberdingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11862, 'Seitingen-Oberflacht', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11863, 'Sexau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11864, 'Sigmaringen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11865, 'Sindelfingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11866, 'Singen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11867, 'Sinsheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11868, 'Sinzheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11869, 'Sonnenbuhl', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11870, 'Sontheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11871, 'Spaichingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11872, 'Stegen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11873, 'Steinen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11874, 'Steinheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11875, 'Steinmauern', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11876, 'Stockach', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11877, 'Straubenhardt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11878, 'Stutensee', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11879, 'Stuttgart', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11880, 'SuBen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11881, 'Sulz', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11882, 'Sulzfeld', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11883, 'Tamm', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11884, 'Tauberbischofsheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11885, 'Teningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11886, 'Tettnang', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11887, 'Titisee-Neustadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11888, 'Trossingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11889, 'Tubingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11890, 'Tuningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11891, 'Tuttlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11892, 'Uberlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11893, 'Ubstadt-Weiher', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11894, 'Uhingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11895, 'Ulm', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11896, 'Umkirch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11897, 'Vaihingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11898, 'Villingen-Schwenningen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11899, 'Villingendorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11900, 'Waghausel', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11901, 'Waiblingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11902, 'Waldbronn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11903, 'Waldkirch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11904, 'Waldlaubersheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11905, 'Waldshut-Tiengen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11906, 'Walldorf', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11907, 'Walldurn', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11908, 'Walzbachtal', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11909, 'Wangen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11910, 'Wehr', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11911, 'Weikersheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11912, 'Weil', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11913, 'Weil am Rhein', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11914, 'Weil der Stadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11915, 'Weil im Schonbuch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11916, 'Weilheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11917, 'Weingarten', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11918, 'Weinheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11919, 'Weinsberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11920, 'Weinstadt', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11921, 'Wellendingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11922, 'Welzheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11923, 'Wendlingen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11924, 'Wernau', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11925, 'Wertheim', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11926, 'Wiesloch', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11927, 'Wildbad', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11928, 'Wildberg', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11929, 'Winnenden', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11930, 'Wolpertshausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11931, 'Zuzenhausen', 1236, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11932, 'Ahorn', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11933, 'Allershausen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11934, 'Attenhofen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11935, 'Bad Birnbach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11936, 'Bad Endorf', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11937, 'Bad Gronenbach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11938, 'Barbing', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11939, 'Benediktbeuern', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11940, 'Breitenberg', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11941, 'Bruckberg', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11942, 'Brunnthal', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11943, 'Burgheim', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11944, 'Chiemsee', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11945, 'Emersacker', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11946, 'Eresing', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11947, 'Fahrenzhausen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11948, 'Faulbach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11949, 'Finning', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11950, 'Forstinning', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11951, 'Georgensgmund', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11952, 'Haldenwang', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11953, 'Heideck', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11954, 'Heimenkirch', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11955, 'Hergensweiler', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11956, 'Hirschau', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11957, 'Iffeldorf', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11958, 'Karlstein', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11959, 'Kleinheubach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11960, 'Kleinwallstadt', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11961, 'Kotz', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11962, 'Krailling', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11963, 'Langenbach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11964, 'Laudenbach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11965, 'Leutershausen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11966, 'Mammendorf', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11967, 'Mombris', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11968, 'Munnerstadt', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11969, 'Neu-Ulm', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11970, 'Niederlauer', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11971, 'Obernburg', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11972, 'Oberpfaffenhofen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11973, 'Ostallgau', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11974, 'Prittriching', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11975, 'Prutting', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11976, 'Pullach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11977, 'Putzbrunn', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11978, 'Randersacker', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11979, 'Rednitzhembach', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11980, 'Ronsberg', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11981, 'Ruckersdorf', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11982, 'Schaufling', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11983, 'Schonberg', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11984, 'Seefeld', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11985, 'Sengenthal', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11986, 'Sondheim v.d.Rhon', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11987, 'Steinwiesen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11988, 'Stockheim', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11989, 'Tagmersheim', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11990, 'Uettingen', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11991, 'Unterfohring', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11992, 'Weibensberg', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11993, 'Wiesthal', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11994, 'Wildflecken', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11995, 'Wolfertschwenden', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11996, 'Zorneding', 1237, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11997, 'Abensberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11998, 'Aichach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(11999, 'Ainring', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12000, 'Altdorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12001, 'Altotting', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12002, 'Altusried', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12003, 'Alzenau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12004, 'Amberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12005, 'Amerang', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12006, 'Ansbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12007, 'Aschaffenburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12008, 'Augsburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12009, 'Bad Aibling', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12010, 'Bad Kissingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12011, 'Bad Neustadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12012, 'Bad Reichenhall', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12013, 'Bad Tolz', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12014, 'Bad Windsheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12015, 'Bad Worishofen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12016, 'Bamberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12017, 'Bayreuth', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12018, 'Bobingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12019, 'Bogen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12020, 'Bruckmuhl', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12021, 'Buchloe', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12022, 'Burghausen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12023, 'Burgkirchen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12024, 'Burglengenfeld', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12025, 'Burgthann', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12026, 'Buttenheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12027, 'Cadolzburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12028, 'Castell', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12029, 'Cham', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12030, 'Coburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12031, 'Dachau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12032, 'Deggendorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12033, 'DieBen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12034, 'Diedorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12035, 'Dietmannsried', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12036, 'Dietramszell', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12037, 'Dillingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12038, 'Dingolfing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12039, 'Dinkelsbuhl', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12040, 'Dombuhl', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12041, 'Donauworth', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12042, 'Dorfen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12043, 'Ebersberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12044, 'Eching', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12045, 'Eckental', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12046, 'Eggenfelden', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12047, 'Eichenau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12048, 'Eichstatt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12049, 'Elchingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12050, 'Erding', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12051, 'Ergolding', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12052, 'Erlangen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12053, 'Erlenbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12054, 'Essenbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12055, 'Feldafing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12056, 'Feldkirchen-Westerham', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12057, 'Feucht', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12058, 'Feuchtwangen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12059, 'Forchheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12060, 'Freilassing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12061, 'Freising', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12062, 'Fridolfing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12063, 'Friedberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12064, 'Furstenfeldbruck', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12065, 'Furth', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12066, 'Furth im Wald', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12067, 'Fussen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12068, 'Gachenbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12069, 'Gaimersheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12070, 'Garching', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12071, 'Garmisch-Partenkirchen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12072, 'Gauting', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12073, 'Gemunden', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12074, 'Geretsried', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12075, 'Germering', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12076, 'Gersthofen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12077, 'Gilching', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12078, 'Goldbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12079, 'Grafelfing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12080, 'Grafenau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12081, 'Grafing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12082, 'GroBostheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12083, 'Grobenstadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12084, 'Grobenzell', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12085, 'Grunwald', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12086, 'Gunzburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12087, 'Gunzenhausen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12088, 'HaBfurt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12089, 'Haar', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12090, 'Hammelburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12091, 'Hasloch', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12092, 'Hauzenberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12093, 'Helmbrechts', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12094, 'Henfenfeld', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12095, 'Hersbruck', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12096, 'Herzogenaurach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12097, 'Hilpoltstein', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12098, 'Hirschaid', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12099, 'Hochstadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12100, 'Hof', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12101, 'Holzkirchen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12102, 'Hosbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12103, 'Illertissen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12104, 'Immenstadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12105, 'Ingolstadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12106, 'Inning', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12107, 'Ismaning', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12108, 'Karlsfeld', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12109, 'Karlstadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12110, 'Kaufbeuren', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12111, 'Kelheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12112, 'Kempten', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12113, 'Kiefersfelden', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12114, 'Kirchheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12115, 'Kissing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12116, 'Kitzingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12117, 'Kleinostheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12118, 'Klingenberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12119, 'Kolbermoor', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12120, 'Konigsbrunn', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12121, 'Kreuzwertheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12122, 'Kronach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12123, 'Krumbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12124, 'Kulmbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12125, 'Kummersbruck', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12126, 'Landau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12127, 'Landsberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12128, 'Landshut', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12129, 'Langenzenn', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12130, 'Lappersdorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12131, 'Lauf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12132, 'Lauingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12133, 'Leinburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12134, 'Lenggries', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12135, 'Lichtenfels', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12136, 'Lindach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12137, 'Lindau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12138, 'Lindenberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12139, 'Lohr', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12140, 'Mainburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12141, 'Maisach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12142, 'Manching', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12143, 'Markt Schwaben', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12144, 'Marktheidenfeld', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12145, 'Marktoberdorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12146, 'Marktredwitz', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12147, 'Maxhutte-Haidhof', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12148, 'Meitingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12149, 'Memmingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12150, 'Mering', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12151, 'Miesbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12152, 'Miltenberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12153, 'Mindelheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12154, 'Moosburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12155, 'Muhldorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12156, 'Munchberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12157, 'Munchen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12158, 'Munningen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12159, 'Murnau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12160, 'Naila', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12161, 'Neubiberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12162, 'Neuburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12163, 'Neufahrn', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12164, 'Neumarkt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12165, 'Neuried', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12166, 'NeusaB', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12167, 'Neustadt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12168, 'Neutraubling', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12169, 'Nordlingen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12170, 'Nuremberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12171, 'Nurnberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12172, 'Oberasbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12173, 'Oberhaching', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12174, 'OberschleiBheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12175, 'Oberstdorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12176, 'Ochsenfurt', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12177, 'Olching', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12178, 'Osterhofen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12179, 'Ostheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12180, 'Ottobrunn', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12181, 'Parsberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12182, 'Passau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12183, 'Pegnitz', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12184, 'PeiBenberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12185, 'Peiting', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12186, 'Pentling', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12187, 'Penzberg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12188, 'Pfaffenhofen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12189, 'Pfarrkirchen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12190, 'Planegg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12191, 'Plattling', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12192, 'Pocking', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12193, 'Poing', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12194, 'Polling', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12195, 'Pommelsbrunn', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12196, 'Prien', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12197, 'Puchheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12198, 'Rannersdorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12199, 'Raubling', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12200, 'Regen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12201, 'Regensburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12202, 'Regenstauf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12203, 'Rehau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12204, 'Rodental', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12205, 'Roding', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12206, 'Rosenheim', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12207, 'Roth', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12208, 'Rothenbach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12209, 'Rothenburg', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12210, 'Ruhstorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12211, 'Schnelldorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12212, 'Schongau', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12213, 'Schrobenhausen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12214, 'Schwabach', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12215, 'Schwabmunchen', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12216, 'Schwandorf', 1238, 82, 1, '2018-07-20 08:58:10', '2018-07-20 08:58:10'),
(12217, 'Schwarzenbach', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12218, 'Schweinfurt', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12219, 'Selb', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12220, 'Selbitz', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12221, 'Senden', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12222, 'Simbach', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12223, 'Sonthofen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12224, 'Spalt', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12225, 'Stadtbergen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12226, 'Staffelstein', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12227, 'Starnberg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12228, 'Stein', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12229, 'Stephanskirchen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12230, 'Straubing', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12231, 'Sulzbach-Rosenberg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12232, 'Taufkirchen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12233, 'Thansau', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12234, 'Tirschenreuth', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12235, 'Toging', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12236, 'Traunreut', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12237, 'Traunstein', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12238, 'Treuchtlingen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12239, 'Trostberg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12240, 'Tutzing', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12241, 'Unterbergen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12242, 'Unterhaching', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12243, 'UnterschleiBheim', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12244, 'Valley', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12245, 'Vaterstetten', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12246, 'Veitshochheim', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12247, 'Viechtach', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12248, 'Vilgertshofen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12249, 'Vilsbiburg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12250, 'Vilshofen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12251, 'Vohringen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12252, 'Volkach', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12253, 'Waldkirchen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12254, 'Waldkraiburg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12255, 'Walkertshofen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12256, 'Wasserburg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12257, 'WeiBenburg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12258, 'WeiBenhorn', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12259, 'Weiden', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12260, 'Weidenberg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12261, 'Weilheim', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12262, 'Wendelstein', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12263, 'Werneck', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12264, 'Wessling', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12265, 'Wolfratshausen', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12266, 'Wolnzach', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12267, 'Wunsiedel', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12268, 'Wurzburg', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12269, 'Zirndorf', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12270, 'Zwiesel', 1238, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12271, 'Berlin', 1240, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12272, 'Panketal', 1240, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12273, 'Steinfeld', 1240, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12274, 'Angermunde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12275, 'Bad Freienwalde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12276, 'Bad Liebenwerda', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12277, 'Barnim', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12278, 'Beeskow', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12279, 'Bernau', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12280, 'Blankenfelde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12281, 'Brandenburg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12282, 'Brieselang', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12283, 'Cottbus', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12284, 'Dahlewitz', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12285, 'Dahme', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12286, 'Eberswalde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12287, 'Eisenhuttenstadt', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12288, 'Elsterwerda', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12289, 'Erkner', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12290, 'Falkensee', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12291, 'Finsterwalde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12292, 'Forst', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12293, 'Frankfurt', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12294, 'Fredersdorf-Vogelsdorf', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12295, 'Furstenwalde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12296, 'Glienicke', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12297, 'Gransee', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12298, 'GroBraschen', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12299, 'Guben', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12300, 'Heidesee', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12301, 'Hennigsdorf', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12302, 'Herzberg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12303, 'Hohen Neuendorf', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12304, 'Jacobsdorf', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12305, 'Juterbog', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12306, 'Kleinmachnow', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12307, 'Kolkwitz', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12308, 'Konigs Wusterhausen', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12309, 'Kyritz', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12310, 'Lauchhammer', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12311, 'Lubben', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12312, 'Lubbenau', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(12313, 'Luckenwalde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12314, 'Ludwigsfelde', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12315, 'Nauen', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12316, 'Neuenhagen', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12317, 'Neuruppin', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12318, 'Oranienburg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12319, 'Perleberg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12320, 'Petershagen-Eggersdorf', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12321, 'Potsdam', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12322, 'Premnitz', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12323, 'Prenzlau', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12324, 'Pritzwalk', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12325, 'Rathenow', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12326, 'Rudersdorf', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12327, 'Schonefeld', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12328, 'Schoneiche', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12329, 'Schwedt', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12330, 'Schwielowsee', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12331, 'Senftenberg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12332, 'Spremberg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12333, 'Strausberg', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12334, 'Teltow', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12335, 'Templin', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12336, 'Velten', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12337, 'Werder', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12338, 'Wildau', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12339, 'Wittenberge', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12340, 'Wittstock', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12341, 'Zehdenick', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12342, 'Zepernick', 1241, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12343, 'Bremen', 1242, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12344, 'Bremerhaven', 1242, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12345, 'Berne', 1245, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12346, 'Hamburg', 1245, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12347, 'Diekholzen', 1246, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12348, 'Heroldstatt', 1247, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12349, 'ABlar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12350, 'Alsbach-Hähnlein', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12351, 'Alsfeld', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12352, 'Altenstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12353, 'Angelburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12354, 'Arolsen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12355, 'Asslar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12356, 'Babenhausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12357, 'Bad Camberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12358, 'Bad Hersfeld', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12359, 'Bad Homburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12360, 'Bad Nauheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12361, 'Bad Orb', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12362, 'Bad Schwalbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12363, 'Bad Soden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12364, 'Bad Soden-Salmunster', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12365, 'Bad Sooden-Allendorf', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12366, 'Bad Vilbel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12367, 'Bad Wildungen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12368, 'Baunatal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12369, 'Bebra', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12370, 'Beerfelden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12371, 'Bensheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12372, 'Berkatal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12373, 'Biblis', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12374, 'Bickenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12375, 'Biebertal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12376, 'Biedenkopf', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12377, 'Birkenau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12378, 'Bischofsheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12379, 'Borken', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12380, 'Braunfels', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12381, 'Breidenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12382, 'Bruchkobel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12383, 'Budingen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12384, 'Burstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12385, 'Buseck', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12386, 'Buttelborn', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12387, 'Butzbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12388, 'Darmstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12389, 'Dautphetal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12390, 'Dieburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12391, 'Dietzenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12392, 'Dillenburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12393, 'Dreieich', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12394, 'Egelsbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12395, 'Eichenzell', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12396, 'Eltville', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12397, 'Eppstein', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12398, 'Erbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12399, 'Erlensee', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12400, 'Erzhausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12401, 'Eschborn', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12402, 'Eschenburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12403, 'Eschwege', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12404, 'Felsberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12405, 'Fernwald', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12406, 'Florsheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12407, 'Frankenberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12408, 'Frankfurt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12409, 'Freigericht', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12410, 'Friedberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12411, 'Friedrichsdorf', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12412, 'Fritzlar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12413, 'Fulda', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12414, 'Fuldabruck', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12415, 'Fuldatal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12416, 'Geisenheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12417, 'Gelnhausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12418, 'Gernsheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12419, 'GieBen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12420, 'Giessen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12421, 'Ginsheim-Gustavsburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12422, 'Gladenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12423, 'Griesheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12424, 'GroB-Gerau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12425, 'GroB-Umstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12426, 'GroB-Zimmern', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12427, 'Grossenluder', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12428, 'Gruenberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12429, 'Grunberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12430, 'Grundau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12431, 'Hadamar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12432, 'Haiger', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12433, 'Hainburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12434, 'Hanau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12435, 'Hattersheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12436, 'Heppenheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12437, 'Herborn', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12438, 'Hessisch Lichtenau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12439, 'Heuchelheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12440, 'Heusenstamm', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12441, 'Hochheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12442, 'Hochst', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12443, 'Hofbieber', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12444, 'Hofgeismar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12445, 'Hofheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12446, 'Homberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12447, 'Hunfeld', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12448, 'Hunfelden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12449, 'Hungen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12450, 'Huttenberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12451, 'Idstein', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12452, 'Karben', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12453, 'Kassel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12454, 'Kaufungen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12455, 'Kelkheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12456, 'Kelsterbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12457, 'Kirchhain', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12458, 'Konigstein', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12459, 'Korbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12460, 'Kriftel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12461, 'Kronberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12462, 'Kunzell', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12463, 'Lahnau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12464, 'Lahntal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12465, 'Lampertheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12466, 'Langen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12467, 'Langenselbold', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12468, 'Langgons', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12469, 'Laubach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12470, 'Lauterbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12471, 'Lich', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12472, 'Limburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12473, 'Linden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12474, 'Lindenholzhausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12475, 'Linsengericht', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12476, 'Lohfelden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12477, 'Lollar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12478, 'Lorsch', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12479, 'Maintal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12480, 'Marburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12481, 'Melsungen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12482, 'Mengerskirchen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12483, 'Michelstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12484, 'Morfelden-Walldorf', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12485, 'Morlenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12486, 'Mucke', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12487, 'Muhlheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12488, 'Muhltal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12489, 'Munster', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12490, 'Nauheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12491, 'Neu-Anspach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12492, 'Neu-Isenburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12493, 'Neuhof', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12494, 'Neustadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12495, 'Nidda', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12496, 'Niddatal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12497, 'Nidderau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12498, 'Niederdorfelden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12499, 'Niedernhausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12500, 'Niestetal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12501, 'Ober-Ramstedt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12502, 'Obertshausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12503, 'Oberursel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12504, 'Oestrich-Winkel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12505, 'Offenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12506, 'Petersberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12507, 'Pfungstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12508, 'Pohlheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12509, 'Raunheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12510, 'Reichelsheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12511, 'Reinheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12512, 'Reiskirchen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12513, 'Riedstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12514, 'Rimbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12515, 'RoBdorf', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12516, 'Rodenbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12517, 'Rodermark', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12518, 'Rodgau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12519, 'Rosbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12520, 'Rotenburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12521, 'Rudesheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12522, 'Runkel', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12523, 'Russelsheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12524, 'Schauenburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12525, 'Schlangenbad', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12526, 'Schlitz', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12527, 'Schluchtern', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12528, 'Schoneck', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12529, 'Schotten', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12530, 'Schwalbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12531, 'Schwalbach am Taunus', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12532, 'Schwalmstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12533, 'Seeheim-Jugenheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12534, 'Seligenstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12535, 'Selters', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12536, 'Sinntal', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12537, 'Solms', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12538, 'Sontra', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12539, 'Spangenberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12540, 'Stadtallendorf', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12541, 'Steinau', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12542, 'Steinbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12543, 'Taunusstein', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12544, 'Trebur', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12545, 'Ulrichstein', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12546, 'Usingen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12547, 'Vellmar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12548, 'Viernheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12549, 'Volkmarsen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12550, 'Wachtersbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12551, 'Wald-Michelbach', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12552, 'Waldbrunn', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12553, 'Waldems', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12554, 'Wehrheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12555, 'Weilburg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12556, 'Weilmunster', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12557, 'Weiterstadt', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12558, 'Wettenberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12559, 'Wetter', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12560, 'Wetzlar', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12561, 'Wiesbaden', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12562, 'Witzenhausen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12563, 'Wolfersheim', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12564, 'Wolfhagen', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12565, 'Zwingenberg', 1248, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12566, 'Kortenberg', 1249, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12567, 'Laasdorf', 1250, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12568, 'Anklam', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12569, 'Bad Doberan', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12570, 'Barth', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12571, 'Bergen', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12572, 'Boizenburg', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12573, 'Butzow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12574, 'Demmin', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12575, 'Gagelow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12576, 'Gallin', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12577, 'Grabow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12578, 'Greifswald', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12579, 'Grevesmuhlen', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12580, 'Grimmen', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12581, 'Gustrow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12582, 'Hagenow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12583, 'Konigsee', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12584, 'Lubtheen', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12585, 'Ludersdorf', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12586, 'Ludwigslust', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12587, 'Malchin', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12588, 'Neubrandenburg', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12589, 'Neustrelitz', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12590, 'Parchim', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12591, 'Pasewalk', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12592, 'Ribnitz-Damgarten', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12593, 'Rostock', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12594, 'SaBnitz', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12595, 'Schweina', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12596, 'Schwerin', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12597, 'Selmsdorf', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12598, 'Stralsund', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12599, 'Teterow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12600, 'Torgelow', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12601, 'Ueckermunde', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12602, 'Waren', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12603, 'Wismar', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12604, 'Wolgast', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12605, 'Zarrentin', 1262, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12606, 'Mulfingen', 1263, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12607, 'Grafing bei Munchen', 1264, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12608, 'Neubeuern', 1265, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12609, 'Achim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12610, 'Adendorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12611, 'Aerzen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12612, 'Alfeld', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12613, 'Ankum', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12614, 'Apen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12615, 'Aurich', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12616, 'Bad Bentheim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12617, 'Bad Bevensen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12618, 'Bad Essen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12619, 'Bad Gandersheim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12620, 'Bad Harzburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12621, 'Bad Iburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12622, 'Bad Laer', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12623, 'Bad Lauterberg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12624, 'Bad Munder', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12625, 'Bad Nenndorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12626, 'Bad Pyrmont', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12627, 'Bad Sachsa', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12628, 'Bad Salzdetfurth', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12629, 'Bad Zwischenahn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12630, 'BarBel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12631, 'Barsinghausen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12632, 'Bassum', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12633, 'Beesten', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12634, 'Belm', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12635, 'Bergen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12636, 'Bissendorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12637, 'Bleckede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12638, 'Bockenem', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12639, 'Bohmte', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12640, 'Bovenden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12641, 'Brake', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12642, 'Bramsche', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12643, 'Braunschweig', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12644, 'Bremervorde', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12645, 'Brockel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12646, 'Brunswick', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12647, 'Buchholz', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12648, 'Buckeburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12649, 'Burgdorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12650, 'Burgwedel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12651, 'Buxtehude', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12652, 'Celle', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12653, 'Clausthal-Zellerfeld', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12654, 'Clenze', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12655, 'Cloppenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12656, 'Cremlingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12657, 'Cuxhaven', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12658, 'Dahlenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12659, 'Damme', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12660, 'Dannenberg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12661, 'Dassel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12662, 'Deinste', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12663, 'Delmenhorst', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12664, 'Diepholz', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12665, 'Dinklage', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12666, 'Dorverden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12667, 'Dransfeld', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12668, 'Drochtersen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12669, 'Duderstadt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12670, 'Edemissen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12671, 'Edewecht', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12672, 'Einbeck', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12673, 'Elsfleth', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12674, 'Elze', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12675, 'Emden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12676, 'Emlichheim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12677, 'Emmerthal', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12678, 'Emsburen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12679, 'Eppendorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12680, 'Fallingbostel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12681, 'Frellstedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12682, 'Friedeburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12683, 'Friedland', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12684, 'Friesoythe', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12685, 'Ganderkesee', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12686, 'Garbsen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12687, 'Garrel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12688, 'Geeste', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12689, 'Gehrden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12690, 'Georgsmarienhutte', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12691, 'Gifhorn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12692, 'Gleichen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12693, 'Goslar', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12694, 'Gottingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12695, 'GroBefehn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12696, 'GroBenkneten', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12697, 'Hagen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12698, 'Hambergen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12699, 'Hameln', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12700, 'Hannover', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12701, 'Hannoversch Munden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12702, 'Haren', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12703, 'Harsum', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12704, 'Hasbergen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12705, 'Haselunne', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12706, 'Hatten', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12707, 'Hauslingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12708, 'Helmstedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12709, 'Hemmingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12710, 'Herzberg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12711, 'Hessisch Oldendorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12712, 'Hildesheim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12713, 'Hilter', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12714, 'Hittfeld', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12715, 'Holzminden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12716, 'Hoya', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12717, 'Hude', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12718, 'Ihlow', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12719, 'Ilsede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12720, 'Isernhagen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12721, 'Jade', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12722, 'Jever', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12723, 'Jork', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12724, 'Kalefeld', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12725, 'Kirchlinteln', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12726, 'Knesebeck', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12727, 'Konigslutter', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12728, 'Krummhorn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12729, 'Laatzen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12730, 'Lahstedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12731, 'Langelsheim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12732, 'Langen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12733, 'Langenhagen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12734, 'Langwedel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12735, 'Lastrup', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12736, 'Leer', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12737, 'Lehre', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12738, 'Lehrte', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12739, 'Lemforde', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12740, 'Lengede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12741, 'Liebenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12742, 'Lilienthal', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12743, 'Lingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12744, 'Lohne', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12745, 'Loningen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12746, 'Lorup', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12747, 'Loxstedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12748, 'Luchow', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12749, 'Luneburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12750, 'Melle', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12751, 'Meppen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12752, 'Moormerland', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12753, 'Munster', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12754, 'Neu Wulmstorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12755, 'Neustadt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12756, 'Nienburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12757, 'Norden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12758, 'Nordenham', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12759, 'Nordhorn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12760, 'Nordstemmen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12761, 'Norten-Hardenberg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12762, 'Northeim', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12763, 'Obernkirchen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12764, 'Oldenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12765, 'Osnabruck', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12766, 'Ostercappeln', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12767, 'Osterholz-Scharmbeck', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12768, 'Osterode', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12769, 'Ostrhauderfehn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12770, 'Ottersberg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12771, 'Oyten', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12772, 'Papenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12773, 'Pattensen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12774, 'Peine', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12775, 'Quakenbruck', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12776, 'Rastede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12777, 'Rehburg-Loccum', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12778, 'Rhauderfehn', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12779, 'Rinteln', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12780, 'Ritterhude', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12781, 'Ronnenberg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12782, 'Rosdorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12783, 'Rosengarten', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12784, 'Rotenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12785, 'Salzgitter', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12786, 'Salzhemmendorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12787, 'Sarstedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12788, 'Saterland', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12789, 'ScheeBel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12790, 'Schiffdorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12791, 'Schneverdingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12792, 'Schoningen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12793, 'Schortens', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12794, 'Schuttorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12795, 'Schwanewede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12796, 'Seelze', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12797, 'Seesen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12798, 'Seevetal', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12799, 'Sehnde', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12800, 'Soltau', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12801, 'Springe', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12802, 'Stade', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12803, 'Stadthagen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12804, 'Stadtoldendorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12805, 'Stelle', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12806, 'Stuhr', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12807, 'Sudbrookmerland', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12808, 'Sulingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12809, 'Syke', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12810, 'Tarmstedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12811, 'Tostedt', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12812, 'Twistringen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12813, 'Uchte', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12814, 'Uelzen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12815, 'Uetze', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12816, 'Uplengen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12817, 'Uslar', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12818, 'Varel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12819, 'Vechelde', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12820, 'Vechta', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12821, 'Verden', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12822, 'Vienenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12823, 'Visselhovede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12824, 'Walkenried', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12825, 'Wallenhorst', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12826, 'Walsrode', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12827, 'Wangerland', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12828, 'Wardenburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12829, 'Wedemark', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12830, 'Weener', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12831, 'Wendeburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12832, 'Wennigsen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12833, 'Westerstede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12834, 'Westoverledingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12835, 'Weyhe', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12836, 'Wiefelstede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12837, 'Wiesmoor', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12838, 'Wildeshausen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12839, 'Wilhelmshaven', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12840, 'Winsen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12841, 'Wittingen', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12842, 'Wittmund', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12843, 'Wolfenbuttel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12844, 'Wolfsburg', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12845, 'Worpswede', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12846, 'Wunstorf', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12847, 'Zetel', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12848, 'Zeven', 1266, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12849, 'Middenbeemster', 1267, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12850, 'Aachen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12851, 'Ahaus', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12852, 'Ahlen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12853, 'Aldenhoven', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12854, 'Alfter', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12855, 'Alpen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12856, 'Alsdorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12857, 'Altena', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12858, 'Altendorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12859, 'Anrochte', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12860, 'Arnsberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12861, 'Ascheberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12862, 'Attendorn', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12863, 'Augustdorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12864, 'Bad Berleburg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12865, 'Bad Driburg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12866, 'Bad Honnef', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12867, 'Bad Laasphe', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12868, 'Bad Lippspringe', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12869, 'Bad Munstereifel', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12870, 'Bad Oeynhausen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12871, 'Bad Salzuflen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12872, 'Bad Sassendorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12873, 'Baesweiler', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12874, 'Balve', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12875, 'Barntrup', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12876, 'Beckum', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12877, 'Bedburg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12878, 'Bedburg-Hau', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12879, 'Bergheim', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12880, 'Bergisch Gladbach', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12881, 'Bergkamen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12882, 'Bergneustadt', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12883, 'Bestwig', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12884, 'Beverungen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12885, 'Bielefeld', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12886, 'Billerbeck', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12887, 'Blomberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12888, 'Bocholt', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12889, 'Bochum', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12890, 'Bocket', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12891, 'Bonen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12892, 'Bonn', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12893, 'Borchen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12894, 'Borgentreich', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12895, 'Borgholzhausen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12896, 'Borken', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12897, 'Bornheim', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12898, 'Bottrop', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12899, 'Brakel', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12900, 'Brilon', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12901, 'Bruggen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12902, 'Bruhl', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12903, 'Bunde', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12904, 'Burbach', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12905, 'Buren', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12906, 'Burscheid', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12907, 'Castrop-Rauxel', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12908, 'Coesfeld', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12909, 'Cologne', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12910, 'Datteln', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12911, 'Delbruck', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12912, 'Denklingen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12913, 'Detmold', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12914, 'Dingden', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12915, 'Dinslaken', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12916, 'Dormagen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12917, 'Dorsten', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12918, 'Dortmund', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12919, 'Drensteinfurt', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12920, 'Drolshagen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12921, 'Duisburg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12922, 'Dulmen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12923, 'Duren', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12924, 'Dusseldorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12925, 'Eitorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12926, 'Elsdorf', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12927, 'Emmerich', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12928, 'Emsdetten', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12929, 'Engelskirchen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12930, 'Enger', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12931, 'Ennepetal', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12932, 'Ennigerloh', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12933, 'Ense', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12934, 'Erftstadt', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12935, 'Erkelenz', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12936, 'Erkrath', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12937, 'Erwitte', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12938, 'Espelkamp', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12939, 'Essen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12940, 'Euskirchen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12941, 'Extertal', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12942, 'Finnentrop', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12943, 'Frechen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12944, 'Freudenberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(12945, 'Frondenberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12946, 'Gangelt', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12947, 'Geilenkirchen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12948, 'Geldern', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12949, 'Gelsenkirchen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12950, 'Gescher', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12951, 'Geseke', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12952, 'Gevelsberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12953, 'Gladbeck', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12954, 'Goch', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12955, 'Grefrath', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12956, 'Greven', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12957, 'Grevenbroich', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12958, 'Gronau', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12959, 'Gummersbach', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12960, 'Gutersloh', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12961, 'Haan', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12962, 'Hagen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12963, 'Halle', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12964, 'Haltern', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12965, 'Halver', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12966, 'Hamm', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12967, 'Hamminkeln', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12968, 'Harsewinkel', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12969, 'Hattingen', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12970, 'Havixbeck', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12971, 'Heiligenhaus', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12972, 'Heinsberg', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12973, 'Hemer', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12974, 'Hennef', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12975, 'Herdecke', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12976, 'Herford', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12977, 'Herne', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12978, 'Herten', 1268, 82, 1, '2018-07-20 08:58:11', '2018-07-20 08:58:11'),
(12979, 'Herzebrock-Clarholz', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12980, 'Herzogenrath', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12981, 'Hiddenhausen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12982, 'Hilchenbach', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12983, 'Hilden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12984, 'Hille', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12985, 'Holzwickede', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12986, 'Horn-Bad Meinberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12987, 'Horstel', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12988, 'Hovelhof', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12989, 'Hoxter', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12990, 'Huckelhoven', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12991, 'Huckeswagen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12992, 'Hullhorst', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12993, 'Hunxe', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12994, 'Hurth', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12995, 'Ibbenburen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12996, 'Iserlohn', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12997, 'Isselburg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12998, 'Issum', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(12999, 'Juchen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13000, 'Julich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13001, 'Kaarst', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13002, 'Kalkar', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13003, 'Kall', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13004, 'Kalletal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13005, 'Kamen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13006, 'Kamp-Lintfort', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13007, 'Kempen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13008, 'Kerken', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13009, 'Kerpen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13010, 'Kevelaer', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13011, 'Kierspe', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13012, 'Kirchhundem', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13013, 'Kirchlengern', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13014, 'Kleve', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13015, 'Koln', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13016, 'Konigswinter', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13017, 'Korschenbroich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13018, 'Krefeld', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13019, 'Kreuzau', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13020, 'Kreuztal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13021, 'Kurten', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13022, 'Lage', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13023, 'Langenfeld', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13024, 'Langerwehe', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13025, 'Leichlingen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13026, 'Lemgo', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13027, 'Lengerich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13028, 'Lennestadt', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13029, 'Leopoldshohe', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13030, 'Leverkusen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13031, 'Lichtenau', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13032, 'Lindlar', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13033, 'Linnich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13034, 'Lippetal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13035, 'Lippstadt', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13036, 'Lohmar', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13037, 'Lohne', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13038, 'Lotte', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13039, 'Lubbecke', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13040, 'Ludenscheid', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13041, 'Ludinghausen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13042, 'Lugde', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13043, 'Lunen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13044, 'Marienheide', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13045, 'Marl', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13046, 'Marsberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13047, 'Mechernich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13048, 'Meckenheim', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13049, 'Meerbusch', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13050, 'Meinerzhagen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13051, 'Menden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13052, 'Meschede', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13053, 'Mettingen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13054, 'Mettmann', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13055, 'Minden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13056, 'Moers', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13057, 'Mohnesee', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13058, 'Monchengladbach', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13059, 'Monheim', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13060, 'Monschau', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13061, 'Morsbach', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13062, 'Much', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13063, 'Mulheim', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13064, 'Munster', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13065, 'Netphen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13066, 'Nettetal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13067, 'Neuenkirchen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13068, 'Neuenrade', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13069, 'Neukirchen-Vluyn', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13070, 'Neunkirchen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13071, 'Neunkirchen-Seelscheid', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13072, 'Neuss', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13073, 'Nideggen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13074, 'Niederkassel', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13075, 'Niederkruchten', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13076, 'Niederzier', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13077, 'Nordkirchen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13078, 'Norvenich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13079, 'Nottuln', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13080, 'Numbrecht', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13081, 'Oberhausen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13082, 'Ochtrup', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13083, 'Odenthal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13084, 'Oelde', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13085, 'Oer-Erkenschwick', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13086, 'Oerlinghausen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13087, 'Olfen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13088, 'Olpe', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13089, 'Olsberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13090, 'Overath', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13091, 'Paderborn', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13092, 'Petershagen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13093, 'Plettenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13094, 'Porta Westfalica', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13095, 'PreuBisch Oldendorf', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13096, 'Pulheim', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13097, 'Radevormwald', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13098, 'Raesfeld', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13099, 'Rahden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13100, 'Ratingen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13101, 'Recke', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13102, 'Recklinghausen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13103, 'Rees', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13104, 'Reichshof', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13105, 'Reken', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13106, 'Remscheid', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13107, 'Rheda-Wiedenbruck', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13108, 'Rhede', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13109, 'Rheinbach', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13110, 'Rheinberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13111, 'Rheine', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13112, 'Rietberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13113, 'Rommerskirchen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13114, 'Rosendahl', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13115, 'Rosrath', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13116, 'Ruthen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13117, 'Salzkotten', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13118, 'Sassenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13119, 'Schalksmuhle', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13120, 'Schermbeck', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13121, 'Schieder-Schwalenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13122, 'Schleiden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13123, 'SchloB Holte-Stukenbrock', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13124, 'Schmallenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13125, 'Schwalmtal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13126, 'Schwelm', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13127, 'Schwerte', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13128, 'Selm', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13129, 'Senden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13130, 'Sendenhorst', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13131, 'Siegburg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13132, 'Siegen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13133, 'Simmerath', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13134, 'Soest', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13135, 'Solingen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13136, 'Sonsbeck', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13137, 'Spenge', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13138, 'Sprockhovel', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13139, 'Stadtlohn', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13140, 'Steinfurt', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13141, 'Steinhagen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13142, 'Steinheim', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13143, 'Stemwede', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13144, 'Stolberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13145, 'Straelen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13146, 'Sundern', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13147, 'Swisttal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13148, 'Tecklenburg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13149, 'Telgte', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13150, 'Tonisvorst', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13151, 'Troisdorf', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13152, 'Ubach-Palenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13153, 'Unna', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13154, 'Velbert', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13155, 'Velen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13156, 'Verl', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13157, 'Versmold', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13158, 'Viersen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13159, 'Vlotho', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13160, 'Voerde', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13161, 'Vreden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13162, 'Wachtberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13163, 'Wachtendonk', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13164, 'Wadersloh', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13165, 'Waldbrol', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13166, 'Waltrop', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13167, 'Warburg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13168, 'Warendorf', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13169, 'Warstein', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13170, 'Wassenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13171, 'Weeze', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13172, 'Wegberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13173, 'Weilerswist', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13174, 'Welver', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13175, 'Wenden', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13176, 'Werdohl', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13177, 'Werl', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13178, 'Wermelskirchen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13179, 'Werne', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13180, 'Werther', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13181, 'Wesel', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13182, 'Wesseling', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13183, 'Westerkappeln', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13184, 'Wetter', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13185, 'Wickede', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13186, 'Wiehl', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13187, 'Willich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13188, 'Wilnsdorf', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13189, 'Windeck', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13190, 'Winterberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13191, 'Wipperfurth', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13192, 'Witten', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13193, 'Wulfrath', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13194, 'Wunnenberg', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13195, 'Wuppertal', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13196, 'Wurselen', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13197, 'Xanten', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13198, 'Zulpich', 1268, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13199, 'Herzberg am Harz', 1270, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13200, 'Alzey', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13201, 'Andernach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13202, 'Bad Durkheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13203, 'Bad Ems', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13204, 'Bad Kreuznach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13205, 'Bad Neuenahr-Ahrweiler', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13206, 'Bendorf', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13207, 'Betzdorf', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13208, 'Bingen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13209, 'Bitburg', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13210, 'Bobenheim-Roxheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13211, 'Bohl-Iggelheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13212, 'Boppard', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13213, 'Daun', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13214, 'Diez', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13215, 'Eisenberg', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13216, 'Essingen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13217, 'Frankenthal', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13218, 'Gau-Odernheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13219, 'Germersheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13220, 'Grunstadt', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13221, 'HaBloch', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13222, 'Hahnstatten', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13223, 'Hallschlag', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13224, 'Herschbach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13225, 'Herxheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13226, 'Hirschhorn', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13227, 'Hohr-Grenzhausen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13228, 'Holzheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13229, 'Idar-Oberstein', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13230, 'Ingelheim', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13231, 'Kaisersesch', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13232, 'Kaiserslautern', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13233, 'Kastellaun', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13234, 'Kindsbach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13235, 'Kirchen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13236, 'Kirn', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13237, 'Koblenz', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13238, 'Lahnstein', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13239, 'Landau', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13240, 'Limburgerhof', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13241, 'Luckenburg', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13242, 'Ludwigshafen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13243, 'Mainz', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13244, 'Mayen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13245, 'Montabaur', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13246, 'Morbach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13247, 'Mulheim-Karlich', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13248, 'Mundersbach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13249, 'Mutterstadt', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13250, 'Nassau', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13251, 'Neitersen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13252, 'Neustadt', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13253, 'Neuwied', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13254, 'Niederzissen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13255, 'Pirmasens', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13256, 'Plaidt', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13257, 'Remagen', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13258, 'Schifferstadt', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13259, 'Schoenenberg Kuebelberg', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13260, 'Sinzig', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13261, 'Speyer', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13262, 'St. Goar', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13263, 'Trier', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13264, 'Vallendar', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13265, 'Winterbach', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13266, 'Wittlich', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13267, 'Worms', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13268, 'Worth', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13269, 'Zweibrucken', 1271, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13270, 'Adenau', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13271, 'Anhausen', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13272, 'Barbelroth', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13273, 'Berndroth', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13274, 'Bernkastel-Kues', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13275, 'Burgbrohl', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13276, 'Dieblich', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13277, 'Dierdorf', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13278, 'Dreisbach', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13279, 'Elsoff', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13280, 'Enkenbach-Alsenborn', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13281, 'Etzbach', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13282, 'Flonheim', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13283, 'Fohren', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13284, 'Grafschaft', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13285, 'Hochspeyer', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13286, 'Leiningen', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13287, 'Moschheim', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13288, 'Murlenbach', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13289, 'Neuhofen', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13290, 'Nievern', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13291, 'Norken', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13292, 'Oberlahr', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13293, 'Otterstadt', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13294, 'Rennerod', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13295, 'Rheinbreitbach', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13296, 'Rieschweiler-Muhlbach', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13297, 'Saarburg', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13298, 'Stahlhofen', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13299, 'Steinebach', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13300, 'Weinsheim', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13301, 'Winnweiler', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13302, 'Wissen', 1272, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13303, 'Beckingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13304, 'Bexbach', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13305, 'Blieskastel', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13306, 'Dillingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13307, 'Duppenweiler', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13308, 'Eppelborn', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13309, 'Friedrichsthal', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13310, 'GroBrosseln', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13311, 'Heusweiler', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13312, 'Homburg', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13313, 'Illingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13314, 'Kirkel', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13315, 'Kleinblittersdorf', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13316, 'Lebach', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13317, 'Losheim', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13318, 'Mandelbachtal', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13319, 'Marpingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13320, 'Merchweiler', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13321, 'Merzig', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13322, 'Mettlach', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13323, 'Nalbach', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13324, 'Neunkirchen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13325, 'Nohfelden', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13326, 'Nonnweiler', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13327, 'Oberthal', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13328, 'Ottweiler', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13329, 'Puttlingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13330, 'Quierschied', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13331, 'Rehlingen-Siersburg', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13332, 'Riegelsberg', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13333, 'Saarbrucken', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13334, 'Saarlouis', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13335, 'Saarwellingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13336, 'Sankt Ingbert', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13337, 'Sankt Wendel', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13338, 'Schiffweiler', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13339, 'Schmelz', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13340, 'Schwalbach', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13341, 'Spiesen-Elversberg', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13342, 'Sulzbach', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13343, 'Tholey', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13344, 'Uberherrn', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13345, 'Volklingen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13346, 'Wadern', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13347, 'Wadgassen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13348, 'Wallerfangen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13349, 'Weiskirchen', 1273, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13350, 'Annaberg-Buchholz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13351, 'Aue', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13352, 'Auerbach', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13353, 'Bautzen', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13354, 'Bischofswerda', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13355, 'Borna', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13356, 'Brand-Erbisdorf', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13357, 'Burgstadt', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13358, 'Chemnitz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13359, 'Coswig', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13360, 'Crimmitschau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13361, 'Delitzsch', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13362, 'Dobeln', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13363, 'Dresden', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13364, 'Ebersbach', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13365, 'Eilenburg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13366, 'Falkenstein', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13367, 'Floha', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13368, 'Frankenberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13369, 'Freiberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13370, 'Freital', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13371, 'Friedewald', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13372, 'Glauchau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13373, 'Gorlitz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13374, 'Grimma', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13375, 'GroBenhain', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13376, 'Groditz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13377, 'Hainichen', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13378, 'Heidenau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13379, 'Hirschstein', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13380, 'Hohenstein-Ernstthal', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13381, 'Hoyerswerda', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13382, 'Kamenz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13383, 'Klingenthal', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13384, 'Leipzig', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13385, 'Lichtenstein', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13386, 'Limbach-Oberfrohna', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13387, 'LoBnitz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13388, 'Lobau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13389, 'Lugau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13390, 'Marienberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13391, 'Markkleeberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13392, 'Meerane', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13393, 'MeiBen', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13394, 'Mittweida', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13395, 'Muldenhammer', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13396, 'Neustadt', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13397, 'Niesky', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13398, 'Oelsnitz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13399, 'Olbernhau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13400, 'Olbersdorf', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13401, 'Oschatz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13402, 'Pirna', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13403, 'Plauen', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13404, 'Radeberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13405, 'Radebeul', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13406, 'Reichenbach', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13407, 'Riesa', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13408, 'Rietschen', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13409, 'Schkeuditz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13410, 'Schneeberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13411, 'Schwarzenberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13412, 'Sebnitz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13413, 'Stollberg', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13414, 'Taubenheim', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13415, 'Taucha', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13416, 'Thalheim', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13417, 'Torgau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13418, 'Waldheim', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13419, 'WeiBwasser', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13420, 'Werdau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13421, 'Wilkau-HaBlau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13422, 'Wurzen', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13423, 'Zittau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13424, 'Zschopau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13425, 'Zwickau', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13426, 'Zwonitz', 1274, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13427, 'Aken', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13428, 'Aschersleben', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13429, 'Bad Durrenberg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13430, 'Bebitz', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13431, 'Bernburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13432, 'Bitterfeld', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13433, 'Blankenburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13434, 'Braunsbedra', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13435, 'Burg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13436, 'Calbe', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13437, 'Coswig', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13438, 'Dessau', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13439, 'Eisleben', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13440, 'Gardelegen', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13441, 'Genthin', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13442, 'Gommern', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13443, 'Grafenhainichen', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13444, 'Halberstadt', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13445, 'Haldensleben', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13446, 'Halle', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13447, 'Hettstedt', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13448, 'Heyrothsberge', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13449, 'Hotensleben', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13450, 'Kothen', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13451, 'Leuna', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13452, 'Magdeburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13453, 'Merseburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13454, 'Naumburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13455, 'Oschersleben', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13456, 'Osterburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13457, 'Osterwieck', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13458, 'Quedlinburg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13459, 'Querfurt', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13460, 'Raguhn', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13461, 'RoBlau', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13462, 'Salzwedel', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13463, 'Sangerhausen', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13464, 'Schonebeck', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13465, 'StaBfurt', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13466, 'Stendal', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13467, 'Tangermunde', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13468, 'Thale', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13469, 'WeiBenfels', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13470, 'Wittenberg', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13471, 'Wolfen', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13472, 'Wolmirstedt', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13473, 'Zeitz', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13474, 'Zerbst', 1275, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13475, 'Bad Lausick', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13476, 'Bernsdorf', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13477, 'Borde-Hakel', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13478, 'Gelenau', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13479, 'Groberkmannsdorf ', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13480, 'Hartha', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13481, 'Kreischa', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13482, 'Malschwitz', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13483, 'Naunhof', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13484, 'Pausa', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13485, 'Seiffen', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13486, 'Stutzengrun', 1276, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13487, 'Ahrensbok', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13488, 'Ahrensburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13489, 'Altenholz', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13490, 'Alveslohe', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13491, 'Ammersbek', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13492, 'Bad Bramstedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13493, 'Bad Oldesloe', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13494, 'Bad Schwartau', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13495, 'Bad Segeberg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13496, 'Bargteheide', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13497, 'Barmstedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13498, 'Barsbuttel', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13499, 'Bredstedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13500, 'Brunsbuttel', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13501, 'Budelsdorf', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13502, 'Eckernforde', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13503, 'Eddelak', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13504, 'Elmshorn', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13505, 'Eutin', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13506, 'Flensburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13507, 'Friedrichstadt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13508, 'Geesthacht', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13509, 'Glinde', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13510, 'Gluckstadt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13511, 'Grob Pampau', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13512, 'Halstenbek', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13513, 'Hamfelde', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13514, 'Harrislee', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13515, 'Hartenholm', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13516, 'Heide', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13517, 'Heiligenhafen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13518, 'Henstedt-Ulzburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13519, 'Honenwestedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13520, 'Husum', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13521, 'Itzehoe', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13522, 'Kaltenkirchen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13523, 'Kappeln', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13524, 'Kiel', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13525, 'Kronshagen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13526, 'Lauenburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13527, 'Lensahn', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13528, 'Lubeck', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13529, 'Malente', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13530, 'Mielkendorf', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13531, 'Molfsee', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13532, 'Molln', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13533, 'Neuenbrook', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13534, 'Neumunster', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13535, 'Neustadt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13536, 'Norderstedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13537, 'Oldenburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13538, 'Oststeinbek', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13539, 'Pinneberg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13540, 'Plon', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13541, 'Preetz', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13542, 'Quickborn', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13543, 'Ratekau', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13544, 'Ratzeburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13545, 'Reinbek', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13546, 'Reinfeld', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13547, 'Rellingen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13548, 'Rendsburg', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13549, 'Rethwisch', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13550, 'Satrup', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13551, 'Scharbeutz', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13552, 'Schenefeld', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13553, 'Schleswig', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13554, 'Schmalfeld', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13555, 'Schoenkirchen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13556, 'Schwarzenbek', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13557, 'Seefeld', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13558, 'Sievershutten', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13559, 'Stockelsdorf', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13560, 'Tangstedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13561, 'Timmendorfer Strand', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13562, 'Tornesch', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13563, 'Travemunde', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13564, 'Uetersen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13565, 'Wahlstedt', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13566, 'Wedel', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13567, 'Wentorf', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13568, 'Westerland', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13569, 'Westerronfeld', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13570, 'Wohltorf', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13571, 'Wotersen', 1277, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13572, 'Altenburg', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13573, 'Apolda', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13574, 'Arnstadt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13575, 'Bad Frankenhausen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13576, 'Bad Langensalza', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(13577, 'Bad Salzungen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13578, 'Cursdorf', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13579, 'Dornburg', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13580, 'Eisenach', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13581, 'Eisenberg', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13582, 'Erfurt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13583, 'Gera', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13584, 'Geschwenda', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13585, 'Gotha', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13586, 'Greiz', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13587, 'Heiligenstadt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13588, 'Hermsdorf', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13589, 'Hildburghausen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13590, 'Ilmenau', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13591, 'Immelborn', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13592, 'Jena', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13593, 'Leinefelde', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13594, 'Leutenberg', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13595, 'Meiningen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13596, 'Meuselwitz', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13597, 'Muhlhausen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13598, 'Neustadt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13599, 'Nordhausen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13600, 'PoBneck', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13601, 'Rosenthal', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13602, 'Rositz', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13603, 'Rudolstadt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13604, 'Ruhla', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13605, 'Saalfeld', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13606, 'Schmalkalden', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13607, 'Schmolln', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13608, 'Sommerda', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13609, 'Sondershausen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13610, 'Sonneberg', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13611, 'Suhl', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13612, 'Triptis', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13613, 'Uhlstadt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13614, 'Waltershausen', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13615, 'Weida', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13616, 'Weimar', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13617, 'Wernigerode', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13618, 'Wormstedt', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13619, 'Zella-Mehlis', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13620, 'Zeulenroda', 1278, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13621, 'Webling', 1279, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13622, 'Neustadt', 1280, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13623, 'Schlobborn', 1281, 82, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13624, 'Agogo', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13625, 'Bekwai', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13626, 'Konongo', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13627, 'Kumasi', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13628, 'Mampong', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13629, 'Mankranso', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13630, 'Obuasi', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13631, 'Ofinso', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13632, 'Tafo', 1282, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13633, 'Bechem', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13634, 'Berekum', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13635, 'Duayaw Nkwanta', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13636, 'Kintampo', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13637, 'Sunyani', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13638, 'Techiman', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13639, 'Wenchi', 1283, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13640, 'Apam', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13641, 'Cape Coast', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13642, 'Dunkwa', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13643, 'Elmina', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13644, 'Foso', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13645, 'Komenda', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13646, 'Mauri', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13647, 'Mumford', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13648, 'Nyakrom', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13649, 'Okitsiu', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13650, 'Saltpond', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13651, 'Swedru', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13652, 'Winneba', 1284, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13653, 'Aburi', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13654, 'Ada', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13655, 'Akim Swedru', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13656, 'Akropong', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13657, 'Asamankese', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13658, 'Begoro', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13659, 'Kade', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13660, 'Kibi', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13661, 'Koforidua', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13662, 'Mpraeso', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13663, 'Nkawkaw', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13664, 'Nsawam', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13665, 'Oda', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13666, 'Somanya', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13667, 'Suhum', 1285, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13668, 'Kpandae', 1287, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13669, 'Salaga', 1287, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13670, 'Savelugu', 1287, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13671, 'Tamale', 1287, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13672, 'Yendi', 1287, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13673, 'Aflao', 1290, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13674, 'Anloga', 1290, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13675, 'Ho', 1290, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13676, 'Hohoe', 1290, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13677, 'Keta', 1290, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13678, 'Kete-Krachi', 1290, 83, 1, '2018-07-20 08:58:12', '2018-07-20 08:58:12'),
(13679, 'Kpandu', 1290, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13680, 'Aboso', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13681, 'Anomabu', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13682, 'Axim', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13683, 'Bibiani', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13684, 'Prestea', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13685, 'Sekondi', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13686, 'Shama', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13687, 'Takoradi', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13688, 'Tarkwa', 1291, 83, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13689, 'Gibraltar', 1292, 84, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13690, 'Elassonos', 1293, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13691, 'Aiyion', 1294, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13692, 'Patra', 1294, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13693, 'Argos', 1296, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13694, 'Navplion', 1296, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13695, 'Tripoli', 1297, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13696, 'Arta', 1298, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13697, 'Acharnes', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13698, 'Agios Ioannis Rentis', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13699, 'Drapetsona', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13700, 'Koropi', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13701, 'Lavrion', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13702, 'Mandra', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13703, 'Spata', 1299, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13704, 'Aharna', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13705, 'Aiyaleo', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13706, 'Alimos', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13707, 'Amarousion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13708, 'Ano Liosia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13709, 'Aryiroupoli', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13710, 'Aspropirgos', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13711, 'Athina', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13712, 'Athinai', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13713, 'Ayia Barbara', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13714, 'Ayia Paraskevi', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13715, 'Ayios Anaryiros', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13716, 'Ayios Dimitrios', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13717, 'Dafne', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13718, 'Elevsis', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13719, 'Ellenikon', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13720, 'Galatsion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13721, 'Glifada', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13722, 'Haidarion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13723, 'Halandrion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13724, 'Holargos', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13725, 'Ilioupoli', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13726, 'Iraklion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13727, 'Kaisariani', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13728, 'Kallithea', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13729, 'Kamateron', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13730, 'Keratea', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13731, 'Keratsinion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13732, 'Kifisia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13733, 'Koridallos', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13734, 'Kropion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13735, 'Markopoulos Mesogaia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13736, 'Maroussi', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13737, 'Megara', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13738, 'Melission', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13739, 'Metamorfosios', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13740, 'Moshatos', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13741, 'Nea Filedelfia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13742, 'Nea Ionia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13743, 'Nea Liosia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13744, 'Nea Smirni', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13745, 'Nikaia', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13746, 'Palaion Faliron', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13747, 'Perama', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13748, 'Peristerion', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13749, 'Petroupoli', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13750, 'Pevka', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13751, 'Piraeus', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13752, 'Salamis', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13753, 'Tavros', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13754, 'Viron', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13755, 'Voula', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13756, 'Vrilission', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13757, 'Zografos', 1300, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13758, 'Heraklion', 1302, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13759, 'Arhangelos', 1303, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13760, 'Ialysos', 1303, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13761, 'Kos', 1303, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13762, 'Rodos', 1303, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13763, 'Drama', 1304, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13764, 'Chalkis', 1305, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13765, 'Karpenisi', 1306, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13766, 'Alexandroupoli', 1307, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13767, 'Orestias', 1307, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13768, 'Halkida', 1308, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13769, 'Florina', 1309, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13770, 'Amfissa', 1310, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13771, 'Lamia', 1311, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13772, 'Grevena', 1312, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13773, 'Halandri', 1313, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13774, 'Lakkoma', 1314, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13775, 'N. Kallikrateia', 1314, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13776, 'Poliyiros', 1314, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13777, 'Hania', 1315, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13778, 'Crete', 1316, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13779, 'Hios', 1317, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13780, 'Pirgos', 1318, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13781, 'Veroia', 1319, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13782, 'Ioannina', 1320, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13783, 'Karditsa', 1322, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13784, 'Kastoria', 1323, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13785, 'Kavala', 1324, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13786, 'Agioi Theodoroi', 1325, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13787, 'Argostolion', 1325, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13788, 'Kerkira', 1326, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13789, 'Ermoupoli', 1327, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13790, 'Fira', 1327, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13791, 'Mikonos', 1327, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13792, 'Kilkis', 1328, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13793, 'Korinthos', 1329, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13794, 'Kozani', 1330, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13795, 'Ptolemais', 1330, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13796, 'Sparti', 1331, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13797, 'Larisa', 1332, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13798, 'Larissa', 1332, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13799, 'Ayios Nikolaos', 1333, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13800, 'Ierapetra', 1333, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13801, 'Sitia', 1333, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13802, 'Mitilini', 1334, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13803, 'Levkas', 1335, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13804, 'Volos', 1336, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13805, 'Kalamata', 1337, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13806, 'Edessa', 1340, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13807, 'Yiannitsa', 1340, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13808, 'Katerini', 1341, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13809, 'Acharne', 1342, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13810, 'Pallini', 1342, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13811, 'Preveza', 1343, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13812, 'Rethimnon', 1344, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13813, 'Komotini', 1345, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13814, 'Samos', 1346, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13815, 'Serrai', 1347, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13816, 'Igoumenitsa', 1348, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13817, 'Ampelokipa', 1349, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13818, 'Kalamaria', 1349, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13819, 'Neapoli', 1349, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13820, 'Oristiada', 1349, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13821, 'Thessaloniki', 1349, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13822, 'Trikala', 1350, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13823, 'Levadia', 1351, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13824, 'Thivai', 1351, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13825, 'Xanthi', 1353, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13826, 'Zakinthos', 1354, 85, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13827, 'Aasiaat', 1355, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13828, 'Akunnaaq', 1355, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13829, 'Kitsissuarsuit', 1355, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13830, 'Ikkatteq', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13831, 'Isortoq', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13832, 'Kulusuk', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13833, 'Kuumiut', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13834, 'Qernertuarssuit', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13835, 'Sermiligaaq', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13836, 'Tasiilaq', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13837, 'Tiniteqilaaq', 1356, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13838, 'Illoqqortoormiut', 1357, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13839, 'Itterajivit', 1357, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13840, 'Uunarteq', 1357, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13841, 'Ilimanaq', 1358, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13842, 'Ilulissat', 1358, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13843, 'Oqaatsut', 1358, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13844, 'Qeqertaq', 1358, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13845, 'Saqqaq', 1358, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13846, 'Ivittuut', 1359, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13847, 'Kangilinnguit', 1359, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13848, 'Attu', 1360, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13849, 'Iginniarfik', 1360, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13850, 'Ikerasaarsuk', 1360, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13851, 'Kangaatsiaq', 1360, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13852, 'Niaqornaarsuk', 1360, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13853, 'Atammik', 1361, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13854, 'Kangaamiut', 1361, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13855, 'Maniitsoq', 1361, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13856, 'Napasoq', 1361, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13857, 'Aappilattoq', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13858, 'Akuliaruseq', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13859, 'Alluitsoq', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13860, 'Alluitsup Paa', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13861, 'Ammassivik', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13862, 'Ikerasassuaq', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13863, 'Nanortalik', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13864, 'Narsarmijit', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13865, 'Nuugaarsuk', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13866, 'Qallimiut', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13867, 'Qortortorsuaq', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13868, 'Tasiusaq', 1362, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13869, 'Amannguit', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13870, 'Atarnaatsoq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13871, 'Eqaluit Ilua', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13872, 'Igaliku', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13873, 'Igaliku Kujalleq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13874, 'Inneruulalik', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13875, 'Issormiut', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13876, 'Iterlak', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13877, 'Kangerlua', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13878, 'Narsaq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13879, 'Narsarsuaq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13880, 'Nunataaq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13881, 'Qassiarsuk', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13882, 'Qinngua', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13883, 'Qinngua Kangilleq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13884, 'Qolortup Itinnera', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13885, 'Sillisit', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13886, 'Tasiusaq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13887, 'Timerliit', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13888, 'Uummannartuuaraq', 1363, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13889, 'Kangerluarsoruseq', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13890, 'Kapisillit', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13891, 'Neriunaq', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13892, 'Nuuk', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13893, 'Qeqertarsuatsiaat', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13894, 'Qooqqut', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13895, 'Qoornoq', 1364, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13896, 'Arsuk', 1365, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13897, 'Paamiut', 1365, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13898, 'Moriusaq', 1366, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13899, 'Qaanaaq', 1366, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13900, 'Qeqertarsuaq', 1366, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13901, 'Qeqertat', 1366, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13902, 'Savissivik', 1366, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13903, 'Siorapaluk', 1366, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13904, 'Eqalugaarsuit', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13905, 'Illorsuit', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13906, 'Kangerluarsorujuk', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13907, 'Kangerluarsorujuup Qinngua', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13908, 'Qanisartuut', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13909, 'Qaqortokolook', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13910, 'Qaqortoq', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13911, 'Qassimiut', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13912, 'Saarloq', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13913, 'Saqqamiut', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13914, 'Tasiluk', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13915, 'Upernaviarsuk', 1367, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13916, 'Ikamiut', 1368, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13917, 'Qasigiannguit', 1368, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13918, 'Kangerluk', 1369, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13919, 'Qeqertarsuaq', 1369, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13920, 'Itilleq', 1370, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13921, 'Kangerlussuaq', 1370, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13922, 'Sarfannguit', 1370, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13923, 'Sisimiut', 1370, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13924, 'Aappilattoq', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13925, 'Ikerakuuk', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13926, 'Innarsuit', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13927, 'Kangersuatsiaq', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13928, 'Kullorsuaq', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13929, 'Naajaat', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13930, 'Nutaarmiut', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13931, 'Nuusuaq', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13932, 'Tasiusaq', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13933, 'Upernavik', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13934, 'Upernavik Kujalleq', 1372, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13935, 'Ikerasak', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13936, 'Illorsuit', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13937, 'Niaqornat', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13938, 'Nuugaatsiaq', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13939, 'Qaarsut', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13940, 'Saattut', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13941, 'Ukkusissat', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13942, 'Uummannaq', 1373, 86, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13943, 'Baie-Mahault', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13944, 'Baillif', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13945, 'Basse-Terre', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13946, 'Bouillante', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13947, 'Capesterre-Belle-Eau', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13948, 'Gourbeyre', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13949, 'Lamentin', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13950, 'Petit-Bourg', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13951, 'Pointe-Noire', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13952, 'Saint-Claude', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13953, 'Sainte-Rose', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13954, 'Trois-Rivieres', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13955, 'Vieux-Habitants', 1381, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13956, 'Anse-Bertrand', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13957, 'Le Gosier', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13958, 'Le Moule', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13959, 'Les Abymes', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13960, 'Morne-a-l Eau', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13961, 'Petit-Canal', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13962, 'Point-a-Pitre', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13963, 'Port-Louis', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13964, 'Saint-Francois', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13965, 'Sainte-Anne', 1382, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13966, 'Grand-Bourg', 1385, 88, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13967, 'Agat', 1389, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13968, 'Barrigada', 1390, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13969, 'Barrigada Heights', 1390, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13970, 'Chalan Pago', 1391, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13971, 'Ordot', 1391, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13972, 'Astumbo', 1392, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13973, 'Dededo', 1392, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13974, 'Finegayan Station', 1392, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13975, 'Agana', 1393, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13976, 'Agana Station', 1393, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13977, 'Inarajan', 1394, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13978, 'Mangilao', 1395, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13979, 'Merizo', 1396, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13980, 'Mongmong', 1397, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13981, 'Toto', 1397, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13982, 'Sinajana', 1399, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13983, 'Talofofo', 1400, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13984, 'Tamuning', 1401, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13985, 'Anderson Air Force Base', 1402, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13986, 'Yigo', 1402, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13987, 'Yona', 1403, 89, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13988, 'Chimaltenango', 1406, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13989, 'Comalapa', 1406, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13990, 'Itzapa', 1406, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13991, 'Patzun', 1406, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13992, 'Chiquimula', 1407, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13993, 'Esquipulas', 1407, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13994, 'Cotzumalguapa', 1409, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13995, 'Escuintla', 1409, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13996, 'Palin', 1409, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13997, 'San Jose', 1409, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13998, 'Tiquisate', 1409, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(13999, 'Amatitlan', 1410, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14000, 'Chinautla', 1410, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14001, 'Guatemala', 1410, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14002, 'Mixco', 1410, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14003, 'Petapa', 1410, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14004, 'Villa Nueva', 1410, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14005, 'Huehuetenango', 1411, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14006, 'Puerto Barrios', 1412, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14007, 'Jalapa', 1413, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14008, 'Asuncion Mita', 1414, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14009, 'Jutiapa', 1414, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14010, 'Flores', 1415, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14011, 'San Benito', 1415, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14012, 'Quezaltenango', 1416, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14013, 'Quiche', 1417, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14014, 'Retalhuleu', 1418, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14015, 'Antigua', 1419, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14016, 'Ciudad Vieja', 1419, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14017, 'Jocotenango', 1419, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14018, 'Santa Maria de Jesus', 1419, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14019, 'Sumpango', 1419, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14020, 'Atitlan', 1422, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14021, 'Solola', 1422, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14022, 'Mazatenango', 1423, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14023, 'Totonicapan', 1424, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14024, 'Zacapa', 1425, 90, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14025, 'Saint Anne s', 1426, 91, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14026, 'Castle', 1427, 91, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14027, 'Forest', 1428, 91, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14028, 'Sark', 1435, 91, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14029, 'Torteval', 1436, 91, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14030, 'Vale', 1437, 91, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14031, 'Beyla', 1438, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14032, 'Boffa', 1439, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14033, 'Boke', 1440, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14034, 'Conakry', 1441, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14035, 'Coyah', 1442, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14036, 'Dabola', 1443, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14037, 'Dalaba', 1444, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14038, 'Dinguiraye', 1445, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14039, 'Faranah', 1446, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14040, 'Forecariah', 1447, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14041, 'Fria', 1448, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14042, 'Gaoual', 1449, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14043, 'Guekedou', 1450, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14044, 'Kankan', 1451, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14045, 'Kerouane', 1452, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14046, 'Kindia', 1453, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14047, 'Kissidougou', 1454, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14048, 'Koubia', 1455, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14049, 'Koundara', 1456, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14050, 'Kouroussa', 1457, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14051, 'Labe', 1458, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14052, 'Lola', 1459, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14053, 'Macenta', 1460, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14054, 'Mali', 1461, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14055, 'Mamou', 1462, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14056, 'Mandiana', 1463, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14057, 'Nzerekore', 1464, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14058, 'Pita', 1465, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14059, 'Siguiri', 1466, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14060, 'Telimele', 1467, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14061, 'Tougue', 1468, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14062, 'Yomou', 1469, 92, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14063, 'Bafata', 1470, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14064, 'Bissau', 1471, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14065, 'Bolama', 1472, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14066, 'Bubaque', 1472, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14067, 'Cacheu', 1473, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14068, 'Canchungo', 1473, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14069, 'Gabu', 1474, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14070, 'Bissora', 1475, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14071, 'Farim', 1475, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14072, 'Mansoa', 1475, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14073, 'Buba', 1476, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14074, 'Fulacunda', 1476, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14075, 'Quebo', 1476, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14076, 'Catio', 1477, 93, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14077, 'Mabaruma', 1478, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14078, 'Morawhanna', 1478, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14079, 'Bartica', 1479, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14080, 'Issano', 1479, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14081, 'Kamarang', 1479, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14082, 'Georgetown', 1480, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14083, 'Mahaica', 1480, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14084, 'Paradise', 1480, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14085, 'Queenstown', 1480, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14086, 'Fort Wellington', 1483, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14087, 'Mahaicony', 1483, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14088, 'Rosignol', 1483, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14089, 'Anna Regina', 1484, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14090, 'Charity', 1484, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14091, 'Suddie', 1484, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14092, 'Mahdia', 1485, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14093, 'Tumatumari', 1485, 94, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14094, 'Desdunes', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14095, 'Dessalines', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14096, 'Gonaives', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14097, 'Gros-Morne', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14098, 'L Artibonite', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14099, 'Saint-Marc', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14100, 'Saint-Michel-de-l Atalaye', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14101, 'Saint-Raphael', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14102, 'Verrettes', 1488, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14103, 'Hinche', 1489, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14104, 'Mirebalais', 1489, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14105, 'Anse-d Hainault', 1490, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14106, 'Dame Marie', 1490, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14107, 'Jeremie', 1490, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14108, 'Miragoane', 1490, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14109, 'Cap-Haitien', 1491, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14110, 'Croix-des-Bouquets', 1491, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14111, 'Grande Riviere du Nord', 1491, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14112, 'Limbe', 1491, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14113, 'Pignon', 1491, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14114, 'Derac', 1492, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14115, 'Fort-Liberte', 1492, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14116, 'Ouanaminthe', 1492, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14117, 'Trou-du-Nord', 1492, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14118, 'Port-de-Paix', 1493, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14119, 'Saint-Louis-du-Nord', 1493, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14120, 'Anse-a-Galets', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14121, 'Carrefour', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14122, 'Delmas', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14123, 'Kenscoff', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14124, 'Lascahobas', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14125, 'Leogane', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14126, 'Petionville', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14127, 'Petit Goave', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14128, 'Port-au-Prince', 1494, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14129, 'Aquin', 1495, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14130, 'Les Cayes', 1495, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14131, 'Jacmel', 1496, 95, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14132, 'La Ceiba', 1498, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14133, 'Olanchito', 1498, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14134, 'Tela', 1498, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14135, 'Choluteca', 1499, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14136, 'El Triunfo', 1499, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14137, 'Pespire', 1499, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14138, 'Sonaguera', 1500, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14139, 'Tocoa', 1500, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14140, 'Trujillo', 1500, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14141, 'Comayagua', 1501, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14142, 'Siguatepeque', 1501, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14143, 'Copan', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14144, 'Corquin', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14145, 'Dulce Nombre', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14146, 'El Paraiso', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14147, 'San Antonio', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14148, 'San Nicolas', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14149, 'Santa Rosa de Copan', 1502, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14150, 'Choloma', 1503, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14151, 'La Lima', 1503, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14152, 'Omoa', 1503, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14153, 'Puerto Cortes', 1503, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14154, 'San Pedro Sula', 1503, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14155, 'Intibuca', 1508, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14156, 'La Esperanza', 1508, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14157, 'Utila', 1508, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14158, 'Gracias', 1511, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14159, 'Ocotepeque', 1512, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14160, 'San Marcos', 1512, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14161, 'Sinuapa', 1512, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14162, 'Catacamas', 1513, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14163, 'Juticalpa', 1513, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14164, 'Amapala', 1515, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14165, 'Langue', 1515, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14166, 'Nacaome', 1515, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14167, 'San Lorenzo', 1515, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14168, 'El Progreso', 1516, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14169, 'Morazan', 1516, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14170, 'Santa Rita', 1516, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14171, 'Yoro', 1516, 97, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14172, 'Akaszto', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14173, 'Bacsalmas', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14174, 'Bacsbokod', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14175, 'Baja', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14176, 'Bugac', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14177, 'Davod', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14178, 'Dunapataj', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14179, 'Dunavecse', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14180, 'Fulopszallas', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14181, 'Hajos', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14182, 'Harta', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14183, 'Izsak', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14184, 'Jakabszallas', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14185, 'Janoshalma', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14186, 'Kalocsa', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14187, 'Kecel', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14188, 'Kecskemet', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14189, 'Kiskoros', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14190, 'Kiskunfelegyhaza', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14191, 'Kiskunhalas', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14192, 'Kiskunmajsa', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14193, 'Kunfeherto', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14194, 'Kunszentmiklos', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14195, 'Lajosmizse', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14196, 'Lakitelek', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14197, 'Madaras', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14198, 'Melykut', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14199, 'Nagybaracska', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14200, 'Orgovany', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14201, 'Palmonostora', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14202, 'Solt', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14203, 'Soltvadkert', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14204, 'Sukosd', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14205, 'Szabadszallas', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14206, 'Szalkszentmarton', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14207, 'Tass', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14208, 'Tiszakecske', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14209, 'Tompa', 1518, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14210, 'Beremend', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(14211, 'Boly', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14212, 'Dunaszekcso', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14213, 'Harkany', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14214, 'Hosszuheteny', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14215, 'Komlo', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14216, 'Magocs', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14217, 'Mohacs', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14218, 'Pecs', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14219, 'Pecsvarad', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14220, 'Sasd', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14221, 'Sellye', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14222, 'Siklos', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14223, 'Szentlorinc', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14224, 'Szigetvar', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14225, 'Vajszlo', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14226, 'Villany', 1519, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14227, 'Battonya', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14228, 'Bekes', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14229, 'Bekescsaba', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14230, 'Bekessamson', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14231, 'Bekesszentandras', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14232, 'Csorvas', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14233, 'Devavanya', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14234, 'Doboz', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14235, 'Elek', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14236, 'Endrod', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14237, 'Fuzesgyarmat', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14238, 'Gyula', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14239, 'Ketegyhaza', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14240, 'Kondoros', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14241, 'Korosladany', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14242, 'Kunagota', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14243, 'Lokoshaza', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14244, 'Mezobereny', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14245, 'Mezohegyes', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14246, 'Mezokovacshaza', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14247, 'Nagyszenas', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14248, 'Oroshaza', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14249, 'Sarkad', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14250, 'Szabadkigyos', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14251, 'Szarvas', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14252, 'Szeghalom', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14253, 'Totkomlos', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14254, 'Veszto', 1520, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14255, 'Abaujszanto', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14256, 'Arlo', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14257, 'Bogacs', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14258, 'Cigand', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14259, 'Edeleny', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14260, 'Emod', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14261, 'Encs', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14262, 'Gonc', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14263, 'Karcsa', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14264, 'Kazincbarcika', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14265, 'Mad', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14266, 'Megyaszo', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14267, 'Mezokeresztes', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14268, 'Mezokovesd', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14269, 'Miskolc', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14270, 'Monok', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14271, 'Nyekladhaza', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14272, 'Olaszliszka', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14273, 'Onod', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14274, 'Ozd', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14275, 'Putnok', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14276, 'Rudabanya', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14277, 'Sajokaza', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14278, 'Sajolad', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14279, 'Sajoszentpeter', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14280, 'Saly', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14281, 'Sarospatak', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14282, 'Satoraljaujhely', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14283, 'Szendro', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14284, 'Szentistvan', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14285, 'Szerencs', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14286, 'Szihalom', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14287, 'Szikszo', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14288, 'Taktaharkany', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14289, 'Taktaszada', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14290, 'Tallya', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14291, 'Tarcal', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14292, 'Tiszaluc', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14293, 'Tiszaujvaros', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14294, 'Tokaj', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14295, 'Tolcsva', 1521, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14296, 'Budapest', 1522, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14297, 'Csongrad', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14298, 'Fabiansebestyen', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14299, 'Foldeak', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14300, 'Hodmezovasarhely', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14301, 'Kiskundorozsma', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14302, 'Kistelek', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14303, 'Kiszombor', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14304, 'Mako', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14305, 'Mindszent', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14306, 'Morahalom', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14307, 'Pusztaszer', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14308, 'Roszke', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14309, 'Sandorfalva', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14310, 'Szatymaz', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14311, 'Szeged', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14312, 'Szegvar', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14313, 'Szekkutas', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14314, 'Szentes', 1523, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14315, 'Aba', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14316, 'Adony', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14317, 'Alap', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14318, 'Apostag', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14319, 'Bakonycsernye', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14320, 'Bicske', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14321, 'Bodajk', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14322, 'Cece', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14323, 'Csakvar', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14324, 'Deg', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14325, 'Dios', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14326, 'Dunaujvaros', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14327, 'Enying', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14328, 'Ercsi', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14329, 'Etyek', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14330, 'Fehervarcsurgo', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14331, 'Lovasbereny', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14332, 'Martonvasar', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14333, 'Mezofalva', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14334, 'Mezoszilas', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14335, 'Mor', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14336, 'Pazmand', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14337, 'Polgardi', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14338, 'Pusztavam', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14339, 'Rackeresztur', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14340, 'Sarbogard', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14341, 'Seregelyes', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14342, 'Soponya', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14343, 'Szabadbattyan', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14344, 'Szekesfehervar', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14345, 'Val', 1524, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14346, 'Asvanyraro', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14347, 'Beled', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14348, 'Bosarkany', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14349, 'Csorna', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14350, 'Fertod', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14351, 'Fertorakos', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14352, 'Fertoszentmiklos', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14353, 'Gyor', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14354, 'Gyorujbarat', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14355, 'Hunyadi u.', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14356, 'Kapuvar', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14357, 'Lebeny', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14358, 'Mihalyi', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14359, 'Mosonmagyarovar', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14360, 'Nyul', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14361, 'Pannonhalma', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14362, 'Rajka', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14363, 'Sopron', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14364, 'Szany', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14365, 'Tet', 1525, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14366, 'Balmazujvaros', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14367, 'Barand', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14368, 'Berettyoujfalu', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14369, 'Biharkeresztes', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14370, 'Biharnagybajom', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14371, 'Debrecen', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14372, 'Derecske', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14373, 'Egyek', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14374, 'Foldes', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14375, 'Hajduboszormeny', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14376, 'Hajdudorog', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14377, 'Hajduhadhaz', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14378, 'Hajdusamson', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14379, 'Hajduszoboszlo', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14380, 'Hajduszovat', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14381, 'Hortobagy', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14382, 'Hosszupalyi', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14383, 'Kaba', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14384, 'Komadi', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14385, 'Mikepercs', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14386, 'Monostorpalyi', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14387, 'Nadudvar', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14388, 'Nagyleta', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14389, 'Nyirabrany', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14390, 'Nyiracsad', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14391, 'Nyiradony', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14392, 'Polgar', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14393, 'Puspokladany', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14394, 'Sarretudvari', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14395, 'Tiszacsege', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14396, 'Ujfeherto', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14397, 'Vamospercs', 1526, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14398, 'Abasar', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14399, 'Andornaktalya', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14400, 'Belapatfalva', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14401, 'Domoszlo', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14402, 'Eger', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14403, 'Erdotelek', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14404, 'Felsotarkany', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14405, 'Fuzesabony', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14406, 'Gyongyos', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14407, 'Gyongyospata', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14408, 'Gyongyossolymos', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14409, 'Gyongyostarjan', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14410, 'Hatvan', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14411, 'Heves', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14412, 'Kal', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14413, 'Lorinci', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14414, 'Matraderecske', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14415, 'Parad', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14416, 'Petervasara', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14417, 'Recsk', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14418, 'Sirok', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14419, 'Tarnalelesz', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14420, 'Verpelet', 1527, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14421, 'Abadszalok', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14422, 'Besenyszog', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14423, 'Cserkeszolo', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14424, 'Fegyvernek', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14425, 'Hegyeshalom', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14426, 'Jaszalsoszentgyorgy', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14427, 'Jaszapati', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14428, 'Jaszarokszallas', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14429, 'Jaszbereny', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14430, 'Jaszfenyzaru', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14431, 'Jaszjakohalma', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14432, 'Jaszkiser', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14433, 'Jaszladany', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14434, 'Jaszszentandras', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14435, 'Karcag', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14436, 'Kenderes', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14437, 'Kisujszallas', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14438, 'Kunhegyes', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14439, 'Kunmadaras', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14440, 'Kunszentmarton', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14441, 'Martfu', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14442, 'Mezotur', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14443, 'Ocsod', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14444, 'Szolnok', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14445, 'Tiszabura', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14446, 'Tiszafoldvar', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14447, 'Tiszafured', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14448, 'Tiszapuspoki', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14449, 'Tiszaroff', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14450, 'Tiszasuly', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14451, 'Torokszentmiklos', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14452, 'Toszeg', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14453, 'Turkeve', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14454, 'Ujszasz', 1528, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14455, 'Acs', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14456, 'Almasfuzito', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14457, 'Babolna', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14458, 'Bajna', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14459, 'Dorog', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14460, 'Esztergom', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14461, 'Kesztolc', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14462, 'Kisber', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14463, 'Komarom', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14464, 'Kornye', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14465, 'Labatlan', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14466, 'Mocsa', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14467, 'Nagyigmand', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14468, 'Nyergesujfalu', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14469, 'Oroszlany', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14470, 'Sarisap', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14471, 'Tardos', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14472, 'Tarjan', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14473, 'Tata', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14474, 'Tatabanya', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14475, 'Tokod', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14476, 'Vertesszolos', 1529, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14477, 'Balassagyarmat', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14478, 'Batonyterenye', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14479, 'Bercel', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14480, 'Bujak', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14481, 'Diosjeno', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14482, 'Karancskeszi', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14483, 'Matraverebely', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14484, 'Nagyoroszi', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14485, 'Paszto', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14486, 'Retsag', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14487, 'Romhany', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14488, 'Salgotarjan', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14489, 'Szecseny', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14490, 'Tar', 1530, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14491, 'Abony', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14492, 'Albertirsa', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14493, 'Aszod', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14494, 'Biatorbagy', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14495, 'Budakalasz', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14496, 'Budakeszi', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14497, 'Budaors', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14498, 'Bugyi', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14499, 'Cegled', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14500, 'Csobanka', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14501, 'Dabas', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14502, 'Domsod', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14503, 'Dunabogdany', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14504, 'Dunaharaszti', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14505, 'Dunakeszi', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14506, 'Erd', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14507, 'Forro', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14508, 'Fot', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14509, 'Galgaheviz', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14510, 'God', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14511, 'Godollo', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14512, 'Gyomro', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14513, 'Hevizgyork', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14514, 'Isaszeg', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14515, 'Jaszkarajeno', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14516, 'Kiskunlachaza', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14517, 'Kocser', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14518, 'Koka', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14519, 'Kosd', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14520, 'Maglod', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14521, 'Monor', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14522, 'Nagykata', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14523, 'Nagykoros', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14524, 'Nagykovacsi', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14525, 'Nagymaros', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14526, 'Nagytarcsa', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14527, 'Nyaregyhaza', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14528, 'Ocsa', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14529, 'Orbottyan', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14530, 'Orkeny', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14531, 'Paty', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14532, 'Pecel', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14533, 'Perbal', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14534, 'Pilis', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14535, 'Pilisborosjeno', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14536, 'Piliscsaba', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14537, 'Pilisszanto', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14538, 'Pilisszentivan', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14539, 'Pilisszentkereszt', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14540, 'Pilisvorosvar', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14541, 'Pomaz', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14542, 'Racalmas', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14543, 'Rackeve', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14544, 'Solymar', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14545, 'Soskut', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14546, 'Szada', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14547, 'Szazhalombatta', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14548, 'Szentendre', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14549, 'Szentmartonkata', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14550, 'Szigetcsep', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14551, 'Szigetszentmiklos', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14552, 'Szigetujfalu', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14553, 'Szob', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14554, 'Tahitofalu', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14555, 'Tapiobicske', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14556, 'Tapioszecso', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14557, 'Tapioszele', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14558, 'Toalmas', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14559, 'Torokbalint', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14560, 'Tortel', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14561, 'Tura', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14562, 'Ullo', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14563, 'Uri', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14564, 'Urom', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14565, 'Vac', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14566, 'Vecses', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14567, 'Veresegyhaz', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14568, 'Verocemaros', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14569, 'Visegrad', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14570, 'Zsambek', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14571, 'Zsambok', 1531, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14572, 'Adand', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14573, 'Balatonfoldvar', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14574, 'Balatonoszod', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14575, 'Balatonszabadi', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14576, 'Balatonszarszo', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14577, 'Barcs', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14578, 'Berzence', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14579, 'Boglarlelle', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14580, 'Bohonye', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14581, 'Csurgo', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14582, 'Fonyod', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14583, 'Kaposvar', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14584, 'Karad', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14585, 'Kethely', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14586, 'Lengyeltoti', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14587, 'Marcali', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14588, 'Nagyatad', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14589, 'Nagybajom', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14590, 'Siofok', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14591, 'Somogyvar', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14592, 'Tab', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14593, 'Zamardi', 1532, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14594, 'Ajak', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14595, 'Baktaloranthaza', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14596, 'Balkany', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14597, 'Buj', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14598, 'Demecser', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14599, 'Dombrad', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14600, 'Fehergyarmat', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14601, 'Ibrany', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14602, 'Kemecse', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14603, 'Kisvarda', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14604, 'Kotaj', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14605, 'Mandok', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14606, 'Mariapocs', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14607, 'Mateszalka', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14608, 'Nagyecsed', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14609, 'Nagyhalasz', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14610, 'Nagykallo', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14611, 'Nyirbator', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14612, 'Nyirbeltek', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14613, 'Nyiregyhaza', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14614, 'Nyirmada', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14615, 'Nyirpazony', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14616, 'Nyirtelek', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14617, 'Ofeherto', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14618, 'Rakamaz', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14619, 'Tarpa', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14620, 'Tiszabercel', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14621, 'Tiszalok', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14622, 'Tiszavasvari', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14623, 'Tuzser', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14624, 'Vaja', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14625, 'Vasarosnameny', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14626, 'Zahony', 1533, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14627, 'Bataszek', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14628, 'Bonyhad', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14629, 'Decs', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14630, 'Dombovar', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14631, 'Dunafoldvar', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14632, 'Fadd', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14633, 'Gyonk', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14634, 'Hogyesz', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14635, 'Iregszemcse', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14636, 'Madocsa', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14637, 'Nagymagocs', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14638, 'Nagymanyok', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14639, 'Ozora', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14640, 'Paks', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14641, 'Pincehely', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14642, 'Simontornya', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14643, 'Szekszard', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14644, 'Szentgal', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14645, 'Tamasi', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14646, 'Tengelic', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14647, 'Tolna', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14648, 'Zomba', 1534, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14649, 'Buk', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14650, 'Celldomolk', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14651, 'Csepreg', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14652, 'Gencsapati', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14653, 'Jak', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14654, 'Janoshaza', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14655, 'Kormend', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14656, 'Koszeg', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14657, 'Sarvar', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14658, 'Szentgotthard', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14659, 'Szombathely', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14660, 'Vasvar', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14661, 'Vep', 1535, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14662, 'Ajka', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14663, 'Badacsonytomaj', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14664, 'Balatonalmadi', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14665, 'Balatonfured', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14666, 'Balatonfuzfo', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14667, 'Balatonkenese', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14668, 'Band', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14669, 'Berhida', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14670, 'Csabrendek', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14671, 'Devecser', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14672, 'Herend', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14673, 'Papa', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14674, 'Sumeg', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14675, 'Tapolca', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14676, 'Urkut', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14677, 'Varpalota', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14678, 'Veszprem', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14679, 'Zirc', 1536, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14680, 'Becsehely', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14681, 'Heviz', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14682, 'Keszthely', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14683, 'Lenti', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14684, 'Letenye', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14685, 'Nagykanizsa', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14686, 'Sarmellek', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14687, 'Turje', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14688, 'Zalaegerszeg', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14689, 'Zalakomar', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14690, 'Zalalovo', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14691, 'Zalaszentgrot', 1537, 99, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14692, 'Bakkafjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14693, 'Borgarfjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14694, 'Brei dalsvik', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14695, 'Djupivogur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14696, 'Egilssta ir', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14697, 'Eskifjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14698, 'Faskru sfjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14699, 'Fellabar', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14700, 'Hallormssta ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14701, 'Hofn', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14702, 'Nesjakauptun', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14703, 'Neskaupsta ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14704, 'Rey arfjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14705, 'Sey isfjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14706, 'Sto varfjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14707, 'Vopnafjor ur', 1538, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14708, 'Akranes', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14709, 'Borgarnes', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14710, 'Bu ardalur', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14711, 'Grundarfjor ur', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14712, 'Hellissandur', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14713, 'Hvanneyri', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14714, 'Olafsvik', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14715, 'Rif', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14716, 'Stykkisholmur', 1546, 100, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14717, 'Bombuflat', 1547, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14718, 'Garacharma', 1547, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14719, 'Port Blair', 1547, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14720, 'Rangat', 1547, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14721, 'Addanki', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14722, 'Adivivaram', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14723, 'Adoni', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14724, 'Aganampudi', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14725, 'Ajjaram', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14726, 'Akividu', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14727, 'Akkarampalle', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14728, 'Akkayapalle', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14729, 'Akkireddipalem', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14730, 'Alampur', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14731, 'Amalapuram', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14732, 'Amudalavalasa', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14733, 'Amur', 1548, 101, 1, '2018-07-20 08:58:13', '2018-07-20 08:58:13'),
(14734, 'Anakapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14735, 'Anantapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14736, 'Andole', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14737, 'Atmakur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14738, 'Attili', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14739, 'Avanigadda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14740, 'Badepalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14741, 'Badvel', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14742, 'Balapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14743, 'Bandarulanka', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14744, 'Banganapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14745, 'Bapatla', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14746, 'Bapulapadu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14747, 'Belampalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14748, 'Bestavaripeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14749, 'Betamcherla', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14750, 'Bhattiprolu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14751, 'Bhimavaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14752, 'Bhimunipatnam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14753, 'Bobbili', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14754, 'Bombuflat', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14755, 'Bommuru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14756, 'Bugganipalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14757, 'Challapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14758, 'Chandur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14759, 'Chatakonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14760, 'Chemmumiahpet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14761, 'Chidiga', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14762, 'Chilakaluripet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14763, 'Chimakurthy', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14764, 'Chinagadila', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14765, 'Chinagantyada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14766, 'Chinnachawk', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14767, 'Chintalavalasa', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14768, 'Chipurupalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14769, 'Chirala', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14770, 'Chittoor', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14771, 'Chodavaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14772, 'Choutuppal', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14773, 'Chunchupalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14774, 'Cuddapah', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14775, 'Cumbum', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14776, 'Darnakal', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14777, 'Dasnapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14778, 'Dauleshwaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14779, 'Dharmavaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14780, 'Dhone', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14781, 'Dommara Nandyal', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14782, 'Dowlaiswaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14783, 'East Godavari Dist.', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14784, 'Eddumailaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14785, 'Edulapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14786, 'Ekambara kuppam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14787, 'Eluru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14788, 'Enikapadu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14789, 'Fakirtakya', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14790, 'Farrukhnagar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14791, 'Gaddiannaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14792, 'Gajapathinagaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14793, 'Gajularega', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14794, 'Gajuvaka', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14795, 'Gannavaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14796, 'Garacharma', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14797, 'Garimellapadu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14798, 'Giddalur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14799, 'Godavarikhani', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14800, 'Gopalapatnam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14801, 'Gopalur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14802, 'Gorrekunta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14803, 'Gudivada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14804, 'Gudur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14805, 'Guntakal', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14806, 'Guntur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14807, 'Guti', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14808, 'Hindupur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14809, 'Hukumpeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14810, 'Ichchapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14811, 'Isnapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14812, 'Jaggayyapeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14813, 'Jallaram Kamanpur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14814, 'Jammalamadugu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14815, 'Jangampalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14816, 'Jarjapupeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14817, 'Kadiri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14818, 'Kaikalur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14819, 'Kakinada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14820, 'Kallur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14821, 'Kalyandurg', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14822, 'Kamalapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14823, 'Kamareddi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14824, 'Kanapaka', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14825, 'Kanigiri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14826, 'Kanithi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14827, 'Kankipadu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14828, 'Kantabamsuguda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14829, 'Kanuru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14830, 'Karnul', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14831, 'Katheru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14832, 'Kavali', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14833, 'Kazipet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14834, 'Khanapuram Haveli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14835, 'Kodar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14836, 'Kollapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14837, 'Kondapalem', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14838, 'Kondapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14839, 'Kondukur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14840, 'Kosgi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14841, 'Kothavalasa', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14842, 'Kottapalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(14843, 'Kovur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14844, 'Kovurpalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14845, 'Kovvur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14846, 'Krishna', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14847, 'Kuppam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14848, 'Kurmannapalem', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14849, 'Kurnool', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14850, 'Lakshettipet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14851, 'Lalbahadur Nagar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14852, 'Machavaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14853, 'Macherla', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14854, 'Machilipatnam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14855, 'Madanapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14856, 'Madaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14857, 'Madhuravada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14858, 'Madikonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14859, 'Madugule', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14860, 'Mahabubnagar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14861, 'Mahbubabad', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14862, 'Malkajgiri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14863, 'Mamilapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14864, 'Mancheral', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14865, 'Mandapeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14866, 'Mandasa', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14867, 'Mangalagiri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14868, 'Manthani', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14869, 'Markapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14870, 'Marturu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14871, 'Metpalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14872, 'Mindi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14873, 'Mirpet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14874, 'Moragudi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14875, 'Mothugudam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14876, 'Nagari', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14877, 'Nagireddipalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14878, 'Nandigama', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14879, 'Nandikotkur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14880, 'Nandyal', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14881, 'Narasannapeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14882, 'Narasapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14883, 'Narasaraopet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14884, 'Narayanavanam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14885, 'Narsapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14886, 'Narsingi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14887, 'Narsipatnam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14888, 'Naspur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14889, 'Nathayyapalem', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14890, 'Nayudupeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14891, 'Nelimaria', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14892, 'Nellore', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14893, 'Nidadavole', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14894, 'Nuzvid', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14895, 'Omerkhan daira', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14896, 'Ongole', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14897, 'Osmania University', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14898, 'Pakala', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14899, 'Palakole', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14900, 'Palakurthi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14901, 'Palasa', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14902, 'Palempalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14903, 'Palkonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14904, 'Palmaner', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14905, 'Pamur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14906, 'Panjim', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14907, 'Papampeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14908, 'Parasamba', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14909, 'Parvatipuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14910, 'Patancheru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14911, 'Payakaraopet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14912, 'Pedagantyada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14913, 'Pedana', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14914, 'Peddapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14915, 'Pendurthi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14916, 'Penugonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14917, 'Penukonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14918, 'Phirangipuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14919, 'Pithapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14920, 'Ponnur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14921, 'Port Blair', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14922, 'Pothinamallayyapalem', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14923, 'Prakasam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14924, 'Prasadampadu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14925, 'Prasantinilayam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14926, 'Proddatur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14927, 'Pulivendla', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14928, 'Punganuru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14929, 'Puttur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14930, 'Qutubullapur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14931, 'Rajahmundry', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14932, 'Rajamahendri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14933, 'Rajampet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14934, 'Rajendranagar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14935, 'Rajoli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14936, 'Ramachandrapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14937, 'Ramanayyapeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14938, 'Ramapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14939, 'Ramarajupalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14940, 'Ramavarappadu', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14941, 'Rameswaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14942, 'Rampachodavaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14943, 'Ravulapalam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14944, 'Rayachoti', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14945, 'Rayadrug', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14946, 'Razam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14947, 'Razole', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14948, 'Renigunta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14949, 'Repalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14950, 'Rishikonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14951, 'Salur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14952, 'Samalkot', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14953, 'Sattenapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14954, 'Seetharampuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14955, 'Serilungampalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14956, 'Shankarampet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14957, 'Shar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14958, 'Singarayakonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14959, 'Sirpur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14960, 'Sirsilla', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14961, 'Sompeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14962, 'Sriharikota', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14963, 'Srikakulam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14964, 'Srikalahasti', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14965, 'Sriramnagar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14966, 'Sriramsagar', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14967, 'Srisailam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14968, 'Srisailamgudem Devasthanam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14969, 'Sulurpeta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14970, 'Suriapet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14971, 'Suryaraopet', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14972, 'Tadepalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14973, 'Tadepalligudem', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14974, 'Tadpatri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14975, 'Tallapalle', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14976, 'Tanuku', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14977, 'Tekkali', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14978, 'Tenali', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14979, 'Tigalapahad', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14980, 'Tiruchanur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14981, 'Tirumala', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14982, 'Tirupati', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14983, 'Tirvuru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14984, 'Trimulgherry', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14985, 'Tuni', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14986, 'Turangi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14987, 'Ukkayapalli', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14988, 'Ukkunagaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14989, 'Uppal Kalan', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14990, 'Upper Sileru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14991, 'Uravakonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14992, 'Vadlapudi', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14993, 'Vaparala', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14994, 'Vemalwada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14995, 'Venkatagiri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14996, 'Venkatapuram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14997, 'Vepagunta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14998, 'Vetapalem', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(14999, 'Vijayapuri', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15000, 'Vijayapuri South', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15001, 'Vijayawada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15002, 'Vinukonda', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15003, 'Visakhapatnam', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15004, 'Vizianagaram', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15005, 'Vuyyuru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15006, 'Wanparti', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15007, 'West Godavari Dist.', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15008, 'Yadagirigutta', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15009, 'Yarada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15010, 'Yellamanchili', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15011, 'Yemmiganur', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15012, 'Yenamalakudru', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15013, 'Yendada', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15014, 'Yerraguntla', 1548, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15015, 'Along', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15016, 'Basar', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15017, 'Bondila', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15018, 'Changlang', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15019, 'Daporijo', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15020, 'Deomali', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15021, 'Itanagar', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15022, 'Jairampur', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15023, 'Khonsa', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15024, 'Naharlagun', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15025, 'Namsai', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15026, 'Pasighat', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15027, 'Roing', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15028, 'Seppa', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15029, 'Tawang', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15030, 'Tezu', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15031, 'Ziro', 1549, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15032, 'Abhayapuri', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15033, 'Ambikapur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15034, 'Amguri', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15035, 'Anand Nagar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15036, 'Badarpur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15037, 'Badarpur Railway Town', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15038, 'Bahbari Gaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15039, 'Bamun Sualkuchi', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15040, 'Barbari', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15041, 'Barpathar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15042, 'Barpeta', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15043, 'Barpeta Road', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15044, 'Basugaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15045, 'Bihpuria', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15046, 'Bijni', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15047, 'Bilasipara', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15048, 'Biswanath Chariali', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15049, 'Bohori', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15050, 'Bokajan', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15051, 'Bokokhat', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15052, 'Bongaigaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15053, 'Bongaigaon Petro-chemical Town', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15054, 'Borgolai', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15055, 'Chabua', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15056, 'Chandrapur Bagicha', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15057, 'Chapar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15058, 'Chekonidhara', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15059, 'Choto Haibor', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15060, 'Dergaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15061, 'Dharapur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15062, 'Dhekiajuli', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15063, 'Dhemaji', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15064, 'Dhing', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15065, 'Dhubri', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15066, 'Dhuburi', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15067, 'Dibrugarh', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15068, 'Digboi', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15069, 'Digboi Oil Town', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15070, 'Dimaruguri', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15071, 'Diphu', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15072, 'Dispur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15073, 'Doboka', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15074, 'Dokmoka', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15075, 'Donkamokan', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15076, 'Duliagaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15077, 'Duliajan', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15078, 'Duliajan No.1', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15079, 'Dum Duma', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15080, 'Durga Nagar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15081, 'Gauripur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15082, 'Goalpara', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15083, 'Gohpur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15084, 'Golaghat', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15085, 'Golakganj', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15086, 'Gossaigaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15087, 'Guwahati', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15088, 'Haflong', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15089, 'Hailakandi', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15090, 'Hamren', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15091, 'Hauli', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15092, 'Hauraghat', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15093, 'Hojai', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15094, 'Jagiroad', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15095, 'Jagiroad Paper Mill', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15096, 'Jogighopa', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15097, 'Jonai Bazar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15098, 'Jorhat', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15099, 'Kampur Town', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15100, 'Kamrup', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15101, 'Kanakpur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15102, 'Karimganj', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15103, 'Kharijapikon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15104, 'Kharupetia', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15105, 'Kochpara', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15106, 'Kokrajhar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15107, 'Kumar Kaibarta Gaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15108, 'Lakhimpur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15109, 'Lakhipur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15110, 'Lala', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15111, 'Lanka', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15112, 'Lido Tikok', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15113, 'Lido Town', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15114, 'Lumding', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15115, 'Lumding Railway Colony', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15116, 'Mahur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15117, 'Maibong', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15118, 'Majgaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15119, 'Makum', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15120, 'Mangaldai', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15121, 'Mankachar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15122, 'Margherita', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15123, 'Mariani', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15124, 'Marigaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15125, 'Moran', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15126, 'Moranhat', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15127, 'Nagaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15128, 'Naharkatia', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15129, 'Nalbari', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15130, 'Namrup', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15131, 'Naubaisa Gaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15132, 'Nazira', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15133, 'New Bongaigaon Railway Colony', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15134, 'Niz-Hajo', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15135, 'North Guwahati', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15136, 'Numaligarh', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15137, 'Palasbari', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15138, 'Panchgram', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15139, 'Pathsala', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15140, 'Raha', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15141, 'Rangapara', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15142, 'Rangia', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15143, 'Salakati', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15144, 'Sapatgram', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15145, 'Sarthebari', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15146, 'Sarupathar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15147, 'Sarupathar Bengali', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15148, 'Senchoagaon', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15149, 'Sibsagar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15150, 'Silapathar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15151, 'Silchar', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15152, 'Silchar Part-X', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15153, 'Sonari', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15154, 'Sorbhog', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15155, 'Sualkuchi', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15156, 'Tangla', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15157, 'Tezpur', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15158, 'Tihu', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15159, 'Tinsukia', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15160, 'Titabor', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15161, 'Udalguri', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15162, 'Umrangso', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15163, 'Uttar Krishnapur Part-I', 1550, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15164, 'Amarpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15165, 'Ara', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15166, 'Araria', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15167, 'Areraj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15168, 'Asarganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15169, 'Aurangabad', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15170, 'Bagaha', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15171, 'Bahadurganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15172, 'Bairgania', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15173, 'Bakhtiyarpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15174, 'Banka', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15175, 'Banmankhi', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15176, 'Bar Bigha', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15177, 'Barauli', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15178, 'Barauni Oil Township', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15179, 'Barh', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15180, 'Barhiya', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15181, 'Bariapur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15182, 'Baruni', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15183, 'Begusarai', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15184, 'Behea', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15185, 'Belsand', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15186, 'Bettiah', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15187, 'Bhabua', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15188, 'Bhagalpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15189, 'Bhimnagar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15190, 'Bhojpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15191, 'Bihar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15192, 'Bihar Sharif', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15193, 'Bihariganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15194, 'Bikramganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15195, 'Birpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15196, 'Bodh Gaya', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15197, 'Buxar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15198, 'Chakia', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15199, 'Chanpatia', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15200, 'Chhapra', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15201, 'Chhatapur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15202, 'Colgong', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15203, 'Dalsingh Sarai', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15204, 'Darbhanga', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15205, 'Daudnagar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15206, 'Dehri', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15207, 'Dhaka', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15208, 'Dighwara', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15209, 'Dinapur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15210, 'Dinapur Cantonment', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15211, 'Dumra', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15212, 'Dumraon', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15213, 'Fatwa', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15214, 'Forbesganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15215, 'Gaya', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15216, 'Gazipur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15217, 'Ghoghardiha', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15218, 'Gogri Jamalpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15219, 'Gopalganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15220, 'Habibpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15221, 'Hajipur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15222, 'Hasanpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15223, 'Hazaribagh', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15224, 'Hilsa', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15225, 'Hisua', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15226, 'Islampur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15227, 'Jagdispur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15228, 'Jahanabad', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15229, 'Jamalpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15230, 'Jamhaur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15231, 'Jamui', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15232, 'Janakpur Road', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15233, 'Janpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15234, 'Jaynagar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15235, 'Jha Jha', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15236, 'Jhanjharpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15237, 'Jogbani', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15238, 'Kanti', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15239, 'Kasba', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15240, 'Kataiya', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15241, 'Katihar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15242, 'Khagaria', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15243, 'Khagaul', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15244, 'Kharagpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15245, 'Khusrupur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15246, 'Kishanganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15247, 'Koath', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15248, 'Koilwar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15249, 'Lakhisarai', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15250, 'Lalganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15251, 'Lauthaha', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15252, 'Madhepura', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15253, 'Madhubani', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15254, 'Maharajganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15255, 'Mahnar Bazar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15256, 'Mairwa', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15257, 'Makhdumpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15258, 'Maner', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15259, 'Manihari', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15260, 'Marhaura', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15261, 'Masaurhi', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15262, 'Mirganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15263, 'Mohiuddinagar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15264, 'Mokama', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15265, 'Motihari', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15266, 'Motipur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15267, 'Munger', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15268, 'Murliganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15269, 'Muzaffarpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15270, 'Nabinagar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15271, 'Narkatiaganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15272, 'Nasriganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15273, 'Natwar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15274, 'Naugachhia', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15275, 'Nawada', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15276, 'Nirmali', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15277, 'Nokha', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15278, 'Paharpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15279, 'Patna', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15280, 'Phulwari', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15281, 'Piro', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15282, 'Purnia', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15283, 'Pusa', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15284, 'Rafiganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15285, 'Raghunathpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15286, 'Rajgir', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15287, 'Ramnagar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15288, 'Raxaul', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15289, 'Revelganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15290, 'Rusera', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15291, 'Sagauli', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15292, 'Saharsa', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15293, 'Samastipur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15294, 'Sasaram', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15295, 'Shahpur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15296, 'Shaikhpura', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15297, 'Sherghati', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15298, 'Shivhar', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15299, 'Silao', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15300, 'Sitamarhi', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15301, 'Siwan', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15302, 'Sonepur', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15303, 'Sultanganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15304, 'Supaul', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15305, 'Teghra', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15306, 'Tekari', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15307, 'Thakurganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15308, 'Vaishali', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15309, 'Waris Aliganj', 1551, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15310, 'Chandigarh', 1552, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15311, 'Ahiwara', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15312, 'Akaltara', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15313, 'Ambagarh Chauki', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15314, 'Ambikapur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15315, 'Arang', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15316, 'Bade Bacheli', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15317, 'Bagbahara', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15318, 'Baikunthpur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15319, 'Balod', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15320, 'Baloda', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15321, 'Baloda Bazar', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15322, 'Banarsi', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15323, 'Basna', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15324, 'Bemetra', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15325, 'Bhanpuri', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15326, 'Bhatapara', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15327, 'Bhatgaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15328, 'Bhilai', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15329, 'Bilaspur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15330, 'Bilha', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15331, 'Birgaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15332, 'Bodri', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15333, 'Champa', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15334, 'Charcha', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15335, 'Charoda', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15336, 'Chhuikhadan', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15337, 'Chirmiri', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15338, 'Dantewada', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15339, 'Deori', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15340, 'Dhamdha', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15341, 'Dhamtari', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15342, 'Dharamjaigarh', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15343, 'Dipka', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15344, 'Doman Hill Colliery', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15345, 'Dongargaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15346, 'Dongragarh', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15347, 'Durg', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15348, 'Frezarpur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15349, 'Gandai', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15350, 'Gariaband', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15351, 'Gaurela', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15352, 'Gelhapani', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15353, 'Gharghoda', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15354, 'Gidam', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15355, 'Gobra Nawapara', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15356, 'Gogaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15357, 'Hatkachora', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15358, 'Jagdalpur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15359, 'Jamui', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15360, 'Jashpurnagar', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15361, 'Jhagrakhand', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15362, 'Kanker', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15363, 'Katghora', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15364, 'Kawardha', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15365, 'Khairagarh', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15366, 'Khamhria', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15367, 'Kharod', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15368, 'Kharsia', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15369, 'Khonga Pani', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15370, 'Kirandu', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15371, 'Kirandul', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15372, 'Kohka', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15373, 'Kondagaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15374, 'Korba', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15375, 'Korea', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15376, 'Koria Block', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15377, 'Kota', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15378, 'Kumhari', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15379, 'Kumud Katta', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15380, 'Kurasia', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15381, 'Kurud', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15382, 'Lingiyadih', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15383, 'Lormi', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15384, 'Mahasamund', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15385, 'Mahendragarh', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15386, 'Mehmand', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15387, 'Mongra', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15388, 'Mowa', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15389, 'Mungeli', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15390, 'Nailajanjgir', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15391, 'Namna Kalan', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15392, 'Naya Baradwar', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15393, 'Pandariya', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15394, 'Patan', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15395, 'Pathalgaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15396, 'Pendra', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15397, 'Phunderdihari', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15398, 'Pithora', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15399, 'Raigarh', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15400, 'Raipur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15401, 'Rajgamar', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15402, 'Rajhara', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15403, 'Rajnandgaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15404, 'Ramanuj Ganj', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15405, 'Ratanpur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15406, 'Sakti', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15407, 'Saraipali', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15408, 'Sarajpur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15409, 'Sarangarh', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15410, 'Shivrinarayan', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15411, 'Simga', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15412, 'Sirgiti', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15413, 'Takhatpur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15414, 'Telgaon', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15415, 'Tildanewra', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15416, 'Urla', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15417, 'Vishrampur', 1553, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15418, 'Amli', 1554, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15419, 'Silvassa', 1554, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15420, 'Daman', 1555, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15421, 'Diu', 1555, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15422, 'Delhi', 1556, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15423, 'New Delhi', 1556, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15424, 'Aldona', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15425, 'Altinho', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15426, 'Aquem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15427, 'Arpora', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15428, 'Bambolim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15429, 'Bandora', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15430, 'Bardez', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15431, 'Benaulim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15432, 'Betora', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15433, 'Bicholim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15434, 'Calapor', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15435, 'Candolim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15436, 'Caranzalem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15437, 'Carapur', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15438, 'Chicalim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15439, 'Chimbel', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15440, 'Chinchinim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15441, 'Colvale', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15442, 'Corlim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15443, 'Cortalim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15444, 'Cuncolim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15445, 'Curchorem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15446, 'Curti', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15447, 'Davorlim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15448, 'Dona Paula', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15449, 'Goa', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15450, 'Guirim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15451, 'Jua', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15452, 'Kalangat', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15453, 'Kankon', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15454, 'Kundaim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15455, 'Loutulim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15456, 'Madgaon', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15457, 'Mapusa', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15458, 'Margao', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15459, 'Margaon', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15460, 'Miramar', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15461, 'Morjim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15462, 'Mormugao', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15463, 'Navelim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15464, 'Pale', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15465, 'Panaji', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15466, 'Parcem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15467, 'Parra', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15468, 'Penha de Franca', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(15469, 'Pernem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15470, 'Pilerne', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15471, 'Pissurlem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15472, 'Ponda', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15473, 'Porvorim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15474, 'Quepem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15475, 'Queula', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15476, 'Raia', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15477, 'Reis Magos', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15478, 'Salcette', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15479, 'Saligao', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15480, 'Sancoale', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15481, 'Sanguem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15482, 'Sanquelim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15483, 'Sanvordem', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15484, 'Sao Jose-de-Areal', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15485, 'Sattari', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15486, 'Serula', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15487, 'Sinquerim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15488, 'Siolim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15489, 'Taleigao', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15490, 'Tivim', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15491, 'Valpoi', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15492, 'Varca', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15493, 'Vasco', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15494, 'Verna', 1557, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15495, 'Abrama', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15496, 'Adalaj', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15497, 'Adityana', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15498, 'Advana', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15499, 'Ahmedabad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15500, 'Ahwa', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15501, 'Alang', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15502, 'Ambaji', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15503, 'Ambaliyasan', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15504, 'Amod', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15505, 'Amreli', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15506, 'Amroli', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15507, 'Anand', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15508, 'Andada', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15509, 'Anjar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15510, 'Anklav', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15511, 'Ankleshwar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15512, 'Anklesvar INA', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15513, 'Antaliya', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15514, 'Arambhada', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15515, 'Asarma', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15516, 'Atul', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15517, 'Babra', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15518, 'Bag-e-Firdosh', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15519, 'Bagasara', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15520, 'Bahadarpar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15521, 'Bajipura', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15522, 'Bajva', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15523, 'Balasinor', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15524, 'Banaskantha', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15525, 'Bansda', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15526, 'Bantva', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15527, 'Bardoli', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15528, 'Barwala', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15529, 'Bayad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15530, 'Bechar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15531, 'Bedi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15532, 'Beyt', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15533, 'Bhachau', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15534, 'Bhanvad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15535, 'Bharuch', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15536, 'Bharuch INA', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15537, 'Bhavnagar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15538, 'Bhayavadar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15539, 'Bhestan', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15540, 'Bhuj', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15541, 'Bilimora', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15542, 'Bilkha', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15543, 'Billimora', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15544, 'Bodakdev', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15545, 'Bodeli', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15546, 'Bopal', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15547, 'Boria', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15548, 'Boriavi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15549, 'Borsad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15550, 'Botad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15551, 'Cambay', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15552, 'Chaklasi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15553, 'Chala', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15554, 'Chalala', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15555, 'Chalthan', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15556, 'Chanasma', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15557, 'Chandisar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15558, 'Chandkheda', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15559, 'Chanod', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15560, 'Chaya', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15561, 'Chenpur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15562, 'Chhapi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15563, 'Chhaprabhatha', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15564, 'Chhatral', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15565, 'Chhota Udepur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15566, 'Chikhli', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15567, 'Chiloda', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15568, 'Chorvad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15569, 'Chotila', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15570, 'Dabhoi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15571, 'Dadara', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15572, 'Dahod', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15573, 'Dakor', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15574, 'Damnagar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15575, 'Deesa', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15576, 'Delvada', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15577, 'Devgadh Baria', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15578, 'Devsar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15579, 'Dhandhuka', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15580, 'Dhanera', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15581, 'Dhangdhra', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15582, 'Dhansura', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15583, 'Dharampur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15584, 'Dhari', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15585, 'Dhola', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15586, 'Dholka', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15587, 'Dholka Rural', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15588, 'Dhoraji', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15589, 'Dhrangadhra', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15590, 'Dhrol', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15591, 'Dhuva', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15592, 'Dhuwaran', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15593, 'Digvijaygram', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15594, 'Disa', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15595, 'Dungar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15596, 'Dungarpur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15597, 'Dungra', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15598, 'Dwarka', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15599, 'Flelanganj', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15600, 'GSFC Complex', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15601, 'Gadhda', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15602, 'Gandevi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15603, 'Gandhidham', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15604, 'Gandhinagar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15605, 'Gariadhar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15606, 'Ghogha', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15607, 'Godhra', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15608, 'Gondal', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15609, 'Hajira INA', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15610, 'Halol', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15611, 'Halvad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15612, 'Hansot', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15613, 'Harij', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15614, 'Himatnagar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15615, 'Ichchhapor', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15616, 'Idar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15617, 'Jafrabad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15618, 'Jalalpore', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15619, 'Jambusar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15620, 'Jamjodhpur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15621, 'Jamnagar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15622, 'Jasdan', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15623, 'Jawaharnagar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15624, 'Jetalsar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15625, 'Jetpur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15626, 'Jodiya', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15627, 'Joshipura', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15628, 'Junagadh', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15629, 'Kadi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15630, 'Kadodara', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15631, 'Kalavad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15632, 'Kali', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15633, 'Kaliawadi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15634, 'Kalol', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15635, 'Kalol INA', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15636, 'Kandla', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15637, 'Kanjari', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15638, 'Kanodar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15639, 'Kapadwanj', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15640, 'Karachiya', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15641, 'Karamsad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15642, 'Karjan', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15643, 'Kathial', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15644, 'Kathor', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15645, 'Katpar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15646, 'Kavant', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15647, 'Keshod', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15648, 'Kevadiya', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15649, 'Khambhaliya', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15650, 'Khambhat', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15651, 'Kharaghoda', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15652, 'Khed Brahma', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15653, 'Kheda', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15654, 'Kheralu', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15655, 'Kodinar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15656, 'Kosamba', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15657, 'Kundla', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15658, 'Kutch', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15659, 'Kutiyana', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15660, 'Lakhtar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15661, 'Lalpur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15662, 'Lambha', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15663, 'Lathi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15664, 'Limbdi', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15665, 'Limla', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15666, 'Lunavada', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15667, 'Madhapar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15668, 'Maflipur', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15669, 'Mahemdavad', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15670, 'Mahudha', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15671, 'Mahuva', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15672, 'Mahuvar', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15673, 'Makarba', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15674, 'Makarpura', 1558, 101, 1, '2018-07-20 08:58:14', '2018-07-20 08:58:14'),
(15675, 'Makassar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15676, 'Maktampur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15677, 'Malia', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15678, 'Malpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15679, 'Manavadar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15680, 'Mandal', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15681, 'Mandvi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15682, 'Mangrol', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15683, 'Mansa', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15684, 'Meghraj', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15685, 'Mehsana', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15686, 'Mendarla', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15687, 'Mithapur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15688, 'Modasa', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15689, 'Mogravadi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15690, 'Morbi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15691, 'Morvi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15692, 'Mundra', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15693, 'Nadiad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15694, 'Naliya', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15695, 'Nanakvada', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15696, 'Nandej', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15697, 'Nandesari', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15698, 'Nandesari INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15699, 'Naroda', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15700, 'Navagadh', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15701, 'Navagam Ghed', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15702, 'Navsari', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15703, 'Ode', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15704, 'Okaf', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15705, 'Okha', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15706, 'Olpad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15707, 'Paddhari', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15708, 'Padra', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15709, 'Palanpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15710, 'Palej', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15711, 'Pali', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15712, 'Palitana', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15713, 'Paliyad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15714, 'Pandesara', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15715, 'Panoli', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15716, 'Pardi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15717, 'Parnera', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15718, 'Parvat', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15719, 'Patan', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15720, 'Patdi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15721, 'Petlad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15722, 'Petrochemical Complex', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15723, 'Porbandar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15724, 'Prantij', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15725, 'Radhanpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15726, 'Raiya', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15727, 'Rajkot', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15728, 'Rajpipla', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15729, 'Rajula', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15730, 'Ramod', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15731, 'Ranavav', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15732, 'Ranoli', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15733, 'Rapar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15734, 'Sahij', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15735, 'Salaya', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15736, 'Sanand', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15737, 'Sankheda', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15738, 'Santrampur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15739, 'Saribujrang', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15740, 'Sarigam INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15741, 'Sayan', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15742, 'Sayla', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15743, 'Shahpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15744, 'Shahwadi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15745, 'Shapar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15746, 'Shivrajpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15747, 'Siddhapur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15748, 'Sidhpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15749, 'Sihor', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15750, 'Sika', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15751, 'Singarva', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15752, 'Sinor', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15753, 'Sojitra', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15754, 'Sola', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15755, 'Songadh', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15756, 'Suraj Karadi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15757, 'Surat', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15758, 'Surendranagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15759, 'Talaja', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15760, 'Talala', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15761, 'Talod', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15762, 'Tankara', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15763, 'Tarsali', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15764, 'Thangadh', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15765, 'Tharad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15766, 'Thasra', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15767, 'Udyognagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15768, 'Ukai', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15769, 'Umbergaon', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15770, 'Umbergaon INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15771, 'Umrala', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15772, 'Umreth', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15773, 'Un', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15774, 'Una', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15775, 'Unjha', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15776, 'Upleta', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15777, 'Utran', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15778, 'Uttarsanda', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15779, 'V.U. Nagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15780, 'V.V. Nagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15781, 'Vadia', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15782, 'Vadla', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15783, 'Vadnagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15784, 'Vadodara', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15785, 'Vaghodia INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15786, 'Valbhipur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15787, 'Vallabh Vidyanagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15788, 'Valsad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15789, 'Valsad INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15790, 'Vanthali', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15791, 'Vapi', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15792, 'Vapi INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15793, 'Vartej', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15794, 'Vasad', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15795, 'Vasna Borsad INA', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15796, 'Vaso', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15797, 'Veraval', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15798, 'Vidyanagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15799, 'Vijalpor', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15800, 'Vijapur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15801, 'Vinchhiya', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15802, 'Vinzol', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15803, 'Virpur', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15804, 'Visavadar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15805, 'Visnagar', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15806, 'Vyara', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15807, 'Wadhwan', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15808, 'Waghai', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15809, 'Waghodia', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15810, 'Wankaner', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15811, 'Zalod', 1558, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15812, 'Ambala', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15813, 'Ambala Cantt', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15814, 'Asan Khurd', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15815, 'Asandh', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15816, 'Ateli', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15817, 'Babiyal', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15818, 'Bahadurgarh', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15819, 'Ballabgarh', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15820, 'Barwala', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15821, 'Bawal', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15822, 'Bawani Khera', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15823, 'Beri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15824, 'Bhiwani', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15825, 'Bilaspur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15826, 'Buria', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15827, 'Charkhi Dadri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15828, 'Chhachhrauli', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15829, 'Chita', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15830, 'Dabwali', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15831, 'Dharuhera', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15832, 'Dundahera', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15833, 'Ellenabad', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15834, 'Farakhpur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15835, 'Faridabad', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15836, 'Farrukhnagar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15837, 'Fatehabad', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15838, 'Firozpur Jhirka', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15839, 'Gannaur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15840, 'Ghraunda', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15841, 'Gohana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15842, 'Gurgaon', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15843, 'Haileymandi', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15844, 'Hansi', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15845, 'Hasanpur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15846, 'Hathin', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15847, 'Hisar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15848, 'Hissar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15849, 'Hodal', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15850, 'Indri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15851, 'Jagadhri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15852, 'Jakhal Mandi', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15853, 'Jhajjar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15854, 'Jind', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15855, 'Julana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15856, 'Kaithal', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15857, 'Kalanur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15858, 'Kalanwali', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15859, 'Kalayat', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15860, 'Kalka', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15861, 'Kanina', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15862, 'Kansepur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15863, 'Kardhan', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15864, 'Karnal', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15865, 'Kharkhoda', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15866, 'Kheri Sampla', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15867, 'Kundli', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15868, 'Kurukshetra', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15869, 'Ladrawan', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15870, 'Ladwa', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15871, 'Loharu', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15872, 'Maham', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15873, 'Mahendragarh', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15874, 'Mustafabad', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15875, 'Nagai Chaudhry', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15876, 'Narayangarh', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15877, 'Narnaul', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15878, 'Narnaund', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15879, 'Narwana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15880, 'Nilokheri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15881, 'Nuh', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15882, 'Palwal', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15883, 'Panchkula', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15884, 'Panipat', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15885, 'Panipat Taraf Ansar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15886, 'Panipat Taraf Makhdum Zadgan', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15887, 'Panipat Taraf Rajputan', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15888, 'Pehowa', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15889, 'Pinjaur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15890, 'Punahana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15891, 'Pundri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15892, 'Radaur', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15893, 'Raipur Rani', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15894, 'Rania', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15895, 'Ratiya', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15896, 'Rewari', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15897, 'Rohtak', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15898, 'Ropar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15899, 'Sadauri', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15900, 'Safidon', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15901, 'Samalkha', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15902, 'Sankhol', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15903, 'Sasauli', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15904, 'Shahabad', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15905, 'Sirsa', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15906, 'Siwani', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15907, 'Sohna', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15908, 'Sonipat', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15909, 'Sukhrali', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15910, 'Taoru', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15911, 'Taraori', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15912, 'Tauru', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15913, 'Thanesar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15914, 'Tilpat', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15915, 'Tohana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15916, 'Tosham', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15917, 'Uchana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15918, 'Uklana Mandi', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15919, 'Uncha Siwana', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15920, 'Yamunanagar', 1559, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15921, 'Arki', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15922, 'Baddi', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15923, 'Bakloh', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15924, 'Banjar', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15925, 'Bhota', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15926, 'Bhuntar', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15927, 'Bilaspur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15928, 'Chamba', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15929, 'Chaupal', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15930, 'Chuari Khas', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15931, 'Dagshai', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15932, 'Dalhousie', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15933, 'Dalhousie Cantonment', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15934, 'Damtal', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15935, 'Daulatpur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15936, 'Dera Gopipur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15937, 'Dhalli', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15938, 'Dharamshala', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15939, 'Gagret', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15940, 'Ghamarwin', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15941, 'Hamirpur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15942, 'Jawala Mukhi', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15943, 'Jogindarnagar', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15944, 'Jubbal', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15945, 'Jutogh', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15946, 'Kala Amb', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15947, 'Kalpa', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15948, 'Kangra', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15949, 'Kasauli', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15950, 'Kot Khai', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15951, 'Kullu', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15952, 'Kulu', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15953, 'Manali', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15954, 'Mandi', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15955, 'Mant Khas', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15956, 'Mehatpur Basdehra', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15957, 'Nadaun', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15958, 'Nagrota', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15959, 'Nahan', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15960, 'Naina Devi', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15961, 'Nalagarh', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15962, 'Narkanda', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15963, 'Nurpur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15964, 'Palampur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15965, 'Pandoh', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15966, 'Paonta Sahib', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15967, 'Parwanoo', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15968, 'Parwanu', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15969, 'Rajgarh', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15970, 'Rampur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15971, 'Rawalsar', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15972, 'Rohru', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15973, 'Sabathu', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15974, 'Santokhgarh', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15975, 'Sarahan', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15976, 'Sarka Ghat', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15977, 'Seoni', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15978, 'Shimla', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15979, 'Sirmaur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15980, 'Solan', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15981, 'Solon', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15982, 'Sundarnagar', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15983, 'Sundernagar', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15984, 'Talai', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15985, 'Theog', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15986, 'Tira Sujanpur', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15987, 'Una', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15988, 'Yol', 1560, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15989, 'Achabal', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15990, 'Akhnur', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15991, 'Anantnag', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15992, 'Arnia', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15993, 'Awantipora', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15994, 'Badami Bagh', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15995, 'Bandipur', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15996, 'Banihal', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15997, 'Baramula', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15998, 'Baramulla', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(15999, 'Bari Brahmana', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16000, 'Bashohli', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16001, 'Batote', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16002, 'Bhaderwah', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16003, 'Bijbiara', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16004, 'Billawar', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16005, 'Birwah', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16006, 'Bishna', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16007, 'Budgam', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16008, 'Charari Sharief', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16009, 'Chenani', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16010, 'Doda', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16011, 'Duru-Verinag', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16012, 'Gandarbat', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16013, 'Gho Manhasan', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16014, 'Gorah Salathian', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16015, 'Gulmarg', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16016, 'Hajan', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16017, 'Handwara', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16018, 'Hiranagar', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16019, 'Jammu', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16020, 'Jammu Cantonment', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16021, 'Jammu Tawi', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16022, 'Jourian', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16023, 'Kargil', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16024, 'Kathua', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16025, 'Katra', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16026, 'Khan Sahib', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16027, 'Khour', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16028, 'Khrew', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16029, 'Kishtwar', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16030, 'Kud', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16031, 'Kukernag', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16032, 'Kulgam', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16033, 'Kunzer', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16034, 'Kupwara', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16035, 'Lakhenpur', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16036, 'Leh', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16037, 'Magam', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16038, 'Mattan', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16039, 'Naushehra', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16040, 'Pahalgam', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16041, 'Pampore', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16042, 'Parole', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16043, 'Pattan', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16044, 'Pulwama', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16045, 'Punch', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16046, 'Qazigund', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16047, 'Rajauri', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16048, 'Ramban', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16049, 'Ramgarh', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16050, 'Ramnagar', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16051, 'Ranbirsingh Pora', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16052, 'Reasi', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16053, 'Rehambal', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16054, 'Samba', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16055, 'Shupiyan', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16056, 'Sopur', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16057, 'Srinagar', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16058, 'Sumbal', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16059, 'Sunderbani', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16060, 'Talwara', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16061, 'Thanamandi', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16062, 'Tral', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16063, 'Udhampur', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16064, 'Uri', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16065, 'Vijaypur', 1561, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16066, 'Adityapur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16067, 'Amlabad', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16068, 'Angarpathar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16069, 'Ara', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16070, 'Babua Kalan', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16071, 'Bagbahra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16072, 'Baliapur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16073, 'Baliari', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16074, 'Balkundra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16075, 'Bandhgora', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16076, 'Barajamda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16077, 'Barhi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16078, 'Barka Kana', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16079, 'Barki Saraiya', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16080, 'Barughutu', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16081, 'Barwadih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16082, 'Basaria', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16083, 'Basukinath', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16084, 'Bermo', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16085, 'Bhagatdih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16086, 'Bhaurah', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16087, 'Bhojudih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16088, 'Bhuli', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16089, 'Bokaro', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16090, 'Borio Bazar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16091, 'Bundu', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16092, 'Chaibasa', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16093, 'Chaitudih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16094, 'Chakradharpur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16095, 'Chakulia', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16096, 'Chandaur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16097, 'Chandil', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16098, 'Chandrapura', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16099, 'Chas', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16100, 'Chatra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16101, 'Chhatatanr', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16102, 'Chhotaputki', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16103, 'Chiria', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(16104, 'Chirkunda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16105, 'Churi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16106, 'Daltenganj', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16107, 'Danguwapasi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16108, 'Dari', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16109, 'Deoghar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16110, 'Deorikalan', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16111, 'Devghar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16112, 'Dhanbad', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16113, 'Dhanwar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16114, 'Dhaunsar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16115, 'Dugda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16116, 'Dumarkunda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16117, 'Dumka', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16118, 'Egarkunr', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16119, 'Gadhra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16120, 'Garwa', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16121, 'Ghatsila', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16122, 'Ghorabandha', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16123, 'Gidi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16124, 'Giridih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16125, 'Gobindpur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16126, 'Godda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16127, 'Godhar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16128, 'Golphalbari', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16129, 'Gomoh', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16130, 'Gua', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16131, 'Gumia', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16132, 'Gumla', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16133, 'Haludbani', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16134, 'Hazaribag', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16135, 'Hesla', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16136, 'Husainabad', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16137, 'Isri', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16138, 'Jadugora', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16139, 'Jagannathpur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16140, 'Jamadoba', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16141, 'Jamshedpur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16142, 'Jamtara', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16143, 'Jarangdih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16144, 'Jaridih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16145, 'Jasidih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16146, 'Jena', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16147, 'Jharia', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16148, 'Jharia Khas', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16149, 'Jhinkpani', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16150, 'Jhumri Tilaiya', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16151, 'Jorapokhar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16152, 'Jugsalai', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16153, 'Kailudih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16154, 'Kalikapur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16155, 'Kandra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16156, 'Kanke', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16157, 'Katras', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16158, 'Kedla', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16159, 'Kenduadih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16160, 'Kharkhari', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16161, 'Kharsawan', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16162, 'Khelari', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16163, 'Khunti', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16164, 'Kiri Buru', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16165, 'Kiriburu', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16166, 'Kodarma', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16167, 'Kuju', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16168, 'Kurpania', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16169, 'Kustai', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16170, 'Lakarka', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16171, 'Lapanga', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16172, 'Latehar', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16173, 'Lohardaga', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16174, 'Loiya', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16175, 'Loyabad', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16176, 'Madhupur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16177, 'Mahesh Mundi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16178, 'Maithon', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16179, 'Malkera', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16180, 'Mango', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16181, 'Manoharpur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16182, 'Marma', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16183, 'Meghahatuburu Forest village', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16184, 'Mera', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16185, 'Meru', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16186, 'Mihijam', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16187, 'Mugma', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16188, 'Muri', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16189, 'Mushabani', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16190, 'Nagri Kalan', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16191, 'Netarhat', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16192, 'Nirsa', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16193, 'Noamundi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16194, 'Okni', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16195, 'Orla', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16196, 'Pakaur', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16197, 'Palamau', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16198, 'Palawa', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16199, 'Panchet', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16200, 'Panrra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16201, 'Paratdih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16202, 'Pathardih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16203, 'Patratu', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16204, 'Phusro', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16205, 'Pondar Kanali', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16206, 'Rajmahal', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16207, 'Ramgarh', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16208, 'Ranchi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16209, 'Ray', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16210, 'Rehla', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16211, 'Religara', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16212, 'Rohraband', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16213, 'Sahibganj', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16214, 'Sahnidih', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16215, 'Saraidhela', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16216, 'Saraikela', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16217, 'Sarjamda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16218, 'Saunda', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16219, 'Sewai', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16220, 'Sijhua', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16221, 'Sijua', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16222, 'Simdega', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16223, 'Sindari', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16224, 'Sinduria', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16225, 'Sini', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16226, 'Sirka', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16227, 'Siuliban', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16228, 'Surubera', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16229, 'Tati', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16230, 'Tenudam', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16231, 'Tisra', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16232, 'Topa', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16233, 'Topchanchi', 1562, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16234, 'Adityanagar', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16235, 'Adityapatna', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16236, 'Afzalpur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16237, 'Ajjampur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16238, 'Aland', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16239, 'Almatti Sitimani', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16240, 'Alnavar', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16241, 'Alur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16242, 'Ambikanagara', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16243, 'Anekal', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16244, 'Ankola', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16245, 'Annigeri', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16246, 'Arkalgud', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16247, 'Arsikere', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16248, 'Athni', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16249, 'Aurad', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16250, 'Badagavettu', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16251, 'Badami', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16252, 'Bagalkot', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16253, 'Bagepalli', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16254, 'Bailhongal', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16255, 'Baindur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16256, 'Bajala', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16257, 'Bajpe', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16258, 'Banavar', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16259, 'Bangarapet', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16260, 'Bankapura', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16261, 'Bannur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16262, 'Bantwal', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16263, 'Basavakalyan', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16264, 'Basavana Bagevadi', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16265, 'Belagula', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16266, 'Belakavadiq', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16267, 'Belgaum', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16268, 'Belgaum Cantonment', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16269, 'Bellary', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16270, 'Belluru', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16271, 'Beltangadi', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16272, 'Belur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16273, 'Belvata', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16274, 'Bengaluru', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16275, 'Bhadravati', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16276, 'Bhalki', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16277, 'Bhatkal', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16278, 'Bhimarayanagudi', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16279, 'Bhogadi', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16280, 'Bidar', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16281, 'Bijapur', 1563, 101, 1, '2018-07-20 08:58:15', '2018-07-20 08:58:15'),
(16282, 'Bilgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16283, 'Birur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16284, 'Bommanahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16285, 'Bommasandra', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16286, 'Byadgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16287, 'Byatarayanapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16288, 'Chakranagar Colony', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16289, 'Challakere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16290, 'Chamrajnagar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16291, 'Chamundi Betta', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16292, 'Channagiri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16293, 'Channapatna', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16294, 'Channarayapatna', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16295, 'Chickballapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16296, 'Chik Ballapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16297, 'Chikkaballapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16298, 'Chikmagalur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16299, 'Chiknayakanhalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16300, 'Chikodi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16301, 'Chincholi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16302, 'Chintamani', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16303, 'Chitaguppa', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16304, 'Chitapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16305, 'Chitradurga', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16306, 'Coorg', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16307, 'Dandeli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16308, 'Dargajogihalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16309, 'Dasarahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16310, 'Davangere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16311, 'Devadurga', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16312, 'Devagiri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16313, 'Devanhalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16314, 'Dharwar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16315, 'Dhupdal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16316, 'Dod Ballapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16317, 'Donimalai', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16318, 'Gadag', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16319, 'Gajendragarh', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16320, 'Ganeshgudi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16321, 'Gangawati', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16322, 'Gangoli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16323, 'Gauribidanur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16324, 'Gokak', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16325, 'Gokak Falls', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16326, 'Gonikoppal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16327, 'Gorur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16328, 'Gottikere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16329, 'Gubbi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16330, 'Gudibanda', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16331, 'Gulbarga', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16332, 'Guledgudda', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16333, 'Gundlupet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16334, 'Gurmatkal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16335, 'Haliyal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16336, 'Hangal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16337, 'Harihar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16338, 'Harpanahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16339, 'Hassan', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16340, 'Hatti', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16341, 'Hatti Gold Mines', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16342, 'Haveri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16343, 'Hebbagodi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16344, 'Hebbalu', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16345, 'Hebri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16346, 'Heggadadevanakote', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16347, 'Herohalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16348, 'Hidkal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16349, 'Hindalgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16350, 'Hirekerur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16351, 'Hiriyur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16352, 'Holalkere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16353, 'Hole Narsipur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16354, 'Homnabad', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16355, 'Honavar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16356, 'Honnali', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16357, 'Hosakote', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16358, 'Hosanagara', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16359, 'Hosangadi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16360, 'Hosdurga', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16361, 'Hoskote', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16362, 'Hospet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16363, 'Hubli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16364, 'Hukeri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16365, 'Hunasagi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16366, 'Hunasamaranahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16367, 'Hungund', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16368, 'Hunsur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16369, 'Huvina Hadagalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16370, 'Ilkal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16371, 'Indi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16372, 'Jagalur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16373, 'Jamkhandi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16374, 'Jevargi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16375, 'Jog Falls', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16376, 'Kabini Colony', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16377, 'Kadur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16378, 'Kalghatgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16379, 'Kamalapuram', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16380, 'Kampli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16381, 'Kanakapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16382, 'Kangrali BK', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16383, 'Kangrali KH', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16384, 'Kannur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16385, 'Karkala', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16386, 'Karwar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16387, 'Kemminja', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16388, 'Kengeri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16389, 'Kerur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16390, 'Khanapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16391, 'Kodigenahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16392, 'Kodiyal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16393, 'Kodlipet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16394, 'Kolar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16395, 'Kollegal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16396, 'Konanakunte', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16397, 'Konanur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16398, 'Konnur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16399, 'Koppa', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16400, 'Koppal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16401, 'Koratagere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16402, 'Kotekara', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16403, 'Kothnur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16404, 'Kotturu', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16405, 'Krishnapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16406, 'Krishnarajanagar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16407, 'Krishnarajapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16408, 'Krishnarajasagara', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16409, 'Krishnarajpet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16410, 'Kudchi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16411, 'Kudligi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16412, 'Kudremukh', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16413, 'Kumsi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16414, 'Kumta', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16415, 'Kundapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16416, 'Kundgol', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16417, 'Kunigal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16418, 'Kurgunta', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16419, 'Kushalnagar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16420, 'Kushtagi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16421, 'Kyathanahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16422, 'Lakshmeshwar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16423, 'Lingsugur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16424, 'Londa', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16425, 'Maddur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16426, 'Madhugiri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16427, 'Madikeri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16428, 'Magadi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16429, 'Magod Falls', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16430, 'Mahadeswara Hills', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16431, 'Mahadevapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16432, 'Mahalingpur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16433, 'Maisuru', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16434, 'Maisuru Cantonment', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16435, 'Malavalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16436, 'Mallar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16437, 'Malpe', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16438, 'Malur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16439, 'Manchenahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16440, 'Mandya', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16441, 'Mangalore', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16442, 'Mangaluru', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16443, 'Manipal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16444, 'Manvi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16445, 'Maski', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16446, 'Mastikatte Colony', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16447, 'Mayakonda', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16448, 'Melukote', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16449, 'Molakalmuru', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16450, 'Mudalgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16451, 'Mudbidri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16452, 'Muddebihal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16453, 'Mudgal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16454, 'Mudhol', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16455, 'Mudigere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16456, 'Mudushedde', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16457, 'Mulbagal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16458, 'Mulgund', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16459, 'Mulki', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16460, 'Mulur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16461, 'Mundargi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16462, 'Mundgod', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16463, 'Munirabad', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16464, 'Munnur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16465, 'Murudeshwara', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16466, 'Mysore', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16467, 'Nagamangala', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16468, 'Nanjangud', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16469, 'Naragund', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16470, 'Narasimharajapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16471, 'Naravi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16472, 'Narayanpur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16473, 'Naregal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16474, 'Navalgund', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16475, 'Nelmangala', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16476, 'Nipani', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16477, 'Nitte', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16478, 'Nyamati', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16479, 'Padu', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16480, 'Pandavapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16481, 'Pattanagere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16482, 'Pavagada', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16483, 'Piriyapatna', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16484, 'Ponnampet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16485, 'Puttur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16486, 'Rabkavi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16487, 'Raichur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16488, 'Ramanagaram', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16489, 'Ramdurg', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16490, 'Ranibennur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16491, 'Raybag', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16492, 'Robertsonpet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16493, 'Ron', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16494, 'Sadalgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16495, 'Sagar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16496, 'Sakleshpur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16497, 'Saligram', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16498, 'Sandur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16499, 'Sanivarsante', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16500, 'Sankeshwar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16501, 'Sargur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16502, 'Sathyamangala', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16503, 'Saundatti Yellamma', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16504, 'Savanur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16505, 'Sedam', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16506, 'Shahabad', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16507, 'Shahabad A.C.C.', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16508, 'Shahapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16509, 'Shahpur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16510, 'Shaktinagar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16511, 'Shiggaon', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16512, 'Shikarpur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16513, 'Shimoga', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16514, 'Shirhatti', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16515, 'Shorapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16516, 'Shravanabelagola', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16517, 'Shrirangapattana', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16518, 'Siddapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16519, 'Sidlaghatta', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16520, 'Sindgi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16521, 'Sindhnur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16522, 'Sira', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16523, 'Sirakoppa', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16524, 'Sirsi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16525, 'Siruguppa', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16526, 'Someshwar', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16527, 'Somvarpet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16528, 'Sorab', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16529, 'Sringeri', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16530, 'Srinivaspur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16531, 'Sulya', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16532, 'Suntikopa', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16533, 'Talikota', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16534, 'Tarikera', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16535, 'Tekkalakota', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16536, 'Terdal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16537, 'Thokur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16538, 'Thumbe', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16539, 'Tiptur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16540, 'Tirthahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16541, 'Tirumakudal Narsipur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16542, 'Tonse', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16543, 'Tumkur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16544, 'Turuvekere', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16545, 'Udupi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16546, 'Ullal', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16547, 'Uttarahalli', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16548, 'Venkatapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16549, 'Vijayapura', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16550, 'Virarajendrapet', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16551, 'Wadi', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16552, 'Wadi A.C.C.', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16553, 'Yadgir', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16554, 'Yelahanka', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16555, 'Yelandur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16556, 'Yelbarga', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16557, 'Yellapur', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16558, 'Yenagudde', 1563, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16559, 'Adimaly', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16560, 'Adoor', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16561, 'Adur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16562, 'Akathiyur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16563, 'Alangad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16564, 'Alappuzha', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16565, 'Aluva', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16566, 'Ancharakandy', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16567, 'Angamaly', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16568, 'Aroor', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16569, 'Arukutti', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16570, 'Attingal', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16571, 'Avinissery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16572, 'Azhikode North', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16573, 'Azhikode South', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16574, 'Azhiyur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16575, 'Balussery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16576, 'Bangramanjeshwar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16577, 'Beypur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16578, 'Brahmakulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16579, 'Chala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16580, 'Chalakudi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16581, 'Changanacheri', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16582, 'Chauwara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16583, 'Chavakkad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16584, 'Chelakkara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16585, 'Chelora', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16586, 'Chendamangalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16587, 'Chengamanad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16588, 'Chengannur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16589, 'Cheranallur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16590, 'Cheriyakadavu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16591, 'Cherthala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16592, 'Cherukunnu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16593, 'Cheruthazham', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16594, 'Cheruvannur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16595, 'Cheruvattur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16596, 'Chevvur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16597, 'Chirakkal', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16598, 'Chittur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16599, 'Chockli', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16600, 'Churnikkara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16601, 'Dharmadam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16602, 'Edappal', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16603, 'Edathala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16604, 'Elayavur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16605, 'Elur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16606, 'Eranholi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16607, 'Erattupetta', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16608, 'Ernakulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16609, 'Eruvatti', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16610, 'Ettumanoor', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16611, 'Feroke', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16612, 'Guruvayur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16613, 'Haripad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16614, 'Hosabettu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16615, 'Idukki', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16616, 'Iringaprom', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16617, 'Irinjalakuda', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16618, 'Iriveri', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16619, 'Kadachira', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16620, 'Kadalundi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16621, 'Kadamakkudy', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16622, 'Kadirur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16623, 'Kadungallur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16624, 'Kakkodi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16625, 'Kalady', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16626, 'Kalamassery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16627, 'Kalliasseri', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16628, 'Kalpetta', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16629, 'Kanhangad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16630, 'Kanhirode', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16631, 'Kanjikkuzhi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16632, 'Kanjikode', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16633, 'Kanjirappalli', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16634, 'Kannadiparamba', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16635, 'Kannangad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16636, 'Kannapuram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16637, 'Kannur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16638, 'Kannur Cantonment', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16639, 'Karunagappally', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16640, 'Karuvamyhuruthy', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16641, 'Kasaragod', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16642, 'Kasargod', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16643, 'Kattappana', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16644, 'Kayamkulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16645, 'Kedamangalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16646, 'Kochi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16647, 'Kodamthuruthu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16648, 'Kodungallur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16649, 'Koduvally', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16650, 'Koduvayur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16651, 'Kokkothamangalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16652, 'Kolazhy', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16653, 'Kollam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16654, 'Komalapuram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16655, 'Koothattukulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16656, 'Koratty', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16657, 'Kothamangalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16658, 'Kottarakkara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16659, 'Kottayam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16660, 'Kottayam Malabar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16661, 'Kottuvally', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16662, 'Koyilandi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16663, 'Kozhikode', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16664, 'Kudappanakunnu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16665, 'Kudlu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16666, 'Kumarakom', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16667, 'Kumily', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16668, 'Kunnamangalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16669, 'Kunnamkulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16670, 'Kurikkad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16671, 'Kurkkanchery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16672, 'Kuthuparamba', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16673, 'Kuttakulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16674, 'Kuttikkattur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16675, 'Kuttur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16676, 'Malappuram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16677, 'Mallappally', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16678, 'Manjeri', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16679, 'Manjeshwar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16680, 'Mannancherry', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16681, 'Mannar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16682, 'Mannarakkat', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16683, 'Maradu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16684, 'Marathakkara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16685, 'Marutharod', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16686, 'Mattannur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16687, 'Mavelikara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16688, 'Mavilayi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16689, 'Mavur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16690, 'Methala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16691, 'Muhamma', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16692, 'Mulavukad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16693, 'Mundakayam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16694, 'Munderi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16695, 'Munnar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16696, 'Muthakunnam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16697, 'Muvattupuzha', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16698, 'Muzhappilangad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16699, 'Nadapuram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16700, 'Nadathara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16701, 'Narath', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16702, 'Nattakam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16703, 'Nedumangad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16704, 'Nenmenikkara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16705, 'New Mahe', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16706, 'Neyyattinkara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16707, 'Nileshwar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16708, 'Olavanna', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16709, 'Ottapalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16710, 'Ottappalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16711, 'Paduvilayi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16712, 'Palai', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16713, 'Palakkad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16714, 'Palayad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16715, 'Palissery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16716, 'Pallikkunnu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16717, 'Paluvai', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16718, 'Panniyannur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16719, 'Pantalam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16720, 'Panthiramkavu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16721, 'Panur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16722, 'Pappinisseri', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16723, 'Parassala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16724, 'Paravur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16725, 'Pathanamthitta', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16726, 'Pathanapuram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16727, 'Pathiriyad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16728, 'Pattambi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16729, 'Pattiom', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(16730, 'Pavaratty', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16731, 'Payyannur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16732, 'Peermade', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16733, 'Perakam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16734, 'Peralasseri', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16735, 'Peringathur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16736, 'Perinthalmanna', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16737, 'Perole', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16738, 'Perumanna', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16739, 'Perumbaikadu', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16740, 'Perumbavoor', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16741, 'Pinarayi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16742, 'Piravam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16743, 'Ponnani', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16744, 'Pottore', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16745, 'Pudukad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16746, 'Punalur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16747, 'Puranattukara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16748, 'Puthunagaram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16749, 'Puthuppariyaram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16750, 'Puzhathi', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16751, 'Ramanattukara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16752, 'Shoranur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16753, 'Sultans Battery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16754, 'Sulthan Bathery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16755, 'Talipparamba', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16756, 'Thaikkad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16757, 'Thalassery', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16758, 'Thannirmukkam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16759, 'Theyyalingal', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16760, 'Thiruvalla', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16761, 'Thiruvananthapuram', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16762, 'Thiruvankulam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16763, 'Thodupuzha', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16764, 'Thottada', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16765, 'Thrippunithura', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16766, 'Thrissur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16767, 'Tirur', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16768, 'Udma', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16769, 'Vadakara', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16770, 'Vaikam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16771, 'Valapattam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16772, 'Vallachira', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16773, 'Varam', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16774, 'Varappuzha', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16775, 'Varkala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16776, 'Vayalar', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16777, 'Vazhakkala', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16778, 'Venmanad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16779, 'Villiappally', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16780, 'Wayanad', 1565, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16781, 'Agethi', 1566, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16782, 'Amini', 1566, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16783, 'Androth Island', 1566, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16784, 'Kavaratti', 1566, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16785, 'Minicoy', 1566, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16786, 'Agar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16787, 'Ajaigarh', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16788, 'Akoda', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16789, 'Akodia', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16790, 'Alampur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16791, 'Alirajpur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16792, 'Alot', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16793, 'Amanganj', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16794, 'Amarkantak', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16795, 'Amarpatan', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16796, 'Amarwara', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16797, 'Ambada', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16798, 'Ambah', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16799, 'Amla', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16800, 'Amlai', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16801, 'Anjad', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16802, 'Antri', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16803, 'Anuppur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16804, 'Aron', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16805, 'Ashoknagar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16806, 'Ashta', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16807, 'Babai', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16808, 'Bada Malhera', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16809, 'Badagaon', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16810, 'Badagoan', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16811, 'Badarwas', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16812, 'Badawada', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16813, 'Badi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16814, 'Badkuhi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16815, 'Badnagar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16816, 'Badnawar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16817, 'Badod', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16818, 'Badoda', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16819, 'Badra', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16820, 'Bagh', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16821, 'Bagli', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16822, 'Baihar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16823, 'Baikunthpur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16824, 'Bakswaha', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16825, 'Balaghat', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16826, 'Baldeogarh', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16827, 'Bamaniya', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16828, 'Bamhani', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16829, 'Bamor', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16830, 'Bamora', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16831, 'Banda', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16832, 'Bangawan', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16833, 'Bansatar Kheda', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16834, 'Baraily', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16835, 'Barela', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16836, 'Barghat', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16837, 'Bargi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16838, 'Barhi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16839, 'Barigarh', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16840, 'Barwaha', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16841, 'Barwani', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16842, 'Basoda', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16843, 'Begamganj', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16844, 'Beohari', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16845, 'Berasia', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16846, 'Betma', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16847, 'Betul', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16848, 'Betul Bazar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16849, 'Bhainsdehi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16850, 'Bhamodi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16851, 'Bhander', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16852, 'Bhanpura', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16853, 'Bharveli', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16854, 'Bhaurasa', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16855, 'Bhavra', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16856, 'Bhedaghat', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16857, 'Bhikangaon', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16858, 'Bhilakhedi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16859, 'Bhind', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16860, 'Bhitarwar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16861, 'Bhopal', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16862, 'Bhuibandh', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16863, 'Biaora', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16864, 'Bijawar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16865, 'Bijeypur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16866, 'Bijrauni', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16867, 'Bijuri', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16868, 'Bilaua', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16869, 'Bilpura', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16870, 'Bina Railway Colony', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16871, 'Bina-Etawa', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16872, 'Birsinghpur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16873, 'Boda', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16874, 'Budhni', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16875, 'Burhanpur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16876, 'Burhar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16877, 'Chachaura Binaganj', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16878, 'Chakghat', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16879, 'Chandameta Butar', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16880, 'Chanderi', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16881, 'Chandia', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16882, 'Chandla', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16883, 'Chaurai Khas', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16884, 'Chhatarpur', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16885, 'Chhindwara', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16886, 'Chhota Chhindwara', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16887, 'Chichli', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16888, 'Chitrakut', 1567, 101, 1, '2018-07-20 08:58:16', '2018-07-20 08:58:16'),
(16889, 'Churhat', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16890, 'Daboh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16891, 'Dabra', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16892, 'Damoh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16893, 'Damua', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16894, 'Datia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16895, 'Deodara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16896, 'Deori', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16897, 'Deori Khas', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16898, 'Depalpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16899, 'Devendranagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16900, 'Devhara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16901, 'Dewas', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16902, 'Dhamnod', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16903, 'Dhana', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16904, 'Dhanpuri', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16905, 'Dhar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16906, 'Dharampuri', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16907, 'Dighawani', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16908, 'Diken', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16909, 'Dindori', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16910, 'Dola', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16911, 'Dumar Kachhar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16912, 'Dungariya Chhapara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16913, 'Gadarwara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16914, 'Gairatganj', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16915, 'Gandhi Sagar Hydel Colony', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16916, 'Ganjbasoda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16917, 'Garhakota', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16918, 'Garhi Malhara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16919, 'Garoth', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16920, 'Gautapura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16921, 'Ghansor', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16922, 'Ghuwara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16923, 'Gogaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16924, 'Gogapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16925, 'Gohad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16926, 'Gormi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16927, 'Govindgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16928, 'Guna', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16929, 'Gurh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16930, 'Gwalior', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16931, 'Hanumana', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16932, 'Harda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16933, 'Harpalpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16934, 'Harrai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16935, 'Harsud', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16936, 'Hatod', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16937, 'Hatpipalya', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16938, 'Hatta', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16939, 'Hindoria', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16940, 'Hirapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16941, 'Hoshangabad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16942, 'Ichhawar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16943, 'Iklehra', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16944, 'Indergarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16945, 'Indore', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16946, 'Isagarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16947, 'Itarsi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16948, 'Jabalpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16949, 'Jabalpur Cantonment', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16950, 'Jabalpur G.C.F', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16951, 'Jaisinghnagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16952, 'Jaithari', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16953, 'Jaitwara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16954, 'Jamai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16955, 'Jaora', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16956, 'Jatachhapar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16957, 'Jatara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16958, 'Jawad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16959, 'Jawar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16960, 'Jeronkhalsa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16961, 'Jhabua', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16962, 'Jhundpura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16963, 'Jiran', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16964, 'Jirapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16965, 'Jobat', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16966, 'Joura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16967, 'Kailaras', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16968, 'Kaimur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16969, 'Kakarhati', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16970, 'Kalichhapar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16971, 'Kanad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16972, 'Kannod', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16973, 'Kantaphod', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16974, 'Kareli', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16975, 'Karera', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16976, 'Kari', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16977, 'Karnawad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16978, 'Karrapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16979, 'Kasrawad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16980, 'Katangi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16981, 'Katni', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16982, 'Kelhauri', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16983, 'Khachrod', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16984, 'Khajuraho', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16985, 'Khamaria', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16986, 'Khand', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16987, 'Khandwa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16988, 'Khaniyadhana', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16989, 'Khargapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16990, 'Khargone', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16991, 'Khategaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16992, 'Khetia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16993, 'Khilchipur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16994, 'Khirkiya', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16995, 'Khujner', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16996, 'Khurai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16997, 'Kolaras', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16998, 'Kotar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(16999, 'Kothi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17000, 'Kotma', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17001, 'Kukshi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17002, 'Kumbhraj', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17003, 'Kurwai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17004, 'Lahar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17005, 'Lakhnadon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17006, 'Lateri', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17007, 'Laundi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17008, 'Lidhora Khas', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17009, 'Lodhikheda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17010, 'Loharda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17011, 'Machalpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17012, 'Madhogarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17013, 'Maharajpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17014, 'Maheshwar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17015, 'Mahidpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17016, 'Maihar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17017, 'Majholi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17018, 'Makronia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17019, 'Maksi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17020, 'Malaj Khand', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17021, 'Malanpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17022, 'Malhargarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17023, 'Manasa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17024, 'Manawar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17025, 'Mandav', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17026, 'Mandideep', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17027, 'Mandla', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17028, 'Mandleshwar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17029, 'Mandsaur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17030, 'Manegaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17031, 'Mangawan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17032, 'Manglaya Sadak', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17033, 'Manpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17034, 'Mau', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17035, 'Mauganj', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17036, 'Meghnagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17037, 'Mehara Gaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17038, 'Mehgaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17039, 'Mhaugaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17040, 'Mhow', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17041, 'Mihona', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17042, 'Mohgaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17043, 'Morar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17044, 'Morena', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17045, 'Morwa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17046, 'Multai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17047, 'Mundi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17048, 'Mungaoli', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17049, 'Murwara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17050, 'Nagda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17051, 'Nagod', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17052, 'Nagri', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17053, 'Naigarhi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17054, 'Nainpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17055, 'Nalkheda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17056, 'Namli', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17057, 'Narayangarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17058, 'Narsimhapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17059, 'Narsingarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17060, 'Narsinghpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17061, 'Narwar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17062, 'Nasrullaganj', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17063, 'Naudhia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17064, 'Naugaon', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17065, 'Naurozabad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17066, 'Neemuch', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17067, 'Nepa Nagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17068, 'Neuton Chikhli Kalan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17069, 'Nimach', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17070, 'Niwari', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17071, 'Obedullaganj', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17072, 'Omkareshwar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17073, 'Orachha', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17074, 'Ordinance Factory Itarsi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17075, 'Pachmarhi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17076, 'Pachmarhi Cantonment', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17077, 'Pachore', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17078, 'Palchorai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17079, 'Palda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17080, 'Palera', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17081, 'Pali', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17082, 'Panagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17083, 'Panara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17084, 'Pandaria', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17085, 'Pandhana', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17086, 'Pandhurna', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17087, 'Panna', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17088, 'Pansemal', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17089, 'Parasia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17090, 'Pasan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17091, 'Patan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17092, 'Patharia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17093, 'Pawai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17094, 'Petlawad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17095, 'Phuph Kalan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17096, 'Pichhore', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17097, 'Pipariya', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17098, 'Pipliya Mandi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17099, 'Piploda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17100, 'Pithampur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17101, 'Polay Kalan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17102, 'Porsa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17103, 'Prithvipur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17104, 'Raghogarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17105, 'Rahatgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17106, 'Raisen', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17107, 'Rajakhedi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17108, 'Rajgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17109, 'Rajnagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17110, 'Rajpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17111, 'Rampur Baghelan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17112, 'Rampur Naikin', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17113, 'Rampura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17114, 'Ranapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17115, 'Ranipura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17116, 'Ratangarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17117, 'Ratlam', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17118, 'Ratlam Kasba', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17119, 'Rau', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17120, 'Rehli', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17121, 'Rehti', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17122, 'Rewa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17123, 'Sabalgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17124, 'Sagar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17125, 'Sagar Cantonment', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17126, 'Sailana', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17127, 'Sanawad', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17128, 'Sanchi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17129, 'Sanwer', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17130, 'Sarangpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17131, 'Sardarpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17132, 'Sarni', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17133, 'Satai', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17134, 'Satna', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17135, 'Satwas', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17136, 'Sausar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17137, 'Sehore', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17138, 'Semaria', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17139, 'Sendhwa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17140, 'Seondha', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17141, 'Seoni', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17142, 'Seoni Malwa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17143, 'Sethia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17144, 'Shahdol', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17145, 'Shahgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17146, 'Shahpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17147, 'Shahpura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17148, 'Shajapur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17149, 'Shamgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17150, 'Sheopur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17151, 'Shivpuri', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17152, 'Shujalpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17153, 'Sidhi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17154, 'Sihora', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17155, 'Singolo', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17156, 'Singrauli', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17157, 'Sinhasa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17158, 'Sirgora', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17159, 'Sirmaur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17160, 'Sironj', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17161, 'Sitamau', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17162, 'Sohagpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17163, 'Sonkatch', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17164, 'Soyatkalan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17165, 'Suhagi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17166, 'Sultanpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17167, 'Susner', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17168, 'Suthaliya', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17169, 'Tal', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17170, 'Talen', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17171, 'Tarana', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17172, 'Taricharkalan', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17173, 'Tekanpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17174, 'Tendukheda', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17175, 'Teonthar', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17176, 'Thandia', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17177, 'Tikamgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17178, 'Timarni', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17179, 'Tirodi', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17180, 'Udaipura', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17181, 'Ujjain', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17182, 'Ukwa', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17183, 'Umaria', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17184, 'Unchahara', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17185, 'Unhel', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17186, 'Vehicle Factory Jabalpur', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17187, 'Vidisha', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17188, 'Vijayraghavgarh', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17189, 'Waraseoni', 1567, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17190, 'Achalpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17191, 'Aheri', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17192, 'Ahmadnagar Cantonment', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17193, 'Ahmadpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17194, 'Ahmednagar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17195, 'Ajra', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17196, 'Akalkot', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17197, 'Akkalkuwa', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17198, 'Akola', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17199, 'Akot', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17200, 'Alandi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17201, 'Alibag', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17202, 'Allapalli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17203, 'Alore', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17204, 'Amalner', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17205, 'Ambad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17206, 'Ambajogai', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17207, 'Ambernath', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17208, 'Ambivali Tarf Wankhal', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17209, 'Amgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17210, 'Amravati', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17211, 'Anjangaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17212, 'Arvi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17213, 'Ashta', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17214, 'Ashti', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17215, 'Aurangabad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17216, 'Aurangabad Cantonment', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17217, 'Ausa', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17218, 'Babhulgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17219, 'Badlapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17220, 'Balapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17221, 'Ballarpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17222, 'Baramati', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17223, 'Barshi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17224, 'Basmat', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17225, 'Beed', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17226, 'Bhadravati', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17227, 'Bhagur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17228, 'Bhandara', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17229, 'Bhigvan', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17230, 'Bhingar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17231, 'Bhiwandi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17232, 'Bhokhardan', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17233, 'Bhor', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17234, 'Bhosari', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17235, 'Bhum', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17236, 'Bhusawal', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17237, 'Bid', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17238, 'Biloli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17239, 'Birwadi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17240, 'Boisar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17241, 'Bop Khel', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17242, 'Brahmapuri', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17243, 'Budhgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17244, 'Buldana', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17245, 'Buldhana', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17246, 'Butibori', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17247, 'Chakan', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17248, 'Chalisgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17249, 'Chandrapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17250, 'Chandur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17251, 'Chandur Bazar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17252, 'Chandvad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17253, 'Chicholi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17254, 'Chikhala', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17255, 'Chikhaldara', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17256, 'Chikhli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17257, 'Chinchani', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17258, 'Chinchwad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17259, 'Chiplun', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17260, 'Chopda', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17261, 'Dabhol', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17262, 'Dahance', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17263, 'Dahanu', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17264, 'Daharu', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17265, 'Dapoli Camp', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17266, 'Darwa', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17267, 'Daryapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17268, 'Dattapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17269, 'Daund', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17270, 'Davlameti', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17271, 'Deglur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17272, 'Dehu Road', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17273, 'Deolali', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17274, 'Deolali Pravara', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17275, 'Deoli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17276, 'Desaiganj', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17277, 'Deulgaon Raja', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17278, 'Dewhadi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17279, 'Dharangaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17280, 'Dharmabad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17281, 'Dharur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17282, 'Dhatau', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17283, 'Dhule', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17284, 'Digdoh', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17285, 'Diglur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17286, 'Digras', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17287, 'Dombivli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17288, 'Dondaicha', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17289, 'Dudhani', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17290, 'Durgapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17291, 'Dyane', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17292, 'Edandol', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17293, 'Eklahare', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17294, 'Faizpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17295, 'Fekari', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17296, 'Gadchiroli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17297, 'Gadhinghaj', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17298, 'Gandhi Nagar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17299, 'Ganeshpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17300, 'Gangakher', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17301, 'Gangapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17302, 'Gevrai', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17303, 'Ghatanji', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17304, 'Ghoti', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17305, 'Ghugus', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17306, 'Ghulewadi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17307, 'Godoli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17308, 'Gondia', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17309, 'Guhagar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17310, 'Hadgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17311, 'Harnai Beach', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17312, 'Hinganghat', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17313, 'Hingoli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17314, 'Hupari', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17315, 'Ichalkaranji', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17316, 'Igatpuri', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17317, 'Indapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17318, 'Jaisinghpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17319, 'Jalgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17320, 'Jalna', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17321, 'Jamkhed', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17322, 'Jawhar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17323, 'Jaysingpur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17324, 'Jejuri', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17325, 'Jintur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17326, 'Junnar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17327, 'Kabnur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17328, 'Kagal', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17329, 'Kalamb', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17330, 'Kalamnuri', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17331, 'Kalas', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17332, 'Kalmeshwar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17333, 'Kalundre', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17334, 'Kalyan', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17335, 'Kamthi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17336, 'Kamthi Cantonment', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17337, 'Kandari', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17338, 'Kandhar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17339, 'Kandri', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17340, 'Kandri II', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17341, 'Kanhan', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17342, 'Kankavli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17343, 'Kannad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17344, 'Karad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17345, 'Karanja', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17346, 'Karanje Tarf', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17347, 'Karivali', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17348, 'Karjat', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17349, 'Karmala', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17350, 'Kasara Budruk', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17351, 'Katai', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17352, 'Katkar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17353, 'Katol', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17354, 'Kegaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17355, 'Khadkale', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17356, 'Khadki', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17357, 'Khamgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17358, 'Khapa', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17359, 'Kharadi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17360, 'Kharakvasla', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17361, 'Khed', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(17362, 'Kherdi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17363, 'Khoni', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17364, 'Khopoli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17365, 'Khuldabad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17366, 'Kinwat', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17367, 'Kodoli', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17368, 'Kolhapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17369, 'Kon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17370, 'Kondumal', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17371, 'Kopargaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17372, 'Kopharad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17373, 'Koradi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17374, 'Koregaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17375, 'Korochi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17376, 'Kudal', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17377, 'Kundaim', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17378, 'Kundalwadi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17379, 'Kurandvad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17380, 'Kurduvadi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17381, 'Kusgaon Budruk', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17382, 'Lanja', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17383, 'Lasalgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17384, 'Latur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17385, 'Loha', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17386, 'Lohegaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17387, 'Lonar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17388, 'Lonavala', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17389, 'Madhavnagar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17390, 'Mahabaleshwar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17391, 'Mahad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17392, 'Mahadula', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17393, 'Maindargi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17394, 'Majalgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17395, 'Malegaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17396, 'Malgaon', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17397, 'Malkapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17398, 'Malwan', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17399, 'Manadur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17400, 'Manchar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17401, 'Mangalvedhe', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17402, 'Mangrul Pir', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17403, 'Manmad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17404, 'Manor', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17405, 'Mansar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17406, 'Manwath', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17407, 'Mapuca', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17408, 'Matheran', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17409, 'Mehkar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17410, 'Mhasla', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17411, 'Mhaswad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17412, 'Mira Bhayandar', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17413, 'Miraj', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17414, 'Mohpa', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17415, 'Mohpada', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17416, 'Moram', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17417, 'Morshi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17418, 'Mowad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17419, 'Mudkhed', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17420, 'Mukhed', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17421, 'Mul', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17422, 'Mulshi', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17423, 'Mumbai', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17424, 'Murbad', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17425, 'Murgud', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17426, 'Murtijapur', 1568, 101, 1, '2018-07-20 08:58:17', '2018-07-20 08:58:17'),
(17427, 'Murud', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17428, 'Nachane', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17429, 'Nagardeole', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17430, 'Nagothane', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17431, 'Nagpur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17432, 'Nakoda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17433, 'Nalasopara', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17434, 'Naldurg', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17435, 'Nanded', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17436, 'Nandgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17437, 'Nandura', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17438, 'Nandurbar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17439, 'Narkhed', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17440, 'Nashik', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17441, 'Navapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17442, 'Navi Mumbai', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17443, 'Navi Mumbai Panvel', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17444, 'Neral', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17445, 'Nigdi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17446, 'Nilanga', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17447, 'Nildoh', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17448, 'Nimbhore', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17449, 'Ojhar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17450, 'Osmanabad', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17451, 'Pachgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17452, 'Pachora', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17453, 'Padagha', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17454, 'Paithan', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17455, 'Palghar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17456, 'Pali', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17457, 'Panchgani', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17458, 'Pandhakarwada', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17459, 'Pandharpur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17460, 'Panhala', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17461, 'Panvel', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17462, 'Paranda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17463, 'Parbhani', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17464, 'Parli', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17465, 'Parola', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17466, 'Partur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17467, 'Pasthal', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17468, 'Patan', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17469, 'Pathardi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17470, 'Pathri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17471, 'Patur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17472, 'Pawni', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17473, 'Pen', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17474, 'Pethumri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17475, 'Phaltan', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17476, 'Pimpri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17477, 'Poladpur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17478, 'Pulgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17479, 'Pune', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17480, 'Pune Cantonment', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17481, 'Purna', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17482, 'Purushottamnagar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17483, 'Pusad', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17484, 'Rahimatpur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17485, 'Rahta Pimplas', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17486, 'Rahuri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17487, 'Raigad', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17488, 'Rajapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17489, 'Rajgurunagar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17490, 'Rajur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17491, 'Rajura', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17492, 'Ramtek', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17493, 'Ratnagiri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17494, 'Ravalgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17495, 'Raver', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17496, 'Revadanda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17497, 'Risod', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17498, 'Roha Ashtami', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17499, 'Sakri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17500, 'Sandor', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17501, 'Sangamner', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17502, 'Sangli', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17503, 'Sangole', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17504, 'Sasti', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17505, 'Sasvad', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17506, 'Satana', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17507, 'Satara', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17508, 'Savantvadi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17509, 'Savda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17510, 'Savner', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17511, 'Sawari Jawharnagar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17512, 'Selu', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17513, 'Shahada', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17514, 'Shahapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17515, 'Shegaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17516, 'Shelar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17517, 'Shendurjana', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17518, 'Shirdi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17519, 'Shirgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17520, 'Shirpur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17521, 'Shirur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17522, 'Shirwal', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17523, 'Shivatkar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17524, 'Shrigonda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17525, 'Shrirampur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17526, 'Shrirampur Rural', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17527, 'Sillewada', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17528, 'Sillod', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17529, 'Sindhudurg', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17530, 'Sindi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17531, 'Sindi Turf Hindnagar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17532, 'Sindkhed Raja', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17533, 'Singnapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17534, 'Sinnar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17535, 'Sirur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17536, 'Sitasawangi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17537, 'Solapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17538, 'Sonai', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17539, 'Sonegaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17540, 'Soyagaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17541, 'Srivardhan', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17542, 'Surgana', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17543, 'Talegaon Dabhade', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17544, 'Taloda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17545, 'Taloja', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17546, 'Talwade', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17547, 'Tarapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17548, 'Tasgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17549, 'Tathavade', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17550, 'Tekadi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17551, 'Telhara', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17552, 'Thane', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17553, 'Tirira', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17554, 'Totaladoh', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17555, 'Trimbak', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17556, 'Tuljapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17557, 'Tumsar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17558, 'Uchgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17559, 'Udgir', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17560, 'Ulhasnagar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17561, 'Umarga', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17562, 'Umarkhed', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17563, 'Umarsara', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17564, 'Umbar Pada Nandade', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17565, 'Umred', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17566, 'Umri Pragane Balapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17567, 'Uran', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17568, 'Uran Islampur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17569, 'Utekhol', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17570, 'Vada', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17571, 'Vadgaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17572, 'Vadgaon Kasba', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17573, 'Vaijapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17574, 'Vanvadi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17575, 'Varangaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17576, 'Vasai', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17577, 'Vasantnagar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17578, 'Vashind', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17579, 'Vengurla', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17580, 'Virar', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17581, 'Visapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17582, 'Vite', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17583, 'Vithalwadi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17584, 'Wadi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17585, 'Waghapur', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17586, 'Wai', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17587, 'Wajegaon', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17588, 'Walani', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17589, 'Wanadongri', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17590, 'Wani', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17591, 'Wardha', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17592, 'Warora', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17593, 'Warthi', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17594, 'Warud', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17595, 'Washim', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17596, 'Yaval', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17597, 'Yavatmal', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17598, 'Yeola', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17599, 'Yerkheda', 1568, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17600, 'Andro', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17601, 'Bijoy Govinda', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17602, 'Bishnupur', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17603, 'Churachandpur', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17604, 'Heriok', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17605, 'Imphal', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17606, 'Jiribam', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17607, 'Kakching', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17608, 'Kakching Khunou', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17609, 'Khongman', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17610, 'Kumbi', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17611, 'Kwakta', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17612, 'Lamai', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17613, 'Lamjaotongba', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17614, 'Lamshang', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17615, 'Lilong', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17616, 'Mayang Imphal', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17617, 'Moirang', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17618, 'Moreh', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17619, 'Nambol', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17620, 'Naoriya Pakhanglakpa', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17621, 'Ningthoukhong', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17622, 'Oinam', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17623, 'Porompat', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17624, 'Samurou', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17625, 'Sekmai Bazar', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17626, 'Senapati', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17627, 'Sikhong Sekmai', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17628, 'Sugnu', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17629, 'Thongkhong Laxmi Bazar', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17630, 'Thoubal', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17631, 'Torban', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17632, 'Wangjing', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17633, 'Wangoi', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17634, 'Yairipok', 1569, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17635, 'Baghmara', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17636, 'Cherrapunji', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17637, 'Jawai', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17638, 'Madanrting', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17639, 'Mairang', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17640, 'Mawlai', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17641, 'Nongmynsong', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17642, 'Nongpoh', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17643, 'Nongstoin', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17644, 'Nongthymmai', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17645, 'Pynthorumkhrah', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17646, 'Resubelpara', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17647, 'Shillong', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17648, 'Shillong Cantonment', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17649, 'Tura', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17650, 'Williamnagar', 1570, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17651, 'Aizawl', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17652, 'Bairabi', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17653, 'Biate', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17654, 'Champhai', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17655, 'Darlawn', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17656, 'Hnahthial', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17657, 'Kawnpui', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17658, 'Khawhai', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17659, 'Khawzawl', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17660, 'Kolasib', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17661, 'Lengpui', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17662, 'Lunglei', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17663, 'Mamit', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17664, 'North Vanlaiphai', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17665, 'Saiha', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17666, 'Sairang', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17667, 'Saitul', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17668, 'Serchhip', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17669, 'Thenzawl', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17670, 'Tlabung', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17671, 'Vairengte', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17672, 'Zawlnuam', 1571, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17673, 'Chumukedima', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17674, 'Dimapur', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17675, 'Kohima', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17676, 'Mokokchung', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17677, 'Mon', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17678, 'Phek', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17679, 'Tuensang', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17680, 'Wokha', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17681, 'Zunheboto', 1572, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17682, 'Anandapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17683, 'Angul', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17684, 'Aska', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17685, 'Athgarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17686, 'Athmallik', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17687, 'Balagoda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17688, 'Balangir', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17689, 'Balasore', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17690, 'Baleshwar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17691, 'Balimeta', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17692, 'Balugaon', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17693, 'Banapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17694, 'Bangura', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17695, 'Banki', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17696, 'Banposh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17697, 'Barbil', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17698, 'Bargarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17699, 'Baripada', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17700, 'Barpali', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17701, 'Basudebpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17702, 'Baudh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17703, 'Belagachhia', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17704, 'Belaguntha', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17705, 'Belpahar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17706, 'Berhampur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17707, 'Bhadrak', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17708, 'Bhanjanagar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17709, 'Bhawanipatna', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17710, 'Bhuban', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17711, 'Bhubaneswar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17712, 'Binika', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17713, 'Birmitrapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17714, 'Bishama Katek', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17715, 'Bolangir', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17716, 'Brahmapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17717, 'Brajrajnagar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17718, 'Buguda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17719, 'Burla', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17720, 'Byasanagar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17721, 'Champua', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17722, 'Chandapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17723, 'Chandbali', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17724, 'Chandili', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17725, 'Charibatia', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17726, 'Chatrapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17727, 'Chikitigarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17728, 'Chitrakonda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17729, 'Choudwar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17730, 'Cuttack', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17731, 'Dadhapatna', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17732, 'Daitari', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17733, 'Damanjodi', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17734, 'Deogarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17735, 'Deracolliery', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17736, 'Dhamanagar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17737, 'Dhenkanal', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17738, 'Digapahandi', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17739, 'Dungamal', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17740, 'Fertilizer Corporation of Indi', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17741, 'Ganjam', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17742, 'Ghantapada', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17743, 'Gopalpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17744, 'Gudari', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17745, 'Gunupur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17746, 'Hatibandha', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17747, 'Hinjilikatu', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17748, 'Hirakud', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17749, 'Jagatsinghapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17750, 'Jajpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17751, 'Jalda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17752, 'Jaleswar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17753, 'Jatni', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17754, 'Jaypur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17755, 'Jeypore', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17756, 'Jharsuguda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17757, 'Jhumpura', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17758, 'Joda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17759, 'Junagarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17760, 'Kamakhyanagar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17761, 'Kantabanji', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17762, 'Kantilo', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17763, 'Karanja', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17764, 'Kashinagara', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17765, 'Kataka', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17766, 'Kavisuryanagar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17767, 'Kendrapara', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17768, 'Kendujhar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17769, 'Keonjhar', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17770, 'Kesinga', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17771, 'Khaliapali', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17772, 'Khalikote', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17773, 'Khandaparha', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17774, 'Kharhial', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17775, 'Kharhial Road', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17776, 'Khatiguda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17777, 'Khurda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17778, 'Kochinda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17779, 'Kodala', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17780, 'Konark', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17781, 'Koraput', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17782, 'Kotaparh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17783, 'Lanjigarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17784, 'Lattikata', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17785, 'Makundapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17786, 'Malkangiri', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17787, 'Mukhiguda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17788, 'Nabarangpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17789, 'Nalco', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17790, 'Naurangapur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17791, 'Nayagarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17792, 'Nilagiri', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17793, 'Nimaparha', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17794, 'Nuapada', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17795, 'Nuapatna', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17796, 'OCL Industrialship', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17797, 'Padampur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17798, 'Paradip', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17799, 'Paradwip', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17800, 'Parlakimidi', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17801, 'Patamundai', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17802, 'Patnagarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17803, 'Phulabani', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17804, 'Pipili', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17805, 'Polasara', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17806, 'Pratapsasan', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17807, 'Puri', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17808, 'Purushottampur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17809, 'Rairangpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17810, 'Raj Gangpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17811, 'Rambha', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17812, 'Raurkela', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17813, 'Raurkela Civil Township', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17814, 'Rayagada', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17815, 'Redhakhol', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17816, 'Remuna', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17817, 'Rengali', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17818, 'Rourkela', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17819, 'Sambalpur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17820, 'Sinapali', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17821, 'Sonepur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17822, 'Sorada', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17823, 'Soro', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17824, 'Sunabeda', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17825, 'Sundargarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17826, 'Talcher', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17827, 'Talcher Thermal Power Station ', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17828, 'Tarabha', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17829, 'Tensa', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17830, 'Titlagarh', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17831, 'Udala', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17832, 'Udayagiri', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17833, 'Umarkot', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17834, 'Vikrampur', 1575, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17835, 'Ariankuppam', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17836, 'Karaikal', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17837, 'Kurumbapet', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17838, 'Mahe', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17839, 'Ozhukarai', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17840, 'Pondicherry', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17841, 'Villianur', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17842, 'Yanam', 1577, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17843, 'Abohar', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17844, 'Adampur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17845, 'Ahmedgarh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17846, 'Ajnala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17847, 'Akalgarh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17848, 'Alawalpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17849, 'Amloh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17850, 'Amritsar', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17851, 'Amritsar Cantonment', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17852, 'Anandpur Sahib', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17853, 'Badhni Kalan', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17854, 'Bagh Purana', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17855, 'Balachaur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17856, 'Banaur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17857, 'Banga', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17858, 'Banur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17859, 'Baretta', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17860, 'Bariwala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17861, 'Barnala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17862, 'Bassi Pathana', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17863, 'Batala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17864, 'Bathinda', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17865, 'Begowal', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17866, 'Behrampur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17867, 'Bhabat', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17868, 'Bhadur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17869, 'Bhankharpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17870, 'Bharoli Kalan', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17871, 'Bhawanigarh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17872, 'Bhikhi', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17873, 'Bhikhiwind', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17874, 'Bhisiana', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17875, 'Bhogpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17876, 'Bhuch', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17877, 'Bhulath', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17878, 'Budha Theh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17879, 'Budhlada', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17880, 'Chima', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17881, 'Chohal', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17882, 'Dasuya', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17883, 'Daulatpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17884, 'Dera Baba Nanak', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17885, 'Dera Bassi', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17886, 'Dhanaula', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17887, 'Dharam Kot', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17888, 'Dhariwal', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17889, 'Dhilwan', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17890, 'Dhuri', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17891, 'Dinanagar', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17892, 'Dirba', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17893, 'Doraha', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17894, 'Faridkot', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17895, 'Fateh Nangal', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17896, 'Fatehgarh Churian', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17897, 'Fatehgarh Sahib', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17898, 'Fazilka', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17899, 'Firozpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17900, 'Firozpur Cantonment', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17901, 'Gardhiwala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17902, 'Garhshankar', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17903, 'Ghagga', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17904, 'Ghanaur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17905, 'Giddarbaha', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17906, 'Gobindgarh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17907, 'Goniana', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17908, 'Goraya', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17909, 'Gurdaspur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17910, 'Guru Har Sahai', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17911, 'Hajipur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17912, 'Handiaya', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17913, 'Hariana', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17914, 'Hoshiarpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17915, 'Hussainpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17916, 'Jagraon', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17917, 'Jaitu', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17918, 'Jalalabad', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17919, 'Jalandhar', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17920, 'Jalandhar Cantonment', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17921, 'Jandiala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17922, 'Jugial', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17923, 'Kalanaur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17924, 'Kapurthala', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17925, 'Karoran', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17926, 'Kartarpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17927, 'Khamanon', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17928, 'Khanauri', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17929, 'Khanna', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17930, 'Kharar', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17931, 'Khem Karan', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17932, 'Kot Fatta', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17933, 'Kot Isa Khan', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17934, 'Kot Kapura', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17935, 'Kotkapura', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17936, 'Kurali', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17937, 'Lalru', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17938, 'Lehra Gaga', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17939, 'Lodhian Khas', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17940, 'Longowal', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17941, 'Ludhiana', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17942, 'Machhiwara', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17943, 'Mahilpur', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17944, 'Majitha', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17945, 'Makhu', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17946, 'Malaut', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17947, 'Malerkotla', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17948, 'Maloud', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17949, 'Mandi Gobindgarh', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17950, 'Mansa', 1578, 101, 1, '2018-07-20 08:58:18', '2018-07-20 08:58:18'),
(17951, 'Maur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17952, 'Moga', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17953, 'Mohali', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17954, 'Moonak', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17955, 'Morinda', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17956, 'Mukerian', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17957, 'Muktsar', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17958, 'Mullanpur Dakha', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17959, 'Mullanpur Garibdas', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17960, 'Munak', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17961, 'Muradpura', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17962, 'Nabha', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17963, 'Nakodar', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17964, 'Nangal', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17965, 'Nawashahr', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17966, 'Naya Nangal', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17967, 'Nehon', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17968, 'Nurmahal', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17969, 'Pathankot', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17970, 'Patiala', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17971, 'Patti', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17972, 'Pattran', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17973, 'Payal', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17974, 'Phagwara', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17975, 'Phillaur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17976, 'Qadian', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17977, 'Rahon', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17978, 'Raikot', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17979, 'Raja Sansi', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17980, 'Rajpura', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17981, 'Ram Das', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17982, 'Raman', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17983, 'Rampura', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17984, 'Rayya', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17985, 'Rupnagar', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17986, 'Rurki Kasba', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17987, 'Sahnewal', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17988, 'Samana', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17989, 'Samrala', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17990, 'Sanaur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17991, 'Sangat', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(17992, 'Sangrur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17993, 'Sansarpur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17994, 'Sardulgarh', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17995, 'Shahkot', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17996, 'Sham Churasi', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17997, 'Shekhpura', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17998, 'Sirhind', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(17999, 'Sri Hargobindpur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18000, 'Sujanpur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18001, 'Sultanpur Lodhi', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18002, 'Sunam', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18003, 'Talwandi Bhai', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18004, 'Talwara', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18005, 'Tappa', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18006, 'Tarn Taran', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18007, 'Urmar Tanda', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18008, 'Zira', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18009, 'Zirakpur', 1578, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18010, 'Abu Road', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18011, 'Ajmer', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18012, 'Aklera', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18013, 'Alwar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18014, 'Amet', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18015, 'Antah', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18016, 'Anupgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18017, 'Asind', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18018, 'Bagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18019, 'Bagru', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18020, 'Bahror', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18021, 'Bakani', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18022, 'Bali', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18023, 'Balotra', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18024, 'Bandikui', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18025, 'Banswara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18026, 'Baran', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18027, 'Bari', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18028, 'Bari Sadri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18029, 'Barmer', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18030, 'Basi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18031, 'Basni Belima', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18032, 'Baswa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18033, 'Bayana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18034, 'Beawar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18035, 'Begun', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18036, 'Bhadasar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18037, 'Bhadra', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18038, 'Bhalariya', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18039, 'Bharatpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18040, 'Bhasawar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18041, 'Bhawani Mandi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18042, 'Bhawri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18043, 'Bhilwara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18044, 'Bhindar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18045, 'Bhinmal', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18046, 'Bhiwadi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18047, 'Bijoliya Kalan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18048, 'Bikaner', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18049, 'Bilara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18050, 'Bissau', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18051, 'Borkhera', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18052, 'Budhpura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18053, 'Bundi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18054, 'Chatsu', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18055, 'Chechat', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18056, 'Chhabra', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18057, 'Chhapar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18058, 'Chhipa Barod', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18059, 'Chhoti Sadri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18060, 'Chirawa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18061, 'Chittaurgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18062, 'Chittorgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18063, 'Chomun', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18064, 'Churu', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18065, 'Daosa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18066, 'Dariba', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18067, 'Dausa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18068, 'Deoli', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18069, 'Deshnok', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18070, 'Devgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18071, 'Devli', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18072, 'Dhariawad', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18073, 'Dhaulpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18074, 'Dholpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18075, 'Didwana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18076, 'Dig', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18077, 'Dungargarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18078, 'Dungarpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18079, 'Falna', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18080, 'Fatehnagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18081, 'Fatehpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18082, 'Gajsinghpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18083, 'Galiakot', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18084, 'Ganganagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18085, 'Gangapur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18086, 'Goredi Chancha', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18087, 'Gothra', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18088, 'Govindgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18089, 'Gulabpura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18090, 'Hanumangarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18091, 'Hindaun', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18092, 'Indragarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18093, 'Jahazpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18094, 'Jaipur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18095, 'Jaisalmer', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18096, 'Jaiselmer', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18097, 'Jaitaran', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18098, 'Jalore', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18099, 'Jhalawar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18100, 'Jhalrapatan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18101, 'Jhunjhunun', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18102, 'Jobner', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18103, 'Jodhpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18104, 'Kaithun', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18105, 'Kaman', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18106, 'Kankroli', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18107, 'Kanor', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18108, 'Kapasan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18109, 'Kaprain', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18110, 'Karanpura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18111, 'Karauli', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18112, 'Kekri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18113, 'Keshorai Patan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18114, 'Kesrisinghpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18115, 'Khairthal', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18116, 'Khandela', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18117, 'Khanpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18118, 'Kherli', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18119, 'Kherliganj', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18120, 'Kherwara Chhaoni', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18121, 'Khetri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18122, 'Kiranipura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18123, 'Kishangarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18124, 'Kishangarh Ranwal', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18125, 'Kolvi Rajendrapura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18126, 'Kot Putli', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18127, 'Kota', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18128, 'Kuchaman', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18129, 'Kuchera', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18130, 'Kumbhalgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18131, 'Kumbhkot', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18132, 'Kumher', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18133, 'Kushalgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18134, 'Lachhmangarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18135, 'Ladnun', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18136, 'Lakheri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18137, 'Lalsot', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18138, 'Losal', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18139, 'Madanganj', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18140, 'Mahu Kalan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18141, 'Mahwa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18142, 'Makrana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18143, 'Malpura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18144, 'Mandal', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18145, 'Mandalgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18146, 'Mandawar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18147, 'Mandwa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18148, 'Mangrol', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18149, 'Manohar Thana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18150, 'Manoharpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18151, 'Marwar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18152, 'Merta', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18153, 'Modak', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18154, 'Mount Abu', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18155, 'Mukandgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18156, 'Mundwa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18157, 'Nadbai', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18158, 'Naenwa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18159, 'Nagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18160, 'Nagaur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18161, 'Napasar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18162, 'Naraina', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18163, 'Nasirabad', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18164, 'Nathdwara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18165, 'Nawa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18166, 'Nawalgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18167, 'Neem Ka Thana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18168, 'Neemrana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18169, 'Newa Talai', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18170, 'Nimaj', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18171, 'Nimbahera', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18172, 'Niwai', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18173, 'Nohar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18174, 'Nokha', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18175, 'One SGM', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18176, 'Padampur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18177, 'Pali', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18178, 'Partapur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18179, 'Parvatsar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18180, 'Pasoond', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18181, 'Phalna', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18182, 'Phalodi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18183, 'Phulera', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18184, 'Pilani', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18185, 'Pilibanga', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18186, 'Pindwara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18187, 'Pipalia Kalan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18188, 'Pipar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18189, 'Pirawa', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18190, 'Pokaran', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18191, 'Pratapgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18192, 'Pushkar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18193, 'Raipur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18194, 'Raisinghnagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18195, 'Rajakhera', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18196, 'Rajaldesar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18197, 'Rajgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18198, 'Rajsamand', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18199, 'Ramganj Mandi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18200, 'Ramgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18201, 'Rani', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18202, 'Raniwara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18203, 'Ratan Nagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18204, 'Ratangarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18205, 'Rawatbhata', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18206, 'Rawatsar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18207, 'Rikhabdev', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18208, 'Ringas', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18209, 'Sadri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18210, 'Sadulshahar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18211, 'Sagwara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18212, 'Salumbar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18213, 'Sambhar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18214, 'Samdari', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18215, 'Sanchor', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18216, 'Sangariya', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18217, 'Sangod', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18218, 'Sardarshahr', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18219, 'Sarwar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18220, 'Satal Kheri', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18221, 'Sawai Madhopur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18222, 'Sewan Kalan', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18223, 'Shahpura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18224, 'Sheoganj', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18225, 'Sikar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18226, 'Sirohi', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18227, 'Siwana', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18228, 'Sogariya', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18229, 'Sojat', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18230, 'Sojat Road', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18231, 'Sri Madhopur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18232, 'Sriganganagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18233, 'Sujangarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18234, 'Suket', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18235, 'Sumerpur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18236, 'Sunel', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18237, 'Surajgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18238, 'Suratgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18239, 'Swaroopganj', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18240, 'Takhatgarh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18241, 'Taranagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18242, 'Three STR', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18243, 'Tijara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18244, 'Toda Bhim', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18245, 'Toda Raisingh', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18246, 'Todra', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18247, 'Tonk', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18248, 'Udaipur', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18249, 'Udpura', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18250, 'Uniara', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18251, 'Vanasthali', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18252, 'Vidyavihar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18253, 'Vijainagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18254, 'Viratnagar', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18255, 'Wer', 1579, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18256, 'Gangtok', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18257, 'Gezing', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18258, 'Jorethang', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18259, 'Mangan', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18260, 'Namchi', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18261, 'Naya Bazar', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18262, 'No City', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18263, 'Rangpo', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18264, 'Sikkim', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18265, 'Singtam', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18266, 'Upper Tadong', 1580, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18267, 'Abiramam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18268, 'Achampudur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18269, 'Acharapakkam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18270, 'Acharipallam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18271, 'Achipatti', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18272, 'Adikaratti', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18273, 'Adiramapattinam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18274, 'Aduturai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18275, 'Adyar', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18276, 'Agaram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18277, 'Agasthiswaram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18278, 'Akkaraipettai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18279, 'Alagappapuram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18280, 'Alagapuri', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18281, 'Alampalayam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18282, 'Alandur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18283, 'Alanganallur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18284, 'Alangayam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18285, 'Alangudi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18286, 'Alangulam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18287, 'Alanthurai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18288, 'Alapakkam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18289, 'Allapuram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18290, 'Alur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18291, 'Alwar Tirunagari', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18292, 'Alwarkurichi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18293, 'Ambasamudram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18294, 'Ambur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18295, 'Ammainaickanur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18296, 'Ammaparikuppam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18297, 'Ammapettai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18298, 'Ammavarikuppam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18299, 'Ammur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18300, 'Anaimalai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18301, 'Anaiyur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18302, 'Anakaputhur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18303, 'Ananthapuram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18304, 'Andanappettai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18305, 'Andipalayam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18306, 'Andippatti', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18307, 'Anjugramam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18308, 'Annamalainagar', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18309, 'Annavasal', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18310, 'Annur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18311, 'Anthiyur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18312, 'Appakudal', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18313, 'Arachalur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18314, 'Arakandanallur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18315, 'Arakonam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18316, 'Aralvaimozhi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18317, 'Arani', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18318, 'Arani Road', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18319, 'Arantangi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18320, 'Arasiramani', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18321, 'Aravakurichi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18322, 'Aravankadu', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18323, 'Arcot', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18324, 'Arimalam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18325, 'Ariyalur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18326, 'Ariyappampalayam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18327, 'Ariyur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18328, 'Arni', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18329, 'Arulmigu Thirumuruganpundi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18330, 'Arumanai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18331, 'Arumbavur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18332, 'Arumuganeri', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18333, 'Aruppukkottai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18334, 'Ashokapuram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18335, 'Athani', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18336, 'Athanur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18337, 'Athimarapatti', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18338, 'Athipattu', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18339, 'Athur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18340, 'Attayyampatti', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18341, 'Attur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18342, 'Auroville', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18343, 'Avadattur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18344, 'Avadi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18345, 'Avalpundurai', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18346, 'Avaniapuram', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18347, 'Avinashi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18348, 'Ayakudi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18349, 'Ayanadaippu', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18350, 'Aygudi', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18351, 'Ayothiapattinam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18352, 'Ayyalur', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18353, 'Ayyampalayam', 1581, 101, 1, '2018-07-20 08:58:19', '2018-07-20 08:58:19'),
(18354, 'Ayyampettai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18355, 'Azhagiapandiapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18356, 'Balakrishnampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18357, 'Balakrishnapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18358, 'Balapallam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18359, 'Balasamudram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18360, 'Bargur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18361, 'Belur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18362, 'Berhatty', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18363, 'Bhavani', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18364, 'Bhawanisagar', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18365, 'Bhuvanagiri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18366, 'Bikketti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18367, 'Bodinayakkanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18368, 'Brahmana Periya Agraharam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18369, 'Buthapandi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18370, 'Buthipuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18371, 'Chatrapatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18372, 'Chembarambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18373, 'Chengalpattu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18374, 'Chengam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18375, 'Chennai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18376, 'Chennasamudram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18377, 'Chennimalai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18378, 'Cheranmadevi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18379, 'Cheruvanki', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18380, 'Chetpet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18381, 'Chettiarpatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18382, 'Chettipalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18383, 'Chettipalayam Cantonment', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18384, 'Chettithangal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18385, 'Cheyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18386, 'Cheyyar', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18387, 'Chidambaram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18388, 'Chinalapatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18389, 'Chinna Anuppanadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18390, 'Chinna Salem', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18391, 'Chinnakkampalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18392, 'Chinnammanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18393, 'Chinnampalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18394, 'Chinnasekkadu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18395, 'Chinnavedampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18396, 'Chitlapakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18397, 'Chittodu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18398, 'Cholapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18399, 'Coimbatore', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18400, 'Coonoor', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18401, 'Courtalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18402, 'Cuddalore', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18403, 'Dalavaipatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18404, 'Darasuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18405, 'Denkanikottai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18406, 'Desur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18407, 'Devadanapatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18408, 'Devakkottai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18409, 'Devakottai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18410, 'Devanangurichi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18411, 'Devarshola', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18412, 'Devasthanam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18413, 'Dhalavoipuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18414, 'Dhali', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18415, 'Dhaliyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18416, 'Dharapadavedu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18417, 'Dharapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18418, 'Dharmapuri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18419, 'Dindigul', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18420, 'Dusi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18421, 'Edaganasalai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18422, 'Edaikodu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18423, 'Edakalinadu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18424, 'Elathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18425, 'Elayirampannai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18426, 'Elumalai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18427, 'Eral', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18428, 'Eraniel', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18429, 'Eriodu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18430, 'Erode', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18431, 'Erumaipatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18432, 'Eruvadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18433, 'Ethapur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18434, 'Ettaiyapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18435, 'Ettimadai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18436, 'Ezhudesam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18437, 'Ganapathipuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18438, 'Gandhi Nagar', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18439, 'Gangaikondan', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18440, 'Gangavalli', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18441, 'Ganguvarpatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18442, 'Gingi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18443, 'Gopalasamudram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18444, 'Gopichettipalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18445, 'Gudalur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18446, 'Gudiyattam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18447, 'Guduvanchery', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18448, 'Gummidipoondi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18449, 'Hanumanthampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18450, 'Harur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18451, 'Harveypatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18452, 'Highways', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18453, 'Hosur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18454, 'Hubbathala', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18455, 'Huligal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18456, 'Idappadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18457, 'Idikarai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18458, 'Ilampillai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18459, 'Ilanji', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18460, 'Iluppaiyurani', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18461, 'Iluppur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18462, 'Inam Karur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18463, 'Injambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18464, 'Irugur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18465, 'Jaffrabad', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18466, 'Jagathala', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18467, 'Jalakandapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18468, 'Jalladiampet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18469, 'Jambai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18470, 'Jayankondam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18471, 'Jolarpet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18472, 'Kadambur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18473, 'Kadathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18474, 'Kadayal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18475, 'Kadayampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18476, 'Kadayanallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18477, 'Kadiapatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18478, 'Kalakkad', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18479, 'Kalambur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18480, 'Kalapatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18481, 'Kalappanaickenpatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18482, 'Kalavai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18483, 'Kalinjur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18484, 'Kaliyakkavilai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18485, 'Kallakkurichi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18486, 'Kallakudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18487, 'Kallidaikurichchi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18488, 'Kallukuttam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18489, 'Kallupatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18490, 'Kalpakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18491, 'Kalugumalai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18492, 'Kamayagoundanpatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18493, 'Kambainallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18494, 'Kambam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18495, 'Kamuthi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18496, 'Kanadukathan', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18497, 'Kanakkampalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18498, 'Kanam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18499, 'Kanchipuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18500, 'Kandanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18501, 'Kangayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18502, 'Kangayampalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18503, 'Kangeyanallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18504, 'Kaniyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18505, 'Kanjikoil', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18506, 'Kannadendal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18507, 'Kannamangalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18508, 'Kannampalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18509, 'Kannankurichi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18510, 'Kannapalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18511, 'Kannivadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18512, 'Kanyakumari', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18513, 'Kappiyarai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18514, 'Karaikkudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18515, 'Karamadai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18516, 'Karambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18517, 'Karambakkudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18518, 'Kariamangalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18519, 'Kariapatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18520, 'Karugampattur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18521, 'Karumandi Chellipalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18522, 'Karumathampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18523, 'Karumbakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18524, 'Karungal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18525, 'Karunguzhi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18526, 'Karuppur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18527, 'Karur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18528, 'Kasipalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18529, 'Kasipalayam G', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18530, 'Kathirvedu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18531, 'Kathujuganapalli', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18532, 'Katpadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18533, 'Kattivakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18534, 'Kattumannarkoil', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18535, 'Kattupakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18536, 'Kattuputhur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18537, 'Kaveripakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18538, 'Kaveripattinam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18539, 'Kavundampalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18540, 'Kavundampalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18541, 'Kayalpattinam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18542, 'Kayattar', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18543, 'Kelamangalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18544, 'Kelambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18545, 'Kembainaickenpalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18546, 'Kethi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18547, 'Kilakarai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18548, 'Kilampadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18549, 'Kilkulam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18550, 'Kilkunda', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18551, 'Killiyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18552, 'Killlai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18553, 'Kilpennathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18554, 'Kilvelur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18555, 'Kinathukadavu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18556, 'Kiramangalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18557, 'Kiranur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18558, 'Kiripatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18559, 'Kizhapavur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18560, 'Kmarasamipatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18561, 'Kochadai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18562, 'Kodaikanal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18563, 'Kodambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18564, 'Kodavasal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18565, 'Kodumudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18566, 'Kolachal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18567, 'Kolappalur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18568, 'Kolathupalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18569, 'Kolathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18570, 'Kollankodu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18571, 'Kollankoil', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18572, 'Komaralingam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18573, 'Komarapalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18574, 'Kombai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18575, 'Konakkarai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18576, 'Konavattam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18577, 'Kondalampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18578, 'Konganapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18579, 'Koradacheri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18580, 'Korampallam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18581, 'Kotagiri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18582, 'Kothinallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18583, 'Kottaiyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18584, 'Kottakuppam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18585, 'Kottaram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18586, 'Kottivakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18587, 'Kottur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18588, 'Kovilpatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18589, 'Koyampattur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18590, 'Krishnagiri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18591, 'Krishnarayapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18592, 'Krishnasamudram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18593, 'Kuchanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18594, 'Kuhalur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18595, 'Kulasekarappattinam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18596, 'Kulasekarapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18597, 'Kulithalai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18598, 'Kumarapalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18599, 'Kumarapalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18600, 'Kumarapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18601, 'Kumbakonam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18602, 'Kundrathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18603, 'Kuniyamuthur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18604, 'Kunnathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18605, 'Kunur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18606, 'Kuraikundu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18607, 'Kurichi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18608, 'Kurinjippadi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18609, 'Kurudampalaiyam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18610, 'Kurumbalur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18611, 'Kuthalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18612, 'Kuthappar', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(18613, 'Kuttalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18614, 'Kuttanallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18615, 'Kuzhithurai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18616, 'Labbaikudikadu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18617, 'Lakkampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18618, 'Lalgudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18619, 'Lalpet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18620, 'Llayangudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18621, 'Madambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18622, 'Madanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18623, 'Madathukulam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18624, 'Madhavaram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18625, 'Madippakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18626, 'Madukkarai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18627, 'Madukkur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18628, 'Madurai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18629, 'Maduranthakam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18630, 'Maduravoyal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18631, 'Mahabalipuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18632, 'Makkinanpatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18633, 'Mallamuppampatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18634, 'Mallankinaru', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18635, 'Mallapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18636, 'Mallasamudram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18637, 'Mallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18638, 'Mamallapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18639, 'Mamsapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18640, 'Manachanallur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18641, 'Manali', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18642, 'Manalmedu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18643, 'Manalurpet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18644, 'Manamadurai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18645, 'Manapakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18646, 'Manapparai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18647, 'Manavalakurichi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18648, 'Mandaikadu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18649, 'Mandapam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18650, 'Mangadu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18651, 'Mangalam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18652, 'Mangalampet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18653, 'Manimutharu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18654, 'Mannargudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18655, 'Mappilaiurani', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18656, 'Maraimalai Nagar', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18657, 'Marakkanam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18658, 'Maramangalathupatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18659, 'Marandahalli', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18660, 'Markayankottai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18661, 'Marudur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18662, 'Marungur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18663, 'Masinigudi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18664, 'Mathigiri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18665, 'Mattur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18666, 'Mayiladuthurai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18667, 'Mecheri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18668, 'Melacheval', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18669, 'Melachokkanathapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18670, 'Melagaram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18671, 'Melamadai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18672, 'Melamaiyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18673, 'Melanattam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18674, 'Melathiruppanthuruthi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18675, 'Melattur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18676, 'Melmananbedu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18677, 'Melpattampakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18678, 'Melur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18679, 'Melvisharam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18680, 'Mettupalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18681, 'Mettur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18682, 'Meyyanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18683, 'Milavittan', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18684, 'Minakshipuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18685, 'Minambakkam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18686, 'Minjur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18687, 'Modakurichi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18688, 'Mohanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18689, 'Mopperipalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18690, 'Mudalur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18691, 'Mudichur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18692, 'Mudukulathur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18693, 'Mukasipidariyur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18694, 'Mukkudal', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18695, 'Mulagumudu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18696, 'Mulakaraipatti', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18697, 'Mulanur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18698, 'Mullakkadu', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18699, 'Muruganpalayam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18700, 'Musiri', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18701, 'Muthupet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18702, 'Muthur', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18703, 'Muttayyapuram', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18704, 'Muttupet', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18705, 'Muvarasampettai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18706, 'Myladi', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18707, 'Mylapore', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18708, 'Nadukkuthagai', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18709, 'Naduvattam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18710, 'Nagapattinam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18711, 'Nagavakulam', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18712, 'Nagercoil', 1581, 101, 1, '2018-07-20 08:58:20', '2018-07-20 08:58:20'),
(18713, 'Nagojanahalli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18714, 'Nallampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18715, 'Nallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18716, 'Namagiripettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18717, 'Namakkal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18718, 'Nambiyur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18719, 'Nambutalai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18720, 'Nandambakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18721, 'Nandivaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18722, 'Nangavalli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18723, 'Nangavaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18724, 'Nanguneri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18725, 'Nanjikottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18726, 'Nannilam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18727, 'Naranammalpuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18728, 'Naranapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18729, 'Narasimhanaickenpalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18730, 'Narasingapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18731, 'Narasojipatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18732, 'Naravarikuppam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18733, 'Nasiyanur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18734, 'Natham', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18735, 'Nathampannai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18736, 'Natrampalli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18737, 'Nattam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18738, 'Nattapettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18739, 'Nattarasankottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18740, 'Navalpattu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18741, 'Nazarethpettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18742, 'Nazerath', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18743, 'Neikkarapatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18744, 'Neiyyur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18745, 'Nellikkuppam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18746, 'Nelliyalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18747, 'Nemili', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18748, 'Nemilicheri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18749, 'Neripperichal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18750, 'Nerkunram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18751, 'Nerkuppai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18752, 'Nerunjipettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18753, 'Neykkarappatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18754, 'Neyveli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18755, 'Nidamangalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18756, 'Nilagiri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18757, 'Nilakkottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18758, 'Nilankarai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18759, 'Odaipatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18760, 'Odaiyakulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18761, 'Oddanchatram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18762, 'Odugathur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18763, 'Oggiyamduraipakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18764, 'Olagadam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18765, 'Omalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18766, 'Ooty', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18767, 'Orathanadu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18768, 'Othakadai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18769, 'Othakalmandapam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18770, 'Ottapparai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18771, 'Pacode', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18772, 'Padaividu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18773, 'Padianallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18774, 'Padirikuppam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18775, 'Padmanabhapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18776, 'Padririvedu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18777, 'Palaganangudy', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18778, 'Palaimpatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18779, 'Palakkodu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18780, 'Palamedu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18781, 'Palani', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18782, 'Palani Chettipatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18783, 'Palavakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18784, 'Palavansathu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18785, 'Palayakayal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18786, 'Palayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18787, 'Palayamkottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18788, 'Palladam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18789, 'Pallapalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18790, 'Pallapatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18791, 'Pallattur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18792, 'Pallavaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18793, 'Pallikaranai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18794, 'Pallikonda', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18795, 'Pallipalaiyam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18796, 'Pallipalaiyam Agraharam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18797, 'Pallipattu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18798, 'Pammal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18799, 'Panagudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18800, 'Panaimarathupatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18801, 'Panapakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18802, 'Panboli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18803, 'Pandamangalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18804, 'Pannaikadu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18805, 'Pannaipuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18806, 'Pannuratti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18807, 'Panruti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18808, 'Papanasam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18809, 'Pappankurichi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18810, 'Papparapatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18811, 'Pappireddipatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18812, 'Paramakkudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18813, 'Paramankurichi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18814, 'Paramathi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18815, 'Parangippettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18816, 'Paravai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18817, 'Pasur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18818, 'Pathamadai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18819, 'Pattinam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18820, 'Pattiviranpatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18821, 'Pattukkottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18822, 'Pazhugal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18823, 'Pennadam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18824, 'Pennagaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18825, 'Pennathur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18826, 'Peraiyur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18827, 'Peralam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18828, 'Perambalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18829, 'Peranamallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18830, 'Peravurani', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18831, 'Periyakodiveri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18832, 'Periyakulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18833, 'Periyanayakkanpalaiyam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18834, 'Periyanegamam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18835, 'Periyapatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18836, 'Periyasemur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18837, 'Pernambut', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18838, 'Perumagalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18839, 'Perumandi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18840, 'Perumuchi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18841, 'Perundurai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18842, 'Perungalathur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18843, 'Perungudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18844, 'Perungulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18845, 'Perur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18846, 'Perur Chettipalaiyam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18847, 'Pethampalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18848, 'Pethanaickenpalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18849, 'Pillanallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18850, 'Pirkankaranai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18851, 'Polichalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18852, 'Pollachi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18853, 'Polur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18854, 'Ponmani', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18855, 'Ponnamaravathi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18856, 'Ponnampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18857, 'Ponneri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18858, 'Porur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18859, 'Pothanur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18860, 'Pothatturpettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18861, 'Pudukadai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18862, 'Pudukkottai Cantonment', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18863, 'Pudukottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18864, 'Pudupalaiyam Aghraharam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18865, 'Pudupalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18866, 'Pudupatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18867, 'Pudupattinam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18868, 'Pudur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18869, 'Puduvayal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18870, 'Pulambadi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18871, 'Pulampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18872, 'Puliyampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18873, 'Puliyankudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18874, 'Puliyur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18875, 'Pullampadi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18876, 'Puluvapatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18877, 'Punamalli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18878, 'Punjai Puliyampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18879, 'Punjai Thottakurichi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18880, 'Punjaipugalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18881, 'Puthalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18882, 'Putteri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18883, 'Puvalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18884, 'Puzhal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18885, 'Puzhithivakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18886, 'Rajapalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18887, 'Ramanathapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18888, 'Ramapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18889, 'Rameswaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18890, 'Ranipet', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18891, 'Rasipuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18892, 'Rayagiri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18893, 'Rithapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18894, 'Rosalpatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18895, 'Rudravathi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18896, 'Sadayankuppam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18897, 'Saint Thomas Mount', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18898, 'Salangapalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18899, 'Salem', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18900, 'Samalapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18901, 'Samathur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18902, 'Sambavar Vadagarai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18903, 'Sankaramanallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18904, 'Sankarankoil', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18905, 'Sankarapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18906, 'Sankari', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18907, 'Sankarnagar', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18908, 'Saravanampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18909, 'Sarcarsamakulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18910, 'Sathiyavijayanagaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18911, 'Sathuvachari', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18912, 'Sathyamangalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18913, 'Sattankulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18914, 'Sattur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18915, 'Sayalgudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18916, 'Sayapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18917, 'Seithur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18918, 'Sembakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18919, 'Semmipalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18920, 'Sennirkuppam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18921, 'Senthamangalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18922, 'Sentharapatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18923, 'Senur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18924, 'Sethiathoppu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18925, 'Sevilimedu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18926, 'Sevugampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18927, 'Shenbakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18928, 'Shencottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18929, 'Shenkottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18930, 'Sholavandan', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18931, 'Sholinganallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18932, 'Sholingur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18933, 'Sholur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18934, 'Sikkarayapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18935, 'Singampuneri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18936, 'Singanallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18937, 'Singaperumalkoil', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18938, 'Sirapalli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18939, 'Sirkali', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18940, 'Sirugamani', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18941, 'Sirumugai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18942, 'Sithayankottai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18943, 'Sithurajapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18944, 'Sivaganga', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18945, 'Sivagiri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18946, 'Sivakasi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18947, 'Sivanthipuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18948, 'Sivur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18949, 'Soranjeri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18950, 'South Kannanur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18951, 'South Kodikulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18952, 'Srimushnam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18953, 'Sriperumpudur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18954, 'Sriramapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18955, 'Srirangam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18956, 'Srivaikuntam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18957, 'Srivilliputtur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18958, 'Suchindram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18959, 'Suliswaranpatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18960, 'Sulur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18961, 'Sundarapandiam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18962, 'Sundarapandiapuram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18963, 'Surampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18964, 'Surandai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18965, 'Suriyampalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18966, 'Swamimalai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18967, 'TNPL Pugalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18968, 'Tambaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18969, 'Taramangalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18970, 'Tattayyangarpettai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18971, 'Tayilupatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18972, 'Tenkasi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18973, 'Thadikombu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18974, 'Thakkolam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18975, 'Thalainayar', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18976, 'Thalakudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18977, 'Thamaraikulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18978, 'Thammampatti', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18979, 'Thanjavur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18980, 'Thanthoni', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18981, 'Tharangambadi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18982, 'Thedavur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18983, 'Thenambakkam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18984, 'Thengampudur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18985, 'Theni', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18986, 'Theni Allinagaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18987, 'Thenkarai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18988, 'Thenthamaraikulam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18989, 'Thenthiruperai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18990, 'Thesur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18991, 'Thevaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18992, 'Thevur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18993, 'Thiagadurgam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18994, 'Thiagarajar Colony', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18995, 'Thingalnagar', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18996, 'Thiruchirapalli', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18997, 'Thirukarungudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18998, 'Thirukazhukundram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(18999, 'Thirumalayampalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19000, 'Thirumazhisai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19001, 'Thirunagar', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19002, 'Thirunageswaram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19003, 'Thirunindravur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19004, 'Thirunirmalai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19005, 'Thiruparankundram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19006, 'Thiruparappu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19007, 'Thiruporur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19008, 'Thiruppanandal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19009, 'Thirupuvanam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19010, 'Thiruthangal', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19011, 'Thiruthuraipundi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19012, 'Thiruvaivaru', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19013, 'Thiruvalam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19014, 'Thiruvarur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19015, 'Thiruvattaru', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19016, 'Thiruvenkatam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19017, 'Thiruvennainallur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19018, 'Thiruvithankodu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19019, 'Thisayanvilai', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19020, 'Thittacheri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19021, 'Thondamuthur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19022, 'Thorapadi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19023, 'Thottipalayam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19024, 'Thottiyam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19025, 'Thudiyalur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19026, 'Thuthipattu', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19027, 'Thuvakudi', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19028, 'Timiri', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19029, 'Tindivanam', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19030, 'Tinnanur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19031, 'Tiruchchendur', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19032, 'Tiruchengode', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19033, 'Tirukkalukkundram', 1581, 101, 1, '2018-07-20 08:58:21', '2018-07-20 08:58:21'),
(19034, 'Tirukkattuppalli', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19035, 'Tirukkoyilur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19036, 'Tirumangalam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19037, 'Tirumullaivasal', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19038, 'Tirumuruganpundi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19039, 'Tirunageswaram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19040, 'Tirunelveli', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19041, 'Tirupathur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19042, 'Tirupattur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19043, 'Tiruppuvanam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19044, 'Tirupur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19045, 'Tirusulam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19046, 'Tiruttani', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19047, 'Tiruvallur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19048, 'Tiruvannamalai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19049, 'Tiruverambur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19050, 'Tiruverkadu', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19051, 'Tiruvethipuram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19052, 'Tiruvidaimarudur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19053, 'Tiruvottiyur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19054, 'Tittakudi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19055, 'Tondi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19056, 'Turaiyur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19057, 'Tuticorin', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19058, 'Udagamandalam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19059, 'Udagamandalam Valley', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19060, 'Udankudi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19061, 'Udayarpalayam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19062, 'Udumalaipettai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19063, 'Udumalpet', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19064, 'Ullur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19065, 'Ulundurpettai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19066, 'Unjalaur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19067, 'Unnamalaikadai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19068, 'Uppidamangalam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19069, 'Uppiliapuram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19070, 'Urachikkottai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19071, 'Urapakkam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19072, 'Usilampatti', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19073, 'Uthangarai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19074, 'Uthayendram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19075, 'Uthiramerur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19076, 'Uthukkottai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19077, 'Uttamapalaiyam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19078, 'Uttukkuli', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19079, 'Vadakarai Kizhpadugai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19080, 'Vadakkanandal', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19081, 'Vadakku Valliyur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19082, 'Vadalur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19083, 'Vadamadurai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19084, 'Vadavalli', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19085, 'Vadipatti', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19086, 'Vadugapatti', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19087, 'Vaithiswarankoil', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19088, 'Valangaiman', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19089, 'Valasaravakkam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19090, 'Valavanur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19091, 'Vallam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19092, 'Valparai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19093, 'Valvaithankoshtam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19094, 'Vanavasi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19095, 'Vandalur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19096, 'Vandavasi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19097, 'Vandiyur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19098, 'Vaniputhur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19099, 'Vaniyambadi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19100, 'Varadarajanpettai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19101, 'Varadharajapuram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19102, 'Vasudevanallur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19103, 'Vathirairuppu', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19104, 'Vattalkundu', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19105, 'Vazhapadi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19106, 'Vedapatti', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19107, 'Vedaranniyam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19108, 'Vedasandur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19109, 'Velampalaiyam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19110, 'Velankanni', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19111, 'Vellakinar', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19112, 'Vellakoil', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19113, 'Vellalapatti', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19114, 'Vellalur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19115, 'Vellanur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19116, 'Vellimalai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19117, 'Vellore', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19118, 'Vellottamparappu', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19119, 'Velluru', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19120, 'Vengampudur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19121, 'Vengathur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19122, 'Vengavasal', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19123, 'Venghatur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19124, 'Venkarai', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19125, 'Vennanthur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19126, 'Veppathur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19127, 'Verkilambi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19128, 'Vettaikaranpudur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19129, 'Vettavalam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19130, 'Vijayapuri', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19131, 'Vikramasingapuram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19132, 'Vikravandi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19133, 'Vilangudi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19134, 'Vilankurichi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19135, 'Vilapakkam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19136, 'Vilathikulam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19137, 'Vilavur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19138, 'Villukuri', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19139, 'Villupuram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19140, 'Viraganur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19141, 'Virakeralam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19142, 'Virakkalpudur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19143, 'Virapandi', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19144, 'Virapandi Cantonment', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19145, 'Virappanchatram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19146, 'Viravanallur', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19147, 'Virudambattu', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19148, 'Virudhachalam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19149, 'Virudhunagar', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19150, 'Virupakshipuram', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19151, 'Viswanatham', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19152, 'Vriddhachalam', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19153, 'Walajabad', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19154, 'Walajapet', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19155, 'Wellington', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19156, 'Yercaud', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19157, 'Zamin Uthukuli', 1581, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19158, 'Achampet', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19159, 'Adilabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19160, 'Armoor', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19161, 'Asifabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19162, 'Badepally', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19163, 'Banswada', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19164, 'Bellampalli', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19165, 'Bhadrachalam', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19166, 'Bhainsa', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19167, 'Bhongir', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19168, 'Bhupalpally', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19169, 'Bodhan', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19170, 'Bollaram', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19171, 'Devarkonda', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19172, 'Farooqnagar', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19173, 'Gadwal', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19174, 'Gajwel', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19175, 'Ghatkesar', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19176, 'Hyderabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19177, 'Jagtial', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19178, 'Jangaon', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19179, 'Kagaznagar', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19180, 'Kalwakurthy', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19181, 'Kamareddy', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19182, 'Karimnagar', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19183, 'Khammam', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19184, 'Kodada', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19185, 'Koratla', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19186, 'Kottagudem', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19187, 'Kyathampalle', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19188, 'Madhira', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19189, 'Mahabubabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19190, 'Mahbubnagar', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19191, 'Mancherial', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19192, 'Mandamarri', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19193, 'Manuguru', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19194, 'Medak', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19195, 'Medchal', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19196, 'Miryalaguda', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19197, 'Nagar Karnul', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19198, 'Nakrekal', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19199, 'Nalgonda', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19200, 'Narayanpet', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19201, 'Narsampet', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19202, 'Nirmal', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19203, 'Nizamabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19204, 'Palwancha', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19205, 'Peddapalli', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19206, 'Ramagundam', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19207, 'Ranga Reddy district', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19208, 'Sadasivpet', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19209, 'Sangareddy', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19210, 'Sarapaka', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19211, 'Sathupalle', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19212, 'Secunderabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19213, 'Siddipet', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19214, 'Singapur', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19215, 'Sircilla', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19216, 'Suryapet', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19217, 'Tandur', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19218, 'Vemulawada', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19219, 'Vikarabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19220, 'Wanaparthy', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19221, 'Warangal', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19222, 'Yellandu', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(19223, 'Zahirabad', 1582, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19224, 'Agartala', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19225, 'Amarpur', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19226, 'Ambassa', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19227, 'Badharghat', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19228, 'Belonia', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19229, 'Dharmanagar', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19230, 'Gakulnagar', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19231, 'Gandhigram', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19232, 'Indranagar', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19233, 'Jogendranagar', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19234, 'Kailasahar', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19235, 'Kamalpur', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19236, 'Kanchanpur', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19237, 'Khowai', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19238, 'Kumarghat', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19239, 'Kunjaban', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19240, 'Narsingarh', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19241, 'Pratapgarh', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19242, 'Ranir Bazar', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19243, 'Sabrum', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19244, 'Sonamura', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19245, 'Teliamura', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19246, 'Udaipur', 1583, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19247, 'Achhalda', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19248, 'Achhnera', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19249, 'Adari', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19250, 'Afzalgarh', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19251, 'Agarwal Mandi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19252, 'Agra', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19253, 'Agra Cantonment', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19254, 'Ahraura', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19255, 'Ailum', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19256, 'Air Force Area', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19257, 'Ajhuwa', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19258, 'Akbarpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19259, 'Alapur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19260, 'Aliganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19261, 'Aligarh', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19262, 'Allahabad', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19263, 'Allahabad Cantonment', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19264, 'Allahganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19265, 'Amanpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19266, 'Ambahta', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19267, 'Amethi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19268, 'Amila', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19269, 'Amilo', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19270, 'Aminagar Sarai', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19271, 'Aminagar Urf Bhurbaral', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19272, 'Amraudha', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19273, 'Amroha', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19274, 'Anandnagar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19275, 'Anpara', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19276, 'Antu', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19277, 'Anupshahr', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19278, 'Aonla', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19279, 'Armapur Estate', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19280, 'Ashokpuram', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19281, 'Ashrafpur Kichhauchha', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19282, 'Atarra', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19283, 'Atasu', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19284, 'Atrauli', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19285, 'Atraulia', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19286, 'Auraiya', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19287, 'Aurangabad', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19288, 'Aurangabad Bangar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19289, 'Auras', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19290, 'Awagarh', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19291, 'Ayodhya', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19292, 'Azamgarh', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19293, 'Azizpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19294, 'Azmatgarh', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19295, 'Babarpur Ajitmal', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19296, 'Baberu', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19297, 'Babina', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19298, 'Babrala', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19299, 'Babugarh', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19300, 'Bachhiowan', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19301, 'Bachhraon', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19302, 'Bad', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19303, 'Badaun', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19304, 'Baghpat', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19305, 'Bah', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19306, 'Bahadurganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19307, 'Baheri', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19308, 'Bahjoi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19309, 'Bahraich', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19310, 'Bahsuma', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19311, 'Bahua', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19312, 'Bajna', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19313, 'Bakewar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19314, 'Bakiabad', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19315, 'Baldeo', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19316, 'Ballia', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19317, 'Balrampur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19318, 'Banat', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19319, 'Banda', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19320, 'Bangarmau', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19321, 'Banki', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19322, 'Bansdih', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19323, 'Bansgaon', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19324, 'Bansi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19325, 'Barabanki', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19326, 'Baragaon', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19327, 'Baraut', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19328, 'Bareilly', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19329, 'Bareilly Cantonment', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19330, 'Barhalganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19331, 'Barhani', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19332, 'Barhapur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19333, 'Barkhera', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19334, 'Barsana', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19335, 'Barva Sagar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19336, 'Barwar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19337, 'Basti', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19338, 'Begumabad Budhana', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19339, 'Behat', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19340, 'Behta Hajipur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19341, 'Bela', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19342, 'Belthara', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19343, 'Beniganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19344, 'Beswan', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19345, 'Bewar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19346, 'Bhadarsa', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19347, 'Bhadohi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19348, 'Bhagwantnagar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19349, 'Bharatganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19350, 'Bhargain', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19351, 'Bharthana', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19352, 'Bharuhana', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19353, 'Bharwari', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19354, 'Bhatni Bazar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19355, 'Bhatpar Rani', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19356, 'Bhawan Bahadurnagar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19357, 'Bhinga', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19358, 'Bhojpur Dharampur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19359, 'Bhokarhedi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19360, 'Bhongaon', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19361, 'Bhulepur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19362, 'Bidhuna', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19363, 'Bighapur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19364, 'Bijnor', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19365, 'Bijpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19366, 'Bikapur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19367, 'Bilari', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19368, 'Bilaspur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19369, 'Bilgram', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19370, 'Bilhaur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19371, 'Bilram', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19372, 'Bilrayaganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19373, 'Bilsanda', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19374, 'Bilsi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19375, 'Bindki', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19376, 'Bisalpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19377, 'Bisanda Buzurg', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19378, 'Bisauli', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19379, 'Bisharatganj', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19380, 'Bisokhar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19381, 'Biswan', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19382, 'Bithur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19383, 'Budaun', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19384, 'Bugrasi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19385, 'Bulandshahar', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19386, 'Burhana', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19387, 'Chail', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19388, 'Chak Imam Ali', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19389, 'Chakeri', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19390, 'Chakia', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19391, 'Chandauli', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19392, 'Chandausi', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19393, 'Chandpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19394, 'Charkhari', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19395, 'Charthawal', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19396, 'Chaumuhan', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19397, 'Chhaprauli', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19398, 'Chhara Rafatpur', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19399, 'Chharprauli', 1584, 101, 1, '2018-07-20 08:58:22', '2018-07-20 08:58:22'),
(19400, 'Chhata', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19401, 'Chhatari', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19402, 'Chhibramau', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19403, 'Chhutmalpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19404, 'Chilkana Sultanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19405, 'Chirgaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19406, 'Chit Baragaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19407, 'Chitrakut Dham', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19408, 'Chopan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19409, 'Choubepur Kalan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19410, 'Chunar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19411, 'Churk Ghurma', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19412, 'Colonelganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19413, 'Dadri', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19414, 'Dalmau', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19415, 'Dankaur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19416, 'Dariyabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19417, 'Dasna', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19418, 'Dataganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19419, 'Daurala', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19420, 'Dayal Bagh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19421, 'Deoband', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19422, 'Deoranian', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19423, 'Deoria', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19424, 'Dewa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19425, 'Dhampur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19426, 'Dhanauha', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19427, 'Dhanauli', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19428, 'Dhanaura', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19429, 'Dharoti Khurd', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19430, 'Dhauratanda', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19431, 'Dhaurhra', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19432, 'Dibai', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19433, 'Dibiyapur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19434, 'Dildarnagar Fatehpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19435, 'Do Ghat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19436, 'Dohrighat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19437, 'Dostpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19438, 'Dudhinagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19439, 'Dulhipur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19440, 'Dundwaraganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19441, 'Ekdil', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19442, 'Erich', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19443, 'Etah', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19444, 'Etawah', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19445, 'Faizabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19446, 'Faizabad Cantonment', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19447, 'Faizganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19448, 'Farah', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19449, 'Faridnagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19450, 'Faridpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19451, 'Faridpur Cantonment', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19452, 'Fariha', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19453, 'Farrukhabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19454, 'Fatehabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19455, 'Fatehganj Pashchimi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19456, 'Fatehganj Purvi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19457, 'Fatehgarh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19458, 'Fatehpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19459, 'Fatehpur Chaurasi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19460, 'Fatehpur Sikri', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19461, 'Firozabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19462, 'Gajraula', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19463, 'Ganga Ghat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19464, 'Gangapur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19465, 'Gangoh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19466, 'Ganj Muradabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19467, 'Garautha', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19468, 'Garhi Pukhta', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19469, 'Garhmukteshwar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19470, 'Gaura Barahaj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19471, 'Gauri Bazar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19472, 'Gausganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19473, 'Gawan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19474, 'Ghatampur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19475, 'Ghaziabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19476, 'Ghazipur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19477, 'Ghiror', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19478, 'Ghorawal', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19479, 'Ghosi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19480, 'Ghosia Bazar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19481, 'Ghughuli', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19482, 'Gohand', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19483, 'Gokul', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19484, 'Gola Bazar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19485, 'Gola Gokarannath', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19486, 'Gonda', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19487, 'Gopamau', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19488, 'Gopiganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19489, 'Gorakhpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19490, 'Gosainganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19491, 'Govardhan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19492, 'Greater Noida', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19493, 'Gulaothi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19494, 'Gulariya', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19495, 'Gulariya Bhindara', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19496, 'Gunnaur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19497, 'Gursahaiganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19498, 'Gursarai', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19499, 'Gyanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19500, 'Hafizpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19501, 'Haidergarh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19502, 'Haldaur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19503, 'Hamirpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19504, 'Handia', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19505, 'Hapur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19506, 'Hardoi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19507, 'Harduaganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19508, 'Hargaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19509, 'Hariharpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19510, 'Harraiya', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19511, 'Hasanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19512, 'Hasayan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19513, 'Hastinapur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19514, 'Hata', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19515, 'Hathras', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19516, 'Hyderabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19517, 'Ibrahimpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19518, 'Iglas', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19519, 'Ikauna', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19520, 'Iltifatganj Bazar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19521, 'Indian Telephone Industry Mank', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19522, 'Islamnagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19523, 'Itaunja', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19524, 'Itimadpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19525, 'Jagner', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19526, 'Jahanabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19527, 'Jahangirabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19528, 'Jahangirpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19529, 'Jais', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19530, 'Jaithara', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19531, 'Jalalabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19532, 'Jalali', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19533, 'Jalalpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19534, 'Jalaun', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19535, 'Jalesar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19536, 'Jamshila', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19537, 'Jangipur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19538, 'Jansath', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19539, 'Jarwal', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19540, 'Jasrana', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19541, 'Jaswantnagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19542, 'Jatari', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19543, 'Jaunpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19544, 'Jewar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19545, 'Jhalu', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19546, 'Jhansi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19547, 'Jhansi Cantonment', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19548, 'Jhansi Railway Settlement', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19549, 'Jhinjhak', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19550, 'Jhinjhana', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19551, 'Jhusi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19552, 'Jhusi Kohna', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19553, 'Jiyanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19554, 'Joya', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19555, 'Jyoti Khuria', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19556, 'Jyotiba Phule Nagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19557, 'Kabrai', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19558, 'Kachhauna Patseni', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19559, 'Kachhla', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19560, 'Kachhwa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19561, 'Kadaura', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19562, 'Kadipur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19563, 'Kailashpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19564, 'Kaimganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19565, 'Kairana', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19566, 'Kakgaina', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19567, 'Kakod', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19568, 'Kakori', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19569, 'Kakrala', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19570, 'Kalinagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19571, 'Kalpi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19572, 'Kamalganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19573, 'Kampil', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19574, 'Kandhla', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19575, 'Kandwa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19576, 'Kannauj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19577, 'Kanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19578, 'Kant', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19579, 'Kanth', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19580, 'Kaptanganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19581, 'Karaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19582, 'Karari', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19583, 'Karhal', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19584, 'Karnawal', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19585, 'Kasganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19586, 'Katariya', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19587, 'Katghar Lalganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19588, 'Kathera', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19589, 'Katra', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19590, 'Katra Medniganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19591, 'Kauriaganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19592, 'Kemri', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19593, 'Kerakat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19594, 'Khadda', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19595, 'Khaga', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19596, 'Khailar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19597, 'Khair', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19598, 'Khairabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19599, 'Khairagarh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19600, 'Khalilabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19601, 'Khamaria', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19602, 'Khanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19603, 'Kharela', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19604, 'Khargupur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19605, 'Khariya', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19606, 'Kharkhoda', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19607, 'Khatauli', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19608, 'Khatauli Rural', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19609, 'Khekra', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19610, 'Kheri', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19611, 'Kheta Sarai', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19612, 'Khudaganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19613, 'Khurja', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19614, 'Khutar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19615, 'Kiraoli', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19616, 'Kiratpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19617, 'Kishanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19618, 'Kishni', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19619, 'Kithaur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19620, 'Koiripur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19621, 'Konch', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19622, 'Kopaganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19623, 'Kora Jahanabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19624, 'Korwa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19625, 'Kosi Kalan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19626, 'Kota', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19627, 'Kotra', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19628, 'Kotwa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19629, 'Kulpahar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19630, 'Kunda', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19631, 'Kundarki', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19632, 'Kunwargaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19633, 'Kurara', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19634, 'Kurawali', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19635, 'Kursath', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19636, 'Kurthi Jafarpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19637, 'Kushinagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19638, 'Kusmara', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19639, 'Laharpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19640, 'Lakhimpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19641, 'Lakhna', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19642, 'Lalganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19643, 'Lalitpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19644, 'Lar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19645, 'Lawar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19646, 'Ledwa Mahuwa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19647, 'Lohta', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19648, 'Loni', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19649, 'Lucknow', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19650, 'Machhlishahr', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19651, 'Madhoganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19652, 'Madhogarh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19653, 'Maghar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19654, 'Mahaban', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19655, 'Maharajganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19656, 'Mahmudabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19657, 'Mahoba', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19658, 'Maholi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19659, 'Mahona', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19660, 'Mahroni', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19661, 'Mailani', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19662, 'Mainpuri', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19663, 'Majhara Pipar Ehatmali', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19664, 'Majhauli Raj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19665, 'Malihabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19666, 'Mallanwam', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19667, 'Mandawar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19668, 'Manikpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19669, 'Maniyar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19670, 'Manjhanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19671, 'Mankapur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19672, 'Marehra', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19673, 'Mariahu', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19674, 'Maruadih', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19675, 'Maswasi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19676, 'Mataundh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19677, 'Mathu', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19678, 'Mathura', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19679, 'Mathura Cantonment', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19680, 'Mau', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19681, 'Mau Aima', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19682, 'Maudaha', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19683, 'Mauranipur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19684, 'Maurawan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19685, 'Mawana', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19686, 'Meerut', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19687, 'Mehnagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19688, 'Mehndawal', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19689, 'Mendu', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19690, 'Milak', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19691, 'Miranpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19692, 'Mirat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19693, 'Mirat Cantonment', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19694, 'Mirganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19695, 'Mirzapur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19696, 'Misrikh', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19697, 'Modinagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19698, 'Mogra Badshahpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19699, 'Mohan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19700, 'Mohanpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19701, 'Mohiuddinpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19702, 'Moradabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19703, 'Moth', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19704, 'Mubarakpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19705, 'Mughal Sarai', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19706, 'Mughal Sarai Railway Settlemen', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19707, 'Muhammadabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19708, 'Muhammadi', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19709, 'Mukrampur Khema', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19710, 'Mundia', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19711, 'Mundora', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19712, 'Muradnagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19713, 'Mursan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19714, 'Musafirkhana', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19715, 'Muzaffarnagar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19716, 'Nadigaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19717, 'Nagina', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19718, 'Nagram', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19719, 'Nai Bazar', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19720, 'Nainana Jat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19721, 'Najibabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19722, 'Nakur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19723, 'Nanaunta', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19724, 'Nandgaon', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19725, 'Nanpara', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19726, 'Naraini', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19727, 'Narauli', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19728, 'Naraura', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19729, 'Naugawan Sadat', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19730, 'Nautanwa', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19731, 'Nawabganj', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19732, 'Nichlaul', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19733, 'Nidhauli Kalan', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19734, 'Nihtaur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19735, 'Nindaura', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19736, 'Niwari', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19737, 'Nizamabad', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19738, 'Noida', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19739, 'Northern Railway Colony', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19740, 'Nurpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19741, 'Nyoria Husenpur', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19742, 'Nyotini', 1584, 101, 1, '2018-07-20 08:58:23', '2018-07-20 08:58:23'),
(19743, 'Obra', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19744, 'Oel Dhakwa', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19745, 'Orai', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19746, 'Oran', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19747, 'Ordinance Factory Muradnagar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19748, 'Pachperwa', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19749, 'Padrauna', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19750, 'Pahasu', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19751, 'Paintepur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19752, 'Pali', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19753, 'Palia Kalan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19754, 'Parasi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19755, 'Parichha', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19756, 'Parichhatgarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19757, 'Parsadepur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19758, 'Patala', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19759, 'Patiyali', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19760, 'Patti', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19761, 'Pawayan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19762, 'Phalauda', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19763, 'Phaphund', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19764, 'Phulpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19765, 'Phulwaria', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19766, 'Pihani', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19767, 'Pilibhit', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19768, 'Pilkana', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19769, 'Pilkhuwa', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19770, 'Pinahat', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19771, 'Pipalsana Chaudhari', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19772, 'Pipiganj', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19773, 'Pipraich', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19774, 'Pipri', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19775, 'Pratapgarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19776, 'Pukhrayan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19777, 'Puranpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19778, 'Purdil Nagar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19779, 'Purqazi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19780, 'Purwa', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19781, 'Qasimpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19782, 'Rabupura', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19783, 'Radha Kund', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19784, 'Rae Bareilly', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19785, 'Raja Ka Rampur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19786, 'Rajapur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19787, 'Ramkola', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19788, 'Ramnagar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19789, 'Rampur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19790, 'Rampur Bhawanipur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19791, 'Rampur Karkhana', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19792, 'Rampur Maniharan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19793, 'Rampura', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19794, 'Ranipur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19795, 'Rashidpur Garhi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19796, 'Rasra', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19797, 'Rasulabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19798, 'Rath', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19799, 'Raya', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19800, 'Renukut', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19801, 'Reoti', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19802, 'Richha', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19803, 'Risia Bazar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19804, 'Rithora', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19805, 'Robertsganj', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19806, 'Roza', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19807, 'Rudarpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19808, 'Rudauli', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19809, 'Rudayan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19810, 'Rura', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19811, 'Rustamnagar Sahaspur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19812, 'Sabatwar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19813, 'Sadabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19814, 'Sadat', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19815, 'Safipur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19816, 'Sahanpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19817, 'Saharanpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19818, 'Sahaspur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19819, 'Sahaswan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19820, 'Sahawar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19821, 'Sahibabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19822, 'Sahjanwa', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19823, 'Sahpau', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19824, 'Saidpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19825, 'Sainthal', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19826, 'Saiyadraja', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19827, 'Sakhanu', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19828, 'Sakit', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19829, 'Salarpur Khadar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19830, 'Salimpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19831, 'Salon', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19832, 'Sambhal', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19833, 'Sambhawali', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19834, 'Samdhan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19835, 'Samthar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19836, 'Sandi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19837, 'Sandila', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19838, 'Sarai Mir', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19839, 'Sarai akil', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19840, 'Sarauli', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19841, 'Sardhana', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19842, 'Sarila', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19843, 'Sarsawan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19844, 'Sasni', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19845, 'Satrikh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19846, 'Saunkh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19847, 'Saurikh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19848, 'Seohara', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19849, 'Sewal Khas', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(19850, 'Sewarhi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19851, 'Shahabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19852, 'Shahganj', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19853, 'Shahi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19854, 'Shahjahanpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19855, 'Shahjahanpur Cantonment', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19856, 'Shahpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19857, 'Shamli', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19858, 'Shamsabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19859, 'Shankargarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19860, 'Shergarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19861, 'Sherkot', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19862, 'Shikarpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19863, 'Shikohabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19864, 'Shisgarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19865, 'Shivdaspur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19866, 'Shivli', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19867, 'Shivrajpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19868, 'Shohratgarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19869, 'Siddhanur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19870, 'Siddharthnagar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19871, 'Sidhauli', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19872, 'Sidhpura', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19873, 'Sikandarabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19874, 'Sikandarpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19875, 'Sikandra', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19876, 'Sikandra Rao', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19877, 'Singahi Bhiraura', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19878, 'Sirathu', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19879, 'Sirsa', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19880, 'Sirsaganj', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19881, 'Sirsi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19882, 'Sisauli', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19883, 'Siswa Bazar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19884, 'Sitapur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19885, 'Siyana', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19886, 'Som', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19887, 'Sonbhadra', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19888, 'Soron', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19889, 'Suar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19890, 'Sukhmalpur Nizamabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19891, 'Sultanpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19892, 'Sumerpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19893, 'Suriyawan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19894, 'Swamibagh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19895, 'Tajpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19896, 'Talbahat', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19897, 'Talgram', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19898, 'Tambaur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19899, 'Tanda', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19900, 'Tatarpur Lallu', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19901, 'Tetribazar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19902, 'Thakurdwara', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19903, 'Thana Bhawan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19904, 'Thiriya Nizamat Khan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19905, 'Tikaitnagar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19906, 'Tikri', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19907, 'Tilhar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19908, 'Tindwari', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19909, 'Tirwaganj', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19910, 'Titron', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19911, 'Tori Fatehpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19912, 'Tulsipur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19913, 'Tundla', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19914, 'Tundla Kham', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19915, 'Tundla Railway Colony', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19916, 'Ugu', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19917, 'Ujhani', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19918, 'Ujhari', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19919, 'Umri', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19920, 'Umri Kalan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19921, 'Un', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19922, 'Unchahar', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19923, 'Unnao', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19924, 'Usaihat', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19925, 'Usawan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19926, 'Utraula', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19927, 'Varanasi', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19928, 'Varanasi Cantonment', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19929, 'Vijaigarh', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19930, 'Vrindavan', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19931, 'Wazirganj', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19932, 'Zafarabad', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19933, 'Zaidpur', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19934, 'Zamania', 1584, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19935, 'Almora', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19936, 'Almora Cantonment', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19937, 'Badrinathpuri', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19938, 'Bageshwar', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19939, 'Bah Bazar', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19940, 'Banbasa', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19941, 'Bandia', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19942, 'Barkot', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19943, 'Bazpur', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19944, 'Bhim Tal', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19945, 'Bhowali', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19946, 'Chakrata', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19947, 'Chamba', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19948, 'Chamoli and Gopeshwar', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19949, 'Champawat', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19950, 'Clement Town', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19951, 'Dehra Dun Cantonment', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19952, 'Dehradun', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19953, 'Dehrakhas', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19954, 'Devaprayag', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19955, 'Dhaluwala', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19956, 'Dhandera', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19957, 'Dharchula', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19958, 'Dharchula Dehat', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19959, 'Didihat', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19960, 'Dineshpur', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19961, 'Doiwala', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19962, 'Dugadda', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19963, 'Dwarahat', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19964, 'Gadarpur', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19965, 'Gangotri', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19966, 'Gauchar', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19967, 'Haldwani', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19968, 'Haridwar', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19969, 'Herbertpur', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19970, 'Jaspur', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19971, 'Jhabrera', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19972, 'Joshimath', 1585, 101, 1, '2018-07-20 08:58:24', '2018-07-20 08:58:24'),
(19973, 'Kachnal Gosain', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19974, 'Kaladungi', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19975, 'Kalagarh', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19976, 'Karnaprayang', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19977, 'Kashipur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19978, 'Kashirampur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19979, 'Kausani', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19980, 'Kedarnath', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19981, 'Kelakhera', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19982, 'Khatima', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19983, 'Kichha', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19984, 'Kirtinagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19985, 'Kotdwara', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19986, 'Laksar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19987, 'Lalkuan', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19988, 'Landaura', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19989, 'Landhaura Cantonment', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19990, 'Lensdaun', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19991, 'Logahat', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19992, 'Mahua Dabra Haripura', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19993, 'Mahua Kheraganj', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19994, 'Manglaur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19995, 'Masuri', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19996, 'Mohanpur Mohammadpur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19997, 'Muni Ki Reti', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19998, 'Nagla', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(19999, 'Nainital', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20000, 'Nainital Cantonment', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20001, 'Nandaprayang', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20002, 'Narendranagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20003, 'Pauri', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20004, 'Pithoragarh', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20005, 'Pratitnagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20006, 'Raipur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20007, 'Raiwala', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20008, 'Ramnagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20009, 'Ranikhet', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20010, 'Ranipur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20011, 'Rishikesh', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20012, 'Rishikesh Cantonment', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20013, 'Roorkee', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20014, 'Rudraprayag', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20015, 'Rudrapur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20016, 'Rurki', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20017, 'Rurki Cantonment', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20018, 'Shaktigarh', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20019, 'Sitarganj', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20020, 'Srinagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20021, 'Sultanpur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20022, 'Tanakpur', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20023, 'Tehri', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20024, 'Udham Singh Nagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20025, 'Uttarkashi', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20026, 'Vikasnagar', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20027, 'Virbhadra', 1585, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20028, '24 Parganas (n)', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20029, '24 Parganas (s)', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20030, 'Adra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20031, 'Ahmadpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20032, 'Aiho', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20033, 'Aistala', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20034, 'Alipur Duar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20035, 'Alipur Duar Railway Junction', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20036, 'Alpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20037, 'Amalhara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20038, 'Amkula', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20039, 'Amlagora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20040, 'Amodghata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20041, 'Amtala', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20042, 'Andul', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20043, 'Anksa', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20044, 'Ankurhati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20045, 'Anup Nagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20046, 'Arambagh', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20047, 'Argari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20048, 'Arsha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20049, 'Asansol', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20050, 'Ashoknagar Kalyangarh', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20051, 'Aurangabad', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20052, 'Bablari Dewanganj', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20053, 'Badhagachhi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20054, 'Baduria', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20055, 'Baghdogra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20056, 'Bagnan', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20057, 'Bagra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20058, 'Bagula', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20059, 'Baharampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20060, 'Bahirgram', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20061, 'Bahula', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20062, 'Baidyabati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20063, 'Bairatisal', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20064, 'Baj Baj', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20065, 'Bakreswar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20066, 'Balaram Pota', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20067, 'Balarampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20068, 'Bali Chak', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20069, 'Ballavpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20070, 'Bally', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20071, 'Balurghat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20072, 'Bamunari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20073, 'Banarhat Tea Garden', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20074, 'Bandel', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20075, 'Bangaon', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20076, 'Bankra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20077, 'Bankura', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20078, 'Bansbaria', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20079, 'Banshra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20080, 'Banupur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20081, 'Bara Bamonia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20082, 'Barakpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20083, 'Barakpur Cantonment', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20084, 'Baranagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20085, 'Barasat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20086, 'Barddhaman', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20087, 'Barijhati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20088, 'Barjora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20089, 'Barrackpore', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20090, 'Baruihuda', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20091, 'Baruipur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20092, 'Barunda', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20093, 'Basirhat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20094, 'Baska', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20095, 'Begampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20096, 'Beldanga', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20097, 'Beldubi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20098, 'Belebathan', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20099, 'Beliator', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20100, 'Bhadreswar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20101, 'Bhandardaha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20102, 'Bhangar Raghunathpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20103, 'Bhangri Pratham Khanda', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20104, 'Bhanowara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20105, 'Bhatpara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20106, 'Bholar Dabri', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20107, 'Bidhannagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20108, 'Bidyadharpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20109, 'Biki Hakola', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20110, 'Bilandapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20111, 'Bilpahari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20112, 'Bipra Noapara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20113, 'Birlapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20114, 'Birnagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20115, 'Bisarpara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20116, 'Bishnupur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20117, 'Bolpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20118, 'Bongaon', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20119, 'Bowali', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20120, 'Burdwan', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20121, 'Canning', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20122, 'Cart Road', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20123, 'Chachanda', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20124, 'Chak Bankola', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20125, 'Chak Enayetnagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20126, 'Chak Kashipur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20127, 'Chakalampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20128, 'Chakbansberia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20129, 'Chakdaha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20130, 'Chakpara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20131, 'Champahati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20132, 'Champdani', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20133, 'Chamrail', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20134, 'Chandannagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20135, 'Chandpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20136, 'Chandrakona', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20137, 'Chapari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20138, 'Chapui', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20139, 'Char Brahmanagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20140, 'Char Maijdia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20141, 'Charka', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20142, 'Chata Kalikapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20143, 'Chauhati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20144, 'Checha Khata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20145, 'Chelad', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20146, 'Chhora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20147, 'Chikrand', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20148, 'Chittaranjan', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20149, 'Contai', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20150, 'Cooch Behar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20151, 'Dainhat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20152, 'Dakshin Baguan', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20153, 'Dakshin Jhapardaha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20154, 'Dakshin Rajyadharpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20155, 'Dakshin Raypur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20156, 'Dalkola', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20157, 'Dalurband', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20158, 'Darap Pur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20159, 'Darjiling', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20160, 'Daulatpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20161, 'Debipur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20162, 'Defahat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20163, 'Deora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20164, 'Deulia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20165, 'Dhakuria', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20166, 'Dhandadihi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20167, 'Dhanyakuria', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20168, 'Dharmapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20169, 'Dhatri Gram', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20170, 'Dhuilya', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20171, 'Dhulagari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20172, 'Dhulian', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20173, 'Dhupgari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20174, 'Dhusaripara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20175, 'Diamond Harbour', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20176, 'Digha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20177, 'Dignala', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20178, 'Dinhata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20179, 'Dubrajpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20180, 'Dumjor', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20181, 'Durgapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20182, 'Durllabhganj', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20183, 'Egra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20184, 'Eksara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20185, 'Falakata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20186, 'Farakka', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20187, 'Fatellapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20188, 'Fort Gloster', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20189, 'Gabberia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20190, 'Gadigachha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20191, 'Gairkata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20192, 'Gangarampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20193, 'Garalgachha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20194, 'Garbeta Amlagora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20195, 'Garhbeta', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20196, 'Garshyamnagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20197, 'Garui', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20198, 'Garulia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20199, 'Gayespur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20200, 'Ghatal', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20201, 'Ghorsala', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20202, 'Goaljan', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20203, 'Goasafat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20204, 'Gobardanga', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20205, 'Gobindapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20206, 'Gopalpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20207, 'Gopinathpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20208, 'Gora Bazar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20209, 'Guma', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20210, 'Gurdaha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20211, 'Guriahati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20212, 'Guskhara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20213, 'Habra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20214, 'Haldia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20215, 'Haldibari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20216, 'Halisahar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20217, 'Haora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20218, 'Harharia Chak', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20219, 'Harindanga', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20220, 'Haringhata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20221, 'Haripur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20222, 'Harishpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20223, 'Hatgachha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20224, 'Hatsimla', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20225, 'Hijuli', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20226, 'Hindustan Cables Town', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20227, 'Hooghly', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20228, 'Howrah', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20229, 'Hugli-Chunchura', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20230, 'Humaipur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20231, 'Ichha Pur Defence Estate', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20232, 'Ingraj Bazar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20233, 'Islampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20234, 'Jafarpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20235, 'Jagadanandapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20236, 'Jagdishpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20237, 'Jagtaj', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20238, 'Jala Kendua', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20239, 'Jaldhaka', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20240, 'Jalkhura', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20241, 'Jalpaiguri', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20242, 'Jamuria', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20243, 'Jangipur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20244, 'Jaygaon', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20245, 'Jaynagar-Majilpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20246, 'Jemari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20247, 'Jemari Township', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20248, 'Jetia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20249, 'Jhalida', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20250, 'Jhargram', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20251, 'Jhorhat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20252, 'Jiaganj-Azimganj', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20253, 'Joka', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20254, 'Jot Kamal', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20255, 'Kachu Pukur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20256, 'Kajora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20257, 'Kakdihi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20258, 'Kakdwip', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20259, 'Kalaikunda', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20260, 'Kalara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20261, 'Kalimpong', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20262, 'Kaliyaganj', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20263, 'Kalna', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20264, 'Kalyani', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20265, 'Kamarhati', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20266, 'Kanaipur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20267, 'Kanchrapara', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20268, 'Kandi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20269, 'Kanki', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20270, 'Kankuria', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20271, 'Kantlia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20272, 'Kanyanagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20273, 'Karimpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20274, 'Karsiyang', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20275, 'Kasba', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20276, 'Kasimbazar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20277, 'Katwa', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20278, 'Kaugachhi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20279, 'Kenda', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20280, 'Kendra Khottamdi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20281, 'Kendua', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20282, 'Kesabpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20283, 'Khagrabari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20284, 'Khalia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20285, 'Khalor', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20286, 'Khandra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20287, 'Khantora', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20288, 'Kharagpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20289, 'Kharagpur Railway Settlement', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20290, 'Kharar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20291, 'Khardaha', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20292, 'Khari Mala Khagrabari', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20293, 'Kharsarai', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20294, 'Khatra', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20295, 'Khodarampur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20296, 'Kodalia', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20297, 'Kolaghat', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20298, 'Kolaghat Thermal Power Project', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20299, 'Kolkata', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20300, 'Konardihi', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20301, 'Konnogar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20302, 'Krishnanagar', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20303, 'Krishnapur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20304, 'Kshidirpur', 1587, 101, 1, '2018-07-20 08:58:25', '2018-07-20 08:58:25'),
(20305, 'Kshirpai', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20306, 'Kulihanda', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20307, 'Kulti', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20308, 'Kunustara', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20309, 'Kuperskem', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20310, 'Madanpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20311, 'Madhusudanpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20312, 'Madhyamgram', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20313, 'Maheshtala', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20314, 'Mahiari', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20315, 'Mahikpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20316, 'Mahira', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20317, 'Mahishadal', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20318, 'Mainaguri', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20319, 'Makardaha', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20320, 'Mal', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20321, 'Malda', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20322, 'Mandarbani', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20323, 'Mansinhapur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20324, 'Masila', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20325, 'Maslandapur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20326, 'Mathabhanga', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20327, 'Mekliganj', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20328, 'Memari', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20329, 'Midnapur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20330, 'Mirik', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20331, 'Monoharpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20332, 'Mrigala', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20333, 'Muragachha', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20334, 'Murgathaul', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20335, 'Murshidabad', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20336, 'Nabadhai Dutta Pukur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20337, 'Nabagram', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20338, 'Nabgram', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20339, 'Nachhratpur Katabari', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20340, 'Nadia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20341, 'Naihati', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20342, 'Nalhati', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20343, 'Nasra', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20344, 'Natibpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20345, 'Naupala', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20346, 'Navadwip', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20347, 'Nebadhai Duttapukur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20348, 'New Barrackpore', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20349, 'Ni Barakpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20350, 'Nibra', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20351, 'Noapara', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20352, 'Nokpul', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20353, 'North Barakpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20354, 'Odlabari', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20355, 'Old Maldah', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20356, 'Ondal', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20357, 'Pairagachha', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20358, 'Palashban', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20359, 'Panchla', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20360, 'Panchpara', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20361, 'Pandua', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20362, 'Pangachhiya', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20363, 'Paniara', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20364, 'Panihati', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20365, 'Panuhat', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20366, 'Par Beliya', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20367, 'Parashkol', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20368, 'Parasia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20369, 'Parbbatipur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20370, 'Parui', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20371, 'Paschim Jitpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20372, 'Paschim Punro Para', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20373, 'Patrasaer', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20374, 'Pattabong Tea Garden', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20375, 'Patuli', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20376, 'Patulia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20377, 'Phulia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20378, 'Podara', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20379, 'Port Blair', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20380, 'Prayagpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20381, 'Pujali', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20382, 'Purba Medinipur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20383, 'Purba Tajpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20384, 'Purulia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20385, 'Raghudebbati', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20386, 'Raghudebpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20387, 'Raghunathchak', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20388, 'Raghunathpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20389, 'Raghunathpur-Dankuni', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20390, 'Raghunathpur-Magra', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20391, 'Raigachhi', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20392, 'Raiganj', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20393, 'Raipur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20394, 'Rajarhat Gopalpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20395, 'Rajpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20396, 'Ramchandrapur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20397, 'Ramjibanpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20398, 'Ramnagar', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20399, 'Rampur Hat', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20400, 'Ranaghat', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20401, 'Raniganj', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20402, 'Ratibati', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20403, 'Raypur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20404, 'Rishra', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20405, 'Rishra Cantonment', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20406, 'Ruiya', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20407, 'Sahajadpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20408, 'Sahapur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20409, 'Sainthia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20410, 'Salap', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20411, 'Sankarpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20412, 'Sankrail', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20413, 'Santoshpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20414, 'Saontaidih', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20415, 'Sarenga', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20416, 'Sarpi', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20417, 'Satigachha', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20418, 'Serpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20419, 'Shankhanagar', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20420, 'Shantipur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20421, 'Shrirampur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20422, 'Siduli', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20423, 'Siliguri', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20424, 'Simla', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20425, 'Singur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20426, 'Sirsha', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20427, 'Siuri', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20428, 'Sobhaganj', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20429, 'Sodpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20430, 'Sonamukhi', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20431, 'Sonatikiri', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20432, 'Srikantabati', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20433, 'Srirampur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20434, 'Sukdal', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20435, 'Taherpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20436, 'Taki', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20437, 'Talbandha', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20438, 'Tamluk', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20439, 'Tarakeswar', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20440, 'Tentulberia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20441, 'Tentulkuli', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20442, 'Thermal Power Project', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20443, 'Tinsukia', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20444, 'Titagarh', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20445, 'Tufanganj', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20446, 'Ukhra', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20447, 'Ula', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20448, 'Ulubaria', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20449, 'Uttar Durgapur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20450, 'Uttar Goara', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20451, 'Uttar Kalas', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20452, 'Uttar Kamakhyaguri', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20453, 'Uttar Latabari', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20454, 'Uttar Mahammadpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20455, 'Uttar Pirpur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20456, 'Uttar Raypur', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20457, 'Uttarpara-Kotrung', 1587, 101, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20458, 'Banda Aceh', 1588, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20459, 'Bireun', 1588, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20460, 'Langsa', 1588, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20461, 'Lhokseumawe', 1588, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20462, 'Meulaboh', 1588, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20463, 'Denpasar', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20464, 'Karangasem', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20465, 'Klungkung', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20466, 'Kuta', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20467, 'Negara', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20468, 'Singaraja', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20469, 'Tabanan', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20470, 'Ubud', 1589, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(20471, 'Manggar', 1590, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20472, 'Mentok', 1590, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20473, 'Pangkal Pinang', 1590, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20474, 'Sungai Liat', 1590, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20475, 'Tanjung Pandan', 1590, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20476, 'Toboali-Rias', 1590, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20477, 'Cikupa', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20478, 'Cilegon', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20479, 'Ciputat', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20480, 'Curug', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20481, 'Kresek', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20482, 'Labuhan', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20483, 'Pandegelang', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20484, 'Pondok Aren', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20485, 'Rangkasbitung', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20486, 'Serang', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20487, 'Serpong', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20488, 'Tangerang', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20489, 'Teluknaga', 1591, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20490, 'Bengkulu', 1592, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20491, 'Curup', 1592, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20492, 'Gandaria', 1593, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20493, 'Gorontalo', 1594, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20494, 'Cengkareng', 1595, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20495, 'Jakarta', 1595, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20496, 'Jambi', 1596, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20497, 'Kualatungka', 1596, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20498, 'Simpang', 1596, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20499, 'Sungaipenuh', 1596, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20500, 'Kendal', 1604, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20501, 'Bandar Lampung', 1605, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20502, 'Kota Bumi', 1605, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20503, 'Metro', 1605, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20504, 'Pringsewu', 1605, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20505, 'Terbanggi Besar', 1605, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20506, 'Amahai', 1606, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20507, 'Ambon', 1606, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20508, 'Tual', 1606, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20509, 'Amahai', 1607, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20510, 'Ambon', 1607, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20511, 'Tual', 1607, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20512, 'Aberpura', 1610, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20513, 'Biak', 1610, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20514, 'Jaya Pura', 1610, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20515, 'Manokwari', 1610, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20516, 'Merauke', 1610, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20517, 'Sorong', 1610, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20518, 'Balaipungut', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20519, 'Bengkalis', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20520, 'Dumai', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20521, 'Duri', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20522, 'Pekan Baru', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20523, 'Selatpanjang', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20524, 'Tanjung Balai-Meral', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20525, 'Tembilahan', 1611, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20526, 'Balaipungut', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20527, 'Bengkalis', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20528, 'Dumai', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20529, 'Duri', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20530, 'Pekan Baru', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20531, 'Selatpanjang', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20532, 'Tanjung Balai-Meral', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20533, 'Tembilahan', 1612, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20534, 'Solo', 1613, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20535, 'Bambanglipuro', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20536, 'Banguntapan', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20537, 'Bantul', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20538, 'Depok', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20539, 'Gamping', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20540, 'Godean', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20541, 'Jetis', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20542, 'Kasihan', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20543, 'Ngaglik', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20544, 'Pandak', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20545, 'Pundong', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20546, 'Sewon', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20547, 'Seyegan', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20548, 'Sleman', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20549, 'Srandakan', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20550, 'Wonosari', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20551, 'Yogyakarta', 1621, 102, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20552, 'Ardabil', 1622, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20553, 'Garmi', 1622, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20554, 'Khalkhal', 1622, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20555, 'Meshkinshahr', 1622, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20556, 'Parsabad', 1622, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20557, 'Bandar-e Gonaveh', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20558, 'Borazjan', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20559, 'Bushehr', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20560, 'Dashti', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20561, 'Dir', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20562, 'Khormuj', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20563, 'Kongan', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20564, 'Tangestan', 1625, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20565, 'Ardistan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20566, 'Dorchehpiyaz', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20567, 'Dowlatabad', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20568, 'Esfahan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20569, 'Falavarjan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20570, 'Faridan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20571, 'Fereydunshahr', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20572, 'Fuladshahr', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20573, 'Golara', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20574, 'Golpayegan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20575, 'Kashan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20576, 'Kelishad', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20577, 'Khomeynishahr', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20578, 'Khonsar', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20579, 'Khuresgan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20580, 'Mobarakeh', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20581, 'Na in', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20582, 'Najafabad', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20583, 'Natnaz', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20584, 'Qahdarijan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20585, 'Rehnan', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20586, 'Semirom', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20587, 'Shahinshahr', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20588, 'Shahreza', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20589, 'Zarinshahr', 1627, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20590, 'Abadeh', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20591, 'Akbarabad', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20592, 'Darab', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20593, 'Eqlid', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20594, 'Estehban', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20595, 'Fasa', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20596, 'Firuzabad', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20597, 'Gerash', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20598, 'Jahrom', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20599, 'Kazerun', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20600, 'Lar', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20601, 'Marv Dasht', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20602, 'Neyriz', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20603, 'Nurabad', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20604, 'Qa emiyeh', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20605, 'Sepidan', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20606, 'Shiraz', 1628, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20607, 'Astaneh-ye Ashrafiyeh', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20608, 'Astara', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20609, 'Bandar-e Anzali', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20610, 'Faman', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20611, 'Hashtpar', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20612, 'Lahijan', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20613, 'Langarud', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20614, 'Rasht', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20615, 'Rudbar', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20616, 'Rudsar', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20617, 'Sawma eh Sara', 1629, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20618, 'Aq Qal eh', 1630, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20619, 'Azad Shahr', 1630, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20620, 'Bandar-e Torkaman', 1630, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20621, 'Gonbad-e Qabus', 1630, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20622, 'Gorgan', 1630, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20623, 'Asadabad', 1631, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20624, 'Bahar', 1631, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20625, 'Hamadan', 1631, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20626, 'Malayer', 1631, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20627, 'Nahavand', 1631, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20628, 'Tuysarkan', 1631, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20629, 'Bandar Abbas', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20630, 'Bandar-e  Abbas', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20631, 'Bandar-e Lengeh', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20632, 'Gheshm', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20633, 'Jask', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20634, 'Kish', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20635, 'Kish Island', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20636, 'Minab', 1632, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20637, 'Abdanan', 1633, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20638, 'Darrehshahr', 1633, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20639, 'Dehloran', 1633, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20640, 'Ilam', 1633, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20641, 'Ivan', 1633, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20642, 'Mehran', 1633, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20643, 'Baft', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20644, 'Bam', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20645, 'Bardsir', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20646, 'Jiroft', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20647, 'Kahnuj', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20648, 'Kerman', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20649, 'Rafsanjan', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20650, 'Ravar', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20651, 'Shahr-e Babak', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20652, 'Sirjan', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20653, 'Zarand', 1634, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20654, 'Eslamabad', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20655, 'Gilan-e Garb', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20656, 'Harsin', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20657, 'Javanrud', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20658, 'Kangavar', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20659, 'Kermanshah', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20660, 'Paveh', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20661, 'Sahneh', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20662, 'Sar-e-Pol-e-Zohab', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20663, 'Sonqor', 1635, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20664, 'Birjand', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20665, 'Bojnurd', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20666, 'Chenaran', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20667, 'Darreh Gaz', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20668, 'Esfarayen', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20669, 'Fariman', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20670, 'Ferdus', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20671, 'Gha nat', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20672, 'Gonabad', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20673, 'Kashmar', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20674, 'Mashad', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20675, 'Mashhad', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20676, 'Neyshabur', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20677, 'Qayen', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20678, 'Quchan', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20679, 'Sabzevar', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20680, 'Sarakhs', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20681, 'Shirvan', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20682, 'Tabas', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20683, 'Tayyebat', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20684, 'Torbat-e Heydariyeh', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20685, 'Torbat-e Jam', 1636, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20686, 'Abadan', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20687, 'Agha Jari', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20688, 'Ahvaz', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20689, 'Ahwaz', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20690, 'Andimeshk', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20691, 'Bandar-e Emam Khomeyni', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20692, 'Bandar-e Mahshahr', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20693, 'Behbahan', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20694, 'Dezful', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20695, 'Ezeh', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20696, 'Hendijan', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20697, 'Khorramshahr', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20698, 'Masjed-e Soleyman', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20699, 'Omidiyeh', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20700, 'Ramhormoz', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20701, 'Ramshir', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20702, 'Shadegan', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20703, 'Shush', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20704, 'Shushtar', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20705, 'Susangerd', 1637, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20706, 'Baneh', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20707, 'Bijar', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20708, 'Kamyaran', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20709, 'Marivan', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20710, 'Qorveh', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20711, 'Sanandaj', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20712, 'Saqqez', 1639, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20713, 'Alashtar', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20714, 'Aligudarz', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20715, 'Azna', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20716, 'Borujerd', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20717, 'Do Rud', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20718, 'Khorramabad', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20719, 'Kuhdasht', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20720, 'Nurabad', 1640, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20721, 'Arak', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20722, 'Ashtian', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20723, 'Delijan', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20724, 'Khomeyn', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20725, 'Mahallat', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20726, 'Sarband', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20727, 'Saveh', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20728, 'Tafresh', 1641, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20729, 'Aliabad', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20730, 'Amir Kala', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20731, 'Amol', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20732, 'Babol', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20733, 'Babol Sar', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20734, 'Behshahr', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20735, 'Chalus', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20736, 'Fereydunkenar', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20737, 'Juybar', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20738, 'Kalaleh', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20739, 'Kordkuy', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20740, 'Mahmudabad', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20741, 'Minudasht', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20742, 'Neka', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20743, 'Nur', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20744, 'Nushahr', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20745, 'Qa emshahr', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20746, 'Ramsar', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20747, 'Sari', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20748, 'Savadkuh', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20749, 'Tonekabon', 1642, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20750, 'Abhar', 1644, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20751, 'Abyek', 1644, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20752, 'Qazvin', 1644, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20753, 'Takestan', 1644, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20754, 'Qom', 1645, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20755, 'Damghan', 1646, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20756, 'Garmsar', 1646, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20757, 'Semnan', 1646, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20758, 'Shahrud', 1646, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20759, 'Damavand', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20760, 'Eqbaliyeh', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20761, 'Eslamshahr', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20762, 'Hashtgerd', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20763, 'Karaj', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20764, 'Mahdasht', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20765, 'Malard', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20766, 'Mohammadiyeh', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20767, 'Nazarabad', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20768, 'Pakdasht', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20769, 'Pishva', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20770, 'Qarchak', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20771, 'Qods', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20772, 'Robat Karim', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20773, 'Shahriyar', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20774, 'Tehran', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20775, 'Varamin', 1648, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20776, 'Ardakan', 1649, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20777, 'Bafq', 1649, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20778, 'Mehriz', 1649, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20779, 'Meybod', 1649, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20780, 'Taft', 1649, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20781, 'Yazd', 1649, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20782, 'Alvand', 1650, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20783, 'Khorramdarreh', 1650, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20784, 'Zanjan', 1650, 103, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20785, 'Jurf-as-Sakhr', 1651, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20786, 'Saddat-al-Hindiyah', 1651, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20787, 'al-Hillah', 1651, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20788, 'al-Madhatiyah', 1651, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20789, 'al-Musayyib', 1651, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20790, 'al-Qasim', 1651, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20791, 'Baghdad', 1652, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20792, 'Dahuk', 1653, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20793, 'Zakhu', 1653, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20794, 'Ba qubah', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20795, 'Hanaqin', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20796, 'Jalula  ', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20797, 'Kifri', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20798, 'Mandali', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20799, 'al-Fuhud', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20800, 'al-Khalis', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20801, 'al-Miqdadiyah', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20802, 'ash-Shatrah', 1655, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20803, 'Ankawa', 1656, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20804, 'Chaqalawa', 1657, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20805, 'Irbil', 1657, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20806, 'Rawanduz', 1657, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20807, 'Karbala', 1658, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20808, 'al-Hindiyah', 1658, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20809, 'Erbil', 1659, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20810, ' Ali al Gharbi', 1660, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20811, 'al- Amarah', 1660, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20812, 'al-Majarr-al-Kabir', 1660, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20813, 'Qarah Qush', 1661, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20814, 'Sinjar', 1661, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20815, 'Tall  Afar', 1661, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20816, 'Tall Kayf', 1661, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20817, 'al-Mawsil', 1661, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20818, 'ash-Shaykhan', 1661, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20819, 'Balad', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20820, 'Bayji', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20821, 'Dhalu iyah', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20822, 'Samarra', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20823, 'Tikrit', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20824, 'Tuz', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20825, 'ad-Dujayl', 1662, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20826, 'al- Aziziyah', 1663, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20827, 'al-Hayy', 1663, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20828, 'al-Kut', 1663, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20829, 'an-Nu maniyah', 1663, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20830, 'as-Suwayrah', 1663, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20831, ' Anah', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20832, 'Hit', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20833, 'Rawah', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20834, 'al-Fallujah', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20835, 'al-Habbaniyah', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20836, 'al-Hadithah', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20837, 'ar-Ramadi', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20838, 'ar-Rutbah', 1664, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20839, 'Abu al-Khasib', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20840, 'Harithah', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20841, 'Shatt-al- Arab', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20842, 'al-Basrah', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20843, 'al-Faw', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20844, 'al-Qurnah', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20845, 'az-Zubayr', 1665, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20846, 'ar-Rumaythah', 1666, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20847, 'as-Samawah', 1666, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20848, ' Afak', 1667, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20849, 'ad-Diwaniyah', 1667, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20850, 'al-Ghammas', 1667, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20851, 'al-Hamzah', 1667, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20852, 'ash-Shamiyah', 1667, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20853, 'ash-Shinafiyah', 1667, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20854, 'al-Kufah', 1668, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20855, 'al-Mishkhab', 1668, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20856, 'an-Najaf', 1668, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20857, 'Chamchamal', 1669, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20858, 'Halabjah', 1669, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20859, 'Kusanjaq', 1669, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20860, 'Panjwin', 1669, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20861, 'Qal at Dizeh', 1669, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20862, 'as-Sulaymaniyah', 1669, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20863, ' Aqrah', 1670, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20864, 'Kirkuk', 1670, 104, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20865, 'Moira', 1671, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20866, 'Bagenalstown', 1672, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20867, 'Carlow', 1672, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20868, 'Tullow', 1672, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20869, 'Bailieborough', 1673, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20870, 'Belturbet', 1673, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20871, 'Cavan', 1673, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20872, 'Coothill', 1673, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20873, 'Ennis', 1674, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20874, 'Kilkee', 1674, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20875, 'Kilrush', 1674, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20876, 'Newmarket-on-Fergus', 1674, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20877, 'Shannon', 1674, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20878, 'Bandon', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20879, 'Bantry', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20880, 'Blarney', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20881, 'Carrigaline', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20882, 'Charleville', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20883, 'Clonakilty', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20884, 'Cobh', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20885, 'Cork', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20886, 'Drishane', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20887, 'Dunmanway', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20888, 'Fermoy', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20889, 'Kanturk', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20890, 'Kinsale', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20891, 'Macroom', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20892, 'Mallow', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20893, 'Midleton', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20894, 'Millstreet', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20895, 'Mitchelstown', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20896, 'Passage West', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20897, 'Skibbereen', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20898, 'Youghal', 1675, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20899, 'Ballybofey', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20900, 'Ballyshannon', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20901, 'Buncrana', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20902, 'Bundoran', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20903, 'Carndonagh', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20904, 'Donegal', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20905, 'Killybegs', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20906, 'Letterkenny', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20907, 'Lifford', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20908, 'Moville', 1676, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20909, 'Balbriggan', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20910, 'Ballsbridge', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20911, 'Dublin', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20912, 'Leixlip', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20913, 'Lucan', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20914, 'Malahide', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20915, 'Portrane', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20916, 'Rathcoole', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20917, 'Rush', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20918, 'Skerries', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20919, 'Swords', 1677, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20920, 'Athenry', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20921, 'Ballinasloe', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20922, 'Clifden', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20923, 'Galway', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20924, 'Gort', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20925, 'Loughrea', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20926, 'Tuam', 1678, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20927, 'Ballybunion', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20928, 'Cahirciveen', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20929, 'Castleisland', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20930, 'Dingle', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20931, 'Kenmare', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20932, 'Killarney', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20933, 'Killorglin', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20934, 'Listowel', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20935, 'Tralee', 1679, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20936, 'Athy', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20937, 'Celbridge', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20938, 'Clane', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20939, 'Kilcock', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20940, 'Kilcullen', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20941, 'Kildare', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20942, 'Maynooth', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20943, 'Monasterevan', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20944, 'Naas', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20945, 'Newbridge', 1680, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20946, 'Callan', 1681, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20947, 'Castlecomer', 1681, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20948, 'Kilkenny', 1681, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20949, 'Thomastown', 1681, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20950, 'Abbeyleix', 1682, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20951, 'Mountmellick', 1682, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20952, 'Mountrath', 1682, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20953, 'Port Laoise', 1682, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20954, 'Portarlington', 1682, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20955, 'Meath', 1683, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20956, 'Carrick-on-Shannon', 1684, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20957, 'Abbeyfeale', 1685, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20958, 'Kilmallock', 1685, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20959, 'Limerick', 1685, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20960, 'Newcastle', 1685, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20961, 'Rathkeale', 1685, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20962, 'Granard', 1687, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20963, 'Longford', 1687, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20964, 'Moate', 1687, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20965, 'Ardee', 1688, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20966, 'Drogheda', 1688, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20967, 'Drumcar', 1688, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20968, 'Dundalk', 1688, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20969, 'Ballina', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20970, 'Ballinrobe', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20971, 'Ballyhaunis', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20972, 'Castlebar', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20973, 'Claremorris', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20974, 'Swinford', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20975, 'Westport', 1689, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20976, 'Ashbourne', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20977, 'Duleek', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20978, 'Dunboyne', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20979, 'Dunshaughlin', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20980, 'Kells', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20981, 'Laytown', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20982, 'Navan', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20983, 'Trim', 1690, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20984, 'Carrickmacross', 1691, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20985, 'Castleblayney', 1691, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20986, 'Clones', 1691, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20987, 'Monaghan', 1691, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20988, 'Banagher', 1692, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20989, 'Birr', 1692, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20990, 'Clara', 1692, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20991, 'Edenderry', 1692, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20992, 'Kilcormac', 1692, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20993, 'Tullamore', 1692, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20994, 'Ballaghaderreen', 1693, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20995, 'Boyle', 1693, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20996, 'Castlerea', 1693, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20997, 'Roscommon', 1693, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20998, 'Sligo', 1694, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(20999, 'Co Tyrone', 1697, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21000, 'Downpatrick', 1697, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21001, 'Dungarvan', 1698, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21002, 'Tramore', 1698, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21003, 'Waterford', 1698, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21004, 'Athlone', 1699, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21005, 'Mullingar', 1699, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21006, 'Enniscorthy', 1700, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21007, 'Gorey', 1700, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21008, 'New Ross', 1700, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21009, 'Wexford', 1700, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21010, 'Arklow', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21011, 'Baltinglass', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21012, 'Blessington', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21013, 'Bray', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21014, 'Greystones', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21015, 'Kilcoole', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21016, 'Newtownmountkennedy', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21017, 'Rathdrum', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21018, 'Wicklow', 1701, 105, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21019, 'Bethlehem', 1704, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21020, 'Caesarea', 1705, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21021, 'Petach Tikva', 1706, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21022, 'Ramallah', 1706, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21023, 'Gaza', 1707, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21024, ' Arad', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21025, ' Omer', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21026, 'Ashdod', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21027, 'Ashqelon', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21028, 'Be er Sheva', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21029, 'Beersheba', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21030, 'Bene Ayish', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21031, 'Dimona', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21032, 'Elat', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21033, 'Gan Yavne', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21034, 'Nahal `Oz', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21035, 'Netivot', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21036, 'Ofaqim', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21037, 'Qiryat Gat', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21038, 'Qiryat Mal akhi', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21039, 'Sederot', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21040, 'Yeroham', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21041, 'kiryat Malachi', 1708, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21042, 'Be er Ya aqov', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21043, 'Beit Shemesh', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21044, 'Bene Beraq', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21045, 'Bnei Brak', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21046, 'Even Yehuda', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21047, 'Fureidis', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21048, 'Gat Rimon', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21049, 'Gedera', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21050, 'Givat Shmuel', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21051, 'Hibat Zion', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21052, 'Hod HaSharon', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21053, 'Hogar', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21054, 'Jaljulye', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21055, 'Jatt', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21056, 'Kafar Qasem', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21057, 'Kefar Sava', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21058, 'Kefar Yona', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21059, 'Kfar Saba', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21060, 'Kiryag Bialik', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21061, 'Lod', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21062, 'Mazkeret Batya', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21063, 'Modi in', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21064, 'Nes Ziyyona', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21065, 'Ness Ziona', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21066, 'Netanya', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21067, 'Nordiya', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21068, 'Pardesiyya', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21069, 'Petakh Tiqwa', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21070, 'Qadima', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21071, 'Qalansawe', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21072, 'Qiryat  Eqron', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21073, 'Ra anana', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21074, 'Ramla', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21075, 'Rehovot', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21076, 'Rekhovot', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21077, 'Rinnatya', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21078, 'Rishon LeZiyyon', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21079, 'Rosh HaAyin', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21080, 'Shoham', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21081, 'Tayibe', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21082, 'Tire', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21083, 'Tsur Igal', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21084, 'Udim', 1710, 106, 1, '2018-07-20 08:58:26', '2018-07-20 08:58:26'),
(21085, 'Yavne', 1710, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21086, 'Yehud', 1710, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21087, ' Afula', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21088, ' Akko', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21089, ' Arrabe', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21090, ' Ein Mahel', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21091, ' Ilut', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21092, 'Abu Sinan', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21093, 'Basmat Tab un', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21094, 'Beit Jann', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21095, 'Bet She an', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21096, 'Bi ne', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21097, 'Bir-al-Maksur', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21098, 'Bu eine-Nujeidat', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21099, 'Dabburye', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(21100, 'Dayr Hannah', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21101, 'Dayr-al-Asad', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21102, 'Hazor HaGelilit', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21103, 'I billin', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21104, 'Iksal', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21105, 'Judeide-Maker', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21106, 'Kabul', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21107, 'Kafar Kanna', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21108, 'Kafar Manda', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21109, 'Kafar Yasif', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21110, 'Karmiel', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21111, 'Kisra-Sumei', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21112, 'Ma alot Tarshikha', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21113, 'Majd-al-Kurum', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21114, 'Migdal Ha Emeq', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21115, 'Mugar', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21116, 'Nahariyya', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21117, 'Nahef', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21118, 'Nazerat', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21119, 'Nazerat  Illit', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21120, 'Qiryat Shemona', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21121, 'Qiryat Tiv on', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21122, 'Rame', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21123, 'Reine', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21124, 'Sakhnin', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21125, 'Shefar am', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21126, 'Tamra', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21127, 'Tiberias', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21128, 'Tur an', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21129, 'Yirka', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21130, 'Yoqne am Illit', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21131, 'Zefat', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21132, 'Zur Yigal', 1711, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21133, 'Hebron', 1712, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21134, 'Sgula', 1713, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21135, 'Jerusalem', 1714, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21136, ' Ar ara', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21137, ' Isifya', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21138, 'Baqa al-Gharbiyyah', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21139, 'Binyamina', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21140, 'Daliyat-al-Karmil', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21141, 'Jizr-az-Zarqa', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21142, 'Khadera', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21143, 'Khefa', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21144, 'Nesher', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21145, 'Or  Aqiva', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21146, 'Pardes Khanna-Karkur', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21147, 'Qiryat Atta', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21148, 'Qiryat Bialik', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21149, 'Qiryat Motzkin', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21150, 'Qiryat Yam', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21151, 'Rekhasim', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21152, 'Tirat Karmel', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21153, 'Umm-al-Fahm', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21154, 'Zikhron Ya aqov', 1715, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21155, 'Qalqilya', 1718, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21156, 'Hadera', 1721, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21157, 'Kiryag Bialik', 1721, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21158, 'Bet Shemesh', 1723, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21159, 'Mevasserat Ziyyon', 1723, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21160, 'Yerushalayim', 1723, 106, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21161, 'Meta', 1724, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21162, 'Miano', 1724, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21163, 'Alba Adriatica', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21164, 'Atessa', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21165, 'Atri', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21166, 'Avezzano', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21167, 'Celano', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21168, 'Cepagatti', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21169, 'Chieti', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21170, 'Citta Sant Angelo', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21171, 'Francavilla al Mare', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21172, 'Giulianova', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21173, 'Guardiagrele', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21174, 'L Aquila', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21175, 'Lanciano', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21176, 'Martinsicuro', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21177, 'Montesilvano', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21178, 'Montorio al Vomano', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21179, 'Mosciano Sant Angelo', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21180, 'Ortona', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21181, 'Penne', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21182, 'Pescara', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21183, 'Pineto', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21184, 'Roseto degli Abruzzi', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21185, 'San Giovanni Teatino', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21186, 'San Salvo', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21187, 'Sant Egidio alla Vibrata', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21188, 'Silvi', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21189, 'Spoltore', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21190, 'Sulmona', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21191, 'Teramo', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21192, 'Vasto', 1725, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21193, 'Agrigento', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21194, 'Alessandria della Rocca', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21195, 'Aragona', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21196, 'Bivona', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21197, 'Burgio', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21198, 'Calamonaci', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21199, 'Caltabellotta', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21200, 'Camastra', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21201, 'Cammarata', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21202, 'Campobello di Licata', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21203, 'Canicattì', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21204, 'Casteltermini', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21205, 'Castrofilippo', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21206, 'Cattolica Eraclea', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21207, 'Cianciana', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21208, 'Comitini', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21209, 'Favara', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21210, 'Grotte', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21211, 'Joppolo Giancaxio', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21212, 'Lampedusa e Linosa', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21213, 'Licata', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21214, 'Lucca Sicula', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21215, 'Menfi', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21216, 'Montallegro', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21217, 'Montevago', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21218, 'Naro', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21219, 'Palma di Montechiaro', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21220, 'Porto Empedocle', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21221, 'Racalmuto', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21222, 'Raffadali', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21223, 'Ravanusa', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21224, 'Realmonte', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21225, 'Ribera', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21226, 'Sambuca di Sicilia', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21227, 'San Biagio Platani', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21228, 'San Giovanni Gemini', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21229, 'Sant Angelo Muxaro', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21230, 'Santa Elisabetta', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21231, 'Santa Margherita di Belice', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21232, 'Santo Stefano Quisquina', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21233, 'Sciacca', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21234, 'Siculiana', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21235, 'Villafranca Sicula', 1726, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21236, 'Castellazzo Bormida', 1727, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21237, 'Gavi', 1727, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21238, 'Villanova Monferrato', 1727, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21239, 'Camerano', 1728, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21240, 'Castelplanio', 1728, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21241, 'Capolona', 1729, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21242, 'Montevarchi', 1729, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21243, 'Subbiano', 1729, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21244, 'Buttigliera d Asti', 1731, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21245, 'Flumeri', 1732, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21246, 'Nusco', 1732, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21247, 'Prata di Principato Ultra', 1732, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21248, 'Villanova del Battista', 1732, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21249, 'Avigliano', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21250, 'Bernalda', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21251, 'Ferrandina', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21252, 'Lauria', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21253, 'Lavello', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21254, 'Matera', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21255, 'Melfi', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21256, 'Montescaglioso', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21257, 'Pisticci', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21258, 'Policoro', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21259, 'Potenza', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21260, 'Rionero in Vulture', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21261, 'Venosa', 1734, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21262, 'Belluno', 1735, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21263, 'D alpago', 1735, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21264, 'Longarone', 1735, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21265, 'Pedavena', 1735, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21266, 'San Bartolomeo', 1736, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21268, 'Bagnatica', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21269, 'Bergamo', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21270, 'Bolgare', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21271, 'Bottanuco', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21272, 'Brignano Gera d Adda', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21273, 'Calcio', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21274, 'Caravaggio', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21275, 'Chiuduno', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21276, 'Ciserano', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21277, 'Comun Nuovo', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21278, 'Costa di Mezzate', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21279, 'Gandino', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21280, 'Grassobbio', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21281, 'Grumello Del Monte', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21282, 'Lallio', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21283, 'Levate', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21284, 'Lurano', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21285, 'Mapello', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21286, 'Pagazzano', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21287, 'Ponteranica', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21288, 'Pontida', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21289, 'Sant Omobono Imagna', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21290, 'Torre Pallavicina', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21291, 'Trescore Balneario', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21292, 'Verdellino', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21293, 'Zingonia', 1737, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21294, 'Camburzano', 1738, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21295, 'Crevacuore', 1738, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21296, 'Gaglianico', 1738, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21297, 'Sandigliano', 1738, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21298, 'Vigliano Biellese', 1738, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21299, 'Anzola dell Emilia', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21300, 'Bologna', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21301, 'Borgo Tossignano', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21302, 'Casalfiumanese', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21303, 'Castiglione Dei Pepoli ', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21304, 'Funo', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21305, 'Loiano', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21306, 'Monterenzio', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21307, 'Osteria Grande', 1739, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21308, 'Frangarto', 1740, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21309, 'Agnosine', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21310, 'Brescia', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21311, 'Capriano del Colle', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21312, 'Capriolo', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21313, 'Castegnato', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21314, 'Castelcovati', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21315, 'Cellatica', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21316, 'Coccaglio', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21317, 'Comezzano-Cizzago', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21318, 'Erbusco', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21319, 'Flero', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21320, 'Lavenone', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21321, 'Longhena', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21322, 'Maclodio', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21323, 'Muscoline', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21324, 'Padenghe sul Garda', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21325, 'Paderno Franciacorta', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21326, 'Paratico', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21327, 'Passirano', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21328, 'Polaveno', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21329, 'Poncarale', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21330, 'Prevalle', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21331, 'Provaglio dIseo', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21332, 'Roncadelle', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21333, 'Verolavecchia', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21334, 'Visano', 1741, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21335, 'San Donaci', 1742, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21336, 'Acri', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21337, 'Amantea', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21338, 'Bagnara Calabra', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21339, 'Belvedere Marittimo', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21340, 'Bisignano', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21341, 'Bovalino', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21342, 'Cariati', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21343, 'Cassano allo Ionio', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21344, 'Castrolibero', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21345, 'Castrovillari', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21346, 'Catanzaro', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21347, 'Cetraro', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21348, 'Ciro Marina', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21349, 'Cittanova', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21350, 'Corigliano Calabro', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21351, 'Cosenza', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21352, 'Crosia', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21353, 'Crotone', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21354, 'Cutro', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21355, 'Fuscaldo', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21356, 'Gioia Tauro', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21357, 'Isola di Capo Rizzuto', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21358, 'Lamezia Terme', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21359, 'Locri', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21360, 'Luzzi', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21361, 'Melito di Porto Salvo', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21362, 'Mendicino', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21363, 'Montalto Uffugo', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21364, 'Palmi', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21365, 'Paola', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21366, 'Petilia Policastro', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21367, 'Pizzo', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21368, 'Polistena', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21369, 'Reggio di Calabria', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21370, 'Rende', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21371, 'Rosarno', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21372, 'Rossano', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21373, 'San Giovanni in Fiore', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21374, 'Scalea', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21375, 'Sellia Marina', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21376, 'Siderno', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21377, 'Soverato', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21378, 'Taurianova', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21379, 'Trebisacce', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21380, 'Vibo Valentia', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21381, 'Villa San Giovanni', 1743, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21382, 'Acerra', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21383, 'Afragola', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21384, 'Agropoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21385, 'Angri', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21386, 'Ariano Irpino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21387, 'Arzano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21388, 'Atripalda', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21389, 'Avellino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21390, 'Aversa', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21391, 'Bacoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21392, 'Barano d Ischia', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21393, 'Baronissi', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21394, 'Battipaglia', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21395, 'Bellizzi', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21396, 'Benevento', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21397, 'Boscoreale', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21398, 'Boscotrecase', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21399, 'Brusciano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21400, 'Caivano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21401, 'Calvizzano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21402, 'Campagna', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21403, 'Capaccio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21404, 'Capua', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21405, 'Cardito', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21406, 'Carinola', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21407, 'Casagiove', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21408, 'Casal di Principe', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21409, 'Casalnuovo di Napoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21410, 'Casaluce', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21411, 'Casandrino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21412, 'Casavatore', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21413, 'Caserta', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21414, 'Casoria', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21415, 'Castel San Giorgio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21416, 'Castel Volturno', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21417, 'Castellammare di Stabia', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21418, 'Cava de  Tirreni', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21419, 'Cercola', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21420, 'Cervinara', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21421, 'Cicciano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21422, 'Crispano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21423, 'Eboli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21424, 'Ercolano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21425, 'Fisciano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21426, 'Forio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21427, 'Frattamaggiore', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21428, 'Frattaminore', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21429, 'Frignano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21430, 'Giffoni Valle Piana', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21431, 'Giugliano in Campania', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21432, 'Gragnano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21433, 'Gricignano di Aversa', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21434, 'Grottaminarda', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21435, 'Grumo Nevano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21436, 'Ischia', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21437, 'Lusciano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21438, 'Macerata Campania', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21439, 'Maddaloni', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21440, 'Marano di Napoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21441, 'Marcianise', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21442, 'Marigliano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21443, 'Massa Lubrense', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21444, 'Melito di Napoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21445, 'Mercato San Severino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21446, 'Mercogliano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21447, 'Meta', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21448, 'Mirabella Eclano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21449, 'Mondragone', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21450, 'Monte di Procida', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21451, 'Montecorvino Rovella', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21452, 'Monteforte Irpino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21453, 'Montesarchio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21454, 'Montoro Inferiore', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21455, 'Mugnano di Napoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21456, 'Naples', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21457, 'Napoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21458, 'Nocera Inferiore', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21459, 'Nocera Superiore', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21460, 'Nola', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21461, 'Orta di Atella', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21462, 'Ottaviano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21463, 'Pagani', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21464, 'Palma Campania', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21465, 'Parete', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21466, 'Pellezzano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21467, 'Piano di Sorrento', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21468, 'Piedimonte Matese', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21469, 'Poggiomarino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21470, 'Pollena Trocchia', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21471, 'Pomigliano d Arco', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21472, 'Pompei', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21473, 'Pontecagnano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21474, 'Portici', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21475, 'Positano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21476, 'Pozzuoli', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21477, 'Procida', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21478, 'Qualiano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21479, 'Quarto', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21480, 'Roccapiemonte', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21481, 'Sala Consilina', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21482, 'Salerno', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21483, 'San Cipriano d Aversa', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21484, 'San Felice a Cancello', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21485, 'San Gennaro Vesuviano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21486, 'San Giorgio a Cremano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21487, 'San Giorgio del Sannio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21488, 'San Giuseppe Vesuviano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21489, 'San Marcellino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21490, 'San Marzano sul Sarno', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21491, 'San Nicola', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21492, 'San Prisco', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21493, 'San Sebastiano al Vesuvio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21494, 'San Valentino Torio', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21495, 'Sant Antimo', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21496, 'Sant Agata de  Goti', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21497, 'Sant Agnello', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21498, 'Sant Anastasia', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21499, 'Sant Antonio Abate', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21500, 'Sant Arpino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21501, 'Sant Egidio del Monte Albino', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21502, 'Santa Maria Capua Vetere', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21503, 'Santa Maria a Vico', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21504, 'Santa Maria la Carita', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21505, 'Sarno', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21506, 'Saviano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21507, 'Scafati', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21508, 'Sessa Aurunca', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21509, 'Siano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21510, 'Solofra', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21511, 'Somma Vesuviana', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21512, 'Sorrento', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21513, 'Teano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21514, 'Teggiano', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21515, 'Terzigno', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21516, 'Teverola', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21517, 'Torre Annunziata', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21518, 'Torre del Greco', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21519, 'Trecase', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21520, 'Trentola-Ducenta', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21521, 'Vallo della Lucania', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21522, 'Vico Equense', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21523, 'Vietri sul Mare', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21524, 'Villa Literno', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21525, 'Villaricca', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21526, 'Volla', 1744, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21527, 'Cartoceto', 1745, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21528, 'Carinaro', 1746, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21529, 'San Marco Evangelista', 1746, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21530, 'Fiandaca Di Acireale', 1747, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21531, 'San Cono', 1747, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21532, 'Altino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21533, 'Archi', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21534, 'Ari', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21535, 'Arielli', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21536, 'Atessa', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21537, 'Bomba', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21538, 'Borrello', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21539, 'Bucchianico', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21540, 'Canosa Sannita', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21541, 'Carpineto Sinello', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21542, 'Carunchio', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21543, 'Casacanditella', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21544, 'Casalanguida', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21545, 'Casalbordino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21546, 'Casalincontrada', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21547, 'Casoli', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21548, 'Castel Frentano', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21549, 'Castelguidone', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21550, 'Castiglione Messer Marino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21551, 'Celenza sul Trigno', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21552, 'Chieti', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21553, 'Civitaluparella', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21554, 'Civitella Messer Raimondo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21555, 'Colledimacine', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21556, 'Colledimezzo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21557, 'Crecchio', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21558, 'Cupello', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21559, 'Dogliola', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21560, 'Fallo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21561, 'Fara Filiorum Petri', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21562, 'Fara San Martino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21563, 'Filetto', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21564, 'Fossacesia', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21565, 'Fraine', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21566, 'Francavilla al Mare', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21567, 'Fresagrandinaria', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21568, 'Frisa', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21569, 'Furci', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21570, 'Gamberale', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21571, 'Gessopalena', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21572, 'Gissi', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21573, 'Giuliano Teatino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21574, 'Guardiagrele', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21575, 'Guilmi', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21576, 'Lama dei Peligni', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21577, 'Lanciano', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21578, 'Lentella', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21579, 'Lettopalena', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21580, 'Liscia', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21581, 'Miglianico', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21582, 'Montazzoli', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21583, 'Montebello sul Sangro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21584, 'Monteferrante', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21585, 'Montelapiano', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21586, 'Montenerodomo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21587, 'Monteodorisio', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21588, 'Mozzagrogna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21589, 'Orsogna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21590, 'Ortona', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21591, 'Paglieta', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21592, 'Palena', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21593, 'Palmoli', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21594, 'Palombaro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21595, 'Pennadomo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21596, 'Pennapiedimonte', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21597, 'Perano', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21598, 'Pietraferrazzana', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21599, 'Pizzoferrato', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21600, 'Poggiofiorito', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21601, 'Pollutri', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21602, 'Pretoro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21603, 'Quadri', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21604, 'Rapino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21605, 'Ripa Teatina', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21606, 'Rocca San Giovanni', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21607, 'Roccamontepiano', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21608, 'Roccascalegna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21609, 'Roccaspinalveti', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21610, 'Roio del Sangro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21611, 'Rosello', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21612, 'San Buono', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21613, 'San Giovanni Lipioni', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21614, 'San Giovanni Teatino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21615, 'San Martino sulla Marrucina', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21616, 'San Salvo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21617, 'San Vito Chietino', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21618, 'Sant Eusanio del Sangro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21619, 'Santa Maria Imbaro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21620, 'Scerni', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21621, 'Schiavi di Abruzzo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21622, 'Taranta Peligna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21623, 'Tollo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21624, 'Torino di Sangro', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21625, 'Tornareccio', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21626, 'Torrebruna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21627, 'Torrevecchia Teatina', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21628, 'Torricella Peligna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21629, 'Treglio', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21630, 'Tufillo', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21631, 'Vacri', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21632, 'Vasto', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21633, 'Villa Santa Maria', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21634, 'Villalfonsina', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21635, 'Villamagna', 1748, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21636, 'Albavilla', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21637, 'Cadorago', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21638, 'Carimate', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21639, 'Castelmarte', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21640, 'Cavaria', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21641, 'Cernobbio', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21642, 'Comocrea', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21643, 'Dongo', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21644, 'Gironico', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21645, 'Grandate', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21646, 'Lurago dErba', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21647, 'Mozzate', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21648, 'Novedrate', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21649, 'Orsenigo', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21650, 'Turate', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21651, 'Uggiate', 1749, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21652, 'Corso del Tirreno', 1750, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21653, 'Mangone', 1750, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21654, 'Casalbuttano', 1751, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21655, 'Casalmaggiore', 1751, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21656, 'Castelverde', 1751, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21657, 'Madignano', 1751, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21658, 'Pieve San Giacomo', 1751, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21659, 'Bandito', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21660, 'Bra', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21661, 'Casalgrasso', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21662, 'Cossano Belbo', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21663, 'Magliano Alpi', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21664, 'Mondovi', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21665, 'Roddi', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21666, 'Santa Vittoria d Alba', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21667, 'Verduno', 1752, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21668, 'Alfonsine', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21669, 'Argelato', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21670, 'Argenta', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21671, 'Bagnacavallo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21672, 'Bagnolo in Piano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21673, 'Bellaria-Igea Marina', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21674, 'Bertinoro', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21675, 'Bologna', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21676, 'Bondeno', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21677, 'Budrio', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21678, 'Calderara di Reno', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21679, 'Carpi', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21680, 'Casalecchio di Reno', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21681, 'Casalgrande', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21682, 'Castel Bolognese', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21683, 'Castel Maggiore', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21684, 'Castel San Giovanni', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21685, 'Castel San Pietro Terme', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21686, 'Castelfranco Emilia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21687, 'Castellarano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21688, 'Castelnovo ne  Monti', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21689, 'Castelnuovo Rangone', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21690, 'Castelvetro di Modena', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21691, 'Castenaso', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21692, 'Cattolica', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21693, 'Cavriago', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21694, 'Cento', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21695, 'Cervia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21696, 'Cesena', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21697, 'Cesenatico', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21698, 'Codigoro', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21699, 'Collecchio', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21700, 'Comacchio', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21701, 'Concordia sulla Secchia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21702, 'Conselice', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21703, 'Copparo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21704, 'Coriano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21705, 'Correggio', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21706, 'Crespellano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21707, 'Crevalcore', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(21708, 'Faenza', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21709, 'Ferrara', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21710, 'Fidenza', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21711, 'Finale Emilia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21712, 'Fiorano Modenese', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21713, 'Fiorenzuola d Arda', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21714, 'Forli', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21715, 'Forlimpopoli', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21716, 'Formigine', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21717, 'Gambettola', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21718, 'Granarolo dell Emilia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21719, 'Guastalla', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21720, 'Imola', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21721, 'Langhirano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21722, 'Lugo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21723, 'Luzzara', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21724, 'Maranello', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21725, 'Massa Lombarda', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21726, 'Medesano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21727, 'Medicina', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21728, 'Meldola', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21729, 'Mirandola', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21730, 'Misano Adriatico', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21731, 'Modena', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21732, 'Molinella', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21733, 'Monte San Pietro', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21734, 'Montecchio Emilia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21735, 'Montechiarugolo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21736, 'Noceto', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21737, 'Nonantola', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21738, 'Novellara', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21739, 'Novi di Modena', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21740, 'Ozzano dell Emilia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21741, 'Parma', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21742, 'Pavullo nel Frignano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21743, 'Piacenza', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21744, 'Pianoro', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21745, 'Ponticino', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21746, 'Portomaggiore', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21747, 'Quattro Castella', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21748, 'Ravenna', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21749, 'Reggio nell Emilia', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21750, 'Reggiolo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21751, 'Riccione', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21752, 'Rimini', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21753, 'Rottofreno', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21754, 'Rubiera', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21755, 'Russi', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21756, 'Salsomaggiore Terme', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21757, 'San Felice sul Panaro', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21758, 'San Giovanni in Persiceto', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21759, 'San Lazzaro di Savena', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21760, 'San Mauro Pascoli', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21761, 'San Pietro in Casale', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21762, 'Sant Ilario d Enza', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21763, 'Santarcangelo di Romagna', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21764, 'Sasso Marconi', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21765, 'Sassuolo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21766, 'Savignano sul Panaro', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21767, 'Savignano sul Rubicone', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21768, 'Scandiano', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21769, 'Soliera', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21770, 'Sorbolo', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21771, 'Spilamberto', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21772, 'Verucchio', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21773, 'Vignola', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21774, 'Zola Predosa', 1753, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21775, 'Saint Agostino', 1754, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21776, 'Capalle', 1755, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21777, 'Firenze', 1755, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21778, 'Pelago', 1755, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21779, 'San Donnino', 1755, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21780, 'Scarperia', 1755, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21781, 'Scandicci', 1756, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21782, 'Sesto Fiorentino', 1756, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21783, 'Casalvieri', 1759, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21784, 'Frosinone', 1759, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21785, 'Sgurgola', 1759, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21786, 'Genoa', 1760, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21787, 'Moneglia', 1760, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21788, 'Romans d Isonzo', 1761, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21789, 'Savogna d Isonzo', 1761, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21790, 'Magliano de Marsi', 1762, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21791, 'Alatri', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21792, 'Albano Laziale', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21793, 'Anagni', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21794, 'Anguillara Sabazia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21795, 'Anzio', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21796, 'Aprilia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21797, 'Ardea', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21798, 'Ariccia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21799, 'Artena', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21800, 'Boville Ernica', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21801, 'Bracciano', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21802, 'Campagnano di Roma', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21803, 'Cassino', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21804, 'Cave', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21805, 'Ceccano', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21806, 'Ceprano', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21807, 'Cerveteri', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21808, 'Ciampino', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21809, 'Cisterna', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21810, 'Civita Castellana', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21811, 'Civitavecchia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21812, 'Colleferro', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21813, 'Cori', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21814, 'Fara in Sabina', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21815, 'Ferentino', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21816, 'Fiano Romano', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21817, 'Fiuggi', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21818, 'Fiumicino', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21819, 'Fondi', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21820, 'Fonte Nuova', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21821, 'Formello', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21822, 'Formia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21823, 'Frascati', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21824, 'Frosinone', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21825, 'Gaeta', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21826, 'Genzano di Roma', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21827, 'Grottaferrata', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21828, 'Guidonia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21829, 'Isola del Liri', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21830, 'Itri', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21831, 'Ladispoli', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21832, 'Lanuvio', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21833, 'Lariano', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21834, 'Latina', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21835, 'Marino', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21836, 'Mentana', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21837, 'Minturno', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21838, 'Monte San Giovanni Campano', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21839, 'Montefiascone', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21840, 'Monterotondo', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21841, 'Nettuno', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21842, 'Palestrina', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21843, 'Palombara Sabina', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21844, 'Pomezia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21845, 'Pontecorvo', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21846, 'Pontinia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21847, 'Priverno', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21848, 'Rieti', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21849, 'Rocca Priora', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21850, 'Rocca di Papa', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21851, 'Roma', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21852, 'Rome', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21853, 'Sabaudia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21854, 'San Cesareo', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21855, 'Santa Marinella', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21856, 'Segni', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21857, 'Sezze', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21858, 'Sora', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21859, 'Soriano nel Cimino', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21860, 'Subiaco', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21861, 'Tarquinia', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21862, 'Terracina', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21863, 'Tivoli', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21864, 'Valmontone', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21865, 'Velletri', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21866, 'Veroli', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21867, 'Vetralla', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21868, 'Viterbo', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21869, 'Zagarolo', 1763, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21870, 'Acquarica del Capo', 1764, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21871, 'Airuno', 1765, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21872, 'Bosisio Parini', 1765, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21873, 'Lecco', 1765, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21874, 'Margno', 1765, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21875, 'Osnago', 1765, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21876, 'Sirone', 1765, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21877, 'Airuno', 1766, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21878, 'Bosisio Parini', 1766, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21879, 'Lecco', 1766, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21880, 'Margno', 1766, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21881, 'Osnago', 1766, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21882, 'Sirone', 1766, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21883, 'Alassio', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21884, 'Albenga', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21885, 'Albisola Superiore', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21886, 'Arcola', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21887, 'Arenzano', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21888, 'Bordighera', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21889, 'Borgonuovo', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21890, 'Cairo Montenotte', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21891, 'Chiavari', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21892, 'Cogoleto', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21893, 'Finale Ligure', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21894, 'Genova', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21895, 'Imperia', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21896, 'La Spezia', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21897, 'Lavagna', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21898, 'Lerici', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21899, 'Loano', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21900, 'Ortonovo', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21901, 'Pietra Ligure', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21902, 'Rapallo', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21903, 'Recco', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21904, 'San Remo', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21905, 'Santa Margherita Ligure', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21906, 'Santo Stefano di Magra', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21907, 'Sarzana', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21908, 'Savona', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21909, 'Sestri Levante', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21910, 'Taggia', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21911, 'Varazze', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21912, 'Ventimiglia', 1767, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21913, 'Somaglia', 1768, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21914, 'Abbiategrasso', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21915, 'Agrate Brianza', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21916, 'Albiate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21917, 'Albino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21918, 'Albizzate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21919, 'Alzano Lombardo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21920, 'Arcisate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21921, 'Arconate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21922, 'Arcore', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21923, 'Arese', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21924, 'Arluno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21925, 'Asola', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21926, 'Bagnolo Mella', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21927, 'Ballabio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21928, 'Bareggio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21929, 'Basiglio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21930, 'Bedizzole', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21931, 'Bergamo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21932, 'Bernareggio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21933, 'Besana in Brianza', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21934, 'Besozzo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21935, 'Biassono', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21936, 'Bienate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21937, 'Bollate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21938, 'Botticino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21939, 'Bovisio-Masciago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21940, 'Brembilla', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21941, 'Brescia', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21942, 'Bresso', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21943, 'Broni', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21944, 'Brugherio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21945, 'Buccinasco', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21946, 'Bussero', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21947, 'Busto Arsizio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21948, 'Busto Garolfo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21949, 'Cairate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21950, 'Calcinato', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21951, 'Calolziocorte', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21952, 'Calusco d Adda', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21953, 'Canegrate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21954, 'Cantu', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21955, 'Capriolo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21956, 'Carate Brianza', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21957, 'Caravaggio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21958, 'Cardano al Campo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21959, 'Caronno Pertusella', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21960, 'Carpenedolo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21961, 'Carugate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21962, 'Carvico', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21963, 'Casalmaggiore', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21964, 'Casalpusterlengo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21965, 'Casatenovo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21966, 'Casazza', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21967, 'Casnigo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21968, 'Cassano Magnago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21969, 'Cassano d Adda', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21970, 'Cassina de  Pecchi', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21971, 'Castano Primo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21972, 'Castel Goffredo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21973, 'Castel Mella', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21974, 'Castellanza', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21975, 'Castelleone', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21976, 'Castelli Calepio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21977, 'Castenedolo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21978, 'Castiglione delle Stiviere', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21979, 'Cazzago San Martino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21980, 'Cene', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21981, 'Cermenate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21982, 'Cernusco sul Naviglio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21983, 'Cerro Maggiore', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21984, 'Cesano Boscone', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21985, 'Cesano Maderno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21986, 'Cesate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21987, 'Chiari', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21988, 'Cilavegna', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21989, 'Cinisello Balsamo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21990, 'Cislago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21991, 'Clusone', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21992, 'Codogno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21993, 'Cologno Monzese', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21994, 'Cologno al Serio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21995, 'Como', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21996, 'Concesio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21997, 'Concorezzo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21998, 'Corbetta', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(21999, 'Cormano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22000, 'Cornaredo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22001, 'Cornate d Adda', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22002, 'Corsico', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22003, 'Corte dei Cortesi', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22004, 'Costa Volpino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22005, 'Crema', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22006, 'Cremona', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22007, 'Crocetta', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22008, 'Curtatone', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22009, 'Cusano Milanino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22010, 'Dalmine', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22011, 'Darfo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22012, 'Desenzano del Garda', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22013, 'Desio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22014, 'Erba', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22015, 'Fagnano Olona', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22016, 'Fino Mornasco', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22017, 'Gaggiano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22018, 'Galbiate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22019, 'Gallarate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22020, 'Gambolo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22021, 'Garbagnate Milanese', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22022, 'Gardone Val Trompia', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22023, 'Garlasco', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22024, 'Gavardo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22025, 'Gavirate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22026, 'Gerenzano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22027, 'Ghedi', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22028, 'Giussano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22029, 'Goito', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22030, 'Gonzaga', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22031, 'Gorgonzola', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22032, 'Gussago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22033, 'Gussola', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22034, 'Induno Olona', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22035, 'Inveruno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22036, 'Inzago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22037, 'Iseo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22038, 'Isola Dovarese', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22039, 'Lacchiarella', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22040, 'Lainate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22041, 'Laveno-Mombello', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22042, 'Lecco', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22043, 'Leffe', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22044, 'Legnano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22045, 'Leno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22046, 'Lentate sul Seveso', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22047, 'Limbiate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22048, 'Lissone', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22049, 'Locate di Triulzi', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22050, 'Lodi', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22051, 'Lomazzo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22052, 'Lonate Pozzolo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22053, 'Lonato', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22054, 'Luino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22055, 'Lumezzane', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22056, 'Lurate Caccivio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22057, 'Magenta', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22058, 'Malnate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22059, 'Mandello del Lario', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22060, 'Manerbio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22061, 'Mantova', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22062, 'Mariano Comense', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22063, 'Martinengo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22064, 'Mazzano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22065, 'Meda', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22066, 'Mediglia', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22067, 'Melegnano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22068, 'Melzo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22069, 'Merate', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22070, 'Milano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22071, 'Molteno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22072, 'Montichiari', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22073, 'Monza', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22074, 'Morbegno', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22075, 'Mornago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22076, 'Mortara', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22077, 'Muggio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22078, 'Nave', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22079, 'Nembro', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22080, 'Nerviano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22081, 'Nova Milanese', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22082, 'Novate Milanese', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22083, 'Olgiate Comasco', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22084, 'Olgiate Olona', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22085, 'Opera', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22086, 'Orzinuovi', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22087, 'Osio Sotto', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22088, 'Ospitaletto', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22089, 'Paderno Dugnano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22090, 'Palazzolo sull Oglio', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22091, 'Pandino', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22092, 'Parabiago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22093, 'Paullo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22094, 'Pavia', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22095, 'Pero', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22096, 'Peschiera Borromeo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22097, 'Pessano con Bornago', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22098, 'Pieve Emanuele', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22099, 'Pioltello', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22100, 'Ponte Nossa', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22101, 'Ponte San Pietro', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22102, 'Porto Mantovano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22103, 'Pozzolengo', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22104, 'Rescaldina', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22105, 'Rezzato', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22106, 'Rho', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22107, 'Rivarolo Mantovano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22108, 'Rodano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22109, 'Romano di Lombardia', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22110, 'Rovato', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22111, 'Rozzano', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22112, 'Saletto', 1769, 107, 1, '2018-07-20 08:58:27', '2018-07-20 08:58:27'),
(22113, 'Salo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22114, 'Samarate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22115, 'San Donato Milanese', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22116, 'San Giuliano Milanese', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22117, 'Sant Angelo Lodigiano', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22118, 'Sarezzo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22119, 'Saronno', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22120, 'Scanzorosciate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22121, 'Sedriano', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22122, 'Segrate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22123, 'Senago', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22124, 'Seregno', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22125, 'Seriate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22126, 'Sesto Calende', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22127, 'Sesto San Giovanni', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22128, 'Settimo Milanese', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22129, 'Seveso', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22130, 'Sirmione', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22131, 'Solaro', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22132, 'Somma Lombardo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22133, 'Sondrio', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22134, 'Soresina', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22135, 'Sorisole', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22136, 'Stezzano', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22137, 'Stradella', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22138, 'Suzzara', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22139, 'Tirano', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22140, 'Tornata', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22141, 'Tradate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22142, 'Travagliato', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22143, 'Treviglio', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22144, 'Treviolo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22145, 'Trezzano sul Naviglio', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22146, 'Trezzo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22147, 'Tromello', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22148, 'Uboldo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22149, 'Urgnano', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22150, 'Usmate Velate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22151, 'Valmadrera', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22152, 'Varedo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22153, 'Varese', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22154, 'Verano Brianza', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22155, 'Vergiate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22156, 'Viadana', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22157, 'Vigevano', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22158, 'Vignate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22159, 'Villa Carcina', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22160, 'Villa Guardia', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22161, 'Villasanta', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22162, 'Vimercate', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22163, 'Vimodrone', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22164, 'Virgilio', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22165, 'Voghera', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22166, 'Zibido San Giacomo', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22167, 'Zogno', 1769, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22168, 'Barasso', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22169, 'Bergamo', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22170, 'Bolladello', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22171, 'Capergnanica', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22172, 'Costa Masnaga', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22173, 'Medolago', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22174, 'Nibionno', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22175, 'Rodano', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22176, 'Sordio', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22177, 'Torre d Isola', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22178, 'Varese', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22179, 'Villongo', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22180, 'milan', 1770, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22181, 'Colmurano', 1771, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22182, 'Monte San Giusto', 1771, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22183, 'Castel', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22184, 'Gazoldo', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22185, 'Marmirolo', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22186, 'Monzambano', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22187, 'Ostiglia', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22188, 'Pegognaga', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22189, 'Poggio Rusco', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22190, 'Quistello', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22191, 'Roverbella', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22192, 'Suzzara', 1772, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22193, 'Ancona', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22194, 'Ascoli Piceno', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22195, 'Barchi', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22196, 'Cagli', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22197, 'Castelfidardo', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22198, 'Chiaravalle', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22199, 'Cingoli', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22200, 'Civitanova Marche', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22201, 'Corridonia', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22202, 'Fabriano', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22203, 'Falconara Marittima', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22204, 'Fano', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22205, 'Fermo', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22206, 'Filottrano', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22207, 'Folignano', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22208, 'Fossombrone', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22209, 'Grottammare', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22210, 'Jesi', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22211, 'Loreto', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22212, 'Macerata', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22213, 'Matelica', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22214, 'Mondavio', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22215, 'Mondolfo', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22216, 'Montappone', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22217, 'Montecosaro', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22218, 'Montegranaro', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22219, 'Montemarciano', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22220, 'Monteprandone', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22221, 'Morrovalle', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22222, 'Osimo', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22223, 'Pesaro', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22224, 'Polverigi', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22225, 'Porto Recanati', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22226, 'Porto San Giorgio', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22227, 'Porto Sant Elpidio', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22228, 'Potenza Picena', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22229, 'Recanati', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22230, 'San Benedetto del Tronto', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22231, 'San Severino Marche', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22232, 'Sant Elpidio a Mare', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22233, 'Senigallia', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22234, 'Tolentino', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22235, 'Treia', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22236, 'Urbino', 1773, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22237, 'Cumiana', 1774, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22238, 'Giammoro', 1774, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22239, 'Assago', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22240, 'Besana in Brianza', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22241, 'Biassono', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22242, 'Burago Molgora', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22243, 'Cernusco Sul Naviglio', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22244, 'Cologno Monzese', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22245, 'Concorezzo', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22246, 'Cornaredo', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22247, 'Cuggiono', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22248, 'Cusago', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22249, 'Foro Buonaparte', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22250, 'Gessate', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22251, 'Gorgonzola', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22252, 'Liscate', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22253, 'Magenta', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22254, 'Milan', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22255, 'Noviglio', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22256, 'Passirana Di Rho', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22257, 'Pregnana Milane', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22258, 'San Donato Milanese', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22259, 'Seregno', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22260, 'Trezzo Sull adda', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22261, 'Tribiano', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22262, 'Vaprio d Adda', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22263, 'Vermezzo', 1775, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22264, 'Bomporto', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22265, 'Campogalliano', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22266, 'Cavezzo', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22267, 'Medolla', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22268, 'Nonantola', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22269, 'San Possidonio', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22270, 'Sassuolo', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22271, 'Spilamberto', 1776, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22272, 'Bojano', 1777, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22273, 'Campobasso', 1777, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22274, 'Cantalupo', 1777, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22275, 'Isernia', 1777, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22276, 'Termoli', 1777, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22277, 'Venafro', 1777, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22278, 'Montenegro', 1779, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22279, 'Forio d Ischia', 1781, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22280, 'Bogogno', 1782, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22281, 'Invorio', 1782, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22282, 'Pombia', 1782, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22283, 'Bagnoli di Sopra', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22284, 'Bovolenta', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22285, 'Casale Di Scodosia', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22286, 'Cervarese Santa Croce', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22287, 'Fontaniva', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22288, 'Galliera Veneta', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22289, 'Legnaro', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22290, 'Limena', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22291, 'Loreggia', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22292, 'Massanzago', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22293, 'Onara', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22294, 'Ponso', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22295, 'Portogallo', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22296, 'Tribano', 1783, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22297, 'Baganzola', 1784, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22298, 'Busseto', 1784, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22299, 'Casale Di Mezzani', 1784, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22300, 'Fontevivo', 1784, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22301, 'Solignano', 1784, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22302, 'Torrile', 1784, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22303, 'Codevilla', 1785, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22304, 'Marcignago', 1785, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22305, 'Pavia', 1785, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22306, 'Siziano', 1785, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22307, 'Pianello', 1786, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22308, 'Ponte Felcino', 1786, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22309, 'Zanica', 1786, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22310, 'Gradara', 1787, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22311, 'Monte Porzio', 1787, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22312, 'Pergola', 1787, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22313, 'Tavullia', 1787, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22314, 'Alseno', 1788, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22315, 'Gossolengo', 1788, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22316, 'Vigolzone', 1788, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22317, 'Armeno', 1789, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22318, 'Bergamasco', 1789, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22319, 'Caselette', 1789, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22320, 'Rosta', 1789, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22321, 'San Damiano', 1789, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22322, 'Spinetta Marengo', 1789, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22323, 'Acqui Terme', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(22324, 'Alba', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22325, 'Alessandria', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22326, 'Alpignano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22327, 'Andezeno', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22328, 'Andonno', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22329, 'Arona', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22330, 'Asti', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22331, 'Avigliana', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22332, 'Baveno', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22333, 'Beinasco', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22334, 'Bellinzago Novarese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22335, 'Biella', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22336, 'Borgaro Torinese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22337, 'Borgo San Dalmazzo', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22338, 'Borgomanero', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22339, 'Borgosesia', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22340, 'Boves', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22341, 'Bra', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22342, 'Busca', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22343, 'Cameri', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22344, 'Canelli', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22345, 'Carignano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22346, 'Carmagnola', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22347, 'Casale Monferrato', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22348, 'Caselle Torinese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22349, 'Castellamonte', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22350, 'Castelletto sopra Ticino', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22351, 'Chieri', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22352, 'Chivasso', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22353, 'Cirie', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22354, 'Collegno', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22355, 'Cossato', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22356, 'Cuneo', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22357, 'Cuorgne', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22358, 'Domodossola', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22359, 'Druento', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22360, 'Fossano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22361, 'Galliate', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22362, 'Gassino Torinese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22363, 'Gattinara', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22364, 'Giaveno', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22365, 'Grugliasco', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22366, 'Ivrea', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22367, 'Leini', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22368, 'Lusigliè', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22369, 'Marano Ticino', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22370, 'Mergozzo', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22371, 'Moncalieri', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22372, 'Mondovi', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22373, 'Mongrando', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22374, 'Nichelino', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22375, 'Nizza Monferrato', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22376, 'Novara', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22377, 'Novi Ligure', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22378, 'Oleggio', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22379, 'Omegna', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22380, 'Orbassano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22381, 'Ovada', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22382, 'Pianezza', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22383, 'Pinerolo', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22384, 'Pino Torinese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22385, 'Piossasco', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22386, 'Poirino', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22387, 'Racconigi', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22388, 'Rivalta di Torino', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22389, 'Rivarolo Canavese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22390, 'Rivoli', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22391, 'Saluzzo', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22392, 'San Maurizio', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22393, 'San Mauro Torinese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22394, 'Sandigliano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22395, 'Santena', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22396, 'Santhia', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22397, 'Savigliano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22398, 'Settimo Torinese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22399, 'Torino', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22400, 'Tortona', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22401, 'Trecate', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22402, 'Trofarello', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22403, 'Valduggia', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22404, 'Valenza', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22405, 'Venaria Reale', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22406, 'Verbania', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22407, 'Vercelli', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22408, 'Vigliano Biellese', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22409, 'Vinovo', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22410, 'Volpiano', 1790, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22411, 'Perignano', 1791, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22412, 'Ponte a Egola', 1791, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22413, 'San Quirino', 1792, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22414, 'Latronico', 1793, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22415, 'Acquaviva delle Fonti', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22416, 'Adelfia', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22417, 'Alberobello', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22418, 'Altamura', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22419, 'Andria', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22420, 'Apricena', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22421, 'Aradeo', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22422, 'Bari', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22423, 'Barletta', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22424, 'Bisceglie', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22425, 'Bitetto', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22426, 'Bitonto', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22427, 'Bitritto', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22428, 'Brindisi', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22429, 'Campi Salentina', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22430, 'Canosa di Puglia', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22431, 'Capurso', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22432, 'Carmiano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22433, 'Carovigno', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22434, 'Casamassima', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22435, 'Casarano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22436, 'Cassano delle Murge', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22437, 'Castellana Grotte', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22438, 'Castellaneta', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22439, 'Cavallino', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22440, 'Ceglie Messapica', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22441, 'Cerignola', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22442, 'Cisternino', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22443, 'Conversano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22444, 'Copertino', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22445, 'Corato', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22446, 'Crispiano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22447, 'Cutrofiano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22448, 'Erchie', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22449, 'Fasano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22450, 'Foggia', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22451, 'Francavilla Fontana', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22452, 'Galatina', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22453, 'Galatone', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22454, 'Gallipoli', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22455, 'Ginosa', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22456, 'Gioia del Colle', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22457, 'Giovinazzo', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22458, 'Gravina in Puglia', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22459, 'Grottaglie', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22460, 'Grumo Appula', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22461, 'Laterza', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22462, 'Latiano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22463, 'Lecce', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22464, 'Leverano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22465, 'Lizzanello', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22466, 'Lizzano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22467, 'Locorotondo', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22468, 'Lucera', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22469, 'Maglie', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22470, 'Manduria', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22471, 'Manfredonia', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22472, 'Margherita di Savoia', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22473, 'Martano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22474, 'Martina Franca', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22475, 'Massafra', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22476, 'Matino', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22477, 'Melendugno', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22478, 'Mesagne', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22479, 'Minervino Murge', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22480, 'Modugno', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22481, 'Mola di Bari', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22482, 'Molfetta', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22483, 'Monopoli', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22484, 'Monte Sant Angelo', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22485, 'Monteroni di Lecce', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22486, 'Mottola', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22487, 'Nardo', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22488, 'Neviano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22489, 'Noci', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22490, 'Noicattaro', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22491, 'Novoli', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22492, 'Oria', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22493, 'Orta Nova', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22494, 'Ostuni', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22495, 'Palagiano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22496, 'Palo del Colle', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22497, 'Parabita', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22498, 'Polignano a Mare', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22499, 'Pulsano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22500, 'Putignano', 1794, 107, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22501, 'Abohar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22502, 'Adampur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22503, 'Ahmedgarh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22504, 'Ajnala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22505, 'Akalgarh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22506, 'Alawalpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22507, 'Amloh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22508, 'Amritsar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22509, 'Amritsar Cantonment', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22510, 'Anandpur Sahib', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22511, 'Badhni Kalan', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22512, 'Bagh Purana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22513, 'Balachaur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22514, 'Banaur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22515, 'Banga', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22516, 'Banur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22517, 'Baretta', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22518, 'Bariwala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22519, 'Barnala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22520, 'Bassi Pathana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22521, 'Batala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22522, 'Bathinda', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22523, 'Begowal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22524, 'Behrampur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22525, 'Bhabat', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22526, 'Bhadur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22527, 'Bhankharpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22528, 'Bharoli Kalan', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22529, 'Bhawanigarh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22530, 'Bhikhi', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22531, 'Bhikhiwind', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22532, 'Bhisiana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22533, 'Bhogpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22534, 'Bhuch', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22535, 'Bhulath', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22536, 'Budha Theh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22537, 'Budhlada', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22538, 'Chima', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22539, 'Chohal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22540, 'Dasuya', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22541, 'Daulatpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22542, 'Dera Baba Nanak', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22543, 'Dera Bassi', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22544, 'Dhanaula', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22545, 'Dharam Kot', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22546, 'Dhariwal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22547, 'Dhilwan', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22548, 'Dhuri', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22549, 'Dinanagar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22550, 'Dirba', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22551, 'Doraha', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22552, 'Faridkot', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22553, 'Fateh Nangal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22554, 'Fatehgarh Churian', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22555, 'Fatehgarh Sahib', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22556, 'Fazilka', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22557, 'Firozpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22558, 'Firozpur Cantonment', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22559, 'Gardhiwala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22560, 'Garhshankar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22561, 'Ghagga', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22562, 'Ghanaur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22563, 'Giddarbaha', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22564, 'Gobindgarh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22565, 'Goniana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22566, 'Goraya', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22567, 'Gurdaspur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22568, 'Guru Har Sahai', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22569, 'Hajipur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22570, 'Handiaya', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22571, 'Hariana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22572, 'Hoshiarpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22573, 'Hussainpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22574, 'Jagraon', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22575, 'Jaitu', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22576, 'Jalalabad', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22577, 'Jalandhar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22578, 'Jalandhar Cantonment', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22579, 'Jandiala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22580, 'Jugial', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22581, 'Kalanaur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22582, 'Kapurthala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22583, 'Karoran', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22584, 'Kartarpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22585, 'Khamanon', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22586, 'Khanauri', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22587, 'Khanna', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22588, 'Kharar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22589, 'Khem Karan', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22590, 'Kot Fatta', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22591, 'Kot Isa Khan', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22592, 'Kot Kapura', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22593, 'Kotkapura', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22594, 'Kurali', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22595, 'Lalru', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22596, 'Lehra Gaga', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22597, 'Lodhian Khas', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22598, 'Longowal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22599, 'Ludhiana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22600, 'Machhiwara', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22601, 'Mahilpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22602, 'Majitha', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22603, 'Makhu', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22604, 'Malaut', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22605, 'Malerkotla', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22606, 'Maloud', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22607, 'Mandi Gobindgarh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22608, 'Mansa', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22609, 'Maur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22610, 'Moga', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22611, 'Mohali', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22612, 'Moonak', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22613, 'Morinda', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22614, 'Mukerian', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22615, 'Muktsar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22616, 'Mullanpur Dakha', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22617, 'Mullanpur Garibdas', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22618, 'Munak', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22619, 'Muradpura', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22620, 'Nabha', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22621, 'Nakodar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22622, 'Nangal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22623, 'Nawashahr', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22624, 'Naya Nangal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22625, 'Nehon', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22626, 'Nurmahal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22627, 'Pathankot', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22628, 'Patiala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22629, 'Patti', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22630, 'Pattran', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22631, 'Payal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22632, 'Phagwara', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22633, 'Phillaur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22634, 'Qadian', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22635, 'Rahon', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22636, 'Raikot', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22637, 'Raja Sansi', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22638, 'Rajpura', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22639, 'Ram Das', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22640, 'Raman', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22641, 'Rampura', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22642, 'Rayya', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22643, 'Rupnagar', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22644, 'Rurki Kasba', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22645, 'Sahnewal', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22646, 'Samana', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22647, 'Samrala', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22648, 'Sanaur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22649, 'Sangat', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22650, 'Sangrur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22651, 'Sansarpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22652, 'Sardulgarh', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22653, 'Shahkot', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22654, 'Sham Churasi', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22655, 'Shekhpura', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22656, 'Sirhind', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22657, 'Sri Hargobindpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22658, 'Sujanpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22659, 'Sultanpur Lodhi', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22660, 'Sunam', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22661, 'Talwandi Bhai', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22662, 'Talwara', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22663, 'Tappa', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22664, 'Tarn Taran', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22665, 'Urmar Tanda', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22666, 'Zira', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22667, 'Zirakpur', 2637, 167, 1, '2018-07-20 08:58:28', '2018-07-20 08:58:28'),
(22668, 'Abbeville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22669, 'Adamsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22670, 'Addison', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22671, 'Akron', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22672, 'Alabaster', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22673, 'Albertville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22674, 'Alexander City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22675, 'Alexandria', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22676, 'Aliceville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22677, 'Allgood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22678, 'Altoona', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22679, 'Andalusia', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22680, 'Anderson', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22681, 'Anniston', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22682, 'Arab', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22683, 'Ardmore', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22684, 'Argo', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22685, 'Ariton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22686, 'Arley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22687, 'Ashford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22688, 'Ashland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22689, 'Ashville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22690, 'Athens', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22691, 'Atmore', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22692, 'Attalla', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22693, 'Auburn', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22694, 'Autaugaville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22695, 'Avon', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22696, 'Babbie', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22697, 'Baileyton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22698, 'Banks', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22699, 'Bay Minette', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22700, 'Bayou La Batre', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22701, 'Bear Creek', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22702, 'Beatrice', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22703, 'Beaverton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22704, 'Belk', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22705, 'Benton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22706, 'Berry', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22707, 'Bessemer', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22708, 'Billingsley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22709, 'Birmingham', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22710, 'Black', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22711, 'Blountsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22712, 'Blue Mountain', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22713, 'Blue Ridge ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22714, 'Blue Springs ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22715, 'Boaz ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22716, 'Boligee ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22717, 'Bon Air ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22718, ' Branchville ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22719, 'Brantley ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22720, ' Brent ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22721, ' Brewton ', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22722, 'Bridgeport', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22723, 'Brighton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22724, 'Brilliant', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22725, 'Brookside', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22726, 'Brookwood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22727, 'Brundidge', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22728, 'Butler', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22729, 'Bynum', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22730, 'Cahaba Heights', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22731, 'Calera', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22732, 'Camden', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22733, 'Camp Hill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22734, 'Carbon Hill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22735, 'Cardiff', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22736, 'Carolina', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22737, 'Carrollton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22738, 'Castleberry', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22739, 'Cedar Bluff', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22740, 'Center Point', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22741, 'Centre', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22742, 'Centreville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22743, 'Chalkville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22744, 'Chatom', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22745, 'Chelsea', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22746, 'Cherokee', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22747, 'Chickasaw', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22748, 'Childersburg', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22749, 'Citronelle', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22750, 'Clanton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22751, 'Clay', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22752, 'Clayhatchee', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22753, 'Clayton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22754, 'Cleveland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22755, 'Clio', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22756, 'Coaling', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22757, 'Coffee Springs', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22758, 'Coffeeville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22759, 'Coker', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22760, 'Collinsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22761, 'Colony', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22762, 'Columbia', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22763, 'Columbiana', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22764, 'Concord', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22765, 'Coosada', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22766, 'Cordova', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22767, 'Cottonwood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22768, 'County Line', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22769, 'Courtland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22770, 'Cowarts', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22771, 'Creola', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22772, 'Crossville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22773, 'Cuba', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22774, 'Cullman', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22775, 'Dadeville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22776, 'Daleville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22777, 'Daphne', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22778, 'Dauphin Island', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22779, 'Daviston', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22780, 'Dayton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22781, 'Deatsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22782, 'Decatur', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22783, 'Demopolis', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22784, 'Detroit', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22785, 'Dodge City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22786, 'Dora', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22787, 'Dothan', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22788, 'Double Springs', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22789, 'Douglas', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22790, 'Dozier', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22791, 'Dutton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22792, 'East Brewton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22793, 'Eclectic', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22794, 'Edgewater', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22795, 'Edwardsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22796, 'Elba', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22797, 'Elberta', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22798, 'Eldridge', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22799, 'Elkmont', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22800, 'Elmore', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22801, 'Emelle', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22802, 'Enterprise', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22803, 'Epes', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22804, 'Ethelsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22805, 'Eufaula', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22806, 'Eunola', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22807, 'Eutaw', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22808, 'Eva', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22809, 'Evergreen', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22810, 'Excel', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22811, 'Fairfield', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22812, 'Fairhope', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22813, 'Fairview', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22814, 'Falkville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22815, 'Faunsdale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22816, 'Fayette', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22817, 'Five Points', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22818, 'Flomaton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22819, 'Florala', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22820, 'Florence', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22821, 'Foley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22822, 'Forestdale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22823, 'Forkland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22824, 'Fort Deposit', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22825, 'Fort Payne', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22826, 'Fort Rucker', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22827, 'Franklin', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22828, 'Frisco City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22829, 'Fruithurst', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22830, 'Fulton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22831, 'Fultondale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22832, 'Fyffe', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22833, 'Gadsden', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22834, 'Gainesville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22835, 'Gantt', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22836, 'Gantts Quarry', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22837, 'Garden City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22838, 'Gardendale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22839, 'Gaylesville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22840, 'Geiger', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22841, 'Geneva', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22842, 'Georgiana', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22843, 'Geraldine', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22844, 'Gilbertown', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22845, 'Glen Allen', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22846, 'Glencoe', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22847, 'Glenwood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22848, 'Goldville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22849, 'Good Hope', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22850, 'Goodwater', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22851, 'Gordo', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22852, 'Gordon', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22853, 'Gordonville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22854, 'Goshen', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22855, 'Grand Bay', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22856, 'Grant', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22857, 'Grayson Valley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22858, 'Graysville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22859, 'Greensboro', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22860, 'Greenville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22861, 'Grimes', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22862, 'Grove Hill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22863, 'Guin', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22864, 'Gulf Shores', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22865, 'Guntersville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22866, 'Gurley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22867, 'Gu-win', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22868, 'Hackleburg', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22869, 'Haleburg', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22870, 'Haleyville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22871, 'Hamilton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22872, 'Hammondville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22873, 'Hanceville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22874, 'Harpersville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22875, 'Hartford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22876, 'Hartselle', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22877, 'Harvest', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22878, 'Hayden', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22879, 'Hayneville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22880, 'Hazel Green', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22881, 'Headland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22882, 'Heath', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22883, 'Heflin', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22884, 'Helena', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22885, 'Henagar', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22886, 'Highland Lake', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22887, 'Hillsboro', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22888, 'Hobson City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22889, 'Hodges', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22890, 'Hokes Bluff', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22891, 'Holly Pond', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22892, 'Hollywood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22893, 'Holt', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22894, 'Homewood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22895, 'Hoover', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22896, 'Horn Hill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22897, 'Hueytown', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22898, 'Huguley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22899, 'Huntsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22900, 'Hurtsboro', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22901, 'Hytop', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22902, 'Ider', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22903, 'Indian Springs Village', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22904, 'Irondale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22905, 'Jackson', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22906, 'Jacksons Gap', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22907, 'Jacksonville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22908, 'Jasper', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22909, 'Jemison', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22910, 'Kansas', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22911, 'Kennedy', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22912, 'Killen', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22913, 'Kimberly', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22914, 'Kinsey', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22915, 'Kinston', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22916, 'Ladonia', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22917, 'La Fayette', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22918, 'Lake Purdy', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22919, 'Lakeview', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22920, 'Lake View', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22921, 'Lanett', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22922, 'Langston', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22923, 'Leeds', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22924, 'Leesburg', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22925, 'Leighton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22926, 'Lester', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22927, 'Level Plains', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22928, 'Lexington', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22929, 'Libertyville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22930, 'Lincoln', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22931, 'Linden', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22932, 'Lineville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22933, 'Lipscomb', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22934, 'Lisman', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22935, 'Littleville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22936, 'Livingston', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22937, 'Loachapoka', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22938, 'Lockhart', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22939, 'Locust Fork', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22940, 'Louisville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22941, 'Lowndesboro', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22942, 'Loxley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22943, 'Luverne', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22944, 'Lynn', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22945, 'Mcdonald Chapel', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22946, 'Macedonia', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22947, 'Mcintosh', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22948, 'Mckenzie', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38'),
(22949, 'Mcmullen', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:38');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(22950, 'Madison', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22951, 'Madrid', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22952, 'Malvern', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22953, 'Maplesville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22954, 'Margaret', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22955, 'Marion', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22956, 'Maytown', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22957, 'Meadowbrook', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22958, 'Memphis', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22959, 'Mentone', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22960, 'Meridianville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22961, 'Midfield', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22962, 'Midland City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22963, 'Midway', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22964, 'Mignon', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22965, 'Millbrook', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22966, 'Millport', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22967, 'Millry', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22968, 'Minor', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22969, 'Mobile', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22970, 'Monroeville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22971, 'Montevallo', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22972, 'Montgomery', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22973, 'Moody', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22974, 'Moores Mill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22975, 'Mooresville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22976, 'Morris', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22977, 'Mosses', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22978, 'Moulton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22979, 'Moundville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22980, 'Mountainboro', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22981, 'Mountain Brook', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22982, 'Mount Olive', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22983, 'Mount Vernon', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22984, 'Mulga', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22985, 'Munford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22986, 'Muscle Shoals', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22987, 'Myrtlewood', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22988, 'Napier Field', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22989, 'Natural Bridge', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22990, 'Nauvoo', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22991, 'Nectar', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22992, 'Needham', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22993, 'Newbern', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22994, 'New Brockton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22995, 'New Hope', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22996, 'New Market', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22997, 'New Site', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22998, 'Newton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(22999, 'Newville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23000, 'North Bibb', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23001, 'North Courtland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23002, 'North Johns', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23003, 'Northport', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23004, 'Notasulga', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23005, 'Oak Grove', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23006, 'Oak Hill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23007, 'Oakman', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23008, 'Odenville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23009, 'Ohatchee', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23010, 'Oneonta', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23011, 'Onycha', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23012, 'Opelika', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23013, 'Opp', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23014, 'Orange Beach', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23015, 'Orrville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23016, 'Owens Cross Roads', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23017, 'Oxford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23018, 'Ozark', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23019, 'Paint Rock', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23020, 'Parrish', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23021, 'Pelham', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23022, 'Pell City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23023, 'Pennington', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23024, 'Petrey', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23025, 'Phenix City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23026, 'Phil Campbell', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23027, 'Pickensville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23028, 'Piedmont', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23029, 'Pike Road', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23030, 'Pinckard', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23031, 'Pine Apple', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23032, 'Pine Hill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23033, 'Pine Ridge', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23034, 'Pinson', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23035, 'Pisgah', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23036, 'Pleasant Grove', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23037, 'Pleasant Groves', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23038, 'Point Clear', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23039, 'Pollard', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23040, 'Powell', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23041, 'Prattville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23042, 'Priceville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23043, 'Prichard', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23044, 'Providence', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23045, 'Ragland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23046, 'Rainbow City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23047, 'Rainsville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23048, 'Ranburne', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23049, 'Red Bay', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23050, 'Red Level', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23051, 'Redstone Arsenal', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23052, 'Reece City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23053, 'Reform', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23054, 'Rehobeth', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23055, 'Repton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23056, 'Ridgeville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23057, 'River Falls', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23058, 'Riverside', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23059, 'Riverview', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23060, 'Roanoke', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23061, 'Robertsdale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23062, 'Rock Creek', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23063, 'Rockford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23064, 'Rock Mills', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23065, 'Rogersville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23066, 'Rosa', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23067, 'Russellville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23068, 'Rutledge', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23069, 'St. Florian', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23070, 'Saks', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23071, 'Samson', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23072, 'Sand Rock', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23073, 'Sanford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23074, 'Saraland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23075, 'Sardis City', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23076, 'Satsuma', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23077, 'Scottsboro', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23078, 'Section', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23079, 'Selma', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23080, 'Selmont-west Selmont', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23081, 'Sheffield', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23082, 'Shiloh', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23083, 'Shorter', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23084, 'Silas', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23085, 'Silverhill', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23086, 'Sipsey', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23087, 'Skyline', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23088, 'Slocomb', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23089, 'Smiths', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23090, 'Smoke Rise', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23091, 'Snead', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23092, 'Somerville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23093, 'Southside', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23094, 'South Vinemont', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23095, 'Spanish Fort', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23096, 'Springville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23097, 'Steele', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23098, 'Stevenson', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23099, 'Sulligent', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23100, 'Sumiton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23101, 'Summerdale', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23102, 'Susan Moore', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23103, 'Sweet Water', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23104, 'Sylacauga', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23105, 'Sylvania', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23106, 'Sylvan Springs', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23107, 'Talladega', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23108, 'Talladega Springs', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23109, 'Tallassee', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23110, 'Tarrant', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23111, 'Taylor', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23112, 'Theodore', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23113, 'Thomaston', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23114, 'Thomasville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23115, 'Thorsby', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23116, 'Tillmans Corner', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23117, 'Town Creek', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23118, 'Toxey', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23119, 'Trafford', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23120, 'Triana', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23121, 'Trinity', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23122, 'Troy', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23123, 'Trussville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23124, 'Tuscaloosa', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23125, 'Tuscumbia', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23126, 'Tuskegee', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23127, 'Underwood-petersville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23128, 'Union', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23129, 'Union Grove', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23130, 'Union Springs', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23131, 'Uniontown', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23132, 'Valley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23133, 'Valley Head', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23134, 'Vance', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23135, 'Vernon', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23136, 'Vestavia Hills', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23137, 'Vina', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23138, 'Vincent', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23139, 'Vredenburgh', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23140, 'Wadley', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23141, 'Waldo', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23142, 'Walnut Grove', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23143, 'Warrior', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23144, 'Waterloo', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23145, 'Waverly', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23146, 'Weaver', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23147, 'Webb', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23148, 'Wedowee', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23149, 'West Blocton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23150, 'West End-cobb Town', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23151, 'West Jefferson', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23152, 'West Point', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23153, 'Wetumpka', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23154, 'White Hall', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23155, 'Wilsonville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23156, 'Wilton', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23157, 'Winfield', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23158, 'Woodland', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23159, 'Woodville', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23160, 'Yellow Bluff', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23161, 'York', 3825, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23162, 'Adak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23163, 'Akhiok', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23164, 'Akiachak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23165, 'Akiak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23166, 'Akutan', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23167, 'Alakanuk', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23168, 'Alatna', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23169, 'Alcan Border', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23170, 'Aleknagik', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23171, 'Aleneva', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23172, 'Allakaket', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23173, 'Alpine', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23174, 'Ambler', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23175, 'Anaktuvuk Pass', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23176, 'Anchorage', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23177, 'Anchor Point', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23178, 'Anderson', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23179, 'Angoon', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23180, 'Aniak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23181, 'Anvik', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23182, 'Arctic Village', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23183, 'Atka', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23184, 'Atmautluak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23185, 'Atqasuk', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23186, 'Attu Station', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23187, 'Barrow', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23188, 'Bear Creek', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23189, 'Beaver', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23190, 'Beluga', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23191, 'Bethel', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23192, 'Bettles', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23193, 'Big Delta', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23194, 'Big Lake', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23195, 'Birch Creek', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23196, 'Brevig Mission', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23197, 'Buckland', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23198, 'Buffalo Soapstone', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23199, 'Butte', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23200, 'Cantwell', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23201, 'Central', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23202, 'Chalkyitsik', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23203, 'Chase', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23204, 'Chefornak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23205, 'Chenega', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23206, 'Chevak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23207, 'Chickaloon', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23208, 'Chicken', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23209, 'Chignik', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23210, 'Chignik Lagoon', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23211, 'Chignik Lake', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23212, 'Chiniak', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23213, 'Chisana', 3826, 233, 1, '2019-01-24 20:59:35', '2019-01-24 21:03:39'),
(23214, 'Chistochina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23215, 'Chitina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23216, 'Chuathbaluk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23217, 'Circle', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23218, 'Clam Gulch', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23219, 'Clark S Point', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23220, 'Coffman Cove', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23221, 'Cohoe', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23222, 'Cold Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23223, 'Coldfoot', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23224, 'College', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23225, 'Cooper Landing', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23226, 'Copper Center', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23227, 'Copperville', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23228, 'Cordova', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23229, 'Covenant Life', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23230, 'Craig', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23231, 'Crooked Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23232, 'Crown Point', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23233, 'Cube Cove', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23234, 'Deering', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23235, 'Delta Junction', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23236, 'Deltana', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23237, 'Diamond Ridge', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23238, 'Dillingham', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23239, 'Diomede', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23240, 'Dot Lake', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23241, 'Dot Lake Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23242, 'Dry Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23243, 'Eagle', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23244, 'Eagle Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23245, 'Edna Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23246, 'Eek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23247, 'Egegik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23248, 'Eielson Afb', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23249, 'Ekwok', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23250, 'Elfin Cove', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23251, 'Elim', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23252, 'Emmonak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23253, 'Ester', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23254, 'Evansville', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23255, 'Excursion Inlet', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23256, 'Fairbanks', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23257, 'False Pass', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23258, 'Farm Loop', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23259, 'Ferry', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23260, 'Fishhook', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23261, 'Flat', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23262, 'Fort Greely', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23263, 'Fort Yukon', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23264, 'Four Mile Road', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23265, 'Fox', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23266, 'Fox River', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23267, 'Fritz Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23268, 'Funny River', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23269, 'Gakona', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23270, 'Galena', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23271, 'Gambell', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23272, 'Game Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23273, 'Gateway', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23274, 'Glacier View', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23275, 'Glennallen', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23276, 'Golovin', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23277, 'Goodnews Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23278, 'Grayling', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23279, 'Gulkana', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23280, 'Gustavus', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23281, 'Haines', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23282, 'Halibut Cove', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23283, 'Happy Valley', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23284, 'Harding-birch Lakes', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23285, 'Healy', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23286, 'Healy Lake', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23287, 'Hobart Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23288, 'Hollis', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23289, 'Holy Cross', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23290, 'Homer', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23291, 'Hoonah', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23292, 'Hooper Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23293, 'Hope', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23294, 'Houston', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23295, 'Hughes', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23296, 'Huslia', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23297, 'Hydaburg', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23298, 'Hyder', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23299, 'Igiugig', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23300, 'Iliamna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23301, 'Ivanof Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23302, 'Juneau City And', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23303, 'Kachemak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23304, 'Kake', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23305, 'Kaktovik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23306, 'Kalifornsky', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23307, 'Kaltag', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23308, 'Karluk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23309, 'Kasaan', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23310, 'Kasigluk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23311, 'Kasilof', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23312, 'Kenai', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23313, 'Kenny Lake', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23314, 'Ketchikan', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23315, 'Kiana', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23316, 'King Cove', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23317, 'King Salmon', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23318, 'Kipnuk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23319, 'Kivalina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23320, 'Klawock', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23321, 'Klukwan', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23322, 'Knik-fairview', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23323, 'Knik River', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23324, 'Kobuk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23325, 'Kodiak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23326, 'Kodiak Station', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23327, 'Kokhanok', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23328, 'Koliganek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23329, 'Kongiganak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23330, 'Kotlik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23331, 'Kotzebue', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23332, 'Koyuk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23333, 'Koyukuk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23334, 'Kupreanof', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23335, 'Kwethluk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23336, 'Kwigillingok', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23337, 'Lake Louise', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23338, 'Lake Minchumina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23339, 'Lakes', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23340, 'Larsen Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23341, 'Lazy Mountain', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23342, 'Levelock', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23343, 'Lime Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23344, 'Livengood', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23345, 'Lowell Point', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23346, 'Lower Kalskag', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23347, 'Lutak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23348, 'Mccarthy', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23349, 'Mcgrath', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23350, 'Mckinley Park', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23351, 'Manley Hot Springs', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23352, 'Manokotak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23353, 'Marshall', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23354, 'Meadow Lakes', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23355, 'Mekoryuk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23356, 'Mendeltna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23357, 'Mentasta Lake', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23358, 'Metlakatla', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23359, 'Meyers Chuck', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23360, 'Miller Landing', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23361, 'Minto', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23362, 'Moose Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23363, 'Moose Pass', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23364, 'Mosquito Lake', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23365, 'Mountain Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23366, 'Mud Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23367, 'Naknek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23368, 'Nanwalek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23369, 'Napakiak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23370, 'Napaskiak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23371, 'Naukati Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23372, 'Nelchina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23373, 'Nelson Lagoon', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23374, 'Nenana', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23375, 'New Allakaket', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23376, 'Newhalen', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23377, 'New Stuyahok', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23378, 'Newtok', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23379, 'Nightmute', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23380, 'Nikiski', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23381, 'Nikolaevsk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23382, 'Nikolai', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23383, 'Nikolski', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23384, 'Ninilchik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23385, 'Noatak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23386, 'Nome', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23387, 'Nondalton', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23388, 'Noorvik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23389, 'North Pole', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23390, 'Northway', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23391, 'Northway Junction', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23392, 'Northway Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23393, 'Nuiqsut', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23394, 'Nulato', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23395, 'Nunapitchuk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23396, 'Old Harbor', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23397, 'Oscarville', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23398, 'Ouzinkie', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23399, 'Palmer', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23400, 'Paxson', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23401, 'Pedro Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23402, 'Pelican', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23403, 'Perryville', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23404, 'Petersburg', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23405, 'Petersville', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23406, 'Pilot Point', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23407, 'Pilot Station', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23408, 'Pitkas Point', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23409, 'Platinum', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23410, 'Pleasant Valley', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23411, 'Point Baker', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23412, 'Point Hope', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23413, 'Point Lay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23414, 'Point Mackenzie', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23415, 'Pope-vannoy Landing', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23416, 'Portage Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23417, 'Port Alexander', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23418, 'Port Alsworth', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23419, 'Port Clarence', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23420, 'Port Graham', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23421, 'Port Heiden', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23422, 'Port Lions', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23423, 'Port Protection', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23424, 'Primrose', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23425, 'Prudhoe Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23426, 'Quinhagak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23427, 'Rampart', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23428, 'Red Devil', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23429, 'Red Dog Mine', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23430, 'Ridgeway', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23431, 'Ruby', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23432, 'Russian Mission', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23433, 'St. George', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23434, 'St. Marys', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23435, 'St. Michael', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23436, 'St. Paul', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23437, 'Salamatof', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23438, 'Salcha', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23439, 'Sand Point', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23440, 'Savoonga', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23441, 'Saxman', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23442, 'Scammon Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23443, 'Selawik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23444, 'Seldovia', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23445, 'Seldovia Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23446, 'Seward', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23447, 'Shageluk', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23448, 'Shaktoolik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23449, 'Sheldon Point (nunam Iqua)', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23450, 'Shishmaref', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23451, 'Shungnak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23452, 'Silver Springs', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23453, 'Sitka City And', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23454, 'Skagway', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23455, 'Skwentna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23456, 'Slana', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23457, 'Sleetmute', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23458, 'Soldotna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23459, 'South Naknek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23460, 'Stebbins', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23461, 'Sterling', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23462, 'Stevens Village', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23463, 'Stony River', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23464, 'Sunrise', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23465, 'Susitna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23466, 'Sutton-alpine', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23467, 'Takotna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23468, 'Talkeetna', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23469, 'Tanacross', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23470, 'Tanaina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:39'),
(23471, 'Tanana', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23472, 'Tatitlek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23473, 'Tazlina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23474, 'Teller', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23475, 'Tenakee Springs', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23476, 'Tetlin', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23477, 'Thoms Place', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23478, 'Thorne Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23479, 'Togiak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23480, 'Tok', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23481, 'Toksook Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23482, 'Tolsona', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23483, 'Tonsina', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23484, 'Trapper Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23485, 'Tuluksak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23486, 'Tuntutuliak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23487, 'Tununak', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23488, 'Twin Hills', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23489, 'Two Rivers', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23490, 'Tyonek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23491, 'Ugashik', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23492, 'Unalakleet', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23493, 'Unalaska', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23494, 'Upper Kalskag', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23495, 'Valdez', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23496, 'Venetie', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23497, 'Wainwright', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23498, 'Wales', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23499, 'Wasilla', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23500, 'Whale Pass', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23501, 'White Mountain', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23502, 'Whitestone Logging Camp', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23503, 'Whittier', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23504, 'Willow', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23505, 'Willow Creek', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23506, 'Wiseman', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23507, 'Womens Bay', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23508, 'Wrangell', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23509, 'Y', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 20:59:36'),
(23510, 'Yakutat', 3826, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23511, 'American Samoa', 4021, 233, 1, '2019-01-24 20:59:36', '2019-01-24 20:59:36'),
(23512, 'Ajo', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23513, 'Ak-chin Village', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23514, 'Amado', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23515, 'Apache Junction', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23516, 'Ari', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23517, 'Ash Fork', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23518, 'Avondale', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23519, 'Avra Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23520, 'Bagdad', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23521, 'Benson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23522, 'Big Park', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23523, 'Bisbee', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23524, 'Bitter Springs', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23525, 'Black Canyon City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23526, 'Blackwater', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23527, 'Bluewater', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23528, 'Bouse', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23529, 'Buckeye', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23530, 'Bullhead City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23531, 'Burnside', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23532, 'Cameron', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23533, 'Camp Verde', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23534, 'Canyon Day', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23535, 'Carefree', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23536, 'Casa Grande', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23537, 'Casas Adobes', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23538, 'Catalina', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23539, 'Catalina Foothills', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23540, 'Cave Creek', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23541, 'Central Heights-midland City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23542, 'Chandler', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23543, 'Chilchinbito', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23544, 'Chinle', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23545, 'Chino Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23546, 'Chuichu', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23547, 'Cibecue', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23548, 'Cibola', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23549, 'Clarkdale', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23550, 'Claypool', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23551, 'Clifton', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23552, 'Colorado City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23553, 'Congress', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23554, 'Coolidge', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23555, 'Cordes Lakes', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23556, 'Cornville', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23557, 'Corona De Tucson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23558, 'Cottonwood', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23559, 'Cottonwood-verde Village', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23560, 'Dennehotso', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23561, 'Desert Hills', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23562, 'Dewey-humboldt', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23563, 'Dilkon', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23564, 'Dolan Springs', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23565, 'Douglas', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23566, 'Drexel-alvernon', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23567, 'Drexel Heights', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23568, 'Dudleyville', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23569, 'Duncan', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23570, 'Eagar', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23571, 'East Fork', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(23572, 'East Sahuarita', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23573, 'Ehrenberg', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23574, 'Elgin', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23575, 'El Mirage', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23576, 'Eloy', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23577, 'First Mesa', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23578, 'Flagstaff', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23579, 'Florence', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23580, 'Flowing Wells', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23581, 'Fort Defiance', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23582, 'Fortuna Foothills', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23583, 'Fountain Hills', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23584, 'Fredonia', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23585, 'Gadsden', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23586, 'Ganado', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23587, 'Gila Bend', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23588, 'Gilbert', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23589, 'Gisela', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23590, 'Glendale', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23591, 'Globe', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23592, 'Gold Camp', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23593, 'Golden Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23594, 'Goodyear', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23595, 'Grand Canyon Village', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23596, 'Greasewood', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23597, 'Green Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23598, 'Guadalupe', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23599, 'Hayden', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23600, 'Heber-overgaard', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23601, 'Holbrook', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23602, 'Hotevilla-bacavi', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23603, 'Houck', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23604, 'Huachuca City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23605, 'Jeddito', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23606, 'Jerome', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23607, 'Kachina Village', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23608, 'Kaibab', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23609, 'Kaibito', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23610, 'Kayenta', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23611, 'Keams Canyon', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23612, 'Kearny', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23613, 'Kingman', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23614, 'Kykotsmovi Village', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23615, 'Lake Havasu City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23616, 'Lake Montezuma', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23617, 'Lechee', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23618, 'Leupp', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23619, 'Litchfield Park', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23620, 'Littletown', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23621, 'Lukachukai', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23622, 'Mcnary', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23623, 'Mammoth', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23624, 'Many Farms', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23625, 'Marana', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23626, 'Maricopa', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23627, 'Mayer', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23628, 'Mesa', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23629, 'Mesquite Creek', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23630, 'Miami', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23631, 'Moenkopi', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23632, 'Mohave Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23633, 'Mojave Ranch Estates', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23634, 'Morenci', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23635, 'Mountainaire', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23636, 'Munds Park', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23637, 'Naco', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23638, 'Nazlini', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23639, 'New Kingman-butler', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23640, 'New River', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23641, 'Nogales', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23642, 'Oljato-monument Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23643, 'Oracle', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23644, 'Oro Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23645, 'Page', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23646, 'Paradise Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23647, 'Parker', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23648, 'Parker Strip', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23649, 'Parks', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23650, 'Patagonia', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23651, 'Paulden', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23652, 'Payson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23653, 'Peach Springs', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23654, 'Peeples Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23655, 'Peoria', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23656, 'Peridot', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23657, 'Phoenix', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23658, 'Picture Rocks', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23659, 'Pima', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23660, 'Pine', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23661, 'Pinetop-lakeside', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23662, 'Pinon', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23663, 'Pirtleville', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23664, 'Pisinemo', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23665, 'Poston', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23666, 'Prescott', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23667, 'Prescott Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23668, 'Quartzsite', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23669, 'Queen Creek', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23670, 'Queen Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23671, 'Red Mesa', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23672, 'Rio Rico Northeast', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23673, 'Rio Rico Northwest', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23674, 'Rio Rico Southeast', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23675, 'Rio Rico Southwest', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23676, 'Rio Verde', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23677, 'Rock Point', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23678, 'Rough Rock', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23679, 'Round Rock', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23680, 'Sacaton', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23681, 'Safford', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23682, 'Sahuarita', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23683, 'St. David', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23684, 'St. Johns', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23685, 'St. Michaels', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23686, 'Salome', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23687, 'San Carlos', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23688, 'San Luis', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23689, 'San Manuel', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23690, 'Santan', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23691, 'Santa Rosa', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23692, 'Sawmill', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23693, 'Scottsdale', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23694, 'Second Mesa', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23695, 'Sedona', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23696, 'Seligman', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23697, 'Sells', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23698, 'Shongopovi', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23699, 'Shonto', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23700, 'Show Low', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23701, 'Sierra Vista', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23702, 'Sierra Vista Southeast', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23703, 'Snowflake', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23704, 'Somerton', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23705, 'Sonoita', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23706, 'South Tucson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23707, 'Springerville', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23708, 'Spring Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23709, 'Stanfield', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23710, 'Steamboat', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23711, 'Strawberry', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23712, 'Summit', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23713, 'Sun City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23714, 'Sun City West', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23715, 'Sun Lakes', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23716, 'Sun Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23717, 'Supai', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23718, 'Superior', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23719, 'Surprise', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23720, 'Swift Trail Junction', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23721, 'Tacna', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23722, 'Tanque Verde', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23723, 'Taylor', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23724, 'Teec Nos Pos', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23725, 'Tempe', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23726, 'Thatcher', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23727, 'Three Points', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23728, 'Tolleson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23729, 'Tombstone', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23730, 'Tonalea', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23731, 'Tonto Basin', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23732, 'Top-of-the-world', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23733, 'Tortolita', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23734, 'Tsaile', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23735, 'Tubac', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23736, 'Tuba City', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23737, 'Tucson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23738, 'Tucson Estates', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23739, 'Tumacacori-carmen', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23740, 'Tusayan', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23741, 'Vail', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23742, 'Valencia West', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23743, 'Wellton', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23744, 'Wenden', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23745, 'Whetstone', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23746, 'Whiteriver', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23747, 'Wickenburg', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23748, 'Wilhoit', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23749, 'Willcox', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23750, 'Williams', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23751, 'Williamson', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23752, 'Willow Valley', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23753, 'Window Rock', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23754, 'Winkelman', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23755, 'Winslow', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23756, 'Winslow West', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23757, 'Yarnell', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23758, 'Young', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23759, 'Youngtown', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23760, 'Yuma', 3827, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23761, 'Adona', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23762, 'Alexander', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23763, 'Alicia', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23764, 'Allport', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23765, 'Alma', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23766, 'Almyra', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23767, 'Alpena', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23768, 'Altheimer', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23769, 'Altus', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23770, 'Amagon', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23771, 'Amity', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23772, 'Anthonyville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23773, 'Antoine', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23774, 'Arkadelphia', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23775, 'Arkansas City', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23776, 'Ashdown', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23777, 'Ash Flat', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23778, 'Atkins', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23779, 'Aubrey', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23780, 'Augusta', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23781, 'Austin', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23782, 'Avoca', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23783, 'Bald Knob', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23784, 'Banks', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23785, 'Barling', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23786, 'Bassett', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23787, 'Batesville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23788, 'Bauxite', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23789, 'Bay', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23790, 'Bearden', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23791, 'Beaver', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23792, 'Beebe', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23793, 'Beedeville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23794, 'Bella Vista', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23795, 'Bellefonte', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23796, 'Belleville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23797, 'Ben Lomond', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23798, 'Benton', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23799, 'Bentonville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23800, 'Bergman', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23801, 'Berryville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23802, 'Bethel Heights', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23803, 'Bigelow', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23804, 'Big Flat', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23805, 'Biggers', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23806, 'Birdsong', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23807, 'Black Oak', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23808, 'Black Rock', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23809, 'Black Springs', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23810, 'Blevins', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23811, 'Blue Eye', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23812, 'Blue Mountain', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23813, 'Bluff City', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23814, 'Blytheville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23815, 'Bodcaw', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23816, 'Bonanza', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23817, 'Bono', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23818, 'Booneville', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23819, 'Bradford', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23820, 'Bradley', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23821, 'Branch', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23822, 'Briarcliff', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23823, 'Brinkley', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23824, 'Brookland', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23825, 'Bryant', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23826, 'Buckner', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23827, 'Bull Shoals', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23828, 'Burdette', 3828, 233, 1, '2019-01-24 20:59:36', '2019-01-24 21:03:40'),
(23829, 'Cabot', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23830, 'Caddo Valley', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23831, 'Caldwell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23832, 'Cale', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23833, 'Calico Rock', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23834, 'Calion', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23835, 'Camden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23836, 'Cammack Village', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23837, 'Campbell Station', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23838, 'Caraway', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23839, 'Carlisle', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23840, 'Carthage', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23841, 'Casa', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23842, 'Cash', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23843, 'Caulksville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23844, 'Cave City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23845, 'Cave Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23846, 'Cedarville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23847, 'Centerton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23848, 'Central City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23849, 'Charleston', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23850, 'Cherokee Village', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23851, 'Cherry Valley', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23852, 'Chester', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23853, 'Chidester', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23854, 'Clarendon', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23855, 'Clarksville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23856, 'Clinton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23857, 'Coal Hill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23858, 'College City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23859, 'College Station', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23860, 'Colt', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23861, 'Concord', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23862, 'Conway', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23863, 'Corinth', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23864, 'Corning', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23865, 'Cotter', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23866, 'Cotton Plant', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23867, 'Cove', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23868, 'Coy', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23869, 'Crawfordsville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23870, 'Crossett', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23871, 'Cushman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23872, 'Daisy', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23873, 'Damascus', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23874, 'Danville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23875, 'Dardanelle', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23876, 'Datto', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23877, 'Decatur', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23878, 'Delaplaine', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23879, 'Delight', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23880, 'Dell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23881, 'Denning', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23882, 'De Queen', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23883, 'Dermott', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23884, 'Des Arc', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23885, 'De Valls Bluff', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23886, 'De Witt', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23887, 'Diamond City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23888, 'Diaz', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23889, 'Dierks', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23890, 'Donaldson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23891, 'Dover', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23892, 'Dumas', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23893, 'Dyer', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23894, 'Dyess', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23895, 'Earle', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23896, 'East Camden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23897, 'East End', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23898, 'Edmondson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23899, 'Egypt', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23900, 'Elaine', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23901, 'El Dorado', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23902, 'Elkins', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23903, 'Elm Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23904, 'Emerson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23905, 'Emmet', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23906, 'England', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23907, 'Enola', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23908, 'Etowah', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23909, 'Eudora', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23910, 'Eureka Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23911, 'Evening Shade', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23912, 'Everton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23913, 'Fairfield Bay', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23914, 'Fargo', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23915, 'Farmington', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23916, 'Fayetteville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23917, 'Felsenthal', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23918, 'Fifty-six', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23919, 'Fisher', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23920, 'Flippin', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23921, 'Fordyce', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23922, 'Foreman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23923, 'Forrest City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23924, 'Fort Smith', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23925, 'Fouke', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23926, 'Fountain Hill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23927, 'Fountain Lake', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23928, 'Fourche', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23929, 'Franklin', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23930, 'Fredonia (biscoe)', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23931, 'Friendship', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23932, 'Fulton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23933, 'Garfield', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23934, 'Garland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23935, 'Garner', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23936, 'Gassville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23937, 'Gateway', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23938, 'Gentry', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23939, 'Georgetown', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23940, 'Gibson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23941, 'Gilbert', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23942, 'Gillett', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23943, 'Gillham', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23944, 'Gilmore', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23945, 'Glenwood', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23946, 'Goshen', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23947, 'Gosnell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23948, 'Gould', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23949, 'Grady', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23950, 'Grannis', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23951, 'Gravel Ridge', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23952, 'Gravette', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23953, 'Greenbrier', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23954, 'Green Forest', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23955, 'Greenland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23956, 'Greenway', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23957, 'Greenwood', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23958, 'Greers Ferry', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23959, 'Griffithville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23960, 'Grubbs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23961, 'Guion', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23962, 'Gum Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23963, 'Gurdon', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23964, 'Guy', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23965, 'Hackett', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23966, 'Hamburg', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23967, 'Hampton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23968, 'Hardy', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23969, 'Harrell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23970, 'Harrisburg', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23971, 'Harrison', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23972, 'Hartford', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23973, 'Hartman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23974, 'Haskell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23975, 'Hatfield', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23976, 'Havana', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23977, 'Haynes', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:40'),
(23978, 'Hazen', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23979, 'Heber Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23980, 'Hector', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23981, 'Helena', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23982, 'Hensley', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23983, 'Hermitage', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23984, 'Hickory Ridge', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23985, 'Higden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23986, 'Higginson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23987, 'Highfill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23988, 'Highland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23989, 'Hindsville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23990, 'Holland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23991, 'Holly Grove', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23992, 'Hope', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23993, 'Horatio', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23994, 'Horseshoe Bend', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23995, 'Horseshoe Lake', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23996, 'Hot Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23997, 'Hot Springs Village', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23998, 'Houston', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(23999, 'Hoxie', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24000, 'Hughes', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24001, 'Humnoke', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24002, 'Humphrey', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24003, 'Hunter', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24004, 'Huntington', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24005, 'Huntsville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24006, 'Huttig', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24007, 'Imboden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24008, 'Jacksonport', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24009, 'Jacksonville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24010, 'Jasper', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24011, 'Jennette', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24012, 'Jericho', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24013, 'Jerome', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24014, 'Johnson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24015, 'Joiner', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24016, 'Jonesboro', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24017, 'Judsonia', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24018, 'Junction City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24019, 'Keiser', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24020, 'Kensett', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24021, 'Keo', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24022, 'Kibler', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24023, 'Kingsland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24024, 'Knobel', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24025, 'Knoxville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24026, 'Lafe', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24027, 'Lagrange', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24028, 'Lake City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24029, 'Lake Hamilton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24030, 'Lakeview', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24031, 'Lake View', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24032, 'Lake Village', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24033, 'Lamar', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24034, 'Lavaca', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24035, 'Leachville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24036, 'Lead Hill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24037, 'Leola', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24038, 'Lepanto', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24039, 'Leslie', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24040, 'Letona', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24041, 'Lewisville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24042, 'Lexa', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24043, 'Lincoln', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24044, 'Little Flock', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24045, 'Little Rock', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24046, 'Lockesburg', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24047, 'London', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24048, 'Lonoke', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24049, 'Lonsdale', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24050, 'Louann', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24051, 'Lowell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24052, 'Luxora', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24053, 'Lynn', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24054, 'Mcalmont', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24055, 'Mccaskill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24056, 'Mccrory', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24057, 'Mcdougal', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24058, 'Mcgehee', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24059, 'Mcnab', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24060, 'Mcneil', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24061, 'Mcrae', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24062, 'Madison', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24063, 'Magazine', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24064, 'Magness', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24065, 'Magnolia', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24066, 'Malvern', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24067, 'Mammoth Spring', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24068, 'Manila', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24069, 'Mansfield', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24070, 'Marianna', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24071, 'Marie', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24072, 'Marion', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24073, 'Marked Tree', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24074, 'Marmaduke', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24075, 'Marshall', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24076, 'Marvell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24077, 'Maumelle', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24078, 'Mayflower', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24079, 'Maynard', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24080, 'Melbourne', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24081, 'Mena', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24082, 'Menifee', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24083, 'Midland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24084, 'Mineral Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24085, 'Minturn', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24086, 'Mitchellville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24087, 'Monette', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24088, 'Monticello', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24089, 'Montrose', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24090, 'Moorefield', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24091, 'Moro', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24092, 'Morrilton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24093, 'Morrison Bluff', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24094, 'Mountainburg', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24095, 'Mountain Home', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24096, 'Mountain Pine', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24097, 'Mountain View', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24098, 'Mount Ida', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24099, 'Mount Pleasant', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24100, 'Mount Vernon', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24101, 'Mulberry', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24102, 'Murfreesboro', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24103, 'Nashville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24104, 'Newark', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24105, 'Newport', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24106, 'Nimmons', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24107, 'Norfork', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24108, 'Norman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24109, 'Norphlet', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24110, 'North Crossett', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24111, 'North Little Rock', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24112, 'Oak Grove', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24113, 'Oak Grove Heights', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24114, 'Oakhaven', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24115, 'Oden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24116, 'Ogden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24117, 'Oil Trough', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24118, 'O Kean', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24119, 'Okolona', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24120, 'Ola', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24121, 'Omaha', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24122, 'Oppelo', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24123, 'Osceola', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24124, 'Oxford', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24125, 'Ozan', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24126, 'Ozark', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24127, 'Palestine', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24128, 'Pangburn', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24129, 'Paragould', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24130, 'Paris', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24131, 'Parkdale', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24132, 'Parkers-iron Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24133, 'Parkin', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24134, 'Patmos', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24135, 'Patterson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24136, 'Peach Orchard', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24137, 'Pea Ridge', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24138, 'Perla', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24139, 'Perry', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24140, 'Perrytown', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24141, 'Perryville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24142, 'Piggott', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24143, 'Pindall', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24144, 'Pine Bluff', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24145, 'Pineville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24146, 'Piney', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24147, 'Plainview', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24148, 'Pleasant Plains', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24149, 'Plumerville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24150, 'Pocahontas', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24151, 'Pollard', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24152, 'Portia', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24153, 'Portland', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24154, 'Pottsville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24155, 'Powhatan', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24156, 'Poyen', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24157, 'Prairie Creek', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24158, 'Prairie Grove', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24159, 'Prattsville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24160, 'Prescott', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24161, 'Pyatt', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24162, 'Quitman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24163, 'Ratcliff', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24164, 'Ravenden', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24165, 'Ravenden Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24166, 'Reader', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24167, 'Rector', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24168, 'Redfield', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24169, 'Reed', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24170, 'Reyno', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24171, 'Rison', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24172, 'Rockport', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24173, 'Rockwell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24174, 'Roe', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24175, 'Rogers', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24176, 'Rondo', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24177, 'Rose Bud', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24178, 'Rosston', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24179, 'Rudy', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24180, 'Russell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24181, 'Russellville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24182, 'St. Charles', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24183, 'St. Francis', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24184, 'St. Joe', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24185, 'St. Paul', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24186, 'Salem', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24187, 'Salesville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24188, 'Scott', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24189, 'Scranton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24190, 'Searcy', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24191, 'Sedgwick', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24192, 'Shannon Hills', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24193, 'Sheridan', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24194, 'Sherrill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24195, 'Sherwood', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24196, 'Shirley', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24197, 'Sidney', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24198, 'Siloam Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(24199, 'Smackover', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24200, 'Smithville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24201, 'South Lead Hill', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24202, 'Sparkman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24203, 'Springdale', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24204, 'Springtown', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24205, 'Stamps', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24206, 'Star City', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24207, 'Stephens', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24208, 'Strawberry', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24209, 'Strong', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24210, 'Stuttgart', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24211, 'Subiaco', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24212, 'Success', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24213, 'Sulphur Rock', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24214, 'Sulphur Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24215, 'Summit', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24216, 'Sunset', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24217, 'Sweet Home', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24218, 'Swifton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24219, 'Taylor', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24220, 'Texarkana', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24221, 'Thornton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24222, 'Tillar', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24223, 'Tinsman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24224, 'Tollette', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24225, 'Tontitown', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24226, 'Traskwood', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24227, 'Trumann', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24228, 'Tuckerman', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24229, 'Tull', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24230, 'Tupelo', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24231, 'Turrell', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24232, 'Twin Groves', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24233, 'Tyronza', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24234, 'Ulm', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24235, 'Valley Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24236, 'Van Buren', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24237, 'Vandervoort', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24238, 'Victoria', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24239, 'Vilonia', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24240, 'Viola', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24241, 'Wabbaseka', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24242, 'Waldenburg', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24243, 'Waldo', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24244, 'Waldron', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24245, 'Walnut Ridge', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24246, 'Ward', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24247, 'Warren', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24248, 'Washington', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24249, 'Watson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24250, 'Weiner', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24251, 'Weldon', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24252, 'West Crossett', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24253, 'Western Grove', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24254, 'West Fork', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24255, 'West Helena', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24256, 'West Memphis', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24257, 'West Point', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24258, 'Wheatley', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24259, 'Whelen Springs', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24260, 'White Hall', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24261, 'Wickes', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24262, 'Widener', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24263, 'Wiederkehr Village', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24264, 'Williford', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24265, 'Willisville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24266, 'Wilmar', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24267, 'Wilmot', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24268, 'Wilson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24269, 'Wilton', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24270, 'Winchester', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24271, 'Winslow', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24272, 'Winthrop', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24273, 'Woodson', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24274, 'Wooster', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24275, 'Wrightsville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24276, 'Wynne', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24277, 'Yellville', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24278, 'Zinc', 3828, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24279, 'Acton', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24280, 'Adelanto', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24281, 'Agoura Hills', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24282, 'Alameda', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24283, 'Alamo', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24284, 'Albany', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24285, 'Alhambra', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24286, 'Aliso Viejo', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24287, 'Almanor', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24288, 'Alondra Park', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24289, 'Alpaugh', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24290, 'Alpine', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24291, 'Alpine Village', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24292, 'Altadena', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24293, 'Alta Sierra', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24294, 'Alturas', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24295, 'Alum Rock', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24296, 'Amador City', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24297, 'American Canyon', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24298, 'Amesti', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24299, 'Anaheim', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24300, 'Anderson', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24301, 'Angels City', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24302, 'Angwin', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24303, 'Antioch', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24304, 'Apple Valley', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24305, 'Aptos', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24306, 'Aptos Hills-larkin Valley', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24307, 'Arbuckle', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24308, 'Arcadia', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24309, 'Arcata', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24310, 'Arden-arcade', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24311, 'Armona', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24312, 'Arnold', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24313, 'Aromas', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24314, 'Arroyo Grande', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24315, 'Artesia', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24316, 'Arvin', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24317, 'Ashland', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24318, 'Atascadero', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24319, 'Atherton', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24320, 'Atwater', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24321, 'Auberry', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24322, 'Auburn', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24323, 'August', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24324, 'Avalon', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24325, 'Avenal', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24326, 'Avery', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24327, 'Avocado Heights', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24328, 'Azusa', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24329, 'Bakersfield', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24330, 'Baldwin Park', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24331, 'Banning', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24332, 'Barstow', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24333, 'Bay Point', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24334, 'Bayview', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24335, 'Bayview-montalvin', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24336, 'Baywood-los Osos', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24337, 'Beale Afb', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24338, 'Bear Valley', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24339, 'Bear Valley Springs', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24340, 'Beaumont', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24341, 'Beckwourth', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24342, 'Belden', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24343, 'Bell', 3830, 233, 1, '2019-01-24 20:59:37', '2019-01-24 21:03:41'),
(24344, 'Bellflower', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24345, 'Bell Gardens', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24346, 'Belmont', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24347, 'Belvedere', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24348, 'Benicia', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24349, 'Ben Lomond', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24350, 'Berkeley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24351, 'Bermuda Dunes', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24352, 'Bertsch-oceanview', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24353, 'Bethel Island', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24354, 'Beverly Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24355, 'Big Bear City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24356, 'Big Bear Lake', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24357, 'Big Bend', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24358, 'Biggs', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24359, 'Big Pine', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24360, 'Big River', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24361, 'Biola', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24362, 'Bishop', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24363, 'Blackhawk-camino Tassajara', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24364, 'Black Point-green Point', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24365, 'Blairsden', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:41'),
(24366, 'Bloomington', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24367, 'Blue Lake', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24368, 'Bluewater', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24369, 'Blythe', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24370, 'Bodega Bay', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24371, 'Bodfish', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24372, 'Bolinas', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24373, 'Bombay Beach', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24374, 'Bonadelle Ranchos-madera Ranchos', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24375, 'Bonita', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24376, 'Bonsall', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24377, 'Bootjack', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24378, 'Boron', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24379, 'Boronda', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24380, 'Borrego Springs', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24381, 'Bostonia', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24382, 'Boulder Creek', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24383, 'Bowles', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24384, 'Boyes Hot Springs', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24385, 'Bradbury', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24386, 'Bradley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24387, 'Brawley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24388, 'Brea', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24389, 'Brentwood', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24390, 'Bret Harte', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24391, 'Brisbane', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24392, 'Broadmoor', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24393, 'Bucks Lake', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24394, 'Buellton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24395, 'Buena Park', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24396, 'Buena Vista', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24397, 'Burbank', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24398, 'Burlingame', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24399, 'Burney', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24400, 'Buttonwillow', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24401, 'Byron', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24402, 'Bystrom', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24403, 'Cabazon', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24404, 'Calabasas', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24405, 'Calexico', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24406, 'California City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24407, 'Calimesa', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24408, 'Calipatria', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24409, 'Calistoga', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24410, 'Calwa', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24411, 'Camarillo', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24412, 'Cambria', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24413, 'Cambrian Park', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24414, 'Cameron Park', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24415, 'Campbell', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24416, 'Camp Pendleton North', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24417, 'Camp Pendleton South', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24418, 'Cantua Creek', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24419, 'Canyondam', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24420, 'Canyon Lake', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24421, 'Capitola', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24422, 'Caribou', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24423, 'Carlsbad', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24424, 'Carmel-by-the-sea', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24425, 'Carmel Valley Village', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24426, 'Carmichael', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24427, 'Carpinteria', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24428, 'Carrick', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24429, 'Carson', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24430, 'Cartago', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24431, 'Caruthers', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24432, 'Casa Conejo', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24433, 'Casa De Oro-mount Helix', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24434, 'Castro Valley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24435, 'Castroville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24436, 'Cathedral City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24437, 'Cayucos', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24438, 'Ceres', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24439, 'Cerritos', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24440, 'Challenge-brownsville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24441, 'Channel Islands Beach', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24442, 'Charter Oak', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24443, 'Cherryland', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24444, 'Cherry Valley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24445, 'Chester', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24446, 'Chico', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24447, 'Chilcoot-vinton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24448, 'China Lake Acres', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24449, 'Chinese Camp', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24450, 'Chino', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24451, 'Chino Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24452, 'Chowchilla', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24453, 'Chualar', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24454, 'Chula Vista', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24455, 'Citrus', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24456, 'Citrus Heights', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24457, 'Claremont', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24458, 'Clayton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24459, 'Clearlake', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24460, 'Clearlake Oaks', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24461, 'Clio', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24462, 'Cloverdale', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24463, 'Clovis', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24464, 'Clyde', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24465, 'Coachella', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24466, 'Coalinga', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24467, 'Cobb', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24468, 'Colfax', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24469, 'Colma', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24470, 'Colton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24471, 'Columbia', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24472, 'Colusa', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24473, 'Commerce', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24474, 'Compton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24475, 'Concord', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24476, 'Concow', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24477, 'Copperopolis', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24478, 'Corcoran', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24479, 'Corning', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24480, 'Corona', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24481, 'Coronado', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24482, 'Corralitos', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24483, 'Corte Madera', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24484, 'Costa Mesa', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24485, 'Cotati', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24486, 'Coto De Caza', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24487, 'Cottonwood', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24488, 'Country Club', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24489, 'Covelo', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24490, 'Covina', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24491, 'Crescent City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24492, 'Crescent City North', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24493, 'Crescent Mills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24494, 'Crest', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24495, 'Crestline', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24496, 'C-road', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24497, 'Crockett', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24498, 'Cromberg', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24499, 'Cudahy', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24500, 'Culver City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24501, 'Cupertino', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24502, 'Cutler', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24503, 'Cutten', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24504, 'Cypress', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24505, 'Daly City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24506, 'Dana Point', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24507, 'Danville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24508, 'Darwin', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24509, 'Davis', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24510, 'Day Valley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24511, 'Deer Park', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24512, 'Del Aire', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24513, 'Delano', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24514, 'Delhi', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24515, 'Delleker', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24516, 'Del Mar', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24517, 'Del Monte Forest', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24518, 'Del Rey', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24519, 'Del Rey Oaks', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24520, 'Del Rio', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24521, 'Denair', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24522, 'Derby Acres', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24523, 'Desert Hot Springs', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24524, 'Desert Shores', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24525, 'Desert View Highlands', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24526, 'Diablo', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24527, 'Diamond Bar', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24528, 'Diamond Springs', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24529, 'Dillon Beach', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24530, 'Dinuba', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24531, 'Discovery Bay', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24532, 'Dixon', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24533, 'Dixon Lane-meadow Creek', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24534, 'Dollar Point', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24535, 'Dorrington', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24536, 'Dorris', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24537, 'Dos Palos', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24538, 'Downey', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24539, 'Duarte', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24540, 'Dublin', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24541, 'Ducor', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24542, 'Dunsmuir', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24543, 'Durham', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24544, 'Dustin Acres', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24545, 'Earlimart', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24546, 'East Blythe', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24547, 'East Compton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24548, 'East Foothills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24549, 'East Hemet', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24550, 'East La Mirada', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24551, 'East Los Angeles', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24552, 'East Oakdale', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24553, 'Easton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24554, 'East Orosi', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24555, 'East Palo Alto', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24556, 'East Pasadena', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24557, 'East Porterville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24558, 'East Quincy', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24559, 'East Richmond Heights', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24560, 'East San Gabriel', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24561, 'East Shore', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24562, 'East Sonora', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24563, 'Edgewood', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24564, 'Edwards Afb', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24565, 'El Cajon', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24566, 'El Centro', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24567, 'El Cerrito', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24568, 'El Dorado Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24569, 'Eldridge', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24570, 'El Granada', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24571, 'Elk Grove', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24572, 'Elkhorn', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24573, 'Elmira', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24574, 'El Monte', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24575, 'El Paso De Robles (paso Robles)', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24576, 'El Rio', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24577, 'El Segundo', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24578, 'El Sobrante', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24579, 'El Verano', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24580, 'Emerald Lake Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24581, 'Emeryville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24582, 'Empire', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24583, 'Encinitas', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24584, 'Escalon', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24585, 'Escondido', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24586, 'Esparto', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24587, 'Etna', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24588, 'Eureka', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24589, 'Exeter', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24590, 'Fairbanks Ranch', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24591, 'Fairfax', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24592, 'Fairfield', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24593, 'Fair Oaks', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24594, 'Fairview', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24595, 'Fallbrook', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24596, 'Fall River Mills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24597, 'Farmersville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24598, 'Farmington', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24599, 'Fellows', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24600, 'Felton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24601, 'Ferndale', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24602, 'Fetters Hot Springs-agua Caliente', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24603, 'Fillmore', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24604, 'Firebaugh', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24605, 'Florence-graham', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24606, 'Florin', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24607, 'Folsom', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24608, 'Fontana', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24609, 'Foothill Farms', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24610, 'Foothill Ranch', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24611, 'Ford City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24612, 'Foresthill', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24613, 'Forest Meadows', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24614, 'Forestville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24615, 'Fort Bragg', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24616, 'Fort Jones', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24617, 'Fortuna', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24618, 'Foster City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24619, 'Fountain Valley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24620, 'Fowler', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24621, 'Frazier Park', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24622, 'Freedom', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24623, 'Fremont', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24624, 'French Camp', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24625, 'French Gulch', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24626, 'Fresno', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24627, 'Friant', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24628, 'Fruitdale', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24629, 'Fullerton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24630, 'Furnace Creek', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24631, 'Galt', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24632, 'Gardena', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24633, 'Garden Acres', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24634, 'Garden Grove', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24635, 'Gazelle', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24636, 'Georgetown', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24637, 'Gerber-las Flores', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24638, 'Gilroy', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24639, 'Glen Avon', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24640, 'Glendale', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24641, 'Glendora', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24642, 'Glen Ellen', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24643, 'Golden Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24644, 'Gold River', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24645, 'Goleta', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24646, 'Gonzales', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24647, 'Goshen', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24648, 'Graeagle', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24649, 'Grand Terrace', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24650, 'Granite Bay', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24651, 'Granite Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24652, 'Grass Valley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24653, 'Graton', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24654, 'Grayson', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:42'),
(24655, 'Greenfield', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24656, 'Greenhorn', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24657, 'Green Valley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24658, 'Greenview', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24659, 'Greenville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24660, 'Grenada', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24661, 'Gridley', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24662, 'Groveland-big Oak Flat', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24663, 'Grover Beach', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24664, 'Guadalupe', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24665, 'Guerneville', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24666, 'Gustine', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24667, 'Hacienda Heights', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24668, 'Half Moon Bay', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24669, 'Hamilton Branch', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24670, 'Hamilton City', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24671, 'Hanford', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24672, 'Harbison Canyon', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24673, 'Hawaiian Gardens', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24674, 'Hawthorne', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24675, 'Hayfork', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24676, 'Hayward', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24677, 'Healdsburg', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24678, 'Heber', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24679, 'Hemet', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24680, 'Hercules', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24681, 'Hermosa Beach', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24682, 'Hesperia', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24683, 'Hickman', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24684, 'Hidden Hills', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24685, 'Hidden Meadows', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24686, 'Hidden Valley Lake', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24687, 'Highgrove', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24688, 'Highland', 3830, 233, 1, '2019-01-24 20:59:38', '2019-01-24 21:03:43'),
(24689, 'Highlands-baywood Park', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24690, 'Hillsborough', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24691, 'Hilmar-irwin', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24692, 'Hollister', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24693, 'Holtville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24694, 'Home Garden', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24695, 'Home Gardens', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24696, 'Homeland', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24697, 'Homewood Canyon-valley Wells', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24698, 'Hornbrook', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24699, 'Hughson', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24700, 'Humboldt Hill', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24701, 'Huntington Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24702, 'Huntington Park', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24703, 'Huron', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24704, 'Hydesville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24705, 'Idyllwild-pine Cove', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24706, 'Imperial', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24707, 'Imperial Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24708, 'Independence', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24709, 'Indian Falls', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24710, 'Indian Wells', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24711, 'Indio', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24712, 'Industry', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24713, 'Inglewood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24714, 'Interlaken', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24715, 'Inverness', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24716, 'Inyokern', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24717, 'Ione', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24718, 'Iron Horse', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24719, 'Irvine', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24720, 'Irwindale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24721, 'Isla Vista', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24722, 'Isleton', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24723, 'Ivanhoe', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24724, 'Jackson', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24725, 'Jamestown', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24726, 'Jamul', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24727, 'Johannesburg', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24728, 'Johnsville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24729, 'Joshua Tree', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24730, 'Julian', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24731, 'Keddie', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24732, 'Keeler', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24733, 'Keene', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24734, 'Kelseyville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24735, 'Kennedy', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24736, 'Kensington', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24737, 'Kentfield', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24738, 'Kerman', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24739, 'Kernville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24740, 'Kettleman City', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24741, 'Keyes', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24742, 'King City', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24743, 'Kings Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24744, 'Kingsburg', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24745, 'Kirkwood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24746, 'Klamath', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24747, 'Knightsen', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24748, 'La Canada Flintridge', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24749, 'La Crescenta-montrose', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24750, 'Ladera Heights', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24751, 'Lafayette', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24752, 'Laguna', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24753, 'Laguna Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24754, 'Laguna Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24755, 'Laguna Niguel', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24756, 'Laguna West-lakeside', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24757, 'Laguna Woods', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24758, 'Lagunitas-forest Knolls', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24759, 'La Habra', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24760, 'La Habra Heights', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24761, 'Lake Almanor Country Club', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24762, 'Lake Almanor Peninsula', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24763, 'Lake Almanor West', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24764, 'Lake Arrowhead', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24765, 'Lake Davis', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24766, 'Lake Elsinore', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24767, 'Lake Forest', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24768, 'Lakehead-lakeshore', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24769, 'Lake Isabella', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24770, 'Lakeland Village', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24771, 'Lake Los Angeles', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24772, 'Lake Nacimiento', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24773, 'Lake Of The Pines', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24774, 'Lake Of The Woods', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24775, 'Lakeport', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24776, 'Lake San Marcos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24777, 'Lakeside', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24778, 'Lakeview', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24779, 'Lake Wildwood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24780, 'Lakewood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24781, 'La Mesa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24782, 'La Mirada', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24783, 'Lamont', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24784, 'Lanare', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24785, 'Lancaster', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24786, 'La Palma', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24787, 'La Porte', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24788, 'La Presa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24789, 'La Puente', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24790, 'La Quinta', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24791, 'La Riviera', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24792, 'Larkfield-wikiup', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24793, 'Larkspur', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24794, 'Las Flores', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24795, 'Las Lomas', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24796, 'Lathrop', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24797, 'Laton', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24798, 'La Verne', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24799, 'Lawndale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24800, 'Laytonville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24801, 'Lebec', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24802, 'Le Grand', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24803, 'Lemon Cove', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24804, 'Lemon Grove', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24805, 'Lemoore', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24806, 'Lemoore Station', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24807, 'Lennox', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24808, 'Lenwood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24809, 'Lewiston', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24810, 'Lexington Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24811, 'Lincoln', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24812, 'Lincoln Village', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24813, 'Linda', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24814, 'Linden', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24815, 'Lindsay', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(24816, 'Little Grass Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24817, 'Littlerock', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24818, 'Live Oak', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24819, 'Livermore', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24820, 'Livingston', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24821, 'Lockeford', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24822, 'Lodi', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24823, 'Loma Linda', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24824, 'Loma Rica', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24825, 'Lomita', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24826, 'Lompoc', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24827, 'London', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24828, 'Lone Pine', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24829, 'Long Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24830, 'Loomis', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24831, 'Los Alamitos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24832, 'Los Alamos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24833, 'Los Altos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24834, 'Los Altos Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24835, 'Los Angeles', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24836, 'Los Banos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24837, 'Los Gatos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24838, 'Los Molinos', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24839, 'Lost Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24840, 'Lower Lake', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24841, 'Loyalton', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24842, 'Loyola', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24843, 'Lucas Valley-marinwood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24844, 'Lucerne', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24845, 'Lynwood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24846, 'Mcarthur', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24847, 'Mccloud', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24848, 'Macdoel', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24849, 'Mcfarland', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24850, 'Mckinleyville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24851, 'Mckittrick', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24852, 'Madera', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24853, 'Madera Acres', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24854, 'Magalia', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24855, 'Malibu', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24856, 'Mammoth Lakes', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24857, 'Manhattan Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24858, 'Manteca', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24859, 'Manton', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24860, 'March Afb', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24861, 'Maricopa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24862, 'Marina', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24863, 'Marina Del Rey', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24864, 'Mariposa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24865, 'Markleeville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24866, 'Martinez', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24867, 'Marysville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24868, 'Mayflower Village', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24869, 'Maywood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24870, 'Meadow Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24871, 'Meadow Vista', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24872, 'Mecca', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24873, 'Meiners Oaks', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24874, 'Mendocino', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24875, 'Mendota', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24876, 'Menlo Park', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24877, 'Mentone', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24878, 'Merced', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24879, 'Mesa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24880, 'Mesa Vista', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24881, 'Mettler', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24882, 'Middletown', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24883, 'Millbrae', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24884, 'Mill Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24885, 'Millville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24886, 'Milpitas', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24887, 'Mineral', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24888, 'Mira Loma', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24889, 'Mira Monte', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24890, 'Mission Canyon', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24891, 'Mission Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24892, 'Mission Viejo', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24893, 'Mi-wuk Village', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24894, 'Modesto', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24895, 'Mohawk Vista', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24896, 'Mojave', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24897, 'Mokelumne Hill', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24898, 'Mono Vista', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24899, 'Monrovia', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24900, 'Montague', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24901, 'Montara', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24902, 'Montclair', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24903, 'Montebello', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24904, 'Montecito', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24905, 'Monterey', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24906, 'Monterey Park', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24907, 'Monte Rio', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24908, 'Monte Sereno', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24909, 'Montgomery Creek', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24910, 'Moorpark', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24911, 'Morada', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24912, 'Moraga', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24913, 'Moreno Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24914, 'Morgan Hill', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24915, 'Morongo Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24916, 'Morro Bay', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24917, 'Moss Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24918, 'Moss Landing', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24919, 'Mountain Mesa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24920, 'Mountain Ranch', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24921, 'Mountain View', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24922, 'Mountain View Acres', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24923, 'Mount Hebron', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24924, 'Mount Shasta', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24925, 'Muir Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24926, 'Murphys', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24927, 'Murrieta', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24928, 'Murrieta Hot Springs', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24929, 'Muscoy', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24930, 'Myrtletown', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24931, 'Napa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24932, 'National City', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24933, 'Nebo Center', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24934, 'Needles', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24935, 'Nevada City', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24936, 'Newark', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24937, 'Newman', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:43'),
(24938, 'Newport Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24939, 'Newport Coast', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24940, 'Nice', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24941, 'Niland', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24942, 'Nipomo', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24943, 'Norco', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24944, 'North Auburn', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24945, 'North Edwards', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24946, 'North El Monte', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24947, 'North Fair Oaks', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24948, 'North Highlands', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24949, 'North Lakeport', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24950, 'North Woodbridge', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24951, 'Norwalk', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24952, 'Novato', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24953, 'Nuevo', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24954, 'Oakdale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24955, 'Oakhurst', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24956, 'Oakland', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24957, 'Oakley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24958, 'Oak Park', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24959, 'Oak View', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24960, 'Occidental', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24961, 'Oceano', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24962, 'Oceanside', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24963, 'Ocotillo', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24964, 'Oildale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24965, 'Ojai', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24966, 'Olancha', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24967, 'Olivehurst', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24968, 'Ontario', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24969, 'Onyx', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24970, 'Opal Cliffs', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24971, 'Orange', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24972, 'Orange Cove', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24973, 'Orangevale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24974, 'Orcutt', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24975, 'Orinda', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24976, 'Orland', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24977, 'Orosi', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24978, 'Oroville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24979, 'Oroville East', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24980, 'Oxnard', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24981, 'Pacheco', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24982, 'Pacifica', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24983, 'Pacific Grove', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24984, 'Pajaro', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24985, 'Palermo', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24986, 'Palmdale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24987, 'Palm Desert', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24988, 'Palm Springs', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24989, 'Palo Alto', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24990, 'Palo Cedro', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24991, 'Palos Verdes Estates', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24992, 'Palo Verde', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24993, 'Paradise', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24994, 'Paramount', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24995, 'Parksdale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24996, 'Parkway-south Sacramento', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24997, 'Parkwood', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24998, 'Parlier', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(24999, 'Pasadena', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25000, 'Patterson', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25001, 'Paxton', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25002, 'Pearsonville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25003, 'Pedley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25004, 'Penn Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25005, 'Perris', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25006, 'Petaluma', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25007, 'Phoenix Lake-cedar Ridge', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25008, 'Pico Rivera', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25009, 'Piedmont', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25010, 'Pine Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25011, 'Pine Mountain Club', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25012, 'Pine Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25013, 'Pinole', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25014, 'Piru', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25015, 'Pismo Beach', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25016, 'Pittsburg', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25017, 'Pixley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25018, 'Placentia', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25019, 'Placerville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25020, 'Planada', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25021, 'Pleasant Hill', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25022, 'Pleasanton', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25023, 'Plumas Eureka', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25024, 'Plymouth', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25025, 'Point Arena', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25026, 'Point Reyes Station', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25027, 'Pollock Pines', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25028, 'Pomona', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25029, 'Poplar-cotton Center', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25030, 'Port Costa', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25031, 'Porterville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25032, 'Port Hueneme', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25033, 'Portola', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25034, 'Portola Hills', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25035, 'Portola Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25036, 'Poway', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25037, 'Prattville', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25038, 'Prunedale', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25039, 'Quail Valley', 3830, 233, 1, '2019-01-24 20:59:39', '2019-01-24 21:03:44'),
(25040, 'Quartz Hill', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25041, 'Quincy', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25042, 'Rail Road Flat', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25043, 'Rainbow', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25044, 'Raisin City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25045, 'Ramona', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25046, 'Rancho Calaveras', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25047, 'Rancho Cordova', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25048, 'Rancho Cucamonga', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25049, 'Rancho Mirage', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25050, 'Rancho Murieta', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25051, 'Rancho Palos Verdes', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25052, 'Rancho San Diego', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25053, 'Rancho Santa Fe', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25054, 'Rancho Santa Margarita', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25055, 'Rancho Tehama Reserve', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25056, 'Randsburg', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25057, 'Red Bluff', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25058, 'Redding', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25059, 'Redlands', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25060, 'Redondo Beach', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25061, 'Redway', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25062, 'Redwood City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25063, 'Reedley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25064, 'Rialto', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25065, 'Richgrove', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25066, 'Richmond', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25067, 'Ridgecrest', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25068, 'Ridgemark', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25069, 'Rio Dell', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25070, 'Rio Del Mar', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25071, 'Rio Linda', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25072, 'Rio Vista', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25073, 'Ripon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25074, 'Riverbank', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25075, 'Riverdale', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25076, 'Riverdale Park', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25077, 'Riverside', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25078, 'Rocklin', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25079, 'Rodeo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25080, 'Rohnert Park', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25081, 'Rolling Hills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25082, 'Rolling Hills Estates', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25083, 'Rollingwood', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25084, 'Romoland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25085, 'Rosamond', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25086, 'Rosedale', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25087, 'Roseland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25088, 'Rosemead', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25089, 'Rosemont', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25090, 'Roseville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25091, 'Ross', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25092, 'Rossmoor', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25093, 'Round Mountain', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25094, 'Round Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25095, 'Rowland Heights', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25096, 'Rubidoux', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25097, 'Running Springs', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25098, 'Sacramento', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25099, 'St. Helena', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25100, 'Salida', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25101, 'Salinas', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25102, 'Salton City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25103, 'Salton Sea Beach', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25104, 'San Andreas', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25105, 'San Anselmo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25106, 'San Antonio Heights', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25107, 'San Ardo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25108, 'San Bernardino', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25109, 'San Bruno', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25110, 'San Buenaventura (ventura)', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25111, 'San Carlos', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25112, 'San Clemente', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25113, 'Sand City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25114, 'San Diego', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25115, 'San Diego Country Estates', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25116, 'San Dimas', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25117, 'San Fernando', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25118, 'San Francisco', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25119, 'San Gabriel', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25120, 'Sanger', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25121, 'San Geronimo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25122, 'San Jacinto', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25123, 'San Joaquin', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25124, 'San Joaquin Hills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25125, 'San Jose', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25126, 'San Juan Bautista', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25127, 'San Juan Capistrano', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25128, 'San Leandro', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25129, 'San Lorenzo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25130, 'San Lucas', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25131, 'San Luis Obispo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25132, 'San Marcos', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25133, 'San Marino', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25134, 'San Martin', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25135, 'San Mateo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25136, 'San Miguel', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25137, 'San Pablo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25138, 'San Rafael', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25139, 'San Ramon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25140, 'Santa Ana', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25141, 'Santa Barbara', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25142, 'Santa Clara', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25143, 'Santa Clarita', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25144, 'Santa Cruz', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25145, 'Santa Fe Springs', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25146, 'Santa Maria', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25147, 'Santa Monica', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25148, 'Santa Paula', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25149, 'Santa Rosa', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25150, 'Santa Venetia', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25151, 'Santa Ynez', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25152, 'Santee', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25153, 'Saratoga', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25154, 'Sausalito', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25155, 'Scotts Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25156, 'Seal Beach', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25157, 'Searles Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25158, 'Seaside', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25159, 'Sebastopol', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25160, 'Sedco Hills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25161, 'Seeley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25162, 'Selma', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25163, 'Seven Trees', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25164, 'Shackelford', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25165, 'Shafter', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25166, 'Shandon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25167, 'Shasta Lake', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25168, 'Shaver Lake', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25169, 'Shingle Springs', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25170, 'Shingletown', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25171, 'Shoshone', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25172, 'Sierra Madre', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25173, 'Signal Hill', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25174, 'Simi Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25175, 'Solana Beach', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25176, 'Soledad', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25177, 'Solvang', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25178, 'Sonoma', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25179, 'Sonora', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25180, 'Soquel', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25181, 'Soulsbyville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25182, 'South Dos Palos', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25183, 'South El Monte', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25184, 'South Gate', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25185, 'South Lake Tahoe', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25186, 'South Oroville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25187, 'South Pasadena', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25188, 'South San Francisco', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25189, 'South San Gabriel', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25190, 'South San Jose Hills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25191, 'South Taft', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25192, 'South Whittier', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25193, 'South Woodbridge', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25194, 'South Yuba City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25195, 'Spreckels', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25196, 'Spring Garden', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25197, 'Spring Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25198, 'Springville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25199, 'Squaw Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25200, 'Squirrel Mountain Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25201, 'Stallion Springs', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25202, 'Stanford', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25203, 'Stanton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25204, 'Stinson Beach', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25205, 'Stockton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25206, 'Storrie', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25207, 'Stratford', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25208, 'Strathmore', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25209, 'Strawberry', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25210, 'Suisun City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25211, 'Summerland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25212, 'Sun City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25213, 'Sunnyside-tahoe City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25214, 'Sunnyslope', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25215, 'Sunnyvale', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25216, 'Sunol', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25217, 'Sunol-midtown', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25218, 'Susanville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25219, 'Sutter', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25220, 'Sutter Creek', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25221, 'Taft', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25222, 'Taft Heights', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25223, 'Taft Mosswood', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25224, 'Tahoe Vista', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25225, 'Talmage', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25226, 'Tamalpais-homestead Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25227, 'Tara Hills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25228, 'Taylorsville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25229, 'Tecopa', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:44'),
(25230, 'Tehachapi', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25231, 'Tehama', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25232, 'Temecula', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25233, 'Temelec', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25234, 'Temple City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25235, 'Templeton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25236, 'Tennant', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25237, 'Terra Bella', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25238, 'Thermalito', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25239, 'Thousand Oaks', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25240, 'Thousand Palms', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25241, 'Three Rivers', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25242, 'Tiburon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25243, 'Tierra Buena', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25244, 'Tipton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25245, 'Tobin', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25246, 'Tomales', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25247, 'Toro Canyon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25248, 'Torrance', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25249, 'Tracy', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25250, 'Tranquillity', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25251, 'Traver', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25252, 'Trinidad', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25253, 'Truckee', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25254, 'Tulare', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25255, 'Tulelake', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25256, 'Tuolumne City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25257, 'Tupman', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25258, 'Turlock', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25259, 'Tustin', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25260, 'Tustin Foothills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25261, 'Twain', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25262, 'Twain Harte', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25263, 'Twentynine Palms', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25264, 'Twentynine Palms Base', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25265, 'Twin Lakes', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25266, 'Ukiah', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25267, 'Union City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25268, 'Upland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25269, 'Upper Lake', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25270, 'Vacaville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25271, 'Valinda', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25272, 'Vallecito', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25273, 'Vallejo', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25274, 'Valle Vista', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25275, 'Valley Acres', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25276, 'Valley Center', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25277, 'Valley Ranch', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25278, 'Valley Springs', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25279, 'Val Verde', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25280, 'Vandenberg Afb', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25281, 'Vandenberg Village', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25282, 'Vernon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25283, 'Victorville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25284, 'View Park-windsor Hills', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25285, 'Villa Park', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25286, 'Vincent', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25287, 'Vine Hill', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25288, 'Vineyard', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25289, 'Visalia', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25290, 'Vista', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25291, 'Waldon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25292, 'Wallace', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25293, 'Walnut', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25294, 'Walnut Creek', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25295, 'Walnut Grove', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25296, 'Walnut Park', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25297, 'Wasco', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25298, 'Waterford', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25299, 'Watsonville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25300, 'Weaverville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25301, 'Weed', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25302, 'Weedpatch', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25303, 'Weldon', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25304, 'West Athens', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25305, 'West Bishop', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25306, 'West Carson', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25307, 'West Compton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25308, 'West Covina', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25309, 'Westhaven-moonstone', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25310, 'West Hollywood', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25311, 'Westlake Village', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25312, 'Westley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25313, 'West Menlo Park', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25314, 'Westminster', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25315, 'West Modesto', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25316, 'Westmont', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25317, 'Westmorland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25318, 'West Point', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25319, 'West Puente Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25320, 'West Sacramento', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25321, 'West Whittier-los Nietos', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25322, 'Westwood', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25323, 'Wheatland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25324, 'Whitehawk', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25325, 'Whittier', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25326, 'Wildomar', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25327, 'Wilkerson', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25328, 'Williams', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25329, 'Willits', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25330, 'Willowbrook', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25331, 'Willow Creek', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25332, 'Willows', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25333, 'Wilton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25334, 'Winchester', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25335, 'Windsor', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25336, 'Winter Gardens', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25337, 'Winterhaven', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25338, 'Winters', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25339, 'Winton', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25340, 'Wofford Heights', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25341, 'Woodacre', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25342, 'Woodcrest', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25343, 'Woodlake', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25344, 'Woodland', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25345, 'Woodside', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25346, 'Woodville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25347, 'Wrightwood', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25348, 'Yorba Linda', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25349, 'Yosemite Lakes', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25350, 'Yosemite Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25351, 'Yountville', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25352, 'Yreka', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25353, 'Yuba City', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25354, 'Yucaipa', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25355, 'Yucca Valley', 3830, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25356, 'Acres Green', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25357, 'Aguilar', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25358, 'Air Force Academy', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25359, 'Akron', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25360, 'Alamosa', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25361, 'Alamosa East', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25362, 'Allenspark', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25363, 'Alma', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25364, 'Antonito', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25365, 'Applewood', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25366, 'Arboles', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25367, 'Aristocrat Ranchettes', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25368, 'Arriba', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25369, 'Arvada', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25370, 'Aspen', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25371, 'Aspen Park', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25372, 'Atwood', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25373, 'Ault', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25374, 'Aurora', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25375, 'Avon', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25376, 'Avondale', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25377, 'Basalt', 3832, 233, 1, '2019-01-24 20:59:40', '2019-01-24 21:03:45'),
(25378, 'Battlement Mesa', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25379, 'Bayfield', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25380, 'Bennett', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25381, 'Berkley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25382, 'Berthoud', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25383, 'Bethune', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25384, 'Beulah Valley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25385, 'Black Forest', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25386, 'Black Hawk', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25387, 'Blanca', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25388, 'Blue River', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25389, 'Bonanza', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25390, 'Boone', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25391, 'Boulder', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25392, 'Bow Mar', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25393, 'Branson', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25394, 'Breckenridge', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25395, 'Brighton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25396, 'Brookside', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25397, 'Broomfield', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25398, 'Brush', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25399, 'Buena Vista', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25400, 'Burlington', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25401, 'Byers', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25402, 'Calhan', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25403, 'Campion', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25404, 'Campo', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25405, 'Canon City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25406, 'Carbondale', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25407, 'Carriage Club', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25408, 'Cascade-chipita Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25409, 'Castle Pines', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25410, 'Castle Rock', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25411, 'Castlewood', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25412, 'Cedaredge', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25413, 'Center', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25414, 'Central City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25415, 'Cheraw', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25416, 'Cherry Hills Village', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25417, 'Cheyenne Wells', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25418, 'Cimarron Hills', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25419, 'Clifton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25420, 'Coal Creek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25421, 'Cokedale', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25422, 'Collbran', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25423, 'Colorado City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25424, 'Colorado Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25425, 'Columbine', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25426, 'Columbine Valley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25427, 'Commerce City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25428, 'Cortez', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25429, 'Cottonwood', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25430, 'Craig', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(25431, 'Crawford', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25432, 'Creede', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25433, 'Crested Butte', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25434, 'Crestone', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25435, 'Cripple Creek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25436, 'Crook', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25437, 'Crowley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25438, 'Dacono', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25439, 'De Beque', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25440, 'Deer Trail', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25441, 'Del Norte', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25442, 'Delta', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25443, 'Denver', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25444, 'Derby', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25445, 'Dillon', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25446, 'Dinosaur', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25447, 'Dolores', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25448, 'Dove Creek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25449, 'Downieville-lawson-dumont', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25450, 'Durango', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25451, 'Eads', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25452, 'Eagle', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25453, 'Eagle-vail', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25454, 'East Pleasant View', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25455, 'Eaton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25456, 'Eckley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25457, 'Edgewater', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25458, 'Edwards', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25459, 'Eldora', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25460, 'Eldorado Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25461, 'Elizabeth', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25462, 'El Jebel', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25463, 'Empire', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25464, 'Englewood', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25465, 'Erie', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25466, 'Estes Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25467, 'Evans', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25468, 'Evergreen', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25469, 'Fairplay', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25470, 'Federal Heights', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25471, 'Firestone', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25472, 'Flagler', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25473, 'Fleming', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25474, 'Florence', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25475, 'Fort Carson', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25476, 'Fort Collins', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25477, 'Fort Garland', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25478, 'Fort Lupton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25479, 'Fort Morgan', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25480, 'Fountain', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25481, 'Fowler', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25482, 'Foxfield', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25483, 'Franktown', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25484, 'Fraser', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25485, 'Frederick', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25486, 'Frisco', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25487, 'Fruita', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25488, 'Fruitvale', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25489, 'Garden City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25490, 'Genesee', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25491, 'Genoa', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25492, 'Georgetown', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25493, 'Gilcrest', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25494, 'Glendale', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25495, 'Gleneagle', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25496, 'Glenwood Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25497, 'Golden', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25498, 'Gold Hill', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25499, 'Granada', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25500, 'Granby', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25501, 'Grand Junction', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25502, 'Grand Lake', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25503, 'Grand View Estates', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25504, 'Greeley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25505, 'Green Mountain Falls', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25506, 'Greenwood Village', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25507, 'Grover', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25508, 'Gunbarrel', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25509, 'Gunnison', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25510, 'Gypsum', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25511, 'Hartman', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25512, 'Haswell', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25513, 'Haxtun', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25514, 'Hayden', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25515, 'Heritage Hills', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25516, 'Highlands Ranch', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25517, 'Hillrose', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25518, 'Holly', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25519, 'Holyoke', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25520, 'Hooper', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25521, 'Hotchkiss', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25522, 'Hot Sulphur Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25523, 'Hudson', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25524, 'Hugo', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25525, 'Idaho Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25526, 'Ignacio', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25527, 'Iliff', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25528, 'Indian Hills', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25529, 'Jamestown', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25530, 'Johnstown', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25531, 'Julesburg', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25532, 'Keenesburg', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25533, 'Ken Caryl', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25534, 'Kersey', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25535, 'Keystone', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25536, 'Kim', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25537, 'Kiowa', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25538, 'Kit Carson', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25539, 'Kittredge', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25540, 'Kremmling', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25541, 'Lafayette', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25542, 'La Jara', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25543, 'La Junta', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25544, 'Lake City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25545, 'Lakeside', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25546, 'Lakewood', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25547, 'Lamar', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25548, 'Laporte', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25549, 'Larkspur', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25550, 'La Salle', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25551, 'Las Animas', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25552, 'La Veta', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25553, 'Leadville', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25554, 'Leadville North', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25555, 'Limon', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25556, 'Lincoln Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25557, 'Littleton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25558, 'Lochbuie', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25559, 'Loghill Village', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25560, 'Log Lane Village', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25561, 'Lone Tree', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25562, 'Longmont', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25563, 'Louisville', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25564, 'Louviers', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25565, 'Loveland', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25566, 'Lyons', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25567, 'Manassa', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25568, 'Mancos', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25569, 'Manitou Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25570, 'Manzanola', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25571, 'Marble', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25572, 'Mead', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25573, 'Meeker', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25574, 'Meridian', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25575, 'Merino', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25576, 'Milliken', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25577, 'Minturn', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25578, 'Moffat', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25579, 'Monte Vista', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25580, 'Montezuma', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25581, 'Montrose', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25582, 'Monument', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25583, 'Morrison', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25584, 'Mountain View', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25585, 'Mountain Village', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25586, 'Mount Crested Butte', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25587, 'Naturita', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25588, 'Nederland', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25589, 'New Castle', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25590, 'Niwot', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25591, 'Northglenn', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25592, 'North Washington', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25593, 'Norwood', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25594, 'Nucla', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25595, 'Nunn', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25596, 'Oak Creek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25597, 'Olathe', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25598, 'Olney Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25599, 'Ophir', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:45'),
(25600, 'Orchard City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25601, 'Orchard Mesa', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25602, 'Ordway', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25603, 'Otis', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25604, 'Ouray', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25605, 'Ovid', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25606, 'Padroni', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25607, 'Pagosa Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25608, 'Palisade', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25609, 'Palmer Lake', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25610, 'Paoli', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25611, 'Paonia', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25612, 'Parachute', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25613, 'Parker', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25614, 'Peetz', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25615, 'Penrose', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25616, 'Perry Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25617, 'Pierce', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25618, 'Pitkin', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25619, 'Platteville', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25620, 'Poncha Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25621, 'Ponderosa Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25622, 'Pritchett', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25623, 'Pueblo', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25624, 'Pueblo West', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25625, 'Ramah', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25626, 'Rangely', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25627, 'Raymer', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25628, 'Red Cliff', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25629, 'Red Feather Lakes', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25630, 'Redlands', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25631, 'Rico', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25632, 'Ridgway', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25633, 'Rifle', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25634, 'Rockvale', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25635, 'Rocky Ford', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25636, 'Romeo', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25637, 'Roxborough Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25638, 'Rye', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25639, 'Saguache', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25640, 'St. Marys', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25641, 'Salida', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25642, 'Salt Creek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25643, 'Sanford', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25644, 'San Luis', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25645, 'Sawpit', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25646, 'Security-widefield', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25647, 'Sedalia', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25648, 'Sedgwick', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25649, 'Seibert', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25650, 'Severance', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25651, 'Sheridan', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25652, 'Sheridan Lake', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25653, 'Sherrelwood', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25654, 'Silt', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25655, 'Silver Cliff', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25656, 'Silver Plume', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25657, 'Silverthorne', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25658, 'Silverton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25659, 'Simla', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25660, 'Snowmass Village', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25661, 'South Fork', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25662, 'Southglenn', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25663, 'Springfield', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25664, 'Starkville', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25665, 'Steamboat Springs', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25666, 'Sterling', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25667, 'Stonegate', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25668, 'Strasburg', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25669, 'Stratmoor', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25670, 'Stratton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25671, 'Sugar City', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25672, 'Superior', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25673, 'Swink', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25674, 'Tabernash', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25675, 'Telluride', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25676, 'The Pinery', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25677, 'Thornton', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25678, 'Timnath', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25679, 'Todd Creek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25680, 'Towaoc', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25681, 'Trinidad', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25682, 'Twin Lakes', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25683, 'Two Buttes', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25684, 'Vail', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25685, 'Victor', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25686, 'Vilas', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25687, 'Vona', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25688, 'Walden', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25689, 'Walsenburg', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25690, 'Walsh', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25691, 'Ward', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25692, 'Welby', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25693, 'Wellington', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25694, 'Westcliffe', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25695, 'Westcreek', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25696, 'Westminster', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25697, 'West Pleasant View', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25698, 'Wheat Ridge', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25699, 'Wiggins', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25700, 'Wiley', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25701, 'Williamsburg', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25702, 'Windsor', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25703, 'Winter Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25704, 'Woodland Park', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25705, 'Woodmoor', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25706, 'Wray', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25707, 'Yampa', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25708, 'Yuma', 3832, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25709, 'Ansonia', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25710, 'Bantam', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25711, 'Bethel', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25712, 'Bethlehem Village', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25713, 'Blue Hills', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25714, 'Branford Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25715, 'Bridgeport', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25716, 'Bristol', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25717, 'Broad Brook', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25718, 'Canaan', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25719, 'Canton Valley', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25720, 'Central Manchester', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25721, 'Central Somers', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25722, 'Central Waterford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25723, 'Cheshire Village', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25724, 'Chester Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25725, 'Clinton', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25726, 'Collinsville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25727, 'Conning Towers-nautilus Park', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25728, 'Coventry Lake', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25729, 'Crystal Lake', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25730, 'Danbury', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25731, 'Danielson', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25732, 'Darien', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25733, 'Deep River Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25734, 'Derby', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25735, 'Durham', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25736, 'East Brooklyn', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25737, 'East Hampton', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25738, 'East Hartford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25739, 'East Haven', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25740, 'Essex Village', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25741, 'Fenwick', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25742, 'Georgetown', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25743, 'Glastonbury Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25744, 'Groton', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25745, 'Groton Long Point', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25746, 'Guilford Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25747, 'Hartford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25748, 'Hazardville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25749, 'Heritage Village', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25750, 'Higganum', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25751, 'Jewett City', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25752, 'Kensington', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25753, 'Lake Pocotopaug', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25754, 'Litchfield', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25755, 'Long Hill', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25756, 'Madison Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25757, 'Mansfield Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25758, 'Meriden', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25759, 'Middletown', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25760, 'Milford City', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25761, 'Moodus', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25762, 'Moosup', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25763, 'Mystic', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25764, 'Naugatuck', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25765, 'New Britain', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25766, 'New Hartford Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25767, 'New Haven', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25768, 'Newington', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25769, 'New London', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25770, 'New Milford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25771, 'New Preston', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25772, 'Newtown', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25773, 'Niantic', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25774, 'Noank', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25775, 'North Granby', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25776, 'North Grosvenor Dale', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25777, 'North Haven', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25778, 'Northwest Harwinton', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25779, 'Norwalk', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25780, 'Norwich', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25781, 'Oakville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25782, 'Old Mystic', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25783, 'Old Saybrook Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25784, 'Orange', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25785, 'Oxoboxo River', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25786, 'Pawcatuck', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25787, 'Plainfield Village', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25788, 'Poquonock Bridge', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25789, 'Portland', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25790, 'Putnam District', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25791, 'Quinebaug', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25792, 'Ridgefield', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25793, 'Rockville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25794, 'Salmon Brook', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25795, 'Saybrook Manor', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25796, 'Shelton', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25797, 'Sherwood Manor', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25798, 'Simsbury Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25799, 'South Coventry', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25800, 'South Windham', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25801, 'Southwood Acres', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25802, 'South Woodstock', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25803, 'Stamford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25804, 'Stonington', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25805, 'Storrs', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25806, 'Stratford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25807, 'Suffield Depot', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25808, 'Tariffville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25809, 'Terramuggus', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25810, 'Terryville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25811, 'Thompsonville', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25812, 'Torrington', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25813, 'Trumbull', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25814, 'Wallingford Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25815, 'Waterbury', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25816, 'Wauregan', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25817, 'Weatogue', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25818, 'Westbrook Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25819, 'West Hartford', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25820, 'West Haven', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25821, 'Westport', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25822, 'West Simsbury', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25823, 'Wethersfield', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25824, 'Willimantic', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25825, 'Windsor Locks', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25826, 'Winsted', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25827, 'Woodbury Center', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25828, 'Woodmont', 3833, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25829, 'Arden', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25830, 'Ardencroft', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25831, 'Ardentown', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25832, 'Bear', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25833, 'Bellefonte', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25834, 'Bethany', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25835, 'Beach', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25836, 'Bethel', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25837, 'Blades', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25838, 'Bowers', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25839, 'Bridgeville', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25840, 'Brookside', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25841, 'Camden', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25842, 'Cheswold', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25843, 'Claymont', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25844, 'Clayton', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25845, 'Dagsboro', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25846, 'Delaware City', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25847, 'Delmar', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25848, 'Dewey Beach', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25849, 'Dover', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25850, 'Dover Base Housing', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25851, 'Edgemoor', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25852, 'Ellendale', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25853, 'Elsmere', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25854, 'Farmington', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25855, 'Felton', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25856, 'Fenwick Island', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25857, 'Frankford', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25858, 'Frederica', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25859, 'Georgetown', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25860, 'Glasgow', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25861, 'Greenville', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25862, 'Greenwood', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25863, 'Harrington', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25864, 'Hartly', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25865, 'Henlopen Acres', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25866, 'Highland Acres', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25867, 'Hockessin', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25868, 'Houston', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25869, 'Kent Acres', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25870, 'Kenton', 3834, 233, 1, '2019-01-24 20:59:41', '2019-01-24 21:03:46'),
(25871, 'Laurel', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25872, 'Leipsic', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25873, 'Lewes', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25874, 'Little Creek', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25875, 'Long Neck', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25876, 'Magnolia', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25877, 'Middletown', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25878, 'Milford', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25879, 'Millsboro', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25880, 'Millville', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25881, 'Milton', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25882, 'Newark', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25883, 'New Castle', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25884, 'Newport', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25885, 'North Star', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25886, 'Ocean View', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25887, 'Odessa', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25888, 'Pike Creek', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25889, 'Rehoboth Beach', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25890, 'Rising Sun-lebanon', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25891, 'Riverview', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25892, 'Rodney Village', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25893, 'Seaford', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25894, 'Selbyville', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25895, 'Slaughter Beach', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25896, 'Smyrna', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25897, 'South Bethany', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25898, 'Townsend', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25899, 'Viola', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25900, 'Wilmington', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25901, 'Wilmington Manor', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25902, 'Woodside', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25903, 'Woodside East', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25904, 'Wyoming', 3834, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25905, 'Washington', 3835, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25906, 'Fsm', 4022, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25907, 'Alachua', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25908, 'Alford', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25909, 'Altamonte Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25910, 'Altha', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25911, 'Altoona', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25912, 'Alva', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25913, 'Andover', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25914, 'Andrews', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25915, 'Anna Maria', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25916, 'Apalachicola', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25917, 'Apollo Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25918, 'Apopka', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25919, 'Arcadia', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25920, 'Archer', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25921, 'Asbury Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25922, 'Astatula', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25923, 'Astor', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25924, 'Atlantic Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25925, 'Atlantis', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25926, 'Auburndale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25927, 'Aventura', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25928, 'Avon Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25929, 'Azalea Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25930, 'Babson Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25931, 'Bagdad', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25932, 'Baldwin', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25933, 'Bal Harbour', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25934, 'Bartow', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25935, 'Bascom', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25936, 'Bay Harbor Islands', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25937, 'Bay Hill', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25938, 'Bay Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25939, 'Bayonet Point', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25940, 'Bay Pines', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25941, 'Bayport', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25942, 'Bayshore Gardens', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25943, 'Beacon Square', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25944, 'Bee Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25945, 'Bell', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25946, 'Bellair-meadowbrook Terrace', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25947, 'Belleair', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25948, 'Belleair Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25949, 'Belleair Bluffs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25950, 'Belleair Shore', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25951, 'Belle Glade', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25952, 'Belle Glade Camp', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25953, 'Belle Isle', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25954, 'Belleview', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25955, 'Bellview', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25956, 'Beverly Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25957, 'Beverly Hills', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25958, 'Big Coppitt Key', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25959, 'Big Pine Key', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25960, 'Biscayne Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25961, 'Bithlo', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25962, 'Black Diamond', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25963, 'Bloomingdale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25964, 'Blountstown', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25965, 'Boca Del Mar', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25966, 'Boca Pointe', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25967, 'Boca Raton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25968, 'Bokeelia', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25969, 'Bonifay', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25970, 'Bonita Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25971, 'Bonnie Lock-woodsetter North', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25972, 'Boulevard Gardens', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25973, 'Bowling Green', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25974, 'Boyette', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25975, 'Boynton Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25976, 'Bradenton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25977, 'Bradenton Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25978, 'Brandon', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25979, 'Branford', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25980, 'Brent', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25981, 'Briny Breezes', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25982, 'Bristol', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25983, 'Broadview Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25984, 'Broadview-pompano Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25985, 'Bronson', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25986, 'Brooker', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25987, 'Brookridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25988, 'Brooksville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25989, 'Broward Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25990, 'Brownsville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25991, 'Buckhead Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25992, 'Buckingham', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25993, 'Bunche Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25994, 'Bunnell', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25995, 'Burnt Store Marina', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25996, 'Bushnell', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:46'),
(25997, 'Butler Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(25998, 'Callahan', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(25999, 'Callaway', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26000, 'Campbell', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26001, 'Campbellton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26002, 'Canal Point', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26003, 'Cape Canaveral', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26004, 'Cape Coral', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26005, 'Captiva', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26006, 'Carol City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26007, 'Carrabelle', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26008, 'Carver Ranches', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26009, 'Caryville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26010, 'Casselberry', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26011, 'Cedar Grove', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26012, 'Cedar Key', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26013, 'Celebration', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26014, 'Center Hill', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26015, 'Century', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26016, 'Century Village', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26017, 'Chambers Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26018, 'Charleston Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26019, 'Charlotte Harbor', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26020, 'Charlotte Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26021, 'Chattahoochee', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26022, 'Cheval', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26023, 'Chiefland', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26024, 'Chipley', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26025, 'Chokoloskee', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26026, 'Christmas', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26027, 'Chula Vista', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26028, 'Chuluota', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26029, 'Cinco Bayou', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26030, 'Citrus Hills', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26031, 'Citrus Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26032, 'Citrus Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26033, 'Citrus Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26034, 'Clearwater', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26035, 'Clermont', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26036, 'Cleveland', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26037, 'Clewiston', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26038, 'Cloud Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26039, 'Cocoa', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26040, 'Cocoa Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26041, 'Cocoa West', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26042, 'Coconut Creek', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26043, 'Coleman', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26044, 'Collier Manor-cresthaven', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26045, 'Combee Settlement', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26046, 'Conway', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26047, 'Cooper City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26048, 'Coral Gables', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(26049, 'Coral Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26050, 'Coral Terrace', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26051, 'Cortez', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26052, 'Cottondale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26053, 'Country Club', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26054, 'Country Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26055, 'Country Walk', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26056, 'Crescent Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26057, 'Crescent City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26058, 'Crestview', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26059, 'Crooked Lake Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26060, 'Cross City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26061, 'Crystal Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26062, 'Crystal River', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26063, 'Crystal Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26064, 'Cudjoe Key', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26065, 'Cutler', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26066, 'Cutler Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26067, 'Cypress Gardens', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26068, 'Cypress Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26069, 'Cypress Lakes', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26070, 'Cypress Quarters', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26071, 'Dade City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26072, 'Dade City North', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26073, 'Dania Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26074, 'Davenport', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26075, 'Davie', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26076, 'Daytona Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26077, 'Daytona Beach Shores', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26078, 'De Bary', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26079, 'Deerfield Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26080, 'De Funiak Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26081, 'De Land', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26082, 'De Land Southwest', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26083, 'De Leon Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26084, 'Delray Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26085, 'Deltona', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26086, 'Desoto Lakes', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26087, 'Destin', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26088, 'Doctor Phillips', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26089, 'Doral', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26090, 'Dover', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26091, 'Duck Key', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26092, 'Dundee', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26093, 'Dunedin', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26094, 'Dunes Road', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26095, 'Dunnellon', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26096, 'Eagle Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26097, 'East Bronson', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26098, 'East Dunbar', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26099, 'East Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26100, 'East Lake-orient Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26101, 'East Palatka', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26102, 'East Perrine', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26103, 'Eastpoint', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26104, 'East Williston', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26105, 'Eatonville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26106, 'Ebro', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26107, 'Edgewater', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26108, 'Edgewood', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26109, 'Eglin Afb', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26110, 'Egypt Lake-leto', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26111, 'Elfers', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26112, 'Ellenton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26113, 'El Portal', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26114, 'Englewood', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26115, 'Ensley', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26116, 'Estates Of Fort Lauderdale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26117, 'Estero', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26118, 'Esto', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26119, 'Eustis', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26120, 'Everglades', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26121, 'Fairview Shores', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26122, 'Fanning Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26123, 'Feather Sound', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26124, 'Fellsmere', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26125, 'Fernandina Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26126, 'Ferndale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26127, 'Fern Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26128, 'Ferry Pass', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26129, 'Fisher Island', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26130, 'Fish Hawk', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26131, 'Five Points', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26132, 'Flagler Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26133, 'Floral City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26134, 'Florida City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26135, 'Florida Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26136, 'Forest City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26137, 'Fort Lauderdale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26138, 'Fort Meade', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26139, 'Fort Myers', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26140, 'Fort Myers Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26141, 'Fort Myers Shores', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26142, 'Fort Pierce', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26143, 'Fort Pierce North', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26144, 'Fort Pierce South', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26145, 'Fort Walton Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26146, 'Fort White', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26147, 'Fountainbleau', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26148, 'Franklin Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26149, 'Freeport', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26150, 'Fremd Village-padgett Island', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26151, 'Frostproof', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26152, 'Fruit Cove', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26153, 'Fruitland Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26154, 'Fruitville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26155, 'Fussels Corner', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26156, 'Gainesville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26157, 'Gandy', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26158, 'Gateway', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26159, 'Geneva', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26160, 'Gibsonia', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26161, 'Gibsonton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26162, 'Gifford', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26163, 'Gladeview', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26164, 'Glencoe', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26165, 'Glen Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26166, 'Glen St. Mary', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26167, 'Glenvar Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26168, 'Godfrey Road', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26169, 'Golden Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26170, 'Golden Gate', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26171, 'Golden Glades', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26172, 'Golden Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26173, 'Golden Lakes', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26174, 'Goldenrod', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26175, 'Golf', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26176, 'Gonzalez', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26177, 'Goodland', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26178, 'Gotha', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26179, 'Goulding', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26180, 'Goulds', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26181, 'Graceville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26182, 'Grand Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26183, 'Greater Carrollwood', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26184, 'Greater Northdale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26185, 'Greater Sun Center', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26186, 'Greenacres', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26187, 'Green Cove Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26188, 'Green Meadow', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26189, 'Greensboro', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26190, 'Greenville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26191, 'Greenwood', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26192, 'Gretna', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26193, 'Grove City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26194, 'Groveland', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26195, 'Gulf Breeze', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26196, 'Gulf Gate Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26197, 'Gulfport', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26198, 'Gulf Stream', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26199, 'Gun Club Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26200, 'Haines City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26201, 'Hallandale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26202, 'Hampton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26203, 'Hamptons At Boca Raton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26204, 'Harbor Bluffs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26205, 'Harbour Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26206, 'Harlem', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26207, 'Harlem Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26208, 'Hastings', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26209, 'Havana', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26210, 'Haverhill', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26211, 'Hawthorne', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26212, 'Heathrow', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26213, 'Hernando', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26214, 'Hernando Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26215, 'Hialeah', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26216, 'Hialeah Gardens', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26217, 'Highland Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26218, 'Highland City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26219, 'Highland Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26220, 'High Point', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26221, 'High Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26222, 'Hiland Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26223, 'Hillcrest Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26224, 'Hilliard', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26225, 'Hill N Dale', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26226, 'Hillsboro Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26227, 'Hillsboro Pines', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26228, 'Hillsboro Ranches', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26229, 'Hobe Sound', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26230, 'Holden Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26231, 'Holiday', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26232, 'Holly Hill', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26233, 'Hollywood', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26234, 'Holmes Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26235, 'Homestead', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26236, 'Homestead Base', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26237, 'Homosassa', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26238, 'Homosassa Springs', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26239, 'Horseshoe Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26240, 'Howey-in-the-hills', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26241, 'Hudson', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26242, 'Hunters Creek', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26243, 'Hutchinson Island South', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26244, 'Hypoluxo', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26245, 'Immokalee', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26246, 'Indialantic', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26247, 'Indian Creek', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26248, 'Indian Harbour Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26249, 'Indian River Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26250, 'Indian River Shores', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26251, 'Indian Rocks Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26252, 'Indian Shores', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26253, 'Indiantown', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26254, 'Inglis', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26255, 'Interlachen', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26256, 'Inverness', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26257, 'Inverness Highlands North', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26258, 'Inverness Highlands South', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26259, 'Inwood', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26260, 'Iona', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26261, 'Islamorada', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26262, 'Islandia', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26263, 'Istachatta', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26264, 'Ivanhoe Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26265, 'Ives Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26266, 'Jacksonville', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26267, 'Jacksonville Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26268, 'Jacob City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26269, 'Jan Phyl Village', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26270, 'Jasmine Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26271, 'Jasper', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26272, 'Jay', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26273, 'Jennings', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26274, 'Jensen Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26275, 'June Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26276, 'Juno Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26277, 'Juno Ridge', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26278, 'Jupiter', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26279, 'Jupiter Inlet Colony', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26280, 'Jupiter Island', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26281, 'Kathleen', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26282, 'Kendale Lakes', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26283, 'Kendall', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26284, 'Kendall Green', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26285, 'Kendall West', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26286, 'Kenneth City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:47'),
(26287, 'Kensington Park', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26288, 'Key Biscayne', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26289, 'Key Colony Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26290, 'Key Largo', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26291, 'Keystone', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26292, 'Keystone Heights', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26293, 'Key West', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26294, 'Kings Point', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26295, 'Kissimmee', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26296, 'Labelle', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26297, 'Lacoochee', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26298, 'La Crosse', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26299, 'Lady Lake', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26300, 'Laguna Beach', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26301, 'Lake Alfred', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26302, 'Lake Belvedere Estates', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26303, 'Lake Buena Vista', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26304, 'Lake Butler', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26305, 'Lake Butter', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26306, 'Lake City', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26307, 'Lake Clarke Shores', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26308, 'Lake Forest', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26309, 'Lake Hamilton', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26310, 'Lake Harbor', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26311, 'Lake Hart', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26312, 'Lake Helen', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26313, 'Lake Kathryn', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26314, 'Lakeland', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26315, 'Lakeland Highlands', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26316, 'Lake Lindsey', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26317, 'Lake Lorraine', 3836, 233, 1, '2019-01-24 20:59:42', '2019-01-24 21:03:48'),
(26318, 'Lake Lucerne', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26319, 'Lake Mack-forest Hills', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26320, 'Lake Magdalene', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26321, 'Lake Mary', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26322, 'Lake Panasoffkee', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26323, 'Lake Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26324, 'Lake Placid', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26325, 'Lake Sarasota', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26326, 'Lakes By The Bay', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26327, 'Lakeside', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26328, 'Lakeside Green', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26329, 'Lake Wales', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26330, 'Lakewood Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26331, 'Lake Worth', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26332, 'Lake Worth Corridor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26333, 'Land O Lakes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26334, 'Lantana', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26335, 'Largo', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26336, 'Lauderdale-by-the-sea', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26337, 'Lauderdale Lakes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26338, 'Lauderhill', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26339, 'Laurel', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26340, 'Laurel Hill', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26341, 'Lawtey', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26342, 'Layton', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26343, 'Lazy Lake', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26344, 'Lecanto', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26345, 'Lee', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26346, 'Leesburg', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26347, 'Lehigh Acres', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26348, 'Leisure City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26349, 'Leisureville', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26350, 'Lely', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26351, 'Lely Resort', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26352, 'Lighthouse Point', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26353, 'Limestone Creek', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26354, 'Lisbon', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26355, 'Live Oak', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26356, 'Loch Lomond', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26357, 'Lochmoor Waterway Estates', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26358, 'Lockhart', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26359, 'Longboat Key', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26360, 'Longwood', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26361, 'Loughman', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26362, 'Lower Grand Lagoon', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26363, 'Lutz', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26364, 'Lynn Haven', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26365, 'Macclenny', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26366, 'Mcgregor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26367, 'Mcintosh', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26368, 'Madeira Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26369, 'Madison', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26370, 'Maitland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26371, 'Malabar', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26372, 'Malone', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26373, 'Manalapan', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26374, 'Manasota Key', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26375, 'Manattee Road', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26376, 'Mango', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26377, 'Mangonia Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26378, 'Marathon', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26379, 'Marco Island', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26380, 'Margate', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26381, 'Marianna', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26382, 'Marineland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26383, 'Mary Esther', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26384, 'Masaryktown', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26385, 'Mascotte', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26386, 'Matlacha', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26387, 'Matlacha Isles-matlacha Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26388, 'Mayo', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26389, 'Meadow Woods', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26390, 'Medley', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26391, 'Medulla', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26392, 'Melbourne', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26393, 'Melbourne Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26394, 'Melbourne Village', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26395, 'Melrose Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26396, 'Memphis', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26397, 'Merritt Island', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26398, 'Mexico Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26399, 'Miami', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26400, 'Miami Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26401, 'Miami Gardens', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26402, 'Miami Lakes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26403, 'Miami Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26404, 'Miami Springs', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26405, 'Micanopy', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26406, 'Micco', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26407, 'Middleburg', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26408, 'Midway', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26409, 'Milton', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26410, 'Mims', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26411, 'Minneola', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26412, 'Miramar', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26413, 'Miramar Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26414, 'Mission Bay', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26415, 'Molino', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26416, 'Monticello', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26417, 'Montverde', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26418, 'Moore Haven', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26419, 'Mount Dora', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26420, 'Mount Plymouth', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26421, 'Mulberry', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26422, 'Myrtle Grove', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26423, 'Naples', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26424, 'Naples Manor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26425, 'Naples Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26426, 'Naranja', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26427, 'Nassau Village-ratliff', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26428, 'Neptune Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26429, 'Newberry', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26430, 'New Port Richey', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26431, 'New Port Richey East', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26432, 'New Smyrna Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26433, 'Niceville', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26434, 'Nobleton', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26435, 'Nokomis', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26436, 'Noma', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26437, 'Norland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26438, 'North Andrews Gardens', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26439, 'North Bay Village', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26440, 'North Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26441, 'North Brooksville', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26442, 'North De Land', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26443, 'North Fort Myers', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26444, 'North Key Largo', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26445, 'North Lauderdale', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26446, 'North Miami', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26447, 'North Miami Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26448, 'North Palm Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26449, 'North Port', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26450, 'North Redington Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26451, 'North River Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26452, 'North Sarasota', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26453, 'North Weeki Wachee', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26454, 'Oak Hill', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26455, 'Oakland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26456, 'Oakland Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26457, 'Oak Point', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26458, 'Oak Ridge', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26459, 'Ocala', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26460, 'Ocean Breeze Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26461, 'Ocean City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26462, 'Ocean Ridge', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26463, 'Ocoee', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26464, 'Odessa', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26465, 'Ojus', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26466, 'Okahumpka', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26467, 'Okeechobee', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26468, 'Oldsmar', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26469, 'Olga', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26470, 'Olympia Heights', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26471, 'Opa-locka', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26472, 'Opa-locka North', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26473, 'Orange City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26474, 'Orange Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26475, 'Orangetree', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26476, 'Orchid', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26477, 'Orlando', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26478, 'Orlovista', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26479, 'Ormond Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26480, 'Ormond-by-the-sea', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26481, 'Osprey', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26482, 'Otter Creek', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26483, 'Oviedo', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26484, 'Pace', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26485, 'Page Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26486, 'Pahokee', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26487, 'Paisley', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26488, 'Palatka', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26489, 'Palm Aire', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26490, 'Palm Bay', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26491, 'Palm Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26492, 'Palm Beach Gardens', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26493, 'Palm Beach Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26494, 'Palm City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26495, 'Palm Coast', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26496, 'Palmetto', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26497, 'Palmetto Estates', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26498, 'Palm Harbor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26499, 'Palmona Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26500, 'Palm River-clair Mel', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26501, 'Palm Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26502, 'Palm Springs', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26503, 'Palm Springs North', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26504, 'Palm Valley', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26505, 'Panama City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26506, 'Panama City Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26507, 'Paradise Heights', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26508, 'Parker', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26509, 'Parkland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26510, 'Paxton', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26511, 'Pebble Creek', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26512, 'Pelican Bay', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26513, 'Pembroke Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26514, 'Pembroke Pines', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26515, 'Penney Farms', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26516, 'Pensacola', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26517, 'Perry', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26518, 'Pierson', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26519, 'Pine Castle', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26520, 'Pinecrest', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26521, 'Pine Hills', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26522, 'Pine Island', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26523, 'Pine Island Center', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26524, 'Pine Island Ridge', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26525, 'Pine Lakes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26526, 'Pineland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26527, 'Pinellas Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26528, 'Pine Manor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26529, 'Pine Ridge', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26530, 'Pinewood', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:48'),
(26531, 'Pittman', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26532, 'Placid Lakes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26533, 'Plantation', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26534, 'Plantation Island', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26535, 'Plantation Mobile Home Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26536, 'Plant City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26537, 'Poinciana', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26538, 'Polk City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26539, 'Pomona Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26540, 'Pompano Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26541, 'Pompano Beach Highlands', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26542, 'Pompano Estates', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26543, 'Ponce De Leon', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26544, 'Ponce Inlet', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26545, 'Port Charlotte', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26546, 'Port La Belle', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26547, 'Port Orange', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26548, 'Port Richey', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26549, 'Port St. Joe', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26550, 'Port St. John', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26551, 'Port St. Lucie', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26552, 'Port St. Lucie-river Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26553, 'Port Salerno', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26554, 'Pretty Bayou', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26555, 'Princeton', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26556, 'Progress Village', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26557, 'Punta Gorda', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26558, 'Punta Rassa', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26559, 'Quincy', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26560, 'Raiford', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26561, 'Ramblewood East', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26562, 'Ravenswood Estates', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26563, 'Reddick', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26564, 'Redington Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26565, 'Redington Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26566, 'Richmond Heights', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26567, 'Richmond West', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26568, 'Ridgecrest', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26569, 'Ridge Manor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26570, 'Ridge Wood Heights', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26571, 'Rio', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26572, 'Riverland Village', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26573, 'Riverview', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26574, 'Riviera Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26575, 'Rock Island', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26576, 'Rockledge', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26577, 'Rolling Oaks', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26578, 'Roosevelt Gardens', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26579, 'Roseland', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26580, 'Rotonda', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26581, 'Royal Palm Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26582, 'Royal Palm Estates', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26583, 'Royal Palm Ranches', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26584, 'Ruskin', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26585, 'Safety Harbor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26586, 'St. Augustine', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26587, 'St. Augustine Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26588, 'St. Augustine Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26589, 'St. Augustine South', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26590, 'St. Cloud', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26591, 'St. George', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26592, 'St. James City', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26593, 'St. Leo', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26594, 'St. Lucie', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26595, 'St. Marks', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26596, 'St. Pete Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26597, 'St. Petersburg', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26598, 'Samoset', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26599, 'Samsula-spruce Creek', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26600, 'San Antonio', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26601, 'San Carlos Park', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26602, 'Sandalfoot Cove', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26603, 'Sanford', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26604, 'Sanibel', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26605, 'Sarasota', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26606, 'Sarasota Springs', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26607, 'Satellite Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26608, 'Sawgrass', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26609, 'Schall Circle', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26610, 'Scott Lake', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26611, 'Sea Ranch Lakes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26612, 'Sebastian', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26613, 'Sebring', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26614, 'Seffner', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26615, 'Seminole', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26616, 'Seminole Manor', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26617, 'Sewall S Point', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26618, 'Shady Hills', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26619, 'Shalimar', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26620, 'Sharpes', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26621, 'Siesta Key', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26622, 'Silver Lake', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26623, 'Silver Springs Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26624, 'Sky Lake', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26625, 'Sneads', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26626, 'Solana', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26627, 'Sopchoppy', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26628, 'Sorrento', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26629, 'South Apopka', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26630, 'South Bay', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26631, 'South Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26632, 'South Bradenton', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26633, 'South Brooksville', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26634, 'Southchase', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26635, 'South Daytona', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26636, 'Southeast Arcadia', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26637, 'Southgate', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26638, 'South Gate Ridge', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26639, 'South Highpoint', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26640, 'South Miami', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26641, 'South Miami Heights', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26642, 'South Palm Beach', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26643, 'South Pasadena', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26644, 'South Patrick Shores', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26645, 'South Sarasota', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26646, 'South Venice', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26647, 'Springfield', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26648, 'Spring Hill', 3836, 233, 1, '2019-01-24 20:59:43', '2019-01-24 21:03:49'),
(26649, 'Spring Lake', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26650, 'Stacey Street', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26651, 'Starke', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26652, 'Stock Island', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26653, 'Stuart', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(26654, 'Sugarmill Woods', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26655, 'Suncoast Estates', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26656, 'Sunny Isles Beach', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26657, 'Sunrise', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26658, 'Sunset', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26659, 'Sunshine Acres', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26660, 'Sunshine Ranches', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26661, 'Surfside', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26662, 'Sweetwater', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26663, 'Sylvan Shores', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26664, 'Taft', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26665, 'Tallahassee', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26666, 'Tamarac', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26667, 'Tamiami', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26668, 'Tampa', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26669, 'Tangelo Park', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26670, 'Tangerine', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26671, 'Tarpon Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26672, 'Tavares', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26673, 'Tavernier', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26674, 'Taylor Creek', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26675, 'Tedder', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26676, 'Temple Terrace', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26677, 'Tequesta', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26678, 'Terra Mar', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26679, 'The Crossings', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26680, 'The Hammocks', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26681, 'The Meadows', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26682, 'The Villages', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26683, 'Thonotosassa', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26684, 'Three Lakes', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26685, 'Three Oaks', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26686, 'Tice', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26687, 'Tierra Verde', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26688, 'Tildenville', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26689, 'Timber Pines', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26690, 'Titusville', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26691, 'Town N Country', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26692, 'Treasure Island', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26693, 'Trenton', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26694, 'Trinity', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26695, 'Twin Lakes', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26696, 'Tyndall Afb', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26697, 'Umatilla', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26698, 'Union Park', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26699, 'University', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26700, 'University Park', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26701, 'Upper Grand Lagoon', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26702, 'Utopia', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26703, 'Valparaiso', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26704, 'Valrico', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26705, 'Vamo', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26706, 'Venice', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26707, 'Venice Gardens', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26708, 'Vernon', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26709, 'Vero Beach', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26710, 'Vero Beach South', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26711, 'Village Park', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26712, 'Villages Of Oriole', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26713, 'Villano Beach', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26714, 'Villas', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26715, 'Vineyards', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26716, 'Virginia Gardens', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26717, 'Wabasso', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26718, 'Wabasso Beach', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26719, 'Wahneta', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26720, 'Waldo', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26721, 'Warm Mineral Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26722, 'Warrington', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26723, 'Washington Park', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26724, 'Watertown', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26725, 'Wauchula', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26726, 'Wausau', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26727, 'Waverly', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26728, 'Webster', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26729, 'Wedgefield', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26730, 'Weeki Wachee', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26731, 'Weeki Wachee Gardens', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26732, 'Wekiwa Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26733, 'Welaka', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26734, 'Wellington', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26735, 'Wesley Chapel', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26736, 'Wesley Chapel South', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26737, 'West And East Lealman', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26738, 'West Bradenton', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26739, 'Westchase', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26740, 'Westchester', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26741, 'West De Land', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26742, 'Westgate-belvedere Homes', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26743, 'West Ken-lark', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26744, 'West Little River', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26745, 'West Melbourne', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26746, 'West Miami', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26747, 'Weston', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26748, 'West Palm Beach', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26749, 'West Pensacola', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26750, 'West Perrine', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26751, 'West Samoset', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26752, 'West Vero Corridor', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26753, 'Westview', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26754, 'Westville', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26755, 'Westwood Lakes', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26756, 'Wewahitchka', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26757, 'Whiskey Creek', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26758, 'Whisper Walk', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26759, 'White City', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26760, 'White Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26761, 'Whitfield', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26762, 'Wildwood', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26763, 'Williamsburg', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26764, 'Williston', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26765, 'Williston Highlands', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26766, 'Willow Oak', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26767, 'Wilton Manors', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26768, 'Wimauma', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26769, 'Windermere', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26770, 'Winston', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26771, 'Winter Beach', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26772, 'Winter Garden', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26773, 'Winter Haven', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26774, 'Winter Park', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26775, 'Winter Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26776, 'Woodville', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26777, 'Worthington Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26778, 'Wright', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26779, 'Yalaha', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26780, 'Yankeetown', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26781, 'Yeehaw Junction', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26782, 'Yulee', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26783, 'Zellwood', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26784, 'Zephyrhills', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26785, 'Zephyrhills North', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26786, 'Zephyrhills South', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26787, 'Zephyrhills West', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26788, 'Zolfo Springs', 3836, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26789, 'Abbeville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26790, 'Acworth', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26791, 'Adairsville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26792, 'Adel', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26793, 'Adrian', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26794, 'Ailey', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26795, 'Alamo', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26796, 'Alapaha', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26797, 'Albany', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26798, 'Aldora', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26799, 'Allenhurst', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26800, 'Allentown', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26801, 'Alma', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26802, 'Alpharetta', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26803, 'Alston', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26804, 'Alto', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26805, 'Ambrose', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26806, 'Americus', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26807, 'Andersonville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26808, 'Arabi', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26809, 'Aragon', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26810, 'Arcade', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26811, 'Argyle', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26812, 'Arlington', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26813, 'Arnoldsville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26814, 'Ashburn', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26815, 'Athens-clarke County', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26816, 'Atlanta', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26817, 'Attapulgus', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26818, 'Auburn', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26819, 'Augusta-richmond County', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26820, 'Austell', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26821, 'Avalon', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26822, 'Avera', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26823, 'Avondale Estates', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26824, 'Baconton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26825, 'Bainbridge', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26826, 'Baldwin', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26827, 'Ball Ground', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26828, 'Barnesville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26829, 'Bartow', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26830, 'Barwick', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26831, 'Baxley', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26832, 'Bellville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26833, 'Belvedere Park', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26834, 'Berkeley Lake', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26835, 'Berlin', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26836, 'Bethlehem', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26837, 'Between', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26838, 'Bibb City', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26839, 'Bishop', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26840, 'Blackshear', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26841, 'Blacksville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26842, 'Blairsville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26843, 'Blakely', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26844, 'Bloomingdale', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26845, 'Blue Ridge', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26846, 'Bluffton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26847, 'Blythe', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26848, 'Bogart', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26849, 'Bonanza', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:49'),
(26850, 'Boston', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26851, 'Bostwick', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26852, 'Bowdon', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26853, 'Bowersville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26854, 'Bowman', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26855, 'Braselton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26856, 'Braswell', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26857, 'Bremen', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26858, 'Brinson', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26859, 'Bronwood', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26860, 'Brooklet', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26861, 'Brooks', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26862, 'Broxton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26863, 'Brunswick', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26864, 'Buchanan', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26865, 'Buckhead', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26866, 'Buena Vista', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26867, 'Buford', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26868, 'Butler', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26869, 'Byromville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26870, 'Byron', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26871, 'Cadwell', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26872, 'Cairo', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26873, 'Calhoun', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26874, 'Camak', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26875, 'Camilla', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26876, 'Candler-mcafee', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26877, 'Canon', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26878, 'Canton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26879, 'Carl', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26880, 'Carlton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26881, 'Carnesville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26882, 'Carrollton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26883, 'Cartersville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26884, 'Cave Spring', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26885, 'Cecil', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26886, 'Cedartown', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26887, 'Centerville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26888, 'Centralhatchee', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26889, 'Chamblee', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26890, 'Chatsworth', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26891, 'Chattanooga Valley', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26892, 'Chauncey', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26893, 'Chester', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26894, 'Chickamauga', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26895, 'Clarkesville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26896, 'Clarkston', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26897, 'Claxton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26898, 'Clayton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26899, 'Clermont', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26900, 'Cleveland', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26901, 'Climax', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26902, 'Cobbtown', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26903, 'Cochran', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26904, 'Cohutta', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26905, 'Colbert', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26906, 'Coleman', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26907, 'College Park', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26908, 'Collins', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26909, 'Colquitt', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26910, 'Columbus City', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26911, 'Comer', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26912, 'Commerce', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26913, 'Concord', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26914, 'Conley', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26915, 'Conyers', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26916, 'Coolidge', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26917, 'Cordele', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26918, 'Corinth', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26919, 'Cornelia', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26920, 'Country Club Estates', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26921, 'Covington', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26922, 'Crawford', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26923, 'Crawfordville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26924, 'Culloden', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26925, 'Cumming', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26926, 'Cusseta', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26927, 'Cuthbert', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26928, 'Dacula', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26929, 'Dahlonega', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26930, 'Daisy', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26931, 'Dallas', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26932, 'Dalton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26933, 'Damascus', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26934, 'Danielsville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26935, 'Danville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26936, 'Darien', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26937, 'Dasher', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26938, 'Davisboro', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26939, 'Dawson', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26940, 'Dawsonville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26941, 'Dearing', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26942, 'Decatur', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26943, 'Deenwood', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26944, 'Deepstep', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26945, 'Demorest', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26946, 'Denton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26947, 'De Soto', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26948, 'Dexter', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26949, 'Dillard', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26950, 'Dock Junction', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26951, 'Doerun', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26952, 'Donalsonville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26953, 'Dooling', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26954, 'Doraville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26955, 'Douglas', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26956, 'Douglasville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26957, 'Druid Hills', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26958, 'Dublin', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26959, 'Dudley', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26960, 'Duluth', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26961, 'Dunwoody', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26962, 'Du Pont', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26963, 'East Dublin', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26964, 'East Ellijay', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26965, 'East Griffin', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26966, 'Eastman', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26967, 'East Newnan', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26968, 'East Point', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26969, 'Eatonton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26970, 'Edge Hill', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26971, 'Edison', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26972, 'Elberton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26973, 'Ellaville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26974, 'Ellenton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26975, 'Ellijay', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26976, 'Emerson', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26977, 'Enigma', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26978, 'Ephesus', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26979, 'Eton', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26980, 'Euharlee', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26981, 'Evans', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26982, 'Experiment', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26983, 'Fairburn', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26984, 'Fairmount', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26985, 'Fair Oaks', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26986, 'Fairview', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26987, 'Fargo', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26988, 'Fayetteville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26989, 'Fitzgerald', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26990, 'Flemington', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26991, 'Flovilla', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26992, 'Flowery Branch', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26993, 'Folkston', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26994, 'Forest Park', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26995, 'Forsyth', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26996, 'Fort Benning South', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26997, 'Fort Gaines', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26998, 'Fort Oglethorpe', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(26999, 'Fort Stewart', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27000, 'Fort Valley', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27001, 'Franklin', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27002, 'Franklin Springs', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27003, 'Funston', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27004, 'Gainesville', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27005, 'Garden City', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27006, 'Garfield', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27007, 'Gay', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27008, 'Geneva', 3837, 233, 1, '2019-01-24 20:59:44', '2019-01-24 21:03:50'),
(27009, 'Georgetown', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27010, 'Gibson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27011, 'Gillsville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27012, 'Girard', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27013, 'Glennville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27014, 'Glenwood', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27015, 'Good Hope', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27016, 'Gordon', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27017, 'Graham', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27018, 'Grantville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27019, 'Gray', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27020, 'Grayson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27021, 'Greensboro', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27022, 'Greenville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27023, 'Gresham Park', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27024, 'Griffin', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27025, 'Grovetown', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27026, 'Gumbranch', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27027, 'Gumlog', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27028, 'Guyton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27029, 'Hagan', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27030, 'Hahira', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27031, 'Hamilton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27032, 'Hampton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27033, 'Hannahs Mill', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27034, 'Hapeville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27035, 'Haralson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27036, 'Harlem', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27037, 'Harrison', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27038, 'Hartwell', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27039, 'Hawkinsville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27040, 'Hazlehurst', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27041, 'Helen', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27042, 'Helena', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27043, 'Hephzibah', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27044, 'Hiawassee', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27045, 'Higgston', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27046, 'Hilltop', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27047, 'Hiltonia', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27048, 'Hinesville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27049, 'Hiram', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27050, 'Hoboken', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27051, 'Hogansville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27052, 'Holly Springs', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27053, 'Homeland', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27054, 'Homer', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27055, 'Homerville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27056, 'Hoschton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27057, 'Hull', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27058, 'Ideal', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27059, 'Ila', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27060, 'Indian Springs', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27061, 'Iron City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27062, 'Irondale', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27063, 'Irwinton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27064, 'Isle Of Hope', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27065, 'Ivey', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27066, 'Jackson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27067, 'Jacksonville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27068, 'Jakin', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27069, 'Jasper', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27070, 'Jefferson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27071, 'Jeffersonville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27072, 'Jenkinsburg', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27073, 'Jersey', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27074, 'Jesup', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27075, 'Jonesboro', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27076, 'Junction City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27077, 'Kennesaw', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27078, 'Keysville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27079, 'Kings Bay Base', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27080, 'Kingsland', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27081, 'Kingston', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27082, 'Kite', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27083, 'La Fayette', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27084, 'Lagrange', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27085, 'Lake City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27086, 'Lakeland', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27087, 'Lake Park', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27088, 'Lakeview', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27089, 'Lakeview Estates', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27090, 'Lavonia', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27091, 'Lawrenceville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27092, 'Leary', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27093, 'Leesburg', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27094, 'Lenox', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27095, 'Leslie', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27096, 'Lexington', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27097, 'Lilburn', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27098, 'Lilly', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27099, 'Lincoln Park', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27100, 'Lincolnton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27101, 'Lindale', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27102, 'Lithia Springs', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27103, 'Lithonia', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27104, 'Locust Grove', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27105, 'Loganville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27106, 'Lone Oak', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27107, 'Lookout Mountain', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27108, 'Louisville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27109, 'Lovejoy', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27110, 'Ludowici', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27111, 'Lula', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27112, 'Lumber City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27113, 'Lumpkin', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27114, 'Luthersville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27115, 'Lyerly', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27116, 'Lyons', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27117, 'Mableton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27118, 'Mccaysville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27119, 'Mcdonough', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27120, 'Mcintyre', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27121, 'Macon', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27122, 'Mcrae', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27123, 'Madison', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27124, 'Manassas', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27125, 'Manchester', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27126, 'Mansfield', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27127, 'Marietta', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27128, 'Marshallville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27129, 'Martin', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27130, 'Martinez', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27131, 'Maxeys', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27132, 'Maysville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27133, 'Meansville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27134, 'Meigs', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27135, 'Menlo', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27136, 'Metter', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27137, 'Midville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27138, 'Midway', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27139, 'Midway-hardwick', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27140, 'Milan', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27141, 'Milledgeville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27142, 'Millen', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27143, 'Milner', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27144, 'Mitchell', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27145, 'Molena', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27146, 'Monroe', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27147, 'Montezuma', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27148, 'Montgomery', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27149, 'Monticello', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27150, 'Montrose', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27151, 'Moody Afb', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27152, 'Moreland', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27153, 'Morgan', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27154, 'Morganton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27155, 'Morrow', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27156, 'Morven', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27157, 'Moultrie', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27158, 'Mountain City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27159, 'Mountain Park', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27160, 'Mount Airy', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27161, 'Mount Vernon', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27162, 'Mount Zion', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27163, 'Nahunta', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27164, 'Nashville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27165, 'Nelson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27166, 'Newborn', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27167, 'Newington', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27168, 'Newnan', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27169, 'Newton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27170, 'Nicholls', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27171, 'Nicholson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27172, 'Norcross', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27173, 'Norman Park', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27174, 'North Atlanta', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27175, 'North Decatur', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27176, 'North Druid Hills', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27177, 'North High Shoals', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27178, 'Norwood', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27179, 'Nunez', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27180, 'Oak Park', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27181, 'Oakwood', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27182, 'Ochlocknee', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27183, 'Ocilla', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27184, 'Oconee', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27185, 'Odum', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27186, 'Offerman', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27187, 'Oglethorpe', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27188, 'Oliver', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27189, 'Omega', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27190, 'Orchard Hill', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27191, 'Oxford', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27192, 'Palmetto', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27193, 'Panthersville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27194, 'Parrott', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27195, 'Patterson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27196, 'Pavo', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27197, 'Payne', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27198, 'Peachtree City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27199, 'Pearson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27200, 'Pelham', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27201, 'Pembroke', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27202, 'Pendergrass', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27203, 'Perry', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27204, 'Phillipsburg', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27205, 'Pinehurst', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27206, 'Pine Lake', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27207, 'Pine Mountain', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:50'),
(27208, 'Pineview', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27209, 'Pitts', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27210, 'Plains', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27211, 'Plainville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27212, 'Pooler', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27213, 'Portal', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27214, 'Porterdale', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27215, 'Port Wentworth', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27216, 'Poulan', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27217, 'Powder Springs', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27218, 'Preston', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27219, 'Pulaski', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27220, 'Putney', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27221, 'Quitman', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27222, 'Ranger', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27223, 'Raoul', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27224, 'Ray City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27225, 'Rayle', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27226, 'Rebecca', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27227, 'Redan', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27228, 'Reed Creek', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27229, 'Register', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27230, 'Reidsville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27231, 'Remerton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27232, 'Rentz', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27233, 'Resaca', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27234, 'Rest Haven', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27235, 'Reynolds', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27236, 'Rhine', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27237, 'Riceboro', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27238, 'Richland', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27239, 'Richmond Hill', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27240, 'Riddleville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27241, 'Rincon', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27242, 'Ringgold', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27243, 'Riverdale', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27244, 'Riverside', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27245, 'Roberta', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27246, 'Robins Afb', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27247, 'Rochelle', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27248, 'Rockmart', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27249, 'Rocky Ford', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27250, 'Rome', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27251, 'Roopville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27252, 'Rossville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27253, 'Roswell', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27254, 'Royston', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27255, 'Rutledge', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27256, 'St. Marys', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27257, 'St. Simons', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27258, 'Sale City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27259, 'Salem', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27260, 'Sandersville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27261, 'Sandy Springs', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27262, 'Santa Claus', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27263, 'Sardis', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27264, 'Sasser', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27265, 'Savannah', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27266, 'Scotland', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27267, 'Scottdale', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27268, 'Screven', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27269, 'Senoia', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27270, 'Shady Dale', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27271, 'Shannon', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27272, 'Sharon', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27273, 'Sharpsburg', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27274, 'Shellman', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27275, 'Shiloh', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27276, 'Siloam', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(27277, 'Skidaway Island', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27278, 'Sky Valley', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27279, 'Smithville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27280, 'Smyrna', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27281, 'Snellville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27282, 'Social Circle', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27283, 'Soperton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27284, 'Sparks', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27285, 'Sparta', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27286, 'Springfield', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27287, 'Stapleton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27288, 'Statesboro', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27289, 'Statham', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27290, 'Stillmore', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27291, 'Stockbridge', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27292, 'Stone Mountain', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27293, 'Sugar Hill', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27294, 'Summertown', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27295, 'Summerville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27296, 'Sumner', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27297, 'Sunny Side', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27298, 'Sunnyside', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27299, 'Sunset Village', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27300, 'Surrency', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27301, 'Suwanee', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27302, 'Swainsboro', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27303, 'Sycamore', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27304, 'Sylvania', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27305, 'Sylvester', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27306, 'Talbotton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27307, 'Talking Rock', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27308, 'Tallapoosa', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27309, 'Tallulah Falls', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27310, 'Talmo', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27311, 'Tarrytown', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27312, 'Taylorsville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27313, 'Temple', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27314, 'Tennille', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27315, 'Thomaston', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27316, 'Thomasville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27317, 'Thomson', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27318, 'Thunderbolt', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27319, 'Tifton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27320, 'Tiger', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27321, 'Tignall', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27322, 'Toccoa', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27323, 'Toomsboro', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27324, 'Trenton', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27325, 'Trion', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27326, 'Tucker', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27327, 'Tunnel Hill', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27328, 'Turin', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27329, 'Twin City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27330, 'Tybee Island', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27331, 'Tyrone', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27332, 'Ty Ty', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27333, 'Unadilla', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27334, 'Union City', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27335, 'Union Point', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27336, 'Unionville', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27337, 'Uvalda', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27338, 'Valdosta', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27339, 'Varnell', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27340, 'Vernonburg', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27341, 'Vidalia', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27342, 'Vidette', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27343, 'Vienna', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27344, 'Villa Rica', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27345, 'Vinings', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27346, 'Waco', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27347, 'Wadley', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27348, 'Waleska', 3837, 233, 1, '2019-01-24 20:59:45', '2019-01-24 21:03:51'),
(27349, 'Walnut Grove', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27350, 'Walthourville', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27351, 'Warm Springs', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27352, 'Warner Robins', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27353, 'Warrenton', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27354, 'Warwick', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27355, 'Washington', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27356, 'Watkinsville', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27357, 'Waverly Hall', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27358, 'Waycross', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27359, 'Waynesboro', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27360, 'Weston', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27361, 'West Point', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27362, 'Whigham', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27363, 'White', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27364, 'Whitemarsh Island', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27365, 'White Plains', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27366, 'Whitesburg', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27367, 'Willacoochee', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27368, 'Williamson', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27369, 'Wilmington Island', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27370, 'Winder', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27371, 'Winterville', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27372, 'Woodbine', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27373, 'Woodbury', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27374, 'Woodland', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27375, 'Woodstock', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27376, 'Woodville', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27377, 'Woolsey', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27378, 'Wrens', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27379, 'Wrightsville', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27380, 'Yatesville', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27381, 'Young Harris', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27382, 'Zebulon', 3837, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27383, 'Guam', 4023, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27384, 'Ahuimanu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27385, 'Aiea', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27386, 'Ainaloa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27387, 'Anahola', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27388, 'Barbers Point Housing', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27389, 'Captain Cook', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27390, 'Eden Roc', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27391, 'Eleele', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27392, 'Ewa Beach', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27393, 'Ewa Gentry', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27394, 'Ewa Villages', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27395, 'Fern Acres', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27396, 'Fern Forest', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27397, 'Haiku-pauwela', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27398, 'Halaula', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27399, 'Halawa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27400, 'Haleiwa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27401, 'Haliimaile', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27402, 'Hana', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27403, 'Hanalei', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27404, 'Hanamaulu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27405, 'Hanapepe', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27406, 'Hauula', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27407, 'Hawaiian Acres', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27408, 'Hawaiian Beaches', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27409, 'Hawaiian Ocean View', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27410, 'Hawaiian Paradise Park', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27411, 'Hawi', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27412, 'Heeia', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27413, 'Hickam Housing', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27414, 'Hilo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27415, 'Holualoa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27416, 'Honalo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27417, 'Honaunau-napoopoo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27418, 'Honokaa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27419, 'Honolulu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27420, 'Honomu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27421, 'Iroquois Point', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27422, 'Kaaawa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27423, 'Kaanapali', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27424, 'Kahaluu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27425, 'Kahaluu-keauhou', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27426, 'Kahuku', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27427, 'Kahului', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27428, 'Kailua', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27429, 'Kalaheo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27430, 'Kalaoa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27431, 'Kalihiwai', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27432, 'Kaneohe', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27433, 'Kaneohe Station', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27434, 'Kapaa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27435, 'Kapaau', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27436, 'Kapalua', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27437, 'Kaumakani', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27438, 'Kaunakakai', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27439, 'Kawela Bay', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27440, 'Keaau', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27441, 'Kealakekua', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27442, 'Kekaha', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27443, 'Kihei', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27444, 'Kilauea', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27445, 'Koloa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27446, 'Kualapuu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27447, 'Kukuihaele', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27448, 'Kurtistown', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27449, 'Lahaina', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27450, 'Laie', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27451, 'Lanai City', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27452, 'Laupahoehoe', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27453, 'Lawai', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27454, 'Leilani Estates', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27455, 'Lihue', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27456, 'Maalaea', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27457, 'Maili', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27458, 'Makaha', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27459, 'Makaha Valley', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27460, 'Makakilo City', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27461, 'Makawao', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27462, 'Maunaloa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27463, 'Maunawili', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27464, 'Mililani Town', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27465, 'Mokuleia', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27466, 'Mountain View', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27467, 'Naalehu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27468, 'Nanakuli', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27469, 'Nanawale Estates', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27470, 'Napili-honokowai', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27471, 'Omao', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27472, 'Orchidlands Estates', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27473, 'Paauilo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27474, 'Pahala', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27475, 'Pahoa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27476, 'Paia', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27477, 'Pakala Village', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27478, 'Papaikou', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27479, 'Paukaa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27480, 'Pearl City', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27481, 'Pepeekeo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27482, 'Poipu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27483, 'Princeville', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27484, 'Puako', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27485, 'Puhi', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27486, 'Pukalani', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27487, 'Punaluu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27488, 'Pupukea', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27489, 'Schofield Barracks', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27490, 'Village Park', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27491, 'Volcano', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27492, 'Wahiawa', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27493, 'Waialua', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27494, 'Waianae', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27495, 'Waihee-waiehu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27496, 'Waikane', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27497, 'Waikapu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27498, 'Waikoloa Village', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27499, 'Wailea-makena', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27500, 'Wailua', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27501, 'Wailua Homesteads', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27502, 'Wailuku', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27503, 'Waimalu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27504, 'Waimanalo', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27505, 'Waimanalo Beach', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27506, 'Waimea', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27507, 'Wainaku', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27508, 'Waipahu', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27509, 'Waipio', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27510, 'Waipio Acres', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27511, 'Wheeler Afb', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27512, 'Whitmore Village', 3838, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27513, 'Aberdeen', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27514, 'Acequia', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27515, 'Albion', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27516, 'American Falls', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27517, 'Ammon', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27518, 'Arbon Valley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27519, 'Arco', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27520, 'Arimo', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27521, 'Ashton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27522, 'Athol', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27523, 'Atomic City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27524, 'Bancroft', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27525, 'Basalt', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27526, 'Bellevue', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27527, 'Blackfoot', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27528, 'Bliss', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27529, 'Bloomington', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27530, 'Boise City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27531, 'Bonners Ferry', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27532, 'Bovill', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27533, 'Buhl', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27534, 'Burley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27535, 'Butte City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27536, 'Caldwell', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27537, 'Cambridge', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27538, 'Carey', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27539, 'Cascade', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27540, 'Castleford', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27541, 'Challis', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27542, 'Chubbuck', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27543, 'Clark Fork', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27544, 'Clayton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27545, 'Clifton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27546, 'Coeur D Alene', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27547, 'Cottonwood', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27548, 'Council', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27549, 'Craigmont', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27550, 'Crouch', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27551, 'Culdesac', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27552, 'Dalton Gardens', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27553, 'Dayton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27554, 'Deary', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27555, 'Declo', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27556, 'Dietrich', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27557, 'Donnelly', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27558, 'Dover', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27559, 'Downey', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27560, 'Driggs', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27561, 'Drummond', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27562, 'Dubois', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27563, 'Eagle', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27564, 'East Hope', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27565, 'Eden', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27566, 'Elk River', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27567, 'Emmett', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27568, 'Fairfield', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27569, 'Ferdinand', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27570, 'Fernan Lake Village', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27571, 'Filer', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27572, 'Firth', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27573, 'Fort Hall', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27574, 'Franklin', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27575, 'Fruitland', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27576, 'Garden City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27577, 'Genesee', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27578, 'Georgetown', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27579, 'Glenns Ferry', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27580, 'Gooding', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27581, 'Grace', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27582, 'Grand View', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27583, 'Grangeville', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27584, 'Greenleaf', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27585, 'Hagerman', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27586, 'Hailey', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27587, 'Hamer', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27588, 'Hansen', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27589, 'Harrison', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27590, 'Hauser', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27591, 'Hayden', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27592, 'Hayden Lake', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27593, 'Hazelton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27594, 'Heyburn', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27595, 'Hollister', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27596, 'Homedale', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27597, 'Hope', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27598, 'Horseshoe Bend', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27599, 'Huetter', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27600, 'Idaho City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27601, 'Idaho Falls', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27602, 'Inkom', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27603, 'Iona', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:51'),
(27604, 'Irwin', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27605, 'Island Park', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27606, 'Jerome', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27607, 'Juliaetta', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27608, 'Kamiah', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27609, 'Kellogg', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27610, 'Kendrick', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27611, 'Ketchum', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27612, 'Kimberly', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27613, 'Kooskia', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27614, 'Kootenai', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27615, 'Kuna', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27616, 'Lapwai', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27617, 'Lava Hot Springs', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27618, 'Leadore', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27619, 'Lewiston', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27620, 'Lewisville', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27621, 'Lost River', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27622, 'Mccall', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27623, 'Mccammon', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27624, 'Mackay', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27625, 'Malad City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27626, 'Malta', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27627, 'Marsing', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27628, 'Melba', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27629, 'Menan', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27630, 'Meridian', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27631, 'Middleton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27632, 'Midvale', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27633, 'Minidoka', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27634, 'Montpelier', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27635, 'Moore', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27636, 'Moscow', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27637, 'Mountain Home', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27638, 'Mountain Home Afb', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27639, 'Moyie Springs', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27640, 'Mud Lake', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27641, 'Mullan', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27642, 'Murtaugh', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27643, 'Nampa', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27644, 'Newdale', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27645, 'New Meadows', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27646, 'New Plymouth', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27647, 'Nezperce', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27648, 'Notus', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27649, 'Oakley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27650, 'Oldtown', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27651, 'Onaway', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27652, 'Orofino', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27653, 'Osburn', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27654, 'Oxford', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27655, 'Paris', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27656, 'Parker', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27657, 'Parkline', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27658, 'Parma', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27659, 'Paul', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27660, 'Payette', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27661, 'Peck', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27662, 'Pierce', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27663, 'Pinehurst', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27664, 'Placerville', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27665, 'Plummer', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27666, 'Pocatello', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27667, 'Ponderay', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27668, 'Post Falls', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27669, 'Potlatch', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27670, 'Preston', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27671, 'Priest River', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27672, 'Rathdrum', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27673, 'Reubens', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27674, 'Rexburg', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27675, 'Richfield', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27676, 'Rigby', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27677, 'Riggins', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27678, 'Ririe', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27679, 'Roberts', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27680, 'Rockland', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27681, 'Rupert', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27682, 'St. Anthony', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27683, 'St. Charles', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27684, 'St. Maries', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27685, 'Salmon', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27686, 'Sandpoint', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27687, 'Shelley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27688, 'Shoshone', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27689, 'Smelterville', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27690, 'Soda Springs', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27691, 'Spencer', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27692, 'Spirit Lake', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27693, 'Stanley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27694, 'Star', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27695, 'State Line', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27696, 'Stites', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27697, 'Sugar City', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27698, 'Sun Valley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27699, 'Swan Valley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27700, 'Tensed', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27701, 'Teton', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27702, 'Tetonia', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27703, 'Troy', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27704, 'Twin Falls', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27705, 'Ucon', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27706, 'Victor', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27707, 'Wallace', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27708, 'Wardner', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27709, 'Warm River', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27710, 'Weippe', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27711, 'Weiser', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27712, 'Wendell', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27713, 'Weston', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27714, 'White Bird', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27715, 'Wilder', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27716, 'Winchester', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27717, 'Worley', 3839, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27718, 'Abingdon', 3840, 233, 1, '2019-01-24 20:59:46', '2019-01-24 21:03:52'),
(27719, 'Addieville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27720, 'Addison', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27721, 'Adeline', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27722, 'Albany', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27723, 'Albers', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27724, 'Albion', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27725, 'Aledo', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27726, 'Alexis', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27727, 'Algonquin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27728, 'Alhambra', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27729, 'Allendale', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27730, 'Allenville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27731, 'Allerton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27732, 'Alma', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27733, 'Alorton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27734, 'Alpha', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27735, 'Alsey', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27736, 'Alsip', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27737, 'Altamont', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27738, 'Alton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27739, 'Altona', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27740, 'Alto Pass', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27741, 'Alvin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27742, 'Amboy', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27743, 'Anchor', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27744, 'Andalusia', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27745, 'Andover', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27746, 'Anna', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27747, 'Annawan', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27748, 'Antioch', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27749, 'Apple River', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27750, 'Arcola', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27751, 'Arenzville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27752, 'Argenta', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27753, 'Arlington', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27754, 'Arlington Heights', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27755, 'Armington', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27756, 'Aroma Park', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27757, 'Arrowsmith', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27758, 'Arthur', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27759, 'Ashkum', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27760, 'Ashland', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27761, 'Ashley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27762, 'Ashmore', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27763, 'Ashton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27764, 'Assumption', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27765, 'Astoria', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27766, 'Athens', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27767, 'Atkinson', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27768, 'Atlanta', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27769, 'Atwood', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27770, 'Auburn', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27771, 'Augusta', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27772, 'Aurora', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27773, 'Ava', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27774, 'Aviston', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27775, 'Avon', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27776, 'Baldwin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27777, 'Banner', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27778, 'Bannockburn', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27779, 'Bardolph', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27780, 'Barrington', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27781, 'Barrington Hills', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27782, 'Barry', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27783, 'Bartelso', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27784, 'Bartlett', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27785, 'Bartonville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27786, 'Basco', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27787, 'Batavia', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27788, 'Batchtown', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27789, 'Bath', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27790, 'Baylis', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27791, 'Bay View Gardens', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27792, 'Beach Park', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27793, 'Beardstown', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27794, 'Beaverville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27795, 'Beckemeyer', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27796, 'Bedford Park', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27797, 'Beecher', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27798, 'Beecher City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27799, 'Belgium', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27800, 'Belknap', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27801, 'Belle Prairie City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27802, 'Belle Rive', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27803, 'Belleville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27804, 'Bellevue', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27805, 'Bellflower', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27806, 'Bellmont', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27807, 'Bellwood', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27808, 'Belvidere', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27809, 'Bement', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27810, 'Benld', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27811, 'Bensenville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27812, 'Benson', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27813, 'Bentley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27814, 'Benton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27815, 'Berkeley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27816, 'Berlin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27817, 'Berwyn', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27818, 'Bethalto', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27819, 'Bethany', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27820, 'Biggsville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27821, 'Bingham', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27822, 'Birds', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27823, 'Bishop Hill', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27824, 'Bismarck', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27825, 'Blandinsville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27826, 'Bloomingdale', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27827, 'Bloomington', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27828, 'Blue Island', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27829, 'Blue Mound', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27830, 'Bluffs', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27831, 'Bluford', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27832, 'Bolingbrook', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27833, 'Bondville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27834, 'Bone Gap', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27835, 'Bonfield', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27836, 'Bonnie', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27837, 'Boulder Hill', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27838, 'Bourbonnais', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27839, 'Bowen', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27840, 'Braceville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27841, 'Bradford', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27842, 'Bradley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27843, 'Braidwood', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27844, 'Breese', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27845, 'Bridgeport', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27846, 'Bridgeview', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27847, 'Brighton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27848, 'Brimfield', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27849, 'Broadlands', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27850, 'Broadview', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27851, 'Broadwell', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27852, 'Brocton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27853, 'Brookfield', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27854, 'Brooklyn', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27855, 'Brookport', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27856, 'Broughton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27857, 'Browning', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27858, 'Browns', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27859, 'Brownstown', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27860, 'Brussels', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27861, 'Bryant', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27862, 'Buckingham', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27863, 'Buckley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27864, 'Buckner', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27865, 'Buda', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27866, 'Buffalo', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27867, 'Buffalo Grove', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27868, 'Bull Valley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27869, 'Bulpitt', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27870, 'Buncombe', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27871, 'Bunker Hill', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27872, 'Burbank', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27873, 'Bureau Junction', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27874, 'Burlington', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27875, 'Burnham', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27876, 'Burnt Prairie', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27877, 'Burr Ridge', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27878, 'Bush', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27879, 'Bushnell', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27880, 'Butler', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27881, 'Byron', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27882, 'Cabery', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27883, 'Cahokia', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27884, 'Cairo', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27885, 'Caledonia', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27886, 'Calhoun', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27887, 'Calumet City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27888, 'Calumet Park', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27889, 'Camargo', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27890, 'Cambria', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27891, 'Cambridge', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27892, 'Camden', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27893, 'Campbell Hill', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27894, 'Camp Point', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27895, 'Campus', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27896, 'Canton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:52'),
(27897, 'Cantrall', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27898, 'Capron', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27899, 'Carbon Cliff', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27900, 'Carbondale', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27901, 'Carbon Hill', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27902, 'Carlinville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27903, 'Carlock', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27904, 'Carlyle', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(27905, 'Carmi', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27906, 'Carol Stream', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27907, 'Carpentersville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27908, 'Carrier Mills', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27909, 'Carrollton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27910, 'Carterville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27911, 'Carthage', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27912, 'Cary', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27913, 'Casey', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27914, 'Caseyville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27915, 'Catlin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27916, 'Cave-in-rock', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27917, 'Cedar Point', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27918, 'Cedarville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27919, 'Central City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27920, 'Centralia', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27921, 'Centreville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27922, 'Cerro Gordo', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27923, 'Chadwick', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27924, 'Champaign', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27925, 'Chandlerville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27926, 'Channahon', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27927, 'Channel Lake', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27928, 'Chapin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27929, 'Charleston', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27930, 'Chatham', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27931, 'Chatsworth', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27932, 'Chebanse', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27933, 'Chenoa', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27934, 'Cherry', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27935, 'Cherry Valley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27936, 'Chester', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27937, 'Chesterfield', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27938, 'Chicago', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27939, 'Chicago Heights', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27940, 'Chicago Ridge', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27941, 'Chillicothe', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27942, 'Chrisman', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27943, 'Christopher', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27944, 'Cicero', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27945, 'Cisco', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27946, 'Cisne', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27947, 'Cissna Park', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27948, 'Claremont', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27949, 'Clarendon Hills', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27950, 'Clay City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27951, 'Clayton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27952, 'Clear Lake', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27953, 'Cleveland', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27954, 'Clifton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27955, 'Clinton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27956, 'Coal City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27957, 'Coalton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27958, 'Coal Valley', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27959, 'Coatsburg', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27960, 'Cobden', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27961, 'Coffeen', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27962, 'Colchester', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27963, 'Coleta', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27964, 'Colfax', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27965, 'Collinsville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27966, 'Colona', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27967, 'Colp', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27968, 'Columbia', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27969, 'Columbus', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27970, 'Compton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27971, 'Concord', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27972, 'Congerville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27973, 'Cooksville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27974, 'Cordova', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27975, 'Cornell', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27976, 'Cortland', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27977, 'Coulterville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27978, 'Country Club Hills', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27979, 'Countryside', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27980, 'Cowden', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27981, 'Coyne Center', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27982, 'Crainville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27983, 'Creal Springs', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27984, 'Crescent City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27985, 'Crest Hill', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27986, 'Creston', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27987, 'Crestwood', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27988, 'Crete', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27989, 'Creve Coeur', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27990, 'Crossville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27991, 'Crystal Lake', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27992, 'Crystal Lawns', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27993, 'Cuba', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27994, 'Cullom', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27995, 'Cutler', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27996, 'Cypress', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27997, 'Dahlgren', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27998, 'Dakota', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(27999, 'Dallas City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28000, 'Dalton City', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28001, 'Dalzell', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28002, 'Damiansville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28003, 'Dana', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28004, 'Danforth', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28005, 'Danvers', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28006, 'Danville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28007, 'Darien', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28008, 'Davis', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28009, 'Davis Junction', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28010, 'Dawson', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28011, 'Decatur', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28012, 'Deer Creek', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28013, 'Deerfield', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28014, 'Deer Grove', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28015, 'Deer Park', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28016, 'Dekalb', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28017, 'De Land', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28018, 'Delavan', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28019, 'De Pue', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28020, 'De Soto', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28021, 'Des Plaines', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28022, 'Detroit', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28023, 'De Witt', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28024, 'Diamond', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28025, 'Dieterich', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28026, 'Divernon', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28027, 'Dix', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28028, 'Dixmoor', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28029, 'Dixon', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28030, 'Dolton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28031, 'Dongola', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28032, 'Donnellson', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28033, 'Donovan', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28034, 'Dorchester', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28035, 'Dover', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28036, 'Dowell', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28037, 'Downers Grove', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28038, 'Downs', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28039, 'Du Bois', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28040, 'Dunfermline', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28041, 'Dunlap', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28042, 'Dupo', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28043, 'Du Quoin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28044, 'Durand', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28045, 'Dwight', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28046, 'Eagarville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28047, 'Earlville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28048, 'East Alton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28049, 'East Brooklyn', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28050, 'East Cape Girardeau', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28051, 'East Carondelet', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28052, 'East Dubuque', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28053, 'East Dundee', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28054, 'East Galesburg', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28055, 'East Gillespie', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28056, 'East Hazel Crest', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28057, 'East Moline', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28058, 'Easton', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28059, 'East Peoria', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28060, 'East St. Louis', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28061, 'Eddyville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28062, 'Edgewood', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28063, 'Edinburg', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28064, 'Edwardsville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28065, 'Effingham', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28066, 'Elburn', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28067, 'El Dara', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28068, 'Eldorado', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28069, 'Eldred', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28070, 'Elgin', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28071, 'Elizabeth', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28072, 'Elizabethtown', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28073, 'Elk Grove Village', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28074, 'Elkhart', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28075, 'Elkville', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28076, 'Elliott', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28077, 'Ellis Grove', 3840, 233, 1, '2019-01-24 20:59:47', '2019-01-24 21:03:53'),
(28078, 'Ellisville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28079, 'Ellsworth', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28080, 'Elmhurst', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28081, 'Elmwood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28082, 'Elmwood Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28083, 'El Paso', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28084, 'Elsah', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28085, 'Elvaston', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28086, 'Elwood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28087, 'Emden', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28088, 'Emington', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28089, 'Energy', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28090, 'Enfield', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28091, 'Equality', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28092, 'Erie', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28093, 'Essex', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28094, 'Eureka', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28095, 'Evanston', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28096, 'Evansville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28097, 'Evergreen Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28098, 'Ewing', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28099, 'Exeter', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28100, 'Fairbury', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28101, 'Fairfield', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28102, 'Fairmont', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28103, 'Fairmont City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28104, 'Fairmount', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28105, 'Fairview', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28106, 'Fairview Heights', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28107, 'Farina', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28108, 'Farmer City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28109, 'Farmersville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28110, 'Farmington', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28111, 'Fayetteville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28112, 'Ferris', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28113, 'Fidelity', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28114, 'Fieldon', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28115, 'Fillmore', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28116, 'Findlay', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28117, 'Fisher', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28118, 'Fithian', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28119, 'Flanagan', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28120, 'Flat Rock', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:53'),
(28121, 'Flora', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28122, 'Florence', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28123, 'Flossmoor', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28124, 'Foosland', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28125, 'Ford Heights', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28126, 'Forest City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28127, 'Forest Lake', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28128, 'Forest Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28129, 'Forest View', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28130, 'Forrest', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28131, 'Forreston', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28132, 'Forsyth', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28133, 'Fox Lake', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28134, 'Fox Lake Hills', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28135, 'Fox River Grove', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28136, 'Fox River Valley Gardens', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28137, 'Frankfort', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28138, 'Frankfort Square', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28139, 'Franklin', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28140, 'Franklin Grove', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28141, 'Franklin Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28142, 'Freeburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28143, 'Freeman Spur', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28144, 'Freeport', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28145, 'Fulton', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28146, 'Fults', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28147, 'Gages Lake', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28148, 'Galatia', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28149, 'Galena', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28150, 'Galesburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28151, 'Galva', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28152, 'Gardner', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28153, 'Garrett', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28154, 'Gays', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28155, 'Geneseo', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28156, 'Geneva', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28157, 'Genoa', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28158, 'Georgetown', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28159, 'Germantown', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28160, 'Germantown Hills', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28161, 'German Valley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28162, 'Gibson', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28163, 'Gifford', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28164, 'Gilberts', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28165, 'Gillespie', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28166, 'Gilman', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28167, 'Girard', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28168, 'Gladstone', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28169, 'Glasford', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28170, 'Glasgow', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28171, 'Glen Carbon', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28172, 'Glencoe', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28173, 'Glendale Heights', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28174, 'Glen Ellyn', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28175, 'Glenview', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28176, 'Glenwood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28177, 'Godfrey', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28178, 'Godley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28179, 'Golconda', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28180, 'Golden', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28181, 'Golden Gate', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28182, 'Golf', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28183, 'Goodfield', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28184, 'Good Hope', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28185, 'Goodings Grove', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28186, 'Goreville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28187, 'Gorham', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28188, 'Grafton', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28189, 'Grand Ridge', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28190, 'Grand Tower', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28191, 'Grandview', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28192, 'Grandwood Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28193, 'Granite City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28194, 'Grantfork', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28195, 'Grant Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28196, 'Granville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28197, 'Grayslake', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28198, 'Grayville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28199, 'Greenfield', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28200, 'Green Oaks', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28201, 'Greenup', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28202, 'Green Valley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28203, 'Greenview', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28204, 'Greenville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28205, 'Greenwood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28206, 'Gridley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28207, 'Griggsville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28208, 'Gulf Port', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28209, 'Gurnee', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28210, 'Hainesville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28211, 'Hamburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28212, 'Hamel', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28213, 'Hamilton', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28214, 'Hammond', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28215, 'Hampshire', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28216, 'Hampton', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28217, 'Hanaford', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28218, 'Hanna City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28219, 'Hanover', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28220, 'Hanover Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28221, 'Hardin', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28222, 'Harmon', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28223, 'Harrisburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28224, 'Harristown', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28225, 'Hartford', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28226, 'Hartsburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28227, 'Harvard', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28228, 'Harvel', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28229, 'Harvey', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28230, 'Harwood Heights', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28231, 'Havana', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28232, 'Hawthorn Woods', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28233, 'Hazel Crest', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28234, 'Hebron', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28235, 'Hecker', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28236, 'Henderson', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28237, 'Hennepin', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28238, 'Henning', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28239, 'Henry', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28240, 'Herrick', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28241, 'Herrin', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28242, 'Herscher', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28243, 'Hettick', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28244, 'Heyworth', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28245, 'Hickory Hills', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28246, 'Hidalgo', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28247, 'Highland', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28248, 'Highland Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28249, 'Highwood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28250, 'Hillcrest', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28251, 'Hillsboro', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28252, 'Hillsdale', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28253, 'Hillside', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28254, 'Hillview', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28255, 'Hinckley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28256, 'Hindsboro', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28257, 'Hinsdale', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28258, 'Hodgkins', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28259, 'Hoffman', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28260, 'Hoffman Estates', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28261, 'Holiday Hills', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28262, 'Hollowayville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28263, 'Homer', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28264, 'Hometown', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28265, 'Homewood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28266, 'Hoopeston', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28267, 'Hooppole', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28268, 'Hopedale', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28269, 'Hopewell', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28270, 'Hopkins Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28271, 'Hoyleton', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28272, 'Hudson', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28273, 'Huey', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28274, 'Hull', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28275, 'Humboldt', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28276, 'Hume', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28277, 'Huntley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28278, 'Hurst', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28279, 'Hutsonville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28280, 'Illiopolis', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28281, 'Ina', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28282, 'Indian Creek', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28283, 'Indian Head Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28284, 'Indianola', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28285, 'Industry', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28286, 'Ingalls Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28287, 'Inverness', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28288, 'Iola', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28289, 'Ipava', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28290, 'Iroquois', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28291, 'Irving', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28292, 'Irvington', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28293, 'Irwin', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28294, 'Island Lake', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28295, 'Itasca', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28296, 'Iuka', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28297, 'Ivesdale', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28298, 'Jacksonville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28299, 'Jeffersonville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28300, 'Jeisyville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28301, 'Jerome', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28302, 'Jerseyville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28303, 'Jewett', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28304, 'Johnsburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28305, 'Johnsonville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28306, 'Johnston City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28307, 'Joliet', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28308, 'Jonesboro', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28309, 'Joppa', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28310, 'Joy', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28311, 'Junction', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28312, 'Junction City', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28313, 'Justice', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28314, 'Kampsville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28315, 'Kane', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28316, 'Kangley', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28317, 'Kankakee', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28318, 'Kansas', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28319, 'Kappa', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28320, 'Karnak', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28321, 'Kaskaskia', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28322, 'Keenes', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28323, 'Keensburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28324, 'Keithsburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28325, 'Kell', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28326, 'Kempton', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28327, 'Kenilworth', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28328, 'Kenney', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28329, 'Kewanee', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28330, 'Keyesport', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28331, 'Kilbourne', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28332, 'Kildeer', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28333, 'Kincaid', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28334, 'Kinderhook', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28335, 'Kingston', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28336, 'Kingston Mines', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28337, 'Kinmundy', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28338, 'Kinsman', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28339, 'Kirkland', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28340, 'Kirkwood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28341, 'Knoxville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28342, 'Lacon', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28343, 'Ladd', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28344, 'La Fayette', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28345, 'La Grange', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28346, 'La Grange Park', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28347, 'La Harpe', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28348, 'Lake Barrington', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28349, 'Lake Bluff', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28350, 'Lake Catherine', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28351, 'Lake Forest', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28352, 'Lake In The Hills', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28353, 'Lakemoor', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28354, 'Lake Of The Woods', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28355, 'Lake Summerset', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28356, 'Lake Villa', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28357, 'Lakewood', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28358, 'Lakewood Shores', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28359, 'Lake Zurich', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28360, 'La Moille', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28361, 'Lanark', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28362, 'Lansing', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28363, 'La Prairie', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28364, 'La Rose', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28365, 'La Salle', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28366, 'Latham', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28367, 'Lawrenceville', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28368, 'Leaf River', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28369, 'Lebanon', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:54'),
(28370, 'Lee', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28371, 'Leland', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28372, 'Leland Grove', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28373, 'Lemont', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28374, 'Lena', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28375, 'Lenzburg', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28376, 'Leonore', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28377, 'Lerna', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28378, 'Le Roy', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28379, 'Lewistown', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28380, 'Lexington', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28381, 'Liberty', 3840, 233, 1, '2019-01-24 20:59:48', '2019-01-24 21:03:55'),
(28382, 'Libertyville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28383, 'Lily Lake', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28384, 'Lima', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28385, 'Lincoln', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28386, 'Lincolnshire', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28387, 'Lincolnwood', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28388, 'Lindenhurst', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28389, 'Lisbon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28390, 'Lisle', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28391, 'Litchfield', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28392, 'Littleton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28393, 'Little York', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28394, 'Liverpool', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28395, 'Livingston', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28396, 'Loami', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28397, 'Lockport', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28398, 'Loda', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28399, 'Lomax', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28400, 'Lombard', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28401, 'London Mills', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28402, 'Long Creek', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28403, 'Long Grove', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28404, 'Long Lake', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28405, 'Long Point', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28406, 'Longview', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28407, 'Loraine', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28408, 'Lostant', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28409, 'Louisville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28410, 'Loves Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28411, 'Lovington', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28412, 'Ludlow', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28413, 'Lyndon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28414, 'Lynnville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28415, 'Lynwood', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28416, 'Lyons', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28417, 'Mccook', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28418, 'Mccullom Lake', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28419, 'Macedonia', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28420, 'Mchenry', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28421, 'Machesney Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28422, 'Mackinaw', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28423, 'Mclean', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28424, 'Mcleansboro', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28425, 'Mcnabb', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28426, 'Macomb', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28427, 'Macon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28428, 'Madison', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28429, 'Maeystown', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28430, 'Magnolia', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28431, 'Mahomet', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28432, 'Makanda', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28433, 'Malden', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28434, 'Malta', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28435, 'Manchester', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28436, 'Manhattan', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28437, 'Manito', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28438, 'Manlius', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28439, 'Mansfield', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28440, 'Manteno', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28441, 'Maple Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28442, 'Mapleton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28443, 'Maquon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28444, 'Marengo', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28445, 'Marietta', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28446, 'Marine', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28447, 'Marion', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28448, 'Marissa', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28449, 'Mark', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28450, 'Markham', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28451, 'Maroa', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28452, 'Marquette Heights', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28453, 'Marseilles', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28454, 'Marshall', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28455, 'Martinsville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28456, 'Martinton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28457, 'Maryville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28458, 'Mascoutah', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28459, 'Mason', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28460, 'Mason City', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28461, 'Matherville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28462, 'Matteson', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28463, 'Mattoon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28464, 'Maunie', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28465, 'Maywood', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28466, 'Mazon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28467, 'Mechanicsburg', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28468, 'Media', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28469, 'Medora', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28470, 'Melrose Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28471, 'Melvin', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28472, 'Mendon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28473, 'Mendota', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28474, 'Menominee', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28475, 'Meredosia', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28476, 'Merrionette Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28477, 'Metamora', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28478, 'Metcalf', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28479, 'Metropolis', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28480, 'Mettawa', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28481, 'Middletown', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28482, 'Midlothian', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28483, 'Milan', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28484, 'Milford', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28485, 'Mill Creek', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28486, 'Milledgeville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28487, 'Millington', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28488, 'Mill Shoals', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28489, 'Millstadt', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28490, 'Milton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28491, 'Mineral', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28492, 'Minier', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28493, 'Minonk', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28494, 'Minooka', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28495, 'Modesto', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28496, 'Mokena', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28497, 'Moline', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28498, 'Momence', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28499, 'Monee', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28500, 'Monmouth', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28501, 'Montgomery', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28502, 'Monticello', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28503, 'Montrose', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28504, 'Morris', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28505, 'Morrison', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28506, 'Morrisonville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28507, 'Morton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28508, 'Morton Grove', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28509, 'Mound City', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28510, 'Mounds', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28511, 'Mound Station', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28512, 'Mount Auburn', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28513, 'Mount Carmel', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28514, 'Mount Carroll', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28515, 'Mount Clare', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28516, 'Mount Erie', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28517, 'Mount Morris', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28518, 'Mount Olive', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28519, 'Mount Prospect', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28520, 'Mount Pulaski', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28521, 'Mount Sterling', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28522, 'Mount Vernon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28523, 'Mount Zion', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28524, 'Moweaqua', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28525, 'Muddy', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28526, 'Mulberry Grove', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28527, 'Muncie', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28528, 'Mundelein', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28529, 'Murphysboro', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28530, 'Murrayville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(28531, 'Naperville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28532, 'Naplate', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28533, 'Naples', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28534, 'Nashville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28535, 'Nason', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28536, 'Nauvoo', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28537, 'Nebo', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28538, 'Nelson', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28539, 'Neoga', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28540, 'Neponset', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28541, 'Newark', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28542, 'New Athens', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28543, 'New Baden', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28544, 'New Bedford', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28545, 'New Berlin', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28546, 'New Boston', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28547, 'New Burnside', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28548, 'New Canton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28549, 'New Douglas', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28550, 'New Grand Chain', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28551, 'New Haven', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28552, 'New Holland', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28553, 'New Lenox', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28554, 'Newman', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28555, 'New Millford', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28556, 'New Minden', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28557, 'New Salem', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28558, 'Newton', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28559, 'Niantic', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28560, 'Niles', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28561, 'Nilwood', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28562, 'Noble', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28563, 'Nokomis', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28564, 'Nora', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28565, 'Normal', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28566, 'Norridge', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28567, 'Norris', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28568, 'Norris City', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28569, 'North Aurora', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28570, 'North Barrington', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28571, 'Northbrook', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28572, 'North Chicago', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28573, 'North City', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28574, 'Northfield', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28575, 'North Henderson', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28576, 'Northlake', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28577, 'North Pekin', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28578, 'North Riverside', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28579, 'North Utica', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28580, 'Norwood', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28581, 'Oak Brook', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28582, 'Oakbrook Terrace', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28583, 'Oakdale', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28584, 'Oakford', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28585, 'Oak Forest', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28586, 'Oak Grove', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28587, 'Oakland', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28588, 'Oak Lawn', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28589, 'Oak Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28590, 'Oakwood', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28591, 'Oakwood Hills', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28592, 'Oblong', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28593, 'Oconee', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28594, 'Odell', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28595, 'Odin', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28596, 'O Fallon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28597, 'Ogden', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28598, 'Oglesby', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28599, 'Ohio', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28600, 'Ohlman', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28601, 'Okawville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28602, 'Old Mill Creek', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28603, 'Old Ripley', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28604, 'Old Shawneetown', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28605, 'Olmsted', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28606, 'Olney', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28607, 'Olympia Fields', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28608, 'Omaha', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28609, 'Onarga', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28610, 'Oneida', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28611, 'Oquawka', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28612, 'Orangeville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28613, 'Oreana', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28614, 'Oregon', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28615, 'Orient', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28616, 'Orion', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28617, 'Orland Hills', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28618, 'Orland Park', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28619, 'Oswego', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:55'),
(28620, 'Ottawa', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:56'),
(28621, 'Otterville', 3840, 233, 1, '2019-01-24 20:59:49', '2019-01-24 21:03:56'),
(28622, 'Owaneco', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28623, 'Palatine', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28624, 'Palestine', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28625, 'Palmer', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28626, 'Palmyra', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28627, 'Palos Heights', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28628, 'Palos Hills', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28629, 'Palos Park', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28630, 'Pana', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28631, 'Panama', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28632, 'Panola', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28633, 'Papineau', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28634, 'Paris', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28635, 'Park City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28636, 'Parkersburg', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28637, 'Park Forest', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28638, 'Park Ridge', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28639, 'Patoka', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28640, 'Pawnee', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28641, 'Paw Paw', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28642, 'Paxton', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28643, 'Payson', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28644, 'Pearl', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28645, 'Pearl City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28646, 'Pecatonica', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28647, 'Pekin', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28648, 'Peoria', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28649, 'Peoria Heights', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28650, 'Peotone', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28651, 'Percy', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28652, 'Perry', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28653, 'Peru', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28654, 'Pesotum', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28655, 'Petersburg', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28656, 'Phillipstown', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28657, 'Philo', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28658, 'Phoenix', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28659, 'Pierron', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28660, 'Pinckneyville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28661, 'Pingree Grove', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28662, 'Piper City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28663, 'Pistakee Highlands', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28664, 'Pittsburg', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28665, 'Pittsfield', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28666, 'Plainfield', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28667, 'Plainville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28668, 'Plano', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28669, 'Pleasant Hill', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28670, 'Pleasant Plains', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28671, 'Plymouth', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28672, 'Pocahontas', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28673, 'Polo', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28674, 'Pontiac', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28675, 'Pontoon Beach', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28676, 'Pontoosuc', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28677, 'Poplar Grove', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28678, 'Port Byron', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28679, 'Posen', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28680, 'Potomac', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28681, 'Prairie City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28682, 'Prairie Du Rocher', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28683, 'Prairie Grove', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28684, 'Preston Heights', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28685, 'Princeton', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28686, 'Princeville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28687, 'Prophetstown', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28688, 'Prospect Heights', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28689, 'Pulaski', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28690, 'Quincy', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28691, 'Radom', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28692, 'Raleigh', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28693, 'Ramsey', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28694, 'Rankin', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28695, 'Ransom', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28696, 'Rantoul', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28697, 'Rapids City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28698, 'Raritan', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28699, 'Raymond', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28700, 'Red Bud', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28701, 'Reddick', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28702, 'Redmon', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28703, 'Reynolds', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28704, 'Richmond', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28705, 'Richton Park', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28706, 'Richview', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28707, 'Ridge Farm', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28708, 'Ridgway', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28709, 'Ridott', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28710, 'Ringwood', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28711, 'Rio', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28712, 'Ripley', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28713, 'Riverdale', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28714, 'River Forest', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28715, 'River Grove', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28716, 'Riverside', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28717, 'Riverton', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28718, 'Riverwoods', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28719, 'Roanoke', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28720, 'Robbins', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28721, 'Roberts', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28722, 'Robinson', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28723, 'Rochelle', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28724, 'Rochester', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28725, 'Rockbridge', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28726, 'Rock City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28727, 'Rockdale', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28728, 'Rock Falls', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28729, 'Rockford', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28730, 'Rock Island', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28731, 'Rock Island Arsenal', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28732, 'Rockton', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28733, 'Rockwood', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28734, 'Rolling Meadows', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28735, 'Rome', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28736, 'Romeoville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28737, 'Roodhouse', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28738, 'Roscoe', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28739, 'Rose Hill', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28740, 'Roselle', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28741, 'Rosemont', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28742, 'Roseville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28743, 'Rosewood Heights', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28744, 'Rosiclare', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28745, 'Rossville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28746, 'Round Lake', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28747, 'Round Lake Beach', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28748, 'Round Lake Heights', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28749, 'Round Lake Park', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28750, 'Roxana', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28751, 'Royal', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28752, 'Royal Lakes', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28753, 'Royalton', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28754, 'Ruma', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28755, 'Rushville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28756, 'Russellville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28757, 'Rutland', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28758, 'Sadorus', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28759, 'Sailor Springs', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28760, 'St. Anne', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28761, 'St. Augustine', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28762, 'St. Charles', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28763, 'St. David', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28764, 'St. Elmo', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28765, 'Ste. Marie', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28766, 'St. Francisville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28767, 'St. Jacob', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28768, 'St. Johns', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28769, 'St. Joseph', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28770, 'St. Libory', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28771, 'St. Peter', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28772, 'Salem', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28773, 'Sandoval', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28774, 'Sandwich', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28775, 'San Jose', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28776, 'Sauget', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28777, 'Sauk Village', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28778, 'Saunemin', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28779, 'Savanna', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28780, 'Savoy', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28781, 'Sawyerville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28782, 'Saybrook', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28783, 'Scales Mound', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28784, 'Schaumburg', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28785, 'Schiller Park', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28786, 'Schram City', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28787, 'Sciota', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28788, 'Scott Afb', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28789, 'Scottville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28790, 'Seaton', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28791, 'Seatonville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28792, 'Secor', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28793, 'Seneca', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28794, 'Sesser', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28795, 'Shabbona', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28796, 'Shannon', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28797, 'Shawneetown', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28798, 'Sheffield', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28799, 'Shelbyville', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28800, 'Sheldon', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28801, 'Sheridan', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28802, 'Sherman', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28803, 'Sherrard', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28804, 'Shiloh', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28805, 'Shipman', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28806, 'Shorewood', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28807, 'Shumway', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28808, 'Sibley', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28809, 'Sidell', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28810, 'Sidney', 3840, 233, 1, '2019-01-24 20:59:50', '2019-01-24 21:03:56'),
(28811, 'Sigel', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28812, 'Silvis', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28813, 'Simpson', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28814, 'Sims', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28815, 'Skokie', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28816, 'Sleepy Hollow', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28817, 'Smithboro', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28818, 'Smithfield', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28819, 'Smithton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28820, 'Somonauk', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28821, 'Sorento', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28822, 'South Barrington', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28823, 'South Beloit', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28824, 'South Chicago Heights', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28825, 'South Elgin', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28826, 'Southern View', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28827, 'South Holland', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28828, 'South Jacksonville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28829, 'South Pekin', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28830, 'South Roxana', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28831, 'South Wilmington', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28832, 'Sparland', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28833, 'Sparta', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28834, 'Spaulding', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28835, 'Spillertown', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28836, 'Spring Bay', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28837, 'Springerton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28838, 'Springfield', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28839, 'Spring Grove', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28840, 'Spring Valley', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28841, 'Standard', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28842, 'Standard City', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28843, 'Stanford', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28844, 'Staunton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28845, 'Steeleville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28846, 'Steger', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28847, 'Sterling', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28848, 'Steward', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28849, 'Stewardson', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28850, 'Stickney', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28851, 'Stillman Valley', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28852, 'Stockton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28853, 'Stonefort', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:56'),
(28854, 'Stone Park', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28855, 'Stonington', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28856, 'Stoy', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28857, 'Strasburg', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28858, 'Strawn', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28859, 'Streamwood', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28860, 'Streator', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28861, 'Stronghurst', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28862, 'Sublette', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28863, 'Sugar Grove', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28864, 'Sullivan', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28865, 'Summerfield', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28866, 'Summit', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28867, 'Sumner', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28868, 'Sun River Terrace', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28869, 'Swansea', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28870, 'Sycamore', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28871, 'Symerton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28872, 'Table Grove', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28873, 'Tallula', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28874, 'Tamaroa', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28875, 'Tamms', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28876, 'Tampico', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28877, 'Taylor Springs', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28878, 'Taylorville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28879, 'Tennessee', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28880, 'Teutopolis', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28881, 'Thawville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28882, 'Thayer', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28883, 'Thebes', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28884, 'Third Lake', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28885, 'Thomasboro', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28886, 'Thompsonville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28887, 'Thomson', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28888, 'Thornton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28889, 'Tilden', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28890, 'Tilton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28891, 'Timberlane', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28892, 'Time', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28893, 'Tinley Park', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28894, 'Tiskilwa', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28895, 'Toledo', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28896, 'Tolono', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28897, 'Toluca', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28898, 'Tonica', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28899, 'Topeka', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28900, 'Toulon', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28901, 'Tovey', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28902, 'Towanda', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28903, 'Tower Hill', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28904, 'Tower Lakes', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28905, 'Tremont', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28906, 'Trenton', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28907, 'Trout Valley', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28908, 'Troy', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28909, 'Troy Grove', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28910, 'Tuscola', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28911, 'Ullin', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28912, 'Union', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28913, 'Union Hill', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28914, 'University Park', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28915, 'Urbana', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28916, 'Ursa', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28917, 'Valier', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28918, 'Valley City', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28919, 'Valmeyer', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28920, 'Vandalia', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28921, 'Varna', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28922, 'Venedy', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28923, 'Venetian Village', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28924, 'Venice', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28925, 'Vergennes', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28926, 'Vermilion', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28927, 'Vermont', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28928, 'Vernon', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28929, 'Vernon Hills', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28930, 'Verona', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28931, 'Versailles', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28932, 'Victoria', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28933, 'Vienna', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28934, 'Villa Grove', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28935, 'Villa Park', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28936, 'Viola', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28937, 'Virden', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28938, 'Virgil', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28939, 'Virginia', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28940, 'Volo', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28941, 'Wadsworth', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28942, 'Waggoner', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28943, 'Walnut', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28944, 'Walnut Hill', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28945, 'Walshville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28946, 'Waltonville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28947, 'Wamac', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28948, 'Wapella', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28949, 'Warren', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28950, 'Warrensburg', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28951, 'Warrenville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28952, 'Warsaw', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28953, 'Washburn', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28954, 'Washington', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28955, 'Washington Park', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28956, 'Wataga', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28957, 'Waterloo', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28958, 'Waterman', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28959, 'Watseka', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28960, 'Watson', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28961, 'Wauconda', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28962, 'Waukegan', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28963, 'Waverly', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28964, 'Wayne', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28965, 'Wayne City', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28966, 'Waynesville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28967, 'Weldon', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28968, 'Wellington', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28969, 'Wenona', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28970, 'Wenonah', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28971, 'West Brooklyn', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28972, 'Westchester', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28973, 'West Chicago', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28974, 'West City', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28975, 'West Dundee', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28976, 'Western Springs', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28977, 'Westfield', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28978, 'West Frankfort', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28979, 'Westmont', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28980, 'West Peoria', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28981, 'West Point', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28982, 'West Salem', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28983, 'Westville', 3840, 233, 1, '2019-01-24 20:59:51', '2019-01-24 21:03:57'),
(28984, 'Wheaton', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28985, 'Wheeler', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28986, 'Wheeling', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28987, 'Whiteash', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28988, 'White City', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28989, 'White Hall', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28990, 'Williamsfield', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28991, 'Williamson', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28992, 'Williamsville', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28993, 'Willisville', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28994, 'Willowbrook', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28995, 'Willow Hill', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28996, 'Willow Springs', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28997, 'Wilmette', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28998, 'Wilmington', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(28999, 'Wilsonville', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29000, 'Winchester', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29001, 'Windsor', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29002, 'Winfield', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29003, 'Winnebago', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29004, 'Winnetka', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29005, 'Winslow', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29006, 'Winthrop Harbor', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29007, 'Witt', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29008, 'Wonder Lake', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29009, 'Wood Dale', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29010, 'Woodhull', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29011, 'Woodland', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29012, 'Woodlawn', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29013, 'Woodridge', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29014, 'Wood River', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29015, 'Woodson', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29016, 'Woodstock', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29017, 'Worden', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29018, 'Worth', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29019, 'Wyanet', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29020, 'Wyoming', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29021, 'Xenia', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29022, 'Yale', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29023, 'Yates City', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29024, 'Yorkville', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29025, 'Zeigler', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29026, 'Zion', 3840, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29027, 'Advance', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29028, 'Akron', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29029, 'Alamo', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29030, 'Albany', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29031, 'Albion', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29032, 'Alexandria', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29033, 'Alfordsville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29034, 'Alton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29035, 'Altona', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29036, 'Ambia', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29037, 'Amboy', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29038, 'Amo', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29039, 'Anderson', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29040, 'Andrews', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29041, 'Angola', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29042, 'Arcadia', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29043, 'Argos', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29044, 'Ashley', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29045, 'Atlanta', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29046, 'Attica', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29047, 'Auburn', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29048, 'Aurora', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29049, 'Austin', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29050, 'Avilla', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29051, 'Avon', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29052, 'Bainbridge', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29053, 'Bargersville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29054, 'Bass Lake', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29055, 'Batesville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29056, 'Battle Ground', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29057, 'Bedford', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29058, 'Beech Grove', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29059, 'Berne', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29060, 'Bethany', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29061, 'Beverly Shores', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29062, 'Bicknell', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29063, 'Birdseye', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29064, 'Bloomfield', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29065, 'Bloomingdale', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29066, 'Bloomington', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29067, 'Blountsville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29068, 'Bluffton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29069, 'Boonville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29070, 'Borden', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29071, 'Boston', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29072, 'Boswell', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29073, 'Bourbon', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29074, 'Brazil', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29075, 'Bremen', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29076, 'Bright', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29077, 'Bristol', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29078, 'Brook', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29079, 'Brooklyn', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29080, 'Brooksburg', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29081, 'Brookston', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29082, 'Brookville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:57'),
(29083, 'Brownsburg', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29084, 'Brownstown', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29085, 'Bruceville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29086, 'Bryant', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29087, 'Buffalo', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29088, 'Bunker Hill', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29089, 'Burket', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29090, 'Burlington', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29091, 'Burnettsville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29092, 'Burns Harbor', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29093, 'Butler', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29094, 'Cadiz', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29095, 'Cambridge City', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29096, 'Camden', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29097, 'Campbellsburg', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29098, 'Cannelburg', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29099, 'Cannelton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29100, 'Carbon', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29101, 'Carlisle', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29102, 'Carmel', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29103, 'Carthage', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29104, 'Cayuga', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29105, 'Cedar Grove', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29106, 'Cedar Lake', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29107, 'Center Point', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29108, 'Centerville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29109, 'Chalmers', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29110, 'Chandler', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29111, 'Charlestown', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29112, 'Chesterfield', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29113, 'Chesterton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29114, 'Chrisney', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29115, 'Churubusco', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29116, 'Cicero', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29117, 'Clarks Hill', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29118, 'Clarksville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29119, 'Clay City', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29120, 'Claypool', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29121, 'Clayton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29122, 'Clear Lake', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29123, 'Clermont', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29124, 'Clifford', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29125, 'Clinton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29126, 'Cloverdale', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29127, 'Coatesville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29128, 'Colfax', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29129, 'Collegeville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29130, 'Columbia City', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29131, 'Columbus', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29132, 'Connersville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29133, 'Converse', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29134, 'Corunna', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29135, 'Corydon', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29136, 'Country Club Heights', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29137, 'Covington', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29138, 'Crandall', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29139, 'Crane', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29140, 'Crawfordsville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29141, 'Cromwell', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29142, 'Crothersville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29143, 'Crown Point', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29144, 'Crows Nest', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29145, 'Culver', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29146, 'Cumberland', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29147, 'Cynthiana', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29148, 'Dale', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29149, 'Daleville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29150, 'Dana', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29151, 'Danville', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29152, 'Darlington', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29153, 'Darmstadt', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29154, 'Dayton', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29155, 'Decatur', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29156, 'Decker', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(29157, 'Delphi', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29158, 'De Motte', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29159, 'Denver', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29160, 'Dillsboro', 3841, 233, 1, '2019-01-24 20:59:52', '2019-01-24 21:03:58'),
(29161, 'Dublin', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29162, 'Dugger', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29163, 'Dune Acres', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29164, 'Dunkirk', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29165, 'Dunlap', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29166, 'Dunreith', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29167, 'Dupont', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29168, 'Dyer', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29169, 'Earl Park', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29170, 'East Chicago', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29171, 'East Germantown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29172, 'Eaton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29173, 'Economy', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29174, 'Edgewood', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29175, 'Edinburgh', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29176, 'Edwardsport', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29177, 'Elberfeld', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29178, 'Elizabeth', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29179, 'Elizabethtown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29180, 'Elkhart', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29181, 'Ellettsville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29182, 'Elnora', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29183, 'Elwood', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29184, 'English', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29185, 'Etna Green', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29186, 'Evansville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29187, 'Fairland', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29188, 'Fairmount', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29189, 'Fairview Park', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29190, 'Farmersburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29191, 'Farmland', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29192, 'Ferdinand', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29193, 'Fillmore', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29194, 'Fishers', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29195, 'Flora', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29196, 'Fort Branch', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29197, 'Fortville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29198, 'Fort Wayne', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29199, 'Fountain City', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29200, 'Fowler', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29201, 'Fowlerton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29202, 'Francesville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29203, 'Francisco', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29204, 'Frankfort', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29205, 'Franklin', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29206, 'Frankton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29207, 'Fredericksburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29208, 'Fremont', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29209, 'French Lick', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29210, 'Fulton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29211, 'Galena', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29212, 'Galveston', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29213, 'Garrett', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29214, 'Gary', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29215, 'Gas City', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29216, 'Gaston', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29217, 'Geneva', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29218, 'Gentryville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29219, 'Georgetown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29220, 'Glenwood', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29221, 'Goodland', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29222, 'Goshen', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29223, 'Gosport', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29224, 'Grabill', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29225, 'Grandview', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29226, 'Granger', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29227, 'Greencastle', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29228, 'Greendale', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29229, 'Greenfield', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29230, 'Greensboro', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29231, 'Greensburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29232, 'Greens Fork', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29233, 'Greentown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29234, 'Greenville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29235, 'Greenwood', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29236, 'Griffin', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29237, 'Griffith', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29238, 'Grissom Afb', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29239, 'Gulivoire Park', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29240, 'Hagerstown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29241, 'Hamilton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29242, 'Hamlet', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29243, 'Hammond', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29244, 'Hanover', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29245, 'Hardinsburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29246, 'Harmony', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29247, 'Hartford City', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29248, 'Hartsville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29249, 'Haubstadt', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29250, 'Hazleton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29251, 'Hebron', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29252, 'Henryville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29253, 'Hidden Valley', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29254, 'Highland', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29255, 'Hillsboro', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29256, 'Hobart', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29257, 'Holland', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29258, 'Holton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29259, 'Homecroft', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29260, 'Hope', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29261, 'Hudson', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29262, 'Huntertown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29263, 'Huntingburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29264, 'Huntington', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29265, 'Hymera', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29266, 'Indianapolis City', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29267, 'Indian Heights', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29268, 'Indian Village', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29269, 'Ingalls', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29270, 'Jamestown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29271, 'Jasonville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29272, 'Jasper', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29273, 'Jeffersonville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29274, 'Jonesboro', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29275, 'Jonesville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29276, 'Kempton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29277, 'Kendallville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29278, 'Kennard', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29279, 'Kentland', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29280, 'Kewanna', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29281, 'Kingman', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29282, 'Kingsbury', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29283, 'Kingsford Heights', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29284, 'Kirklin', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29285, 'Knightstown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29286, 'Knightsville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29287, 'Knox', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29288, 'Kokomo', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29289, 'Koontz Lake', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29290, 'Kouts', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29291, 'Laconia', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29292, 'La Crosse', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29293, 'Ladoga', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29294, 'Lafayette', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29295, 'La Fontaine', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29296, 'Lagrange', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29297, 'Lagro', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29298, 'Lake Dalecarlia', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29299, 'Lakes Of The Four Seasons', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29300, 'Lake Station', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29301, 'Lake Village', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29302, 'Lakeville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29303, 'Lanesville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29304, 'La Paz', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29305, 'Lapel', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29306, 'La Porte', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29307, 'Larwill', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29308, 'Laurel', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29309, 'Lawrence', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29310, 'Lawrenceburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29311, 'Leavenworth', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29312, 'Lebanon', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29313, 'Leesburg', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29314, 'Leo-cedarville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29315, 'Lewisville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29316, 'Liberty', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29317, 'Ligonier', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29318, 'Linden', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29319, 'Linton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29320, 'Little York', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:58'),
(29321, 'Livonia', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29322, 'Lizton', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29323, 'Logansport', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29324, 'Long Beach', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29325, 'Loogootee', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29326, 'Losantville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29327, 'Lowell', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29328, 'Lynn', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29329, 'Lynnville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29330, 'Lyons', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29331, 'Mccordsville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29332, 'Mackey', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29333, 'Macy', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29334, 'Madison', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29335, 'Marengo', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29336, 'Marion', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29337, 'Markle', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29338, 'Markleville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29339, 'Marshall', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29340, 'Martinsville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29341, 'Matthews', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29342, 'Mauckport', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29343, 'Mecca', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29344, 'Medaryville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29345, 'Medora', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29346, 'Mellott', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29347, 'Melody Hill', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29348, 'Memphis', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29349, 'Mentone', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29350, 'Meridian Hills', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29351, 'Merom', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29352, 'Merrillville', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29353, 'Mexico', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29354, 'Michiana Shores', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29355, 'Michigan City', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29356, 'Michigantown', 3841, 233, 1, '2019-01-24 20:59:53', '2019-01-24 21:03:59'),
(29357, 'Middlebury', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29358, 'Middletown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29359, 'Milan', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29360, 'Milford', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29361, 'Millersburg', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29362, 'Millhousen', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29363, 'Milltown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29364, 'Milton', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29365, 'Mishawaka', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29366, 'Mitchell', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29367, 'Modoc', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29368, 'Monon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29369, 'Monroe', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29370, 'Monroe City', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29371, 'Monroeville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29372, 'Monrovia', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29373, 'Monterey', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29374, 'Montezuma', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29375, 'Montgomery', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29376, 'Monticello', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29377, 'Montpelier', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29378, 'Mooreland', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29379, 'Moores Hill', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29380, 'Mooresville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29381, 'Morgantown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29382, 'Morocco', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29383, 'Morristown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29384, 'Mount Auburn', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29385, 'Mount Ayr', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29386, 'Mount Carmel', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29387, 'Mount Etna', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29388, 'Mount Summit', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29389, 'Mount Vernon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29390, 'Mulberry', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29391, 'Muncie', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29392, 'Munster', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29393, 'Napoleon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29394, 'Nappanee', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29395, 'Nashville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29396, 'New Albany', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29397, 'New Amsterdam', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29398, 'Newberry', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29399, 'Newburgh', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29400, 'New Carlisle', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29401, 'New Castle', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29402, 'New Chicago', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29403, 'New Harmony', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29404, 'New Haven', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29405, 'New Market', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29406, 'New Middletown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29407, 'New Palestine', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29408, 'New Paris', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29409, 'New Pekin', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29410, 'Newpoint', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29411, 'Newport', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29412, 'New Richmond', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29413, 'New Ross', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29414, 'Newtown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29415, 'New Washington', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29416, 'New Whiteland', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29417, 'Noblesville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29418, 'North Crows Nest', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29419, 'North Judson', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29420, 'North Liberty', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29421, 'North Manchester', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29422, 'North Salem', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29423, 'North Terre Haute', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29424, 'North Vernon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29425, 'North Webster', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29426, 'Norway', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29427, 'Oakland City', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29428, 'Oak Park', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29429, 'Oaktown', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29430, 'Odon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29431, 'Ogden Dunes', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29432, 'Oldenburg', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29433, 'Onward', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29434, 'Oolitic', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29435, 'Orestes', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29436, 'Orland', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29437, 'Orleans', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29438, 'Osceola', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29439, 'Osgood', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29440, 'Ossian', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29441, 'Otterbein', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29442, 'Owensville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29443, 'Oxford', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29444, 'Palmyra', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29445, 'Paoli', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29446, 'Paragon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29447, 'Parker City', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29448, 'Patoka', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29449, 'Patriot', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29450, 'Pendleton', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29451, 'Pennville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29452, 'Perrysville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29453, 'Peru', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29454, 'Petersburg', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29455, 'Pierceton', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29456, 'Pine Village', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29457, 'Pittsboro', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29458, 'Plainfield', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29459, 'Plainville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29460, 'Plymouth', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29461, 'Poneto', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29462, 'Portage', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29463, 'Porter', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29464, 'Portland', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29465, 'Poseyville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29466, 'Pottawattamie Park', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29467, 'Princes Lakes', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29468, 'Princeton', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29469, 'Redkey', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29470, 'Remington', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29471, 'Rensselaer', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29472, 'Reynolds', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29473, 'Richmond', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29474, 'Ridgeville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29475, 'Riley', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29476, 'Rising Sun', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29477, 'River Forest', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29478, 'Roachdale', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29479, 'Roann', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29480, 'Roanoke', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29481, 'Rochester', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29482, 'Rockport', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29483, 'Rockville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29484, 'Rocky Ripple', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29485, 'Rome City', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29486, 'Rosedale', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29487, 'Roseland', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29488, 'Roselawn', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29489, 'Rossville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29490, 'Royal Center', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29491, 'Rushville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29492, 'Russellville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29493, 'Russiaville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29494, 'St. Joe', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29495, 'St. John', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29496, 'St. Leon', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29497, 'St. Paul', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29498, 'Salamonia', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29499, 'Salem', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29500, 'Saltillo', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29501, 'Sandborn', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29502, 'San Pierre', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29503, 'Santa Claus', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29504, 'Saratoga', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29505, 'Schererville', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29506, 'Schneider', 3841, 233, 1, '2019-01-24 20:59:54', '2019-01-24 21:03:59'),
(29507, 'Scottsburg', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29508, 'Seelyville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29509, 'Sellersburg', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29510, 'Selma', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29511, 'Seymour', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29512, 'Shadeland', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29513, 'Shamrock Lakes', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29514, 'Sharpsville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29515, 'Shelburn', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29516, 'Shelbyville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29517, 'Sheridan', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29518, 'Shipshewana', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29519, 'Shirley', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29520, 'Shoals', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29521, 'Sidney', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29522, 'Silver Lake', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29523, 'Simonton Lake', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29524, 'Somerville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29525, 'South Bend', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29526, 'South Haven', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29527, 'Southport', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29528, 'South Whitley', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29529, 'Speedway', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29530, 'Spencer', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29531, 'Spiceland', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29532, 'Spring Grove', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29533, 'Spring Hill', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29534, 'Spring Lake', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29535, 'Springport', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29536, 'Spurgeon', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29537, 'Star City', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29538, 'State Line City', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29539, 'Staunton', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29540, 'Stilesville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29541, 'Stinesville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29542, 'Straughn', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29543, 'Sullivan', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29544, 'Sulphur Springs', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29545, 'Summitville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29546, 'Sunman', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29547, 'Swayzee', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29548, 'Sweetser', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29549, 'Switz City', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29550, 'Syracuse', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29551, 'Taylorsville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29552, 'Tell City', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29553, 'Tennyson', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29554, 'Terre Haute', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29555, 'Thorntown', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29556, 'Tipton', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29557, 'Topeka', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29558, 'Town Of Pines', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29559, 'Trafalgar', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29560, 'Trail Creek', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29561, 'Tri-lakes', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29562, 'Troy', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29563, 'Ulen', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29564, 'Union City', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29565, 'Uniondale', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29566, 'Universal', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29567, 'Upland', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29568, 'Utica', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29569, 'Valparaiso', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29570, 'Van Buren', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29571, 'Veedersburg', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29572, 'Vera Cruz', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29573, 'Vernon', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29574, 'Versailles', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29575, 'Vevay', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29576, 'Vincennes', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29577, 'Wabash', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29578, 'Wakarusa', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29579, 'Walkerton', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29580, 'Wallace', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29581, 'Walton', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29582, 'Wanatah', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29583, 'Warren', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29584, 'Warren Park', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29585, 'Warsaw', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29586, 'Washington', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29587, 'Waterloo', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29588, 'Waveland', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29589, 'Waynetown', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29590, 'West Baden Springs', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29591, 'West College Corner', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29592, 'Westfield', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29593, 'West Harrison', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:03:59'),
(29594, 'West Lafayette', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29595, 'West Lebanon', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29596, 'Westport', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29597, 'West Terre Haute', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29598, 'Westville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29599, 'Wheatfield', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29600, 'Wheatland', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29601, 'Whiteland', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29602, 'Whitestown', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29603, 'Whitewater', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29604, 'Whiting', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29605, 'Wilkinson', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29606, 'Williams Creek', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29607, 'Williamsport', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29608, 'Winamac', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29609, 'Winchester', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29610, 'Windfall City', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29611, 'Winfield', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29612, 'Wingate', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29613, 'Winona Lake', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29614, 'Winslow', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29615, 'Wolcott', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29616, 'Wolcottville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29617, 'Woodburn', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29618, 'Woodlawn Heights', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29619, 'Worthington', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29620, 'Wynnedale', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29621, 'Yeoman', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29622, 'Yorktown', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29623, 'Zanesville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29624, 'Zionsville', 3841, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29625, 'Ackley', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29626, 'Ackworth', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29627, 'Adair', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29628, 'Adel', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29629, 'Afton', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29630, 'Agency', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29631, 'Ainsworth', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29632, 'Akron', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29633, 'Albert City', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29634, 'Albia', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29635, 'Albion', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29636, 'Alburnett', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29637, 'Alden', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29638, 'Alexander', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29639, 'Algona', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29640, 'Alleman', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29641, 'Allerton', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29642, 'Allison', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29643, 'Alta', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29644, 'Alta Vista', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29645, 'Alton', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29646, 'Altoona', 3842, 233, 1, '2019-01-24 20:59:55', '2019-01-24 21:04:00'),
(29647, 'Alvord', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29648, 'Ames', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29649, 'Anamosa', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29650, 'Andover', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29651, 'Andrew', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29652, 'Anita', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29653, 'Ankeny', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29654, 'Anthon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29655, 'Aplington', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29656, 'Arcadia', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29657, 'Archer', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29658, 'Aredale', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29659, 'Arion', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29660, 'Arispe', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29661, 'Arlington', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29662, 'Armstrong', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29663, 'Arnolds Park', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29664, 'Arthur', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29665, 'Asbury', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29666, 'Ashton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29667, 'Aspinwall', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29668, 'Atalissa', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29669, 'Athelstan', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29670, 'Atkins', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29671, 'Atlantic', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29672, 'Auburn', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29673, 'Audubon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29674, 'Aurelia', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29675, 'Aurora', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29676, 'Avoca', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29677, 'Ayrshire', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29678, 'Badger', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29679, 'Bagley', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29680, 'Baldwin', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29681, 'Balltown', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29682, 'Bancroft', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29683, 'Bankston', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29684, 'Barnes City', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29685, 'Barnum', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29686, 'Bassett', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29687, 'Batavia', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29688, 'Battle Creek', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29689, 'Baxter', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29690, 'Bayard', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29691, 'Beacon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29692, 'Beaconsfield', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29693, 'Beaman', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29694, 'Beaver', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29695, 'Bedford', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29696, 'Belle Plaine', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29697, 'Bellevue', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29698, 'Belmond', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29699, 'Bennett', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29700, 'Benton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29701, 'Berkley', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29702, 'Bernard', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29703, 'Bertram', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29704, 'Bettendorf', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29705, 'Bevington', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29706, 'Birmingham', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29707, 'Blairsburg', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29708, 'Blairstown', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29709, 'Blakesburg', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29710, 'Blanchard', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29711, 'Blencoe', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29712, 'Blockton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29713, 'Bloomfield', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29714, 'Blue Grass', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29715, 'Bode', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29716, 'Bonaparte', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29717, 'Bondurant', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29718, 'Boone', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29719, 'Bouton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29720, 'Boxholm', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29721, 'Boyden', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29722, 'Braddyville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29723, 'Bradgate', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29724, 'Brandon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29725, 'Brayton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29726, 'Breda', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29727, 'Bridgewater', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29728, 'Brighton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29729, 'Bristow', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29730, 'Britt', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29731, 'Bronson', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29732, 'Brooklyn', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29733, 'Brunsville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29734, 'Buckeye', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29735, 'Buck Grove', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29736, 'Buffalo', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29737, 'Buffalo Center', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29738, 'Burlington', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29739, 'Burt', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29740, 'Bussey', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29741, 'Calamus', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29742, 'Callender', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29743, 'Calmar', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29744, 'Calumet', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29745, 'Camanche', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29746, 'Cambridge', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29747, 'Cantril', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29748, 'Carbon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29749, 'Carlisle', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29750, 'Carpenter', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29751, 'Carroll', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29752, 'Carson', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29753, 'Carter Lake', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29754, 'Cascade', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29755, 'Casey', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29756, 'Castalia', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29757, 'Castana', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29758, 'Cedar Falls', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29759, 'Cedar Rapids', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29760, 'Center Junction', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29761, 'Center Point', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29762, 'Centerville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29763, 'Central City', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29764, 'Centralia', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29765, 'Chariton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29766, 'Charles City', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29767, 'Charlotte', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29768, 'Charter Oak', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29769, 'Chatsworth', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29770, 'Chelsea', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29771, 'Cherokee', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29772, 'Chester', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29773, 'Chillicothe', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29774, 'Churdan', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29775, 'Cincinnati', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29776, 'Clare', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29777, 'Clarence', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29778, 'Clarinda', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29779, 'Clarion', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29780, 'Clarksville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29781, 'Clayton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(29782, 'Clearfield', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29783, 'Clear Lake', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29784, 'Cleghorn', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29785, 'Clemons', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29786, 'Clermont', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29787, 'Clinton', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29788, 'Clio', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29789, 'Clive', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29790, 'Clutier', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29791, 'Coalville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29792, 'Coburg', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29793, 'Coggon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29794, 'Coin', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29795, 'Colesburg', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29796, 'Colfax', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29797, 'College Springs', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29798, 'Collins', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29799, 'Colo', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29800, 'Columbus City', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29801, 'Columbus Junction', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29802, 'Colwell', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29803, 'Conesville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29804, 'Conrad', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29805, 'Conway', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29806, 'Coon Rapids', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29807, 'Coppock', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29808, 'Coralville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29809, 'Corning', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29810, 'Correctionville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29811, 'Corwith', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29812, 'Corydon', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29813, 'Cotter', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:00'),
(29814, 'Coulter', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29815, 'Council Bluffs', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29816, 'Craig', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29817, 'Crawfordsville', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29818, 'Crescent', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29819, 'Cresco', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29820, 'Creston', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29821, 'Cromwell', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29822, 'Crystal Lake', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29823, 'Cumberland', 3842, 233, 1, '2019-01-24 20:59:56', '2019-01-24 21:04:01'),
(29824, 'Cumming', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29825, 'Curlew', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29826, 'Cushing', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29827, 'Cylinder', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29828, 'Dakota City', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29829, 'Dallas Center', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29830, 'Dana', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29831, 'Danbury', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29832, 'Danville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29833, 'Davenport', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29834, 'Davis City', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29835, 'Dawson', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29836, 'Dayton', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29837, 'Decatur City', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29838, 'Decorah', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29839, 'Dedham', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29840, 'Deep River', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29841, 'Defiance', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29842, 'Delaware', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29843, 'Delhi', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29844, 'Delmar', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29845, 'Deloit', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29846, 'Delphos', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29847, 'Delta', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29848, 'Denison', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29849, 'Denver', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29850, 'Derby', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29851, 'Des Moines', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29852, 'De Soto', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29853, 'De Witt', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29854, 'Dexter', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29855, 'Diagonal', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29856, 'Dickens', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29857, 'Dike', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29858, 'Dixon', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29859, 'Dolliver', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29860, 'Donahue', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29861, 'Donnellson', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29862, 'Doon', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29863, 'Douds', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29864, 'Dougherty', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29865, 'Dow City', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29866, 'Dows', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29867, 'Drakesville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29868, 'Dubuque', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29869, 'Dumont', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29870, 'Duncombe', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29871, 'Dundee', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29872, 'Dunkerton', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29873, 'Dunlap', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29874, 'Durango', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29875, 'Durant', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29876, 'Dyersville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29877, 'Dysart', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29878, 'Eagle Grove', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29879, 'Earlham', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29880, 'Earling', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29881, 'Earlville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29882, 'Early', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29883, 'East Peru', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29884, 'Eddyville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29885, 'Edgewood', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29886, 'Elberon', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29887, 'Eldon', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29888, 'Eldora', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29889, 'Eldridge', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29890, 'Elgin', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29891, 'Elkader', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29892, 'Elkhart', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29893, 'Elk Horn', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29894, 'Elkport', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29895, 'Elk Run Heights', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29896, 'Elliott', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29897, 'Ellston', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29898, 'Ellsworth', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29899, 'Elma', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29900, 'Ely', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29901, 'Emerson', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29902, 'Emmetsburg', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29903, 'Epworth', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29904, 'Essex', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29905, 'Estherville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29906, 'Evansdale', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29907, 'Everly', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29908, 'Exira', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29909, 'Exline', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29910, 'Fairbank', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29911, 'Fairfax', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29912, 'Fairfield', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29913, 'Farley', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29914, 'Farmersburg', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29915, 'Farmington', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29916, 'Farnhamville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29917, 'Farragut', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29918, 'Fayette', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29919, 'Fenton', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29920, 'Ferguson', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29921, 'Fertile', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29922, 'Floris', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29923, 'Floyd', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29924, 'Fonda', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29925, 'Fontanelle', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29926, 'Forest City', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29927, 'Fort Atkinson', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29928, 'Fort Dodge', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29929, 'Fort Madison', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29930, 'Fostoria', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29931, 'Franklin', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29932, 'Fraser', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29933, 'Fredericksburg', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29934, 'Frederika', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29935, 'Fredonia', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29936, 'Fremont', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29937, 'Fruitland', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29938, 'Galt', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29939, 'Galva', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29940, 'Garber', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29941, 'Garden Grove', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29942, 'Garnavillo', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29943, 'Garner', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29944, 'Garrison', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29945, 'Garwin', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29946, 'Geneva', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29947, 'George', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29948, 'Gibson', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29949, 'Gilbert', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29950, 'Gilbertville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29951, 'Gillett Grove', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29952, 'Gilman', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29953, 'Gilmore City', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29954, 'Gladbrook', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29955, 'Glenwood', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29956, 'Glidden', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29957, 'Goldfield', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29958, 'Goodell', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29959, 'Goose Lake', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29960, 'Gowrie', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29961, 'Graettinger', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29962, 'Graf', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29963, 'Grafton', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29964, 'Grand Junction', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29965, 'Grand Mound', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29966, 'Grand River', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29967, 'Grandview', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29968, 'Granger', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29969, 'Grant', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29970, 'Granville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29971, 'Gravity', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29972, 'Gray', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29973, 'Greeley', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29974, 'Greene', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29975, 'Greenfield', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29976, 'Greenville', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29977, 'Grimes', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29978, 'Grinnell', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29979, 'Griswold', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29980, 'Grundy Center', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29981, 'Gruver', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29982, 'Guernsey', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29983, 'Guthrie Center', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29984, 'Guttenberg', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29985, 'Halbur', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29986, 'Hamburg', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29987, 'Hamilton', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29988, 'Hampton', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29989, 'Hancock', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29990, 'Hanlontown', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29991, 'Hansell', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29992, 'Harcourt', 3842, 233, 1, '2019-01-24 20:59:57', '2019-01-24 21:04:01'),
(29993, 'Hardy', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(29994, 'Harlan', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(29995, 'Harper', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(29996, 'Harpers Ferry', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(29997, 'Harris', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(29998, 'Hartford', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(29999, 'Hartley', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30000, 'Hartwick', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30001, 'Harvey', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30002, 'Hastings', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30003, 'Havelock', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30004, 'Haverhill', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30005, 'Hawarden', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30006, 'Hawkeye', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30007, 'Hayesville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30008, 'Hazleton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30009, 'Hedrick', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30010, 'Henderson', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30011, 'Hepburn', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30012, 'Hiawatha', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30013, 'Hills', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30014, 'Hillsboro', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30015, 'Hinton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30016, 'Holland', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:01'),
(30017, 'Holstein', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30018, 'Holy Cross', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30019, 'Hopkinton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30020, 'Hornick', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30021, 'Hospers', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30022, 'Houghton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30023, 'Hubbard', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30024, 'Hudson', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30025, 'Hull', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30026, 'Humboldt', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30027, 'Humeston', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30028, 'Huxley', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30029, 'Ida Grove', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30030, 'Imogene', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30031, 'Independence', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30032, 'Indianola', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30033, 'Inwood', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30034, 'Ionia', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30035, 'Iowa City', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30036, 'Iowa Falls', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30037, 'Ireton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30038, 'Irwin', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30039, 'Jackson Junction', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30040, 'Jamaica', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30041, 'Janesville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30042, 'Jefferson', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30043, 'Jesup', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30044, 'Jewell Junction', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30045, 'Johnston', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30046, 'Joice', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30047, 'Jolley', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30048, 'Kalona', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30049, 'Kamrar', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30050, 'Kanawha', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30051, 'Kellerton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30052, 'Kelley', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30053, 'Kellogg', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30054, 'Kensett', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30055, 'Kent', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30056, 'Keokuk', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30057, 'Keomah Village', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30058, 'Keosauqua', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30059, 'Keota', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30060, 'Keswick', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30061, 'Keystone', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30062, 'Kimballton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30063, 'Kingsley', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30064, 'Kinross', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30065, 'Kirkman', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30066, 'Kirkville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30067, 'Kiron', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30068, 'Klemme', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30069, 'Knierim', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30070, 'Knoxville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30071, 'Lacona', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30072, 'Ladora', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30073, 'Lake City', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30074, 'Lake Mills', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30075, 'Lake Park', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30076, 'Lakeside', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30077, 'Lake View', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30078, 'Lakota', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30079, 'Lambs Grove', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30080, 'Lamoni', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30081, 'Lamont', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30082, 'La Motte', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30083, 'Lanesboro', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30084, 'Lansing', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30085, 'La Porte City', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30086, 'Larchwood', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30087, 'Larrabee', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30088, 'Latimer', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30089, 'Laurel', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30090, 'Laurens', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30091, 'Lawler', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30092, 'Lawton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30093, 'Leando', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30094, 'Le Claire', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30095, 'Ledyard', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30096, 'Le Grand', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30097, 'Lehigh', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30098, 'Leighton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30099, 'Leland', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30100, 'Le Mars', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30101, 'Lenox', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30102, 'Leon', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30103, 'Le Roy', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30104, 'Lester', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30105, 'Letts', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30106, 'Lewis', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30107, 'Libertyville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30108, 'Lidderdale', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30109, 'Lime Springs', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30110, 'Lincoln', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30111, 'Linden', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30112, 'Lineville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30113, 'Linn Grove', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30114, 'Lisbon', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30115, 'Liscomb', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30116, 'Littleport', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30117, 'Little Rock', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30118, 'Little Sioux', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30119, 'Livermore', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30120, 'Lockridge', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30121, 'Logan', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30122, 'Lohrville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30123, 'Lone Rock', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30124, 'Lone Tree', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30125, 'Long Grove', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30126, 'Lorimor', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30127, 'Lost Nation', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30128, 'Lovilia', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30129, 'Lowden', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30130, 'Low Moor', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30131, 'Luana', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:02'),
(30132, 'Lucas', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30133, 'Luther', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30134, 'Lu Verne', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30135, 'Luxemburg', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30136, 'Luzerne', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30137, 'Lynnville', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30138, 'Lytton', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30139, 'Mccallsburg', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30140, 'Mccausland', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30141, 'Mcclelland', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30142, 'Macedonia', 3842, 233, 1, '2019-01-24 20:59:58', '2019-01-24 21:04:03'),
(30143, 'Mcgregor', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30144, 'Mcintire', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30145, 'Macksburg', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30146, 'Madrid', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30147, 'Magnolia', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30148, 'Malcom', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30149, 'Mallard', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30150, 'Maloy', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30151, 'Malvern', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30152, 'Manchester', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30153, 'Manilla', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30154, 'Manly', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30155, 'Manning', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30156, 'Manson', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30157, 'Mapleton', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30158, 'Maquoketa', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30159, 'Marathon', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30160, 'Marble Rock', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30161, 'Marcus', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30162, 'Marengo', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30163, 'Marion', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30164, 'Marne', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30165, 'Marquette', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30166, 'Marshalltown', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30167, 'Martelle', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30168, 'Martensdale', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30169, 'Martinsburg', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30170, 'Marysville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30171, 'Mason City', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30172, 'Masonville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30173, 'Massena', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30174, 'Matlock', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30175, 'Maurice', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30176, 'Maxwell', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30177, 'Maynard', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30178, 'Maysville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30179, 'Mechanicsville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30180, 'Mediapolis', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30181, 'Melbourne', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30182, 'Melcher-dallas', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30183, 'Melrose', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30184, 'Melvin', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30185, 'Menlo', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30186, 'Meriden', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30187, 'Merrill', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30188, 'Meservey', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30189, 'Middletown', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30190, 'Miles', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30191, 'Milford', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30192, 'Millersburg', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30193, 'Millerton', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30194, 'Millville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30195, 'Milo', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30196, 'Milton', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30197, 'Minburn', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30198, 'Minden', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30199, 'Mingo', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30200, 'Missouri Valley', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30201, 'Mitchell', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30202, 'Mitchellville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30203, 'Modale', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30204, 'Mondamin', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30205, 'Monmouth', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30206, 'Monona', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30207, 'Monroe', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30208, 'Montezuma', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30209, 'Monticello', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30210, 'Montour', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30211, 'Montrose', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30212, 'Moorhead', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30213, 'Moorland', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30214, 'Moravia', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30215, 'Morley', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30216, 'Morning Sun', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30217, 'Morrison', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30218, 'Moulton', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30219, 'Mount Auburn', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30220, 'Mount Ayr', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30221, 'Mount Pleasant', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30222, 'Mount Sterling', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30223, 'Mount Union', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30224, 'Mount Vernon', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30225, 'Moville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30226, 'Murray', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30227, 'Muscatine', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30228, 'Mystic', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30229, 'Nashua', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30230, 'Nemaha', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30231, 'Neola', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30232, 'Nevada', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30233, 'New Albin', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30234, 'Newell', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30235, 'Newhall', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30236, 'New Hampton', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30237, 'New Hartford', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30238, 'New Liberty', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30239, 'New London', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30240, 'New Market', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30241, 'New Providence', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30242, 'New Sharon', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30243, 'Newton', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30244, 'New Vienna', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30245, 'New Virginia', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30246, 'Nichols', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30247, 'Nodaway', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30248, 'Nora Springs', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30249, 'Northboro', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30250, 'North Buena Vista', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30251, 'North English', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30252, 'North Liberty', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30253, 'North Washington', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30254, 'Northwood', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30255, 'Norwalk', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30256, 'Norway', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30257, 'Numa', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30258, 'Oakland', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30259, 'Oakland Acres', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30260, 'Oakville', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30261, 'Ocheyedan', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30262, 'Odebolt', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30263, 'Oelwein', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30264, 'Ogden', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30265, 'Okoboji', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30266, 'Olds', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30267, 'Olin', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30268, 'Ollie', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30269, 'Onawa', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30270, 'Onslow', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30271, 'Orange City', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30272, 'Orchard', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30273, 'Orient', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30274, 'Orleans', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30275, 'Osage', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30276, 'Osceola', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30277, 'Oskaloosa', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30278, 'Ossian', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30279, 'Osterdock', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30280, 'Otho', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30281, 'Oto', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30282, 'Ottosen', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30283, 'Ottumwa', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30284, 'Owasa', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30285, 'Oxford', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30286, 'Oxford Junction', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30287, 'Oyens', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30288, 'Pacific Junction', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30289, 'Packwood', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30290, 'Palmer', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30291, 'Palo', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30292, 'Panama', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30293, 'Panora', 3842, 233, 1, '2019-01-24 20:59:59', '2019-01-24 21:04:03'),
(30294, 'Panorama Park', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30295, 'Parkersburg', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30296, 'Park View', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30297, 'Parnell', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30298, 'Paton', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30299, 'Patterson', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30300, 'Paullina', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30301, 'Pella', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30302, 'Peosta', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30303, 'Perry', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30304, 'Persia', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30305, 'Peterson', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30306, 'Pierson', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30307, 'Pilot Mound', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30308, 'Pioneer', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30309, 'Pisgah', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30310, 'Plainfield', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30311, 'Plano', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30312, 'Pleasant Hill', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30313, 'Pleasanton', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30314, 'Pleasant Plain', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30315, 'Pleasantville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30316, 'Plover', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30317, 'Plymouth', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30318, 'Pocahontas', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30319, 'Polk City', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30320, 'Pomeroy', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30321, 'Popejoy', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30322, 'Portsmouth', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30323, 'Postville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30324, 'Prairieburg', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30325, 'Prairie City', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30326, 'Prescott', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30327, 'Preston', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30328, 'Primghar', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30329, 'Princeton', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30330, 'Promise City', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:03'),
(30331, 'Protivin', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30332, 'Pulaski', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30333, 'Quasqueton', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30334, 'Quimby', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30335, 'Radcliffe', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30336, 'Rake', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30337, 'Ralston', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30338, 'Randalia', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30339, 'Randall', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30340, 'Randolph', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30341, 'Rathbun', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30342, 'Raymond', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30343, 'Readlyn', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30344, 'Reasnor', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30345, 'Redding', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30346, 'Redfield', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30347, 'Red Oak', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30348, 'Reinbeck', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30349, 'Rembrandt', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30350, 'Remsen', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30351, 'Renwick', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30352, 'Rhodes', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30353, 'Riceville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30354, 'Richland', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30355, 'Rickardsville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30356, 'Ricketts', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30357, 'Ridgeway', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30358, 'Rinard', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30359, 'Ringsted', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30360, 'Rippey', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30361, 'Riverdale', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30362, 'Riverside', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30363, 'Riverton', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30364, 'Robins', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30365, 'Rock Falls', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30366, 'Rockford', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30367, 'Rock Rapids', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30368, 'Rock Valley', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30369, 'Rockwell', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30370, 'Rockwell City', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30371, 'Rodman', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30372, 'Rodney', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30373, 'Roland', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30374, 'Rolfe', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30375, 'Rome', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30376, 'Rose Hill', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30377, 'Rossie', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30378, 'Rowan', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30379, 'Rowley', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30380, 'Royal', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30381, 'Rudd', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30382, 'Runnells', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30383, 'Russell', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30384, 'Ruthven', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30385, 'Rutland', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30386, 'Ryan', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30387, 'Sabula', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30388, 'Sac City', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30389, 'Sageville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30390, 'St. Ansgar', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30391, 'St. Anthony', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30392, 'St. Charles', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30393, 'St. Donatus', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30394, 'St. Lucas', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30395, 'St. Marys', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30396, 'St. Olaf', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30397, 'St. Paul', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30398, 'Salem', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30399, 'Salix', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30400, 'Sanborn', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30401, 'Sandyville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30402, 'Saylorville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30403, 'Scarville', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30404, 'Schaller', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30405, 'Schleswig', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30406, 'Scranton', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30407, 'Searsboro', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30408, 'Sergeant Bluff', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30409, 'Seymour', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30410, 'Shambaugh', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30411, 'Shannon City', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30412, 'Sharpsburg', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(30413, 'Sheffield', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30414, 'Shelby', 3842, 233, 1, '2019-01-24 21:00:00', '2019-01-24 21:04:04'),
(30415, 'Sheldahl', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30416, 'Sheldon', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30417, 'Shell Rock', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30418, 'Shellsburg', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30419, 'Shenandoah', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30420, 'Sherrill', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30421, 'Shueyville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30422, 'Sibley', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30423, 'Sidney', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30424, 'Sigourney', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30425, 'Silver City', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30426, 'Sioux Center', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30427, 'Sioux City', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30428, 'Sioux Rapids', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30429, 'Slater', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30430, 'Sloan', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30431, 'Smithland', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30432, 'Soldier', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30433, 'Solon', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30434, 'Somers', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30435, 'South English', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30436, 'Spencer', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30437, 'Spillville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30438, 'Spirit Lake', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30439, 'Spragueville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30440, 'Springbrook', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30441, 'Spring Hill', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30442, 'Springville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30443, 'Stacyville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30444, 'Stanhope', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30445, 'Stanley', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30446, 'Stanton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30447, 'Stanwood', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30448, 'State Center', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30449, 'Steamboat Rock', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30450, 'Stockport', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30451, 'Stockton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30452, 'Storm Lake', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30453, 'Story City', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30454, 'Stout', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30455, 'Stratford', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30456, 'Strawberry Point', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30457, 'Struble', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30458, 'Stuart', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30459, 'Sully', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30460, 'Sumner', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30461, 'Superior', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30462, 'Sutherland', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30463, 'Swaledale', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30464, 'Swan', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30465, 'Swea City', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30466, 'Swisher', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30467, 'Tabor', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30468, 'Tama', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30469, 'Templeton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30470, 'Tennant', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30471, 'Terril', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30472, 'Thayer', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30473, 'Thompson', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30474, 'Thor', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30475, 'Thornburg', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30476, 'Thornton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30477, 'Thurman', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30478, 'Tiffin', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30479, 'Tingley', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30480, 'Tipton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30481, 'Titonka', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30482, 'Toledo', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30483, 'Toronto', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30484, 'Traer', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30485, 'Treynor', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30486, 'Tripoli', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30487, 'Truesdale', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30488, 'Truro', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30489, 'Turin', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30490, 'Udell', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30491, 'Underwood', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30492, 'Union', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30493, 'Unionville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30494, 'University Heights', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30495, 'University Park', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30496, 'Urbana', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30497, 'Urbandale', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30498, 'Ute', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30499, 'Vail', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30500, 'Valeria', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30501, 'Van Horne', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30502, 'Van Meter', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30503, 'Van Wert', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30504, 'Varina', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30505, 'Ventura', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30506, 'Victor', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30507, 'Villisca', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30508, 'Vincent', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30509, 'Vining', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30510, 'Vinton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30511, 'Volga', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30512, 'Wadena', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30513, 'Wahpeton', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30514, 'Walcott', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30515, 'Walford', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30516, 'Walker', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30517, 'Wallingford', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30518, 'Wall Lake', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30519, 'Walnut', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30520, 'Wapello', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30521, 'Washington', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30522, 'Washta', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30523, 'Waterloo', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30524, 'Waterville', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30525, 'Waucoma', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30526, 'Waukee', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30527, 'Waukon', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30528, 'Waverly', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30529, 'Wayland', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30530, 'Webb', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30531, 'Webster', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30532, 'Webster City', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30533, 'Weldon', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30534, 'Wellman', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30535, 'Wellsburg', 3842, 233, 1, '2019-01-24 21:00:01', '2019-01-24 21:04:04'),
(30536, 'Welton', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30537, 'Wesley', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30538, 'West Bend', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30539, 'West Branch', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30540, 'West Burlington', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30541, 'West Chester', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30542, 'West Des Moines', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30543, 'Westfield', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30544, 'Westgate', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30545, 'West Liberty', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30546, 'West Okoboji', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30547, 'Westphalia', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30548, 'West Point', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30549, 'Westside', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30550, 'West Union', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30551, 'Westwood', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30552, 'What Cheer', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30553, 'Wheatland', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30554, 'Whiting', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30555, 'Whittemore', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30556, 'Whitten', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30557, 'Willey', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30558, 'Williams', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30559, 'Williamsburg', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30560, 'Williamson', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30561, 'Wilton', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30562, 'Windsor Heights', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30563, 'Winfield', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30564, 'Winterset', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30565, 'Winthrop', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30566, 'Wiota', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30567, 'Woden', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30568, 'Woodbine', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30569, 'Woodburn', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30570, 'Woodward', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:04'),
(30571, 'Woolstock', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30572, 'Worthington', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30573, 'Wyoming', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30574, 'Yale', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30575, 'Yetter', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30576, 'Yorktown', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30577, 'Zearing', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30578, 'Zwingle', 3842, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30579, 'Abbyville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30580, 'Abilene', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30581, 'Admire', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30582, 'Agenda', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30583, 'Agra', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30584, 'Albert', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30585, 'Alden', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30586, 'Alexander', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30587, 'Allen', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30588, 'Alma', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30589, 'Almena', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30590, 'Altamont', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30591, 'Alta Vista', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30592, 'Alton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30593, 'Altoona', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30594, 'Americus', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30595, 'Andale', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30596, 'Andover', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30597, 'Anthony', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30598, 'Arcadia', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30599, 'Argonia', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30600, 'Arkansas City', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30601, 'Arlington', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30602, 'Arma', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30603, 'Ashland', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30604, 'Assaria', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30605, 'Atchison', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30606, 'Athol', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30607, 'Atlanta', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30608, 'Attica', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30609, 'Atwood', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30610, 'Auburn', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30611, 'Augusta', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30612, 'Aurora', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30613, 'Axtell', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30614, 'Baldwin City', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30615, 'Barnard', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30616, 'Barnes', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30617, 'Bartlett', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30618, 'Basehor', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30619, 'Bassett', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30620, 'Baxter Springs', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30621, 'Bazine', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30622, 'Beattie', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30623, 'Bel Aire', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30624, 'Belle Plaine', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30625, 'Belleville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30626, 'Beloit', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30627, 'Belpre', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30628, 'Belvue', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30629, 'Benedict', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30630, 'Bennington', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30631, 'Bentley', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30632, 'Benton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30633, 'Bern', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30634, 'Beverly', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30635, 'Bird City', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30636, 'Bison', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30637, 'Blue Mound', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30638, 'Blue Rapids', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30639, 'Bluff City', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30640, 'Bogue', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30641, 'Bonner Springs', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30642, 'Brewster', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30643, 'Bronson', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30644, 'Brookville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30645, 'Brownell', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30646, 'Bucklin', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30647, 'Buffalo', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30648, 'Buhler', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30649, 'Bunker Hill', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30650, 'Burden', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30651, 'Burdett', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30652, 'Burlingame', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30653, 'Burlington', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30654, 'Burns', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30655, 'Burr Oak', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30656, 'Burrton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30657, 'Bushong', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30658, 'Bushton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30659, 'Byers', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30660, 'Caldwell', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30661, 'Cambridge', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30662, 'Caney', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30663, 'Canton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30664, 'Carbondale', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30665, 'Carlton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30666, 'Cassoday', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30667, 'Cawker City', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30668, 'Cedar', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30669, 'Cedar Point', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30670, 'Cedar Vale', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30671, 'Centralia', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30672, 'Chanute', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30673, 'Chapman', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30674, 'Chase', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30675, 'Chautauqua', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30676, 'Cheney', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30677, 'Cherokee', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30678, 'Cherryvale', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30679, 'Chetopa', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30680, 'Cimarron', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30681, 'Circleville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30682, 'Claflin', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30683, 'Clay Center', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30684, 'Clayton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30685, 'Clearwater', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30686, 'Clifton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30687, 'Climax', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30688, 'Clyde', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30689, 'Coats', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30690, 'Coffeyville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30691, 'Colby', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30692, 'Coldwater', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30693, 'Collyer', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30694, 'Colony', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30695, 'Columbus', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30696, 'Colwich', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30697, 'Concordia', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30698, 'Conway Springs', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30699, 'Coolidge', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30700, 'Copeland', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30701, 'Corning', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30702, 'Cottonwood Falls', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30703, 'Council Grove', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30704, 'Countryside', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30705, 'Courtland', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30706, 'Coyville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30707, 'Cuba', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30708, 'Cullison', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30709, 'Culver', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30710, 'Cunningham', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30711, 'Damar', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30712, 'Danville', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30713, 'Dearing', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30714, 'Deerfield', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30715, 'Delia', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30716, 'Delphos', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30717, 'Denison', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30718, 'Denton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30719, 'Derby', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30720, 'De Soto', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30721, 'Dexter', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30722, 'Dighton', 3843, 233, 1, '2019-01-24 21:00:02', '2019-01-24 21:04:05'),
(30723, 'Dodge City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30724, 'Dorrance', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30725, 'Douglass', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30726, 'Downs', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30727, 'Dresden', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30728, 'Dunlap', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30729, 'Durham', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30730, 'Dwight', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30731, 'Earlton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30732, 'Eastborough', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30733, 'Easton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30734, 'Edgerton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30735, 'Edmond', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30736, 'Edna', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30737, 'Edwardsville', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30738, 'Effingham', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30739, 'Elbing', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30740, 'El Dorado', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30741, 'Elgin', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30742, 'Elk City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30743, 'Elk Falls', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30744, 'Elkhart', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30745, 'Ellinwood', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30746, 'Ellis', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30747, 'Ellsworth', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30748, 'Elmdale', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30749, 'Elsmore', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30750, 'Elwood', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30751, 'Emmett', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30752, 'Emporia', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30753, 'Englewood', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30754, 'Ensign', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30755, 'Enterprise', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30756, 'Erie', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30757, 'Esbon', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30758, 'Eskridge', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30759, 'Eudora', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30760, 'Eureka', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30761, 'Everest', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30762, 'Fairview', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30763, 'Fairway', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30764, 'Fall River', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30765, 'Florence', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30766, 'Fontana', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30767, 'Ford', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30768, 'Formoso', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30769, 'Fort Riley-camp Whiteside', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30770, 'Fort Riley North', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30771, 'Fort Scott', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30772, 'Fowler', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30773, 'Frankfort', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30774, 'Frederick', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30775, 'Fredonia', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30776, 'Freeport', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30777, 'Frontenac', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30778, 'Fulton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30779, 'Galatia', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30780, 'Galena', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30781, 'Galesburg', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30782, 'Galva', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30783, 'Garden City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30784, 'Garden Plain', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30785, 'Gardner', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30786, 'Garfield', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30787, 'Garnett', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30788, 'Gas', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30789, 'Gaylord', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30790, 'Gem', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30791, 'Geneseo', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30792, 'Geuda Springs', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30793, 'Girard', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30794, 'Glade', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30795, 'Glasco', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30796, 'Glen Elder', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30797, 'Goddard', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30798, 'Goessel', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30799, 'Goff', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30800, 'Goodland', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30801, 'Gorham', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30802, 'Gove City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30803, 'Grainfield', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30804, 'Grandview Plaza', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30805, 'Great Bend', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30806, 'Greeley', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30807, 'Green', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30808, 'Greenleaf', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30809, 'Greensburg', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30810, 'Grenola', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30811, 'Gridley', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30812, 'Grinnell', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30813, 'Gypsum', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30814, 'Haddam', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30815, 'Halstead', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30816, 'Hamilton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30817, 'Hamlin', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30818, 'Hanover', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30819, 'Hanston', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30820, 'Hardtner', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30821, 'Harper', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30822, 'Harris', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30823, 'Hartford', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30824, 'Harveyville', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30825, 'Havana', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30826, 'Haven', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30827, 'Havensville', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30828, 'Haviland', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:05'),
(30829, 'Hays', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30830, 'Haysville', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30831, 'Hazelton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30832, 'Hepler', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30833, 'Herington', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30834, 'Herndon', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30835, 'Hesston', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30836, 'Hiawatha', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30837, 'Highland', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30838, 'Hill City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30839, 'Hillsboro', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30840, 'Hoisington', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30841, 'Holcomb', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30842, 'Hollenberg', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30843, 'Holton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30844, 'Holyrood', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30845, 'Hope', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30846, 'Horace', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30847, 'Horton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30848, 'Howard', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30849, 'Hoxie', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30850, 'Hoyt', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30851, 'Hudson', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30852, 'Hugoton', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30853, 'Humboldt', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30854, 'Hunnewell', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30855, 'Hunter', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30856, 'Huron', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30857, 'Hutchinson', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30858, 'Independence', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30859, 'Ingalls', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30860, 'Inman', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30861, 'Iola', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30862, 'Isabel', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30863, 'Iuka', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30864, 'Jamestown', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30865, 'Jennings', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30866, 'Jetmore', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30867, 'Jewell', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30868, 'Johnson City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30869, 'Junction City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30870, 'Kanopolis', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30871, 'Kanorado', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30872, 'Kansas City', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30873, 'Kechi', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30874, 'Kensington', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30875, 'Kincaid', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30876, 'Kingman', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30877, 'Kinsley', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30878, 'Kiowa', 3843, 233, 1, '2019-01-24 21:00:03', '2019-01-24 21:04:06'),
(30879, 'Kirwin', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30880, 'Kismet', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30881, 'Labette', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30882, 'La Crosse', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30883, 'La Cygne', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30884, 'La Harpe', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30885, 'Lake Quivira', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30886, 'Lakin', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30887, 'Lancaster', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30888, 'Lane', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30889, 'Langdon', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30890, 'Lansing', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30891, 'Larned', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30892, 'Latham', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30893, 'Latimer', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30894, 'Lawrence', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30895, 'Leavenworth', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30896, 'Leawood', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30897, 'Lebanon', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30898, 'Lebo', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30899, 'Lecompton', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30900, 'Lehigh', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30901, 'Lenexa', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30902, 'Lenora', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30903, 'Leon', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30904, 'Leona', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30905, 'Leonardville', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30906, 'Leoti', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30907, 'Le Roy', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30908, 'Lewis', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30909, 'Liberal', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30910, 'Liberty', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30911, 'Liebenthal', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30912, 'Lincoln Center', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30913, 'Lincolnville', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30914, 'Lindsborg', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30915, 'Linn', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30916, 'Linn Valley', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30917, 'Linwood', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30918, 'Little River', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30919, 'Logan', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30920, 'Lone Elm', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30921, 'Longford', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30922, 'Long Island', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30923, 'Longton', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30924, 'Lorraine', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30925, 'Lost Springs', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30926, 'Louisburg', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30927, 'Louisville', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30928, 'Lucas', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30929, 'Luray', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30930, 'Lyndon', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30931, 'Lyons', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30932, 'Mccracken', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30933, 'Mccune', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30934, 'Mcdonald', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30935, 'Mcfarland', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30936, 'Macksville', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30937, 'Mclouth', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30938, 'Mcpherson', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30939, 'Madison', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30940, 'Mahaska', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30941, 'Maize', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30942, 'Manchester', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30943, 'Manhattan', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30944, 'Mankato', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30945, 'Manter', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30946, 'Maple Hill', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30947, 'Mapleton', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30948, 'Marion', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30949, 'Marquette', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30950, 'Marysville', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30951, 'Matfield Green', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30952, 'Mayetta', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30953, 'Mayfield', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30954, 'Meade', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30955, 'Medicine Lodge', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30956, 'Melvern', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30957, 'Menlo', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30958, 'Meriden', 3843, 233, 1, '2019-01-24 21:00:04', '2019-01-24 21:04:06'),
(30959, 'Merriam', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30960, 'Milan', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30961, 'Mildred', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30962, 'Milford', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30963, 'Miltonvale', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30964, 'Minneapolis', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30965, 'Minneola', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30966, 'Mission', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30967, 'Mission Hills', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30968, 'Mission Woods', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30969, 'Moline', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30970, 'Montezuma', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30971, 'Moran', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30972, 'Morganville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30973, 'Morland', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30974, 'Morrill', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30975, 'Morrowville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30976, 'Moscow', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30977, 'Mound City', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30978, 'Moundridge', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30979, 'Mound Valley', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30980, 'Mount Hope', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30981, 'Mulberry', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30982, 'Mullinville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30983, 'Mulvane', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30984, 'Munden', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30985, 'Muscotah', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30986, 'Narka', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30987, 'Nashville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30988, 'Natoma', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30989, 'Neodesha', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30990, 'Neosho Falls', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30991, 'Neosho Rapids', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30992, 'Ness City', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30993, 'Netawaka', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30994, 'New Albany', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30995, 'New Cambria', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30996, 'New Strawn', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30997, 'Newton', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30998, 'Nickerson', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(30999, 'Niotaze', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31000, 'Norcatur', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31001, 'North Newton', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31002, 'Norton', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31003, 'Nortonville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31004, 'Norwich', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31005, 'Oak Hill', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31006, 'Oaklawn-sunview', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31007, 'Oakley', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31008, 'Oberlin', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31009, 'Offerle', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31010, 'Ogden', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31011, 'Oketo', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31012, 'Olathe', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31013, 'Olivet', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31014, 'Olmitz', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31015, 'Olpe', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31016, 'Olsburg', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31017, 'Onaga', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31018, 'Oneida', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31019, 'Osage City', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31020, 'Osawatomie', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31021, 'Osborne', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31022, 'Oskaloosa', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31023, 'Oswego', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31024, 'Otis', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31025, 'Ottawa', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31026, 'Overbrook', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31027, 'Overland Park', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31028, 'Oxford', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31029, 'Ozawkie', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31030, 'Palco', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31031, 'Palmer', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31032, 'Paola', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31033, 'Paradise', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31034, 'Park', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31035, 'Park City', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31036, 'Parker', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31037, 'Parkerville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31038, 'Parsons', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31039, 'Partridge', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31040, 'Pawnee Rock', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31041, 'Paxico', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31042, 'Peabody', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31043, 'Penalosa', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31044, 'Perry', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31045, 'Peru', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(31046, 'Phillipsburg', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31047, 'Pittsburg', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31048, 'Plains', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31049, 'Plainville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31050, 'Pleasanton', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31051, 'Plevna', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31052, 'Pomona', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31053, 'Portis', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31054, 'Potwin', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31055, 'Powhattan', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31056, 'Prairie View', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31057, 'Prairie Village', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31058, 'Pratt', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31059, 'Prescott', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31060, 'Preston', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31061, 'Pretty Prairie', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31062, 'Princeton', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31063, 'Protection', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31064, 'Quenemo', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31065, 'Quinter', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31066, 'Radium', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31067, 'Ramona', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31068, 'Randall', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31069, 'Randolph', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31070, 'Ransom', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31071, 'Rantoul', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31072, 'Raymond', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31073, 'Reading', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31074, 'Redfield', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31075, 'Republic', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31076, 'Reserve', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31077, 'Rexford', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31078, 'Richfield', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31079, 'Richmond', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31080, 'Riley', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31081, 'Robinson', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31082, 'Roeland Park', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31083, 'Rolla', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:06'),
(31084, 'Rose Hill', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31085, 'Roseland', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31086, 'Rossville', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31087, 'Rozel', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31088, 'Rush Center', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31089, 'Russell', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31090, 'Russell Springs', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31091, 'Sabetha', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31092, 'St. Francis', 3843, 233, 1, '2019-01-24 21:00:05', '2019-01-24 21:04:07'),
(31093, 'St. George', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31094, 'St. John', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31095, 'St. Marys', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31096, 'St. Paul', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31097, 'Salina', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31098, 'Satanta', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31099, 'Savonburg', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31100, 'Sawyer', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31101, 'Scammon', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31102, 'Scandia', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31103, 'Schoenchen', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31104, 'Scott City', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31105, 'Scottsville', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31106, 'Scranton', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31107, 'Sedan', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31108, 'Sedgwick', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31109, 'Selden', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31110, 'Seneca', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31111, 'Severance', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31112, 'Severy', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31113, 'Seward', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31114, 'Sharon', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31115, 'Sharon Springs', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31116, 'Shawnee', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31117, 'Silver Lake', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31118, 'Simpson', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31119, 'Smith Center', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31120, 'Smolan', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31121, 'Soldier', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31122, 'Solomon', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31123, 'South Haven', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31124, 'South Hutchinson', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31125, 'Spearville', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31126, 'Speed', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31127, 'Spivey', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31128, 'Spring Hill', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31129, 'Stafford', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31130, 'Stark', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31131, 'Sterling', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31132, 'Stockton', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31133, 'Strong City', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31134, 'Sublette', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31135, 'Summerfield', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31136, 'Sun City', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31137, 'Susank', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31138, 'Sylvan Grove', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31139, 'Sylvia', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31140, 'Syracuse', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31141, 'Tampa', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31142, 'Tescott', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31143, 'Thayer', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31144, 'Timken', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31145, 'Tipton', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31146, 'Tonganoxie', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31147, 'Topeka', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31148, 'Toronto', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31149, 'Towanda', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31150, 'Treece', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31151, 'Tribune', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31152, 'Troy', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31153, 'Turon', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31154, 'Tyro', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31155, 'Udall', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31156, 'Ulysses', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31157, 'Uniontown', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31158, 'Utica', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31159, 'Valley Center', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31160, 'Valley Falls', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31161, 'Vermillion', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31162, 'Victoria', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31163, 'Vining', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31164, 'Viola', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31165, 'Virgil', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31166, 'Wakeeney', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31167, 'Wakefield', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31168, 'Waldo', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31169, 'Waldron', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31170, 'Wallace', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31171, 'Walnut', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31172, 'Walton', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31173, 'Wamego', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31174, 'Washington', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31175, 'Waterville', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31176, 'Wathena', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31177, 'Waverly', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31178, 'Webber', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31179, 'Weir', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31180, 'Wellington', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31181, 'Wellsville', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31182, 'West Mineral', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31183, 'Westmoreland', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31184, 'Westphalia', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31185, 'Westwood', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31186, 'Westwood Hills', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31187, 'Wetmore', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31188, 'Wheaton', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31189, 'White City', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31190, 'White Cloud', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31191, 'Whitewater', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31192, 'Whiting', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31193, 'Wichita', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31194, 'Willard', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31195, 'Williamsburg', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31196, 'Willis', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31197, 'Willowbrook', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31198, 'Wilmore', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31199, 'Wilsey', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31200, 'Wilson', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31201, 'Winchester', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31202, 'Windom', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31203, 'Winfield', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31204, 'Winona', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31205, 'Woodbine', 3843, 233, 1, '2019-01-24 21:00:06', '2019-01-24 21:04:07'),
(31206, 'Woodston', 3843, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31207, 'Yates Center', 3843, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31208, 'Zenda', 3843, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31209, 'Zurich', 3843, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31210, 'Adairville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31211, 'Albany', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31212, 'Alexandria', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31213, 'Allen', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31214, 'Allensville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31215, 'Anchorage', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31216, 'Annville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31217, 'Arlington', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31218, 'Ashland', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31219, 'Auburn', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31220, 'Audubon Park', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31221, 'Augusta', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31222, 'Bancroft', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31223, 'Barbourmeade', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31224, 'Barbourville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31225, 'Bardstown', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31226, 'Bardwell', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31227, 'Barlow', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31228, 'Beattyville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31229, 'Beaver Dam', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31230, 'Bedford', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31231, 'Beechwood Village', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31232, 'Bellefonte', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31233, 'Bellemeade', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31234, 'Bellevue', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31235, 'Bellewood', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31236, 'Benham', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31237, 'Benton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31238, 'Berea', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31239, 'Berry', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31240, 'Blackey', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31241, 'Blaine', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31242, 'Blandville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31243, 'Bloomfield', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31244, 'Blue Ridge Manor', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31245, 'Bonnieville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31246, 'Booneville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31247, 'Bowling Green', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31248, 'Bradfordsville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31249, 'Brandenburg', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31250, 'Breckinridge Center', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31251, 'Bremen', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31252, 'Briarwood', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31253, 'Broad Fields', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31254, 'Brodhead', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31255, 'Broeck Pointe', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31256, 'Bromley', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31257, 'Brooks', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31258, 'Brooksville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31259, 'Brownsboro Farm', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31260, 'Brownsboro Village', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31261, 'Brownsville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31262, 'Buckhorn', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31263, 'Buckner', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31264, 'Buechel', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31265, 'Burgin', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31266, 'Burkesville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31267, 'Burlington', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31268, 'Burnside', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31269, 'Butler', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31270, 'Cadiz', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31271, 'Calhoun', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31272, 'California', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31273, 'Calvert City', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31274, 'Camargo', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31275, 'Cambridge', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31276, 'Campbellsburg', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31277, 'Campbellsville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31278, 'Campton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31279, 'Caneyville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31280, 'Carlisle', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31281, 'Carrollton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31282, 'Carrsville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31283, 'Catlettsburg', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31284, 'Cave City', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31285, 'Cedarville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31286, 'Centertown', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31287, 'Central City', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31288, 'Cherrywood Village', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31289, 'Clarkson', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31290, 'Claryville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31291, 'Clay', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31292, 'Clay City', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31293, 'Clinton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31294, 'Cloverport', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31295, 'Coal Run Village', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31296, 'Cold Spring', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31297, 'Coldstream', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31298, 'Columbia', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31299, 'Columbus', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31300, 'Concord', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31301, 'Corbin', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31302, 'Corinth', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31303, 'Corydon', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31304, 'Covington', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31305, 'Crab Orchard', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31306, 'Creekside', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31307, 'Crescent Springs', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31308, 'Crestview', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31309, 'Crestview Hills', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31310, 'Crestwood', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31311, 'Crittenden', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31312, 'Crofton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31313, 'Crossgate', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31314, 'Cumberland', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31315, 'Cynthiana', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31316, 'Danville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31317, 'Dawson Springs', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31318, 'Dayton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31319, 'Dixon', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31320, 'Douglass Hills', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31321, 'Dover', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31322, 'Drakesboro', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31323, 'Druid Hills', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31324, 'Dry Ridge', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31325, 'Dycusburg', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31326, 'Earlington', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31327, 'East Bernstadt', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31328, 'Eddyville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31329, 'Edgewood', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31330, 'Edmonton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31331, 'Ekron', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31332, 'Elizabethtown', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31333, 'Elkhorn City', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31334, 'Elkton', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31335, 'Elsmere', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31336, 'Eminence', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31337, 'Erlanger', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31338, 'Eubank', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31339, 'Evarts', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31340, 'Ewing', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31341, 'Fairdale', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31342, 'Fairfield', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31343, 'Fairmeade', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31344, 'Fairview', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31345, 'Falmouth', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31346, 'Ferguson', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31347, 'Fern Creek', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31348, 'Fincastle', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31349, 'Flatwoods', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31350, 'Fleming-neon', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31351, 'Flemingsburg', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31352, 'Florence', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31353, 'Fordsville', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31354, 'Forest Hills', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31355, 'Fort Campbell North', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31356, 'Fort Knox', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31357, 'Fort Mitchell', 3844, 233, 1, '2019-01-24 21:00:07', '2019-01-24 21:04:07'),
(31358, 'Fort Thomas', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31359, 'Fort Wright', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31360, 'Fountain Run', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31361, 'Fox Chase', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31362, 'Frankfort', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31363, 'Franklin', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31364, 'Fredonia', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31365, 'Frenchburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31366, 'Fulton', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31367, 'Gamaliel', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31368, 'Georgetown', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31369, 'Germantown', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31370, 'Ghent', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31371, 'Glasgow', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31372, 'Glencoe', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31373, 'Glenview', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31374, 'Glenview Hills', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31375, 'Glenview Manor', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31376, 'Goose Creek', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31377, 'Goshen', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31378, 'Grand Rivers', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31379, 'Gratz', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31380, 'Graymoor-devondale', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31381, 'Grayson', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31382, 'Greensburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31383, 'Green Spring', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31384, 'Greenup', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31385, 'Greenville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31386, 'Guthrie', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31387, 'Hanson', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31388, 'Hardin', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31389, 'Hardinsburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31390, 'Harlan', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31391, 'Harrodsburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31392, 'Hartford', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31393, 'Hawesville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31394, 'Hazard', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31395, 'Hazel', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31396, 'Hebron Estates', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31397, 'Henderson', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31398, 'Hendron', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31399, 'Hickman', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31400, 'Hickory Hill', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31401, 'Highland Heights', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31402, 'Highview', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31403, 'Hills And Dales', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31404, 'Hillview', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31405, 'Hindman', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31406, 'Hiseville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31407, 'Hodgenville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31408, 'Hollow Creek', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31409, 'Hollyvilla', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31410, 'Hopkinsville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31411, 'Horse Cave', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31412, 'Houston Acres', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31413, 'Hunters Hollow', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31414, 'Hurstbourne', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31415, 'Hurstbourne Acres', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31416, 'Hustonville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31417, 'Hyden', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31418, 'Independence', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31419, 'Indian Hills', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31420, 'Inez', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31421, 'Irvine', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31422, 'Irvington', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31423, 'Island', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31424, 'Jackson', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31425, 'Jamestown', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31426, 'Jeffersontown', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31427, 'Jeffersonville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31428, 'Jenkins', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31429, 'Junction City', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31430, 'Keeneland', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31431, 'Kenton Vale', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31432, 'Kevil', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31433, 'Kingsley', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31434, 'Kuttawa', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31435, 'La Center', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31436, 'Lafayette', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31437, 'La Grange', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31438, 'Lakeside Park', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31439, 'Lakeview Heights', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31440, 'Lancaster', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31441, 'Langdon Place', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31442, 'Latonia Lakes', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31443, 'Lawrenceburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31444, 'Lebanon', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31445, 'Lebanon Junction', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31446, 'Ledbetter', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31447, 'Leitchfield', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31448, 'Lewisburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31449, 'Lewisport', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31451, 'Liberty', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31452, 'Lincolnshire', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31453, 'Livermore', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31454, 'Livingston', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31455, 'London', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31456, 'Lone Oak', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31457, 'Loretto', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31458, 'Louisa', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31459, 'Louisville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31460, 'Loyall', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31461, 'Ludlow', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31462, 'Lynch', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31463, 'Lyndon', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31464, 'Lynnview', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31465, 'Mchenry', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31466, 'Mckee', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31467, 'Mackville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31468, 'Mcroberts', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31469, 'Madisonville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31470, 'Manchester', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31471, 'Manor Creek', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31472, 'Marion', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31473, 'Martin', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31474, 'Maryhill Estates', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31475, 'Masonville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31476, 'Massac', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31477, 'Mayfield', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31478, 'Maysville', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31479, 'Meadowbrook Farm', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31480, 'Meadow Vale', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31481, 'Meadowview Estates', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31482, 'Melbourne', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31483, 'Mentor', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31484, 'Middlesborough', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31485, 'Middletown', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31486, 'Midway', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31487, 'Millersburg', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31488, 'Milton', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31489, 'Minor Lane Heights', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31490, 'Mockingbird Valley', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31491, 'Monterey', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31492, 'Monticello', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31493, 'Moorland', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31494, 'Morehead', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31495, 'Morganfield', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31496, 'Morgantown', 3844, 233, 1, '2019-01-24 21:00:08', '2019-01-24 21:04:08'),
(31497, 'Mortons Gap', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31498, 'Mount Olivet', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31499, 'Mount Sterling', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31500, 'Mount Vernon', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31501, 'Mount Washington', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31502, 'Muldraugh', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31503, 'Munfordville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31504, 'Murray', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31505, 'Murray Hill', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31506, 'Nebo', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31507, 'Newburg', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31508, 'New Castle', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31509, 'New Haven', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31510, 'Newport', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31511, 'Nicholasville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31512, 'Norbourne Estates', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31513, 'North Corbin', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31514, 'Northfield', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31515, 'North Middletown', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31516, 'Nortonville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31517, 'Norwood', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31518, 'Oakbrook', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31519, 'Oak Grove', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31520, 'Oakland', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31521, 'Okolona', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31522, 'Old Brownsboro Place', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31523, 'Olive Hill', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31524, 'Orchard Grass Hills', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31525, 'Owensboro', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31526, 'Owenton', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31527, 'Owingsville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31528, 'Paducah', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31529, 'Paintsville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31530, 'Paris', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31531, 'Park City', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31532, 'Park Hills', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31533, 'Park Lake', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31534, 'Parkway Village', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31535, 'Pembroke', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31536, 'Perryville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31537, 'Pewee Valley', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31538, 'Phelps', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31539, 'Pikeville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31540, 'Pine Knot', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31541, 'Pineville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31542, 'Pioneer Village', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31543, 'Pippa Passes', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31544, 'Plantation', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31545, 'Pleasure Ridge Park', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31546, 'Pleasureville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31547, 'Plum Springs', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31548, 'Plymouth Village', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31549, 'Poplar Hills', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31550, 'Powderly', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31551, 'Prestonsburg', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31552, 'Prestonville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31553, 'Princeton', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31554, 'Prospect', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31555, 'Providence', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31556, 'Raceland', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31557, 'Radcliff', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31558, 'Ravenna', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31559, 'Raywick', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31560, 'Reidland', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31561, 'Richlawn', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31562, 'Richmond', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31563, 'River Bluff', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31564, 'Riverwood', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31565, 'Robards', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31566, 'Rochester', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31567, 'Rockport', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31568, 'Rolling Fields', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31569, 'Rolling Hills', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31570, 'Russell', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31571, 'Russell Springs', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31572, 'Russellville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31573, 'Ryland Heights', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31574, 'Sacramento', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31575, 'Sadieville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31576, 'St. Charles', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31577, 'St. Dennis', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31578, 'St. Matthews', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31579, 'St. Regis Park', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31580, 'Salem', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31581, 'Salt Lick', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31582, 'Salyersville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31583, 'Sanders', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31584, 'Sandy Hook', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31585, 'Sardis', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31586, 'Science Hill', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31587, 'Scottsville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31588, 'Sebree', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31589, 'Seneca Gardens', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31590, 'Sharpsburg', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31591, 'Shelbyville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31592, 'Shepherdsville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31593, 'Shively', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31594, 'Silver Grove', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31595, 'Simpsonville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31596, 'Slaughters', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31597, 'Smithfield', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31598, 'Smithland', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31599, 'Smiths Grove', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31600, 'Somerset', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31601, 'Sonora', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31602, 'South Carrollton', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31603, 'Southgate', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31604, 'South Park View', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31605, 'South Shore', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31606, 'South Wallins', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31607, 'Sparta', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31608, 'Springfield', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31609, 'Springlee', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31610, 'Spring Mill', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31611, 'Spring Valley', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31612, 'Stamping Ground', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31613, 'Stanford', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31614, 'Stanton', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31615, 'Stearns', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31616, 'Strathmoor Manor', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31617, 'Strathmoor Village', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31618, 'Sturgis', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31619, 'Sycamore', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31620, 'Taylor Mill', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31621, 'Taylorsville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31622, 'Ten Broeck', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31623, 'Thornhill', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31624, 'Tompkinsville', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31625, 'Trenton', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31626, 'Union', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31627, 'Uniontown', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31628, 'Upton', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31629, 'Valley Station', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31630, 'Vanceburg', 3844, 233, 1, '2019-01-24 21:00:09', '2019-01-24 21:04:08'),
(31631, 'Versailles', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:08'),
(31632, 'Vicco', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:08'),
(31633, 'Villa Hills', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:08'),
(31634, 'Vine Grove', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:08'),
(31635, 'Visalia', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:08'),
(31636, 'Wallins Creek', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:08'),
(31637, 'Walton', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31638, 'Warfield', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31639, 'Warsaw', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31640, 'Water Valley', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31641, 'Watterson Park', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31642, 'Waverly', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31643, 'Wayland', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31644, 'Wellington', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31645, 'West Buechel', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31646, 'West Liberty', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31647, 'West Point', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31648, 'Westwood', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31649, 'Wheatcroft', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31650, 'Wheelwright', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31651, 'Whipps Millgate', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31652, 'White Plains', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31653, 'Whitesburg', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31654, 'Whitesville', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31655, 'Whitley City', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31656, 'Wickliffe', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31657, 'Wilder', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31658, 'Wildwood', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31659, 'Williamsburg', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31660, 'Williamstown', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31661, 'Willisburg', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31662, 'Wilmore', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31663, 'Winchester', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31664, 'Windy Hills', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31665, 'Wingo', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31666, 'Woodburn', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31667, 'Woodbury', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(31668, 'Woodland Hills', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31669, 'Woodlawn', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31670, 'Woodlawn-oakdale', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31671, 'Woodlawn Park', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31672, 'Worthington', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31673, 'Worthington Hills', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31674, 'Worthville', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31675, 'Wurtland', 3844, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31676, 'Abbeville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31677, 'Abita Springs', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31678, 'Addis', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31679, 'Albany', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31680, 'Alexandria', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31681, 'Ama', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31682, 'Amelia', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31683, 'Amite City', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31684, 'Anacoco', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31685, 'Angie', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31686, 'Arabi', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31687, 'Arcadia', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31688, 'Arnaudville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31689, 'Ashland', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31690, 'Athens', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31691, 'Atlanta', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31692, 'Avondale', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31693, 'Baker', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31694, 'Baldwin', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31695, 'Ball', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31696, 'Barataria', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31697, 'Basile', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31698, 'Baskin', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31699, 'Bastrop', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31700, 'Baton Rouge', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31701, 'Bayou Cane', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31702, 'Bayou Gauche', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31703, 'Bayou Vista', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31704, 'Belcher', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31705, 'Belle Chasse', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31706, 'Belle Rose', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31707, 'Benton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31708, 'Bernice', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31709, 'Berwick', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31710, 'Bienville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31711, 'Blanchard', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31712, 'Bogalusa', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31713, 'Bonita', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31714, 'Boothville-venice', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31715, 'Bossier City', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31716, 'Boutte', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31717, 'Boyce', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31718, 'Breaux Bridge', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31719, 'Bridge City', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31720, 'Broussard', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31721, 'Brownfields', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31722, 'Brownsville-bawcomville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31723, 'Brusly', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31724, 'Bryceland', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31725, 'Bunkie', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31726, 'Buras-triumph', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31727, 'Calvin', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31728, 'Cameron', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31729, 'Campti', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31730, 'Cankton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31731, 'Carencro', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31732, 'Carlyss', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31733, 'Castor', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31734, 'Cecilia', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31735, 'Chackbay', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31736, 'Chalmette', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31737, 'Charenton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31738, 'Chataignier', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31739, 'Chatham', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31740, 'Chauvin', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31741, 'Cheneyville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31742, 'Choudrant', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31743, 'Church Point', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31744, 'Claiborne', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31745, 'Clarence', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31746, 'Clarks', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31747, 'Clayton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31748, 'Clinton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31749, 'Colfax', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31750, 'Collinston', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31751, 'Columbia', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31752, 'Converse', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31753, 'Cottonport', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31754, 'Cotton Valley', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31755, 'Coushatta', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31756, 'Covington', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31757, 'Crowley', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31758, 'Cullen', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31759, 'Cut Off', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31760, 'Delcambre', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31761, 'Delhi', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31762, 'Delta', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31763, 'Denham Springs', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31764, 'Dequincy', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31765, 'De Ridder', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31766, 'Des Allemands', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31767, 'Destrehan', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31768, 'Deville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31769, 'Dixie Inn', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31770, 'Dodson', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31771, 'Donaldsonville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31772, 'Downsville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31773, 'Doyline', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31774, 'Dry Prong', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31775, 'Dubach', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31776, 'Dubberly', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31777, 'Dulac', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31778, 'Duson', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31779, 'East Hodge', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31780, 'Eastwood', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31781, 'Eden Isle', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31782, 'Edgard', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31783, 'Edgefield', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31784, 'Elizabeth', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31785, 'Elmwood', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31786, 'Elton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31787, 'Empire', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31788, 'Epps', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31789, 'Erath', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31790, 'Eros', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31791, 'Estelle', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31792, 'Estherwood', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31793, 'Eunice', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31794, 'Evergreen', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31795, 'Farmerville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31796, 'Fenton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31797, 'Ferriday', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31798, 'Fisher', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31799, 'Florien', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31800, 'Folsom', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31801, 'Fordoche', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31802, 'Forest', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31803, 'Forest Hill', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31804, 'Fort Polk North', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31805, 'Fort Polk South', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31806, 'Franklin', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31807, 'Franklinton', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31808, 'French Settlement', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31809, 'Galliano', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31810, 'Gardere', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31811, 'Garyville', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31812, 'Georgetown', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31813, 'Gibsland', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31814, 'Gilbert', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31815, 'Gilliam', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31816, 'Glenmora', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31817, 'Golden Meadow', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31818, 'Goldonna', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31819, 'Gonzales', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31820, 'Grambling', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31821, 'Gramercy', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31822, 'Grand Cane', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31823, 'Grand Coteau', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31824, 'Grand Isle', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31825, 'Gray', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31826, 'Grayson', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31827, 'Greensburg', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31828, 'Greenwood', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31829, 'Gretna', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31830, 'Grosse Tete', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31831, 'Gueydan', 3845, 233, 1, '2019-01-24 21:00:10', '2019-01-24 21:04:09'),
(31832, 'Hackberry', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31833, 'Hahnville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31834, 'Hall Summit', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31835, 'Hammond', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31836, 'Harahan', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31837, 'Harrisonburg', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31838, 'Harvey', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31839, 'Haughton', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31840, 'Haynesville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31841, 'Heflin', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31842, 'Henderson', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31843, 'Hessmer', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31844, 'Hodge', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31845, 'Homer', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31846, 'Hornbeck', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31847, 'Hosston', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31848, 'Houma', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31849, 'Ida', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31850, 'Independence', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31851, 'Inniswold', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31852, 'Iota', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31853, 'Iowa', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31854, 'Jackson', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31855, 'Jamestown', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31856, 'Jeanerette', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31857, 'Jean Lafitte', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31858, 'Jefferson', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31859, 'Jena', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31860, 'Jennings', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31861, 'Jonesboro', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31862, 'Jonesville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31863, 'Junction City', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31864, 'Kaplan', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31865, 'Keachi', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31866, 'Kenner', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31867, 'Kentwood', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31868, 'Kilbourne', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31869, 'Killian', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31870, 'Killona', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31871, 'Kinder', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31872, 'Krotz Springs', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31873, 'Labadieville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31874, 'Lacombe', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31875, 'Lafayette', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31876, 'Lafitte', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31877, 'Lake Arthur', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31878, 'Lake Charles', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31879, 'Lake Providence', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31880, 'Laplace', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31881, 'Larose', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31882, 'Lecompte', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31883, 'Leesville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31884, 'Leonville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31885, 'Lillie', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31886, 'Lisbon', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31887, 'Livingston', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31888, 'Livonia', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31889, 'Lockport', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31890, 'Logansport', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31891, 'Longstreet', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31892, 'Loreauville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31893, 'Lucky', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31894, 'Luling', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31895, 'Lutcher', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31896, 'Lydia', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31897, 'Mcnary', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31898, 'Madisonville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31899, 'Mamou', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:09'),
(31900, 'Mandeville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31901, 'Mangham', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31902, 'Mansfield', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31903, 'Mansura', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31904, 'Many', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31905, 'Maringouin', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31906, 'Marion', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31907, 'Marksville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31908, 'Marrero', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31909, 'Martin', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31910, 'Mathews', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31911, 'Maurice', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31912, 'Melville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31913, 'Meraux', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31914, 'Mermentau', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31915, 'Mer Rouge', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31916, 'Merrydale', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31917, 'Merryville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31918, 'Metairie', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31919, 'Midway', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31920, 'Minden', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31921, 'Monroe', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31922, 'Montegut', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31923, 'Montgomery', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31924, 'Monticello', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31925, 'Montpelier', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31926, 'Montz', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31927, 'Mooringsport', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31928, 'Moreauville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31929, 'Morgan City', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31930, 'Morganza', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31931, 'Morse', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31932, 'Moss Bluff', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31933, 'Mound', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31934, 'Mount Lebanon', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31935, 'Napoleonville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31936, 'Natalbany', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31937, 'Natchez', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31938, 'Natchitoches', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31939, 'Newellton', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31940, 'New Iberia', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31941, 'New Llano', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31942, 'New Orleans', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31943, 'New Roads', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31944, 'New Sarpy', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31945, 'Noble', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31946, 'Norco', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31947, 'North Hodge', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31948, 'North Vacherie', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31949, 'Norwood', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31950, 'Oakdale', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31951, 'Oak Grove', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31952, 'Oak Hills Place', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31953, 'Oak Ridge', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31954, 'Oberlin', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31955, 'Oil City', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31956, 'Old Jefferson', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31957, 'Olla', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31958, 'Opelousas', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31959, 'Paincourtville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31960, 'Palmetto', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31961, 'Paradis', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31962, 'Parks', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31963, 'Patterson', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31964, 'Pearl River', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31965, 'Pierre Part', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31966, 'Pine Prairie', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31967, 'Pineville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31968, 'Pioneer', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31969, 'Plain Dealing', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31970, 'Plaquemine', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31971, 'Plaucheville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31972, 'Pleasant Hill', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31973, 'Pollock', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31974, 'Ponchatoula', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31975, 'Port Allen', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31976, 'Port Barre', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31977, 'Port Sulphur', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31978, 'Port Vincent', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31979, 'Powhatan', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31980, 'Poydras', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31981, 'Prien', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31982, 'Provencal', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31983, 'Quitman', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31984, 'Raceland', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31985, 'Rayne', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31986, 'Rayville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31987, 'Red Chute', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31988, 'Reeves', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31989, 'Reserve', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31990, 'Richmond', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31991, 'Richwood', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31992, 'Ridgecrest', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31993, 'Ringgold', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31994, 'River Ridge', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31995, 'Robeline', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31996, 'Rodessa', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31997, 'Rosedale', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31998, 'Roseland', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(31999, 'Rosepine', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(32000, 'Ruston', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(32001, 'St. Francisville', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(32002, 'St. Gabriel', 3845, 233, 1, '2019-01-24 21:00:11', '2019-01-24 21:04:10'),
(32003, 'St. Joseph', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32004, 'St. Martinville', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32005, 'St. Rose', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32006, 'Saline', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32007, 'Sarepta', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32008, 'Schriever', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32009, 'Scott', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32010, 'Shenandoah', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32011, 'Shongaloo', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32012, 'Shreveport', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32013, 'Sibley', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32014, 'Sicily Island', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32015, 'Sikes', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32016, 'Simmesport', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32017, 'Simpson', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32018, 'Simsboro', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32019, 'Slaughter', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32020, 'Slidell', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32021, 'Sorrento', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32022, 'South Mansfield', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32023, 'South Vacherie', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32024, 'Spearsville', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32025, 'Springfield', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32026, 'Springhill', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32027, 'Stanley', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32028, 'Sterlington', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32029, 'Stonewall', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32030, 'Sulphur', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32031, 'Sun', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32032, 'Sunset', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32033, 'Supreme', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32034, 'Swartz', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32035, 'Taft', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32036, 'Tallulah', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32037, 'Tangipahoa', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32038, 'Terrytown', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32039, 'Thibodaux', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32040, 'Tickfaw', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32041, 'Timberlane', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32042, 'Tullos', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32043, 'Turkey Creek', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32044, 'Urania', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32045, 'Varnado', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32046, 'Vidalia', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32047, 'Vienna', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32048, 'Village St. George', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32049, 'Ville Platte', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32050, 'Vinton', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32051, 'Violet', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32052, 'Vivian', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32053, 'Waggaman', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32054, 'Walker', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32055, 'Wallace', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32056, 'Washington', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32057, 'Waterproof', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32058, 'Welsh', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32059, 'West Ferriday', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32060, 'Westlake', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32061, 'Westminster', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32062, 'West Monroe', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32063, 'Westwego', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32064, 'White Castle', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32065, 'Wilson', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32066, 'Winnfield', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32067, 'Winnsboro', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32068, 'Wisner', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32069, 'Woodmere', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32070, 'Woodworth', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32071, 'Youngsville', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32072, 'Zachary', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32073, 'Zwolle', 3845, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32074, 'Anson', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32075, 'Auburn', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32076, 'Augusta', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32077, 'Bangor', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32078, 'Bar Harbor', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32079, 'Bath', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32080, 'Belfast', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32081, 'Berwick', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32082, 'Biddeford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32083, 'Bingham', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32084, 'Boothbay Harbor', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32085, 'Brewer', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32086, 'Bridgton', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32087, 'Brunswick', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32088, 'Brunswick Station', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32089, 'Bucksport', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32090, 'Calais', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32091, 'Camden', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32092, 'Cape Neddick', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32093, 'Caribou', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32094, 'Chisholm', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32095, 'Clinton', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32096, 'Cumberland Center', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32097, 'Damariscotta-newcastle', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32098, 'Dexter', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32099, 'Dixfield', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32100, 'Dover-foxcroft', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32101, 'East Millinocket', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32102, 'Eastport', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32103, 'Ellsworth', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32104, 'Fairfield', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32105, 'Falmouth Foreside', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32106, 'Farmingdale', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32107, 'Farmington', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32108, 'Fort Fairfield', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32109, 'Fort Kent', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32110, 'Freeport', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32111, 'Fryeburg', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32112, 'Gardiner', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32113, 'Gorham', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32114, 'Greenville', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32115, 'Guilford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32116, 'Hallowell', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32117, 'Hampden', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32118, 'Hartland', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32119, 'Houlton', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32120, 'Howland', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32121, 'Kennebunk', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32122, 'Kennebunkport', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32123, 'Kittery', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32124, 'Kittery Point', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32125, 'Lake Arrowhead', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32126, 'Lewiston', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32127, 'Limestone', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32128, 'Lincoln', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32129, 'Lisbon Falls', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32130, 'Little Falls-south Windham', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32131, 'Livermore Falls', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32132, 'Loring Afb', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32133, 'Machias', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32134, 'Madawaska', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32135, 'Madison', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32136, 'Mars Hill-blaine', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32137, 'Mechanic Falls', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32138, 'Mexico', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32139, 'Milford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32140, 'Millinocket', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32141, 'Milo', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32142, 'Newport', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32143, 'Norridgewock', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32144, 'North Berwick', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32145, 'North Windham', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32146, 'Norway', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32147, 'Oakland', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32148, 'Old Orchard Beach', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32149, 'Old Town', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32150, 'Orono', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32151, 'Oxford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32152, 'Pittsfield', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32153, 'Portland', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32154, 'Presque Isle', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32155, 'Randolph', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32156, 'Richmond', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32157, 'Rockland', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32158, 'Rumford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32159, 'Saco', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32160, 'Sanford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32161, 'Scarborough', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32162, 'Searsport', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32163, 'Skowhegan', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32164, 'South Eliot', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32165, 'South Paris', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32166, 'South Portland', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32167, 'South Sanford', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32168, 'Springvale', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32169, 'Thomaston', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32170, 'Topsham', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32171, 'Unity', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32172, 'Van Buren', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32173, 'Waldoboro', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32174, 'Waterville', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32175, 'Westbrook', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32176, 'West Kennebunk', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32177, 'Wilton', 3847, 233, 1, '2019-01-24 21:00:12', '2019-01-24 21:04:10'),
(32178, 'Winslow', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32179, 'Winterport', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32180, 'Winthrop', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32181, 'Wiscasset', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32182, 'Woodland', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32183, 'Yarmouth', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32184, 'York Harbor', 3847, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32185, 'Marshall Islands', 4024, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32186, 'Aberdeen', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32187, 'Aberdeen Proving Ground', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:10'),
(32188, 'Accident', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32189, 'Accokeek', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32190, 'Adelphi', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32191, 'Algonquin', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32192, 'Andrews Afb', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32193, 'Annapolis', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32194, 'Arbutus', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32195, 'Arden-on-the-severn', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32196, 'Arnold', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32197, 'Ashton-sandy Spring', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32198, 'Aspen Hill', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32199, 'Ballenger Creek', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32200, 'Baltimore', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32201, 'Barclay', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32202, 'Barnesville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32203, 'Barton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32204, 'Bel Air', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32205, 'Bel Air North', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32206, 'Bel Air South', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32207, 'Beltsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32208, 'Bennsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32209, 'Berlin', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32210, 'Berwyn Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32211, 'Bethesda', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32212, 'Betterton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32213, 'Bladensburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32214, 'Boonsboro', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32215, 'Bowie', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32216, 'Bowleys Quarters', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32217, 'Braddock Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32218, 'Brandywine', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32219, 'Brentwood', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32220, 'Brookeville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32221, 'Brooklyn Park', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32222, 'Brookmont', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32223, 'Brookview', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32224, 'Brunswick', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32225, 'Bryans Road', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32226, 'Burkittsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32227, 'Burtonsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32228, 'Cabin John', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32229, 'California', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32230, 'Calvert Beach-long Beach', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32231, 'Calverton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32232, 'Cambridge', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32233, 'Camp Springs', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32234, 'Cape St. Claire', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32235, 'Capitol Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32236, 'Carmody Hills-pepper Mill Village', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32237, 'Carney', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32238, 'Catonsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32239, 'Cavetown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32240, 'Cecilton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32241, 'Centreville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32242, 'Chance', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32243, 'Charlestown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32244, 'Charlotte Hall', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32245, 'Chesapeake Beach', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32246, 'Chesapeake City', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32247, 'Chesapeake Ranch Estates-drum Point', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32248, 'Chester', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32249, 'Chestertown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32250, 'Cheverly', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32251, 'Chevy Chase', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32252, 'Chevy Chase Section Five', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32253, 'Chevy Chase Section Three', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32254, 'Chevy Chase View', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32255, 'Chevy Chase Village', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32256, 'Chewsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32257, 'Chillum', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32258, 'Church Creek', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32259, 'Church Hill', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32260, 'Clarksburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32261, 'Clear Spring', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32262, 'Clinton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32263, 'Clover Hill', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32264, 'Cloverly', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32265, 'Cockeysville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32266, 'Colesville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32267, 'College Park', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32268, 'Colmar Manor', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32269, 'Columbia', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32270, 'Coral Hills', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32271, 'Cordova', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32272, 'Cottage City', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32273, 'Cresaptown-bel Air', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32274, 'Crisfield', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32275, 'Crofton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32276, 'Crownsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32277, 'Cumberland', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32278, 'Damascus', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32279, 'Dames Quarter', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32280, 'Darnestown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32281, 'Deale', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32282, 'Deal Island', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32283, 'Deer Park', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32284, 'Delmar', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32285, 'Denton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32286, 'Discovery-spring Garden', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32287, 'District Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32288, 'Dundalk', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32289, 'Dunkirk', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(32290, 'Eagle Harbor', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32291, 'East New Market', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32292, 'Easton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32293, 'East Riverdale', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32294, 'Eden', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32295, 'Edgemere', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32296, 'Edgewood', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32297, 'Edmonston', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32298, 'Eldersburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32299, 'Eldorado', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32300, 'Elkridge', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32301, 'Elkton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32302, 'Ellicott City', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32303, 'Emmitsburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32304, 'Essex', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32305, 'Fairland', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32306, 'Fairmount', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32307, 'Fairmount Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32308, 'Fallston', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32309, 'Federalsburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32310, 'Ferndale', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32311, 'Forest Glen', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32312, 'Forest Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32313, 'Forestville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32314, 'Fort Meade', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32315, 'Fort Ritchie', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32316, 'Fort Washington', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32317, 'Fountainhead-orchard Hills', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32318, 'Frederick', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32319, 'Frenchtown-rumbly', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32320, 'Friendly', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32321, 'Friendship Village', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32322, 'Friendsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32323, 'Frostburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32324, 'Fruitland', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32325, 'Funkstown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32326, 'Gaithersburg', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32327, 'Galena', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32328, 'Galestown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32329, 'Garrett Park', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32330, 'Garrison', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32331, 'Germantown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32332, 'Girdletree', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32333, 'Glenarden', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32334, 'Glen Burnie', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32335, 'Glen Echo', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32336, 'Glenn Dale', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32337, 'Goddard', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32338, 'Golden Beach', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32339, 'Goldsboro', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32340, 'Grantsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32341, 'Grasonville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32342, 'Greater Landover', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32343, 'Greater Upper Marlboro', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32344, 'Greenbelt', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32345, 'Green Haven', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32346, 'Greensboro', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32347, 'Green Valley', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32348, 'Hagerstown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32349, 'Halfway', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32350, 'Hampstead', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32351, 'Hampton', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32352, 'Hancock', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32353, 'Havre De Grace', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32354, 'Hebron', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32355, 'Henderson', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32356, 'Herald Harbor', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32357, 'Highfield-cascade', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32358, 'Highland Beach', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32359, 'Hillandale', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32360, 'Hillcrest Heights', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32361, 'Hillsboro', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32362, 'Hillsmere Shores', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32363, 'Hughesville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32364, 'Huntingtown', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32365, 'Hurlock', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32366, 'Hyattsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32367, 'Indian Head', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32368, 'Jarrettsville', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32369, 'Jessup', 3848, 233, 1, '2019-01-24 21:00:13', '2019-01-24 21:04:11'),
(32370, 'Joppatowne', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32371, 'Keedysville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32372, 'Kemp Mill', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32373, 'Kensington', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32374, 'Kent Narrows', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32375, 'Kettering', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32376, 'Kingstown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32377, 'Kingsville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32378, 'Kitzmiller', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32379, 'Lake Arbor', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32380, 'Lake Shore', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32381, 'Landover Hills', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32382, 'Langley Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32383, 'Lanham-seabrook', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32384, 'Lansdowne-baltimore Highlands', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32385, 'La Plata', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32386, 'Largo', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32387, 'Laurel', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32388, 'La Vale', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32389, 'Laytonsville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32390, 'Leitersburg', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32391, 'Leonardtown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32392, 'Lexington Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32393, 'Linganore-bartonsville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32394, 'Linthicum', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32395, 'Lochearn', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32396, 'Loch Lynn Heights', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32397, 'Lonaconing', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32398, 'Londontowne', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32399, 'Luke', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32400, 'Lusby', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32401, 'Lutherville-timonium', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32402, 'Manchester', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32403, 'Mardela Springs', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32404, 'Marlow Heights', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32405, 'Marlton', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32406, 'Martin S Additions', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32407, 'Marydel', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32408, 'Maryland City', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32409, 'Maugansville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32410, 'Mayo', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32411, 'Mays Chapel', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32412, 'Middle River', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32413, 'Middletown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32414, 'Midland', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32415, 'Milford Mill', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32416, 'Millington', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32417, 'Mitchellville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32418, 'Montgomery Village', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32419, 'Morningside', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32420, 'Mount Aetna', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32421, 'Mountain Lake Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32422, 'Mount Airy', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32423, 'Mount Lena', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32424, 'Mount Rainier', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32425, 'Mount Vernon', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32426, 'Myersville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32427, 'Naval Academy', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32428, 'Newark', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32429, 'New Carrollton', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32430, 'New Market', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32431, 'New Windsor', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32432, 'North Beach', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32433, 'North Bethesda', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32434, 'North Brentwood', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32435, 'North Chevy Chase', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32436, 'North East', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32437, 'North Kensington', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32438, 'North Laurel', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32439, 'North Potomac', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32440, 'Oakland', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32441, 'Ocean City', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32442, 'Ocean Pines', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32443, 'Odenton', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32444, 'Olney', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32445, 'Overlea', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32446, 'Owings', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32447, 'Owings Mills', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32448, 'Oxford', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32449, 'Oxon Hill-glassmanor', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:11'),
(32450, 'Paramount-long Meadow', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32451, 'Parkville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32452, 'Parole', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32453, 'Pasadena', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32454, 'Perry Hall', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32455, 'Perryman', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32456, 'Perryville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32457, 'Pikesville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32458, 'Pittsville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32459, 'Pleasant Hills', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32460, 'Pocomoke City', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32461, 'Poolesville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32462, 'Port Deposit', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32463, 'Port Tobacco Village', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32464, 'Potomac', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32465, 'Potomac Heights', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32466, 'Preston', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32467, 'Prince Frederick', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32468, 'Princess Anne', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32469, 'Pumphrey', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32470, 'Queen Anne', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32471, 'Queenstown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32472, 'Randallstown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32473, 'Redland', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32474, 'Reisterstown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32475, 'Ridgely', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32476, 'Rising Sun', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32477, 'Riva', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32478, 'Riverdale Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32479, 'Riverside', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32480, 'Riviera Beach', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32481, 'Robinwood', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32482, 'Rock Hall', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32483, 'Rockville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32484, 'Rohrersville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32485, 'Rosaryville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32486, 'Rosedale', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32487, 'Rosemont', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32488, 'Rossmoor', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32489, 'Rossville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32490, 'St. Charles', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32491, 'St. James', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32492, 'St. Leonard', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32493, 'St. Michaels', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32494, 'Salisbury', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32495, 'San Mar', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32496, 'Savage-guilford', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32497, 'Seat Pleasant', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32498, 'Secretary', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32499, 'Selby-on-the-bay', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32500, 'Severn', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32501, 'Severna Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32502, 'Shady Side', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32503, 'Sharpsburg', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32504, 'Sharptown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32505, 'Silver Spring', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32506, 'Smith Island', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32507, 'Smithsburg', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32508, 'Snow Hill', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32509, 'Solomons', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32510, 'Somerset', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32511, 'South Gate', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32512, 'South Kensington', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32513, 'South Laurel', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32514, 'Springdale', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32515, 'Stevensville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32516, 'Stockton', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32517, 'Sudlersville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32518, 'Suitland-silver Hill', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32519, 'Sykesville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32520, 'Takoma Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32521, 'Taneytown', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32522, 'Temple Hills', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32523, 'Templeville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32524, 'Thurmont', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32525, 'Tilghman Island', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32526, 'Towson', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32527, 'Trappe', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32528, 'Travilah', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32529, 'Union Bridge', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32530, 'University Park', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32531, 'Upper Marlboro', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32532, 'Vienna', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32533, 'Waldorf', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32534, 'Walker Mill', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32535, 'Walkersville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32536, 'Washington Grove', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32537, 'Westernport', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32538, 'West Laurel', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32539, 'Westminster', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32540, 'West Ocean City', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32541, 'West Pocomoke', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32542, 'Whaleyville', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32543, 'Wheaton-glenmont', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32544, 'White Marsh', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32545, 'White Oak', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32546, 'Willards', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32547, 'Williamsport', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32548, 'Wilson-conococheague', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32549, 'Woodlawn', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32550, 'Woodmore', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32551, 'Woodsboro', 3848, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32552, 'Abington', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32553, 'Acushnet Center', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32554, 'Adams', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32555, 'Agawam', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32556, 'Amesbury', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32557, 'Amherst Center', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32558, 'Andover', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32559, 'Arlington', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32560, 'Athol', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32561, 'Attleboro', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32562, 'Ayer', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32563, 'Baldwinville', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32564, 'Barnstable Town', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32565, 'Barre', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32566, 'Belchertown', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32567, 'Bellingham', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32568, 'Belmont', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32569, 'Beverly', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32570, 'Bliss Corner', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32571, 'Bondsville', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32572, 'Boston', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32573, 'Bourne', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32574, 'Boxford', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32575, 'Braintree', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32576, 'Brewster', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32577, 'Bridgewater', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32578, 'Brockton', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32579, 'Brookline', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32580, 'Burlington', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32581, 'Buzzards Bay', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32582, 'Cambridge', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32583, 'Chatham', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32584, 'Chelsea', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32585, 'Chicopee', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32586, 'Clinton', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32587, 'Cochituate', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32588, 'Cordaville', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32589, 'Danvers', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32590, 'Dedham', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32591, 'Dennis', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32592, 'Dennis Port', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32593, 'Dover', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32594, 'Duxbury', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32595, 'East Brookfield', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32596, 'East Dennis', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32597, 'East Douglas', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32598, 'East Falmouth', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32599, 'Easthampton', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32600, 'East Harwich', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32601, 'East Pepperell', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32602, 'East Sandwich', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32603, 'Essex', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32604, 'Everett', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32605, 'Fall River', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32606, 'Falmouth', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32607, 'Fiskdale', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32608, 'Fitchburg', 3849, 233, 1, '2019-01-24 21:00:14', '2019-01-24 21:04:12'),
(32609, 'Forestdale', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32610, 'Fort Devens', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32611, 'Foxborough', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32612, 'Framingham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32613, 'Franklin', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32614, 'Gardner', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32615, 'Gloucester', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32616, 'Granby', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32617, 'Great Barrington', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32618, 'Greenfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32619, 'Green Harbor-cedar Crest', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32620, 'Groton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32621, 'Hanson', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32622, 'Harwich Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32623, 'Harwich Port', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32624, 'Hatfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32625, 'Haverhill', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32626, 'Hingham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32627, 'Holbrook', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32628, 'Holland', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32629, 'Holyoke', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32630, 'Hopedale', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32631, 'Hopkinton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32632, 'Housatonic', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32633, 'Hudson', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32634, 'Hull', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32635, 'Ipswich', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32636, 'Kingston', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32637, 'Lawrence', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32638, 'Lee', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32639, 'Lenox', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32640, 'Leominster', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32641, 'Lexington', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32642, 'Littleton Common', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32643, 'Longmeadow', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32644, 'Lowell', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32645, 'Lunenburg', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32646, 'Lynn', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32647, 'Lynnfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32648, 'Malden', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32649, 'Mansfield Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32650, 'Marblehead', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32651, 'Marion Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32652, 'Marlborough', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32653, 'Marshfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32654, 'Marshfield Hills', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32655, 'Mashpee Neck', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32656, 'Mattapoisett Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32657, 'Maynard', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32658, 'Medfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32659, 'Medford', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:12'),
(32660, 'Melrose', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32661, 'Methuen', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32662, 'Middleborough Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32663, 'Milford', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32664, 'Millers Falls', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32665, 'Millis-clicquot', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32666, 'Milton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32667, 'Monomoscoy Island', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32668, 'Monson Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32669, 'Monument Beach', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32670, 'Nahant', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32671, 'Nantucket', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32672, 'Needham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32673, 'New Bedford', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32674, 'Newburyport', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32675, 'New Seabury', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32676, 'Newton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32677, 'North Adams', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32678, 'North Amherst', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32679, 'Northampton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32680, 'North Attleborough Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32681, 'Northborough', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32682, 'North Brookfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32683, 'North Eastham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32684, 'North Falmouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32685, 'Northfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32686, 'North Lakeville', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32687, 'North Pembroke', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32688, 'North Plymouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32689, 'North Scituate', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32690, 'North Seekonk', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32691, 'Northwest Harwich', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32692, 'North Westport', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32693, 'Norton Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32694, 'Norwood', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32695, 'Ocean Bluff-brant Rock', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32696, 'Ocean Grove', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32697, 'Onset', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32698, 'Orange', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32699, 'Orleans', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32700, 'Oxford', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32701, 'Palmer', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32702, 'Peabody', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32703, 'Pepperell', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32704, 'Pinehurst', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32705, 'Pittsfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32706, 'Plymouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32707, 'Pocasset', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32708, 'Popponesset', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32709, 'Popponesset Island', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32710, 'Provincetown', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32711, 'Quincy', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32712, 'Randolph', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32713, 'Raynham Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32714, 'Reading', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32715, 'Revere', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32716, 'Rockport', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32717, 'Rowley', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32718, 'Rutland', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32719, 'Sagamore', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32720, 'Salem', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32721, 'Salisbury', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32722, 'Sandwich', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32723, 'Saugus', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32724, 'Scituate', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32725, 'Seabrook', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32726, 'Seconsett Island', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32727, 'Sharon', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32728, 'Shelburne Falls', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32729, 'Shirley', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32730, 'Smith Mills', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32731, 'Somerset', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32732, 'Somerville', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32733, 'South Amherst', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32734, 'South Ashburnham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32735, 'Southbridge', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32736, 'South Deerfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32737, 'South Dennis', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32738, 'South Duxbury', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32739, 'South Lancaster', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32740, 'South Yarmouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32741, 'Spencer', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32742, 'Springfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32743, 'Stoneham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32744, 'Sturbridge', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32745, 'Swampscott', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32746, 'Taunton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32747, 'Teaticket', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32748, 'Three Rivers', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32749, 'Topsfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32750, 'Townsend', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32751, 'Turners Falls', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32752, 'Upton-west Upton', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32753, 'Vineyard Haven', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32754, 'Wakefield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32755, 'Walpole', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32756, 'Waltham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32757, 'Ware', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32758, 'Wareham Center', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32759, 'Warren', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32760, 'Watertown', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32761, 'Webster', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32762, 'Wellesley', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32763, 'Westborough', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32764, 'West Brookfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32765, 'West Chatham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32766, 'West Concord', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32767, 'West Dennis', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32768, 'West Falmouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32769, 'Westfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32770, 'West Springfield', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32771, 'West Wareham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32772, 'West Yarmouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32773, 'Weweantic', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32774, 'Weymouth', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32775, 'White Island Shores', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32776, 'Whitinsville', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32777, 'Wilbraham', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32778, 'Williamstown', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32779, 'Wilmington', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32780, 'Winchendon', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32781, 'Winchester', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32782, 'Winthrop', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32783, 'Woburn', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32784, 'Woods Hole', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32785, 'Worcester', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32786, 'Yarmouth Port', 3849, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32787, 'Addison', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32788, 'Adrian', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32789, 'Ahmeek', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32790, 'Akron', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32791, 'Alanson', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32792, 'Albion', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32793, 'Algonac', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32794, 'Allegan', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32795, 'Allen', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32796, 'Allendale', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32797, 'Allen Park', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32798, 'Alma', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32799, 'Almont', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32800, 'Alpena', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32801, 'Alpha', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32802, 'Ann Arbor', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32803, 'Applegate', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32804, 'Argentine', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32805, 'Armada', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32806, 'Ashley', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32807, 'Athens', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32808, 'Atlanta', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32809, 'Auburn', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32810, 'Auburn Hills', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32811, 'Au Gres', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32812, 'Augusta', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32813, 'Au Sable', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32814, 'Bad Axe', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32815, 'Baldwin', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32816, 'Bancroft', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32817, 'Bangor', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32818, 'Baraga', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32819, 'Barnes Lake-millers Lake', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32820, 'Baroda', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32821, 'Barryton', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32822, 'Barton Hills', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32823, 'Battle Creek', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32824, 'Bay City', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32825, 'Beal City', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32826, 'Bear Lake', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32827, 'Beaverton', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32828, 'Beecher', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32829, 'Beechwood', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32830, 'Belding', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32831, 'Bellaire', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32832, 'Belleville', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32833, 'Bellevue', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32834, 'Benton Harbor', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32835, 'Benton Heights', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32836, 'Benzonia', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32837, 'Berkley', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32838, 'Berrien Springs', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32839, 'Bessemer', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32840, 'Beulah', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32841, 'Beverly Hills', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32842, 'Big Bay', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32843, 'Big Rapids', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32844, 'Bingham Farms', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32845, 'Birch Run', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32846, 'Birmingham', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32847, 'Blissfield', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32848, 'Bloomfield Hills', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32849, 'Bloomfield Township', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32850, 'Bloomingdale', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32851, 'Boyne City', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32852, 'Boyne Falls', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32853, 'Breckenridge', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32854, 'Breedsville', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32855, 'Bridgeport', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32856, 'Bridgman', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32857, 'Brighton', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32858, 'Britton', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32859, 'Bronson', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32860, 'Brooklyn', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:13'),
(32861, 'Brown City', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32862, 'Brownlee Park', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32863, 'Buchanan', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32864, 'Buckley', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32865, 'Buena Vista', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32866, 'Burlington', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32867, 'Burr Oak', 3851, 233, 1, '2019-01-24 21:00:15', '2019-01-24 21:04:14'),
(32868, 'Burt', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32869, 'Burton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32870, 'Byron', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32871, 'Byron Center', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32872, 'Cadillac', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32873, 'Caledonia', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32874, 'Calumet', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32875, 'Camden', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32876, 'Canada Creek Ranch', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32877, 'Canadian Lakes', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32878, 'Canton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32879, 'Capac', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32880, 'Carleton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32881, 'Carney', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32882, 'Caro', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32883, 'Carrollton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32884, 'Carson City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32885, 'Carsonville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32886, 'Caseville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32887, 'Casnovia', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32888, 'Caspian', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32889, 'Cass City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32890, 'Cassopolis', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32891, 'Cedar Springs', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32892, 'Cement City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32893, 'Center Line', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32894, 'Central Lake', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32895, 'Centreville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32896, 'Charlevoix', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32897, 'Charlotte', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32898, 'Chatham', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32899, 'Cheboygan', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32900, 'Chelsea', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32901, 'Chesaning', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32902, 'Clare', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32903, 'Clarksville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(32904, 'Clawson', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32905, 'Clayton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32906, 'Clifford', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32907, 'Climax', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32908, 'Clinton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32909, 'Clio', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32910, 'Coldwater', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32911, 'Coleman', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32912, 'Coloma', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32913, 'Colon', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32914, 'Columbiaville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32915, 'Comstock Northwest', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32916, 'Comstock Park', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32917, 'Concord', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32918, 'Constantine', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32919, 'Coopersville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32920, 'Copemish', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32921, 'Copper City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32922, 'Corunna', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32923, 'Croswell', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32924, 'Crystal Falls', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32925, 'Custer', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32926, 'Cutlerville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32927, 'Daggett', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32928, 'Dansville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32929, 'Davison', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32930, 'Dearborn', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32931, 'Dearborn Heights', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32932, 'Decatur', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32933, 'Deckerville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32934, 'Deerfield', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32935, 'De Tour Village', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32936, 'Detroit', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32937, 'Detroit Beach', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32938, 'De Witt', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32939, 'Dexter', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32940, 'Dimondale', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32941, 'Douglas', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32942, 'Dowagiac', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32943, 'Dryden', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32944, 'Dundee', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32945, 'Durand', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32946, 'Eagle', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32947, 'East Grand Rapids', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32948, 'East Jordan', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32949, 'Eastlake', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32950, 'East Lansing', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32951, 'Eastpointe', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32952, 'East Tawas', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32953, 'Eastwood', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32954, 'Eaton Rapids', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32955, 'Eau Claire', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32956, 'Ecorse', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32957, 'Edgemont Park', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32958, 'Edmore', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32959, 'Edwardsburg', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32960, 'Elberta', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32961, 'Elk Rapids', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32962, 'Elkton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32963, 'Ellsworth', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32964, 'Elsie', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32965, 'Emmett', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32966, 'Empire', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32967, 'Escanaba', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32968, 'Essexville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32969, 'Estral Beach', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32970, 'Evart', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32971, 'Fairgrove', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32972, 'Fair Plain', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32973, 'Farmington', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32974, 'Farmington Hills', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32975, 'Farwell', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32976, 'Fennville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32977, 'Fenton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32978, 'Ferndale', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32979, 'Ferrysburg', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32980, 'Fife Lake', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32981, 'Flat Rock', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32982, 'Flint', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32983, 'Flushing', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32984, 'Forest Hills', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32985, 'Forestville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32986, 'Fountain', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:14'),
(32987, 'Fowler', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32988, 'Fowlerville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32989, 'Frankenmuth', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32990, 'Frankfort', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32991, 'Franklin', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32992, 'Fraser', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32993, 'Freeland', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32994, 'Freeport', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32995, 'Free Soil', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32996, 'Fremont', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32997, 'Fruitport', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32998, 'Gaastra', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(32999, 'Gagetown', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33000, 'Gaines', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33001, 'Galesburg', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33002, 'Galien', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33003, 'Garden', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33004, 'Garden City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33005, 'Gaylord', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33006, 'Gibraltar', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33007, 'Gladstone', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33008, 'Gladwin', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33009, 'Gobles', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33010, 'Goodrich', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33011, 'Grand Beach', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33012, 'Grand Blanc', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33013, 'Grand Haven', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33014, 'Grand Ledge', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33015, 'Grand Rapids', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33016, 'Grandville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33017, 'Grant', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33018, 'Grass Lake', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33019, 'Grayling', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33020, 'Greater Galesburg', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33021, 'Greenville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33022, 'Greilickville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33023, 'Grosse Ile', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33024, 'Grosse Pointe', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33025, 'Grosse Pointe Farms', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33026, 'Grosse Pointe Park', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33027, 'Grosse Pointe Shores', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33028, 'Grosse Pointe Woods', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33029, 'Gwinn', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33030, 'Hamtramck', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33031, 'Hancock', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33032, 'Hanover', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33033, 'Harbor Beach', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33034, 'Harbor Springs', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33035, 'Harper Woods', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33036, 'Harrietta', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33037, 'Harrison', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33038, 'Harrisville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33039, 'Hart', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33040, 'Hartford', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33041, 'Harvey', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33042, 'Haslett', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33043, 'Hastings', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33044, 'Hazel Park', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33045, 'Hemlock', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33046, 'Hersey', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33047, 'Hesperia', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33048, 'Highland Park', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33049, 'Hillman', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33050, 'Hillsdale', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33051, 'Holland', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33052, 'Holly', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33053, 'Holt', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33054, 'Homer', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33055, 'Honor', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33056, 'Hopkins', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33057, 'Houghton', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33058, 'Houghton Lake', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33059, 'Howard City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33060, 'Howell', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33061, 'Hubbard Lake', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33062, 'Hubbardston', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33063, 'Hubbell', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33064, 'Hudson', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33065, 'Hudsonville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33066, 'Huntington Woods', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33067, 'Imlay City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33068, 'Indian River', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33069, 'Inkster', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33070, 'Ionia', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33071, 'Iron Mountain', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33072, 'Iron River', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33073, 'Ironwood', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33074, 'Ishpeming', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33075, 'Ithaca', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33076, 'Jackson', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33077, 'Jenison', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33078, 'Jonesville', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33079, 'Kalamazoo', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33080, 'Kaleva', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33081, 'Kalkaska', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33082, 'Keego Harbor', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33083, 'Kent City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33084, 'Kentwood', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33085, 'Kinde', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33086, 'Kingsford', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33087, 'Kingsley', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33088, 'Kingston', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33089, 'K. I. Sawyer Afb', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33090, 'Laingsburg', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33091, 'Lake Angelus', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33092, 'Lake Ann', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33093, 'Lake City', 3851, 233, 1, '2019-01-24 21:00:16', '2019-01-24 21:04:15'),
(33094, 'Lake Fenton', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33095, 'Lake Linden', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33096, 'Lake Michigan Beach', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33097, 'Lake Odessa', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33098, 'Lake Orion', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33099, 'Lakeview', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33100, 'Lakewood Club', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33101, 'Lambertville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33102, 'L Anse', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:15'),
(33103, 'Lansing', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33104, 'Lapeer', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33105, 'Lathrup Village', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33106, 'Laurium', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33107, 'Lawrence', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33108, 'Lawton', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33109, 'Lennon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33110, 'Leonard', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33111, 'Le Roy', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33112, 'Leslie', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33113, 'Level Park-oak Park', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33114, 'Lewiston', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33115, 'Lexington', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33116, 'Lincoln', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33117, 'Lincoln Park', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33118, 'Linden', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33119, 'Litchfield', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33120, 'Livonia', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33121, 'Lost Lake Woods', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33122, 'Lowell', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33123, 'Ludington', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33124, 'Luna Pier', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33125, 'Luther', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33126, 'Lyons', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33127, 'Mcbain', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33128, 'Mcbride', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33129, 'Mackinac Island', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33130, 'Mackinaw City', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33131, 'Madison Heights', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33132, 'Mancelona', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33133, 'Manchester', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33134, 'Manistee', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33135, 'Manistique', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33136, 'Manitou Beach-devils Lake', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33137, 'Manton', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33138, 'Maple Rapids', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33139, 'Marcellus', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33140, 'Marine City', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33141, 'Marion', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33142, 'Marlette', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33143, 'Marquette', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33144, 'Marshall', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33145, 'Martin', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33146, 'Marysville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33147, 'Mason', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33148, 'Mattawan', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33149, 'Maybee', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33150, 'Mayville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33151, 'Mecosta', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33152, 'Melvin', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33153, 'Melvindale', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33154, 'Memphis', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33155, 'Mendon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33156, 'Menominee', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33157, 'Merrill', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33158, 'Mesick', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33159, 'Metamora', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33160, 'Michiana', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33161, 'Michigamme', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33162, 'Michigan Center', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33163, 'Middletown', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33164, 'Middleville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33165, 'Midland', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33166, 'Milan', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33167, 'Milford', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33168, 'Millersburg', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33169, 'Millington', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33170, 'Minden City', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33171, 'Mineral Hills', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33172, 'Mio', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33173, 'Monroe', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33174, 'Montague', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33175, 'Montgomery', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33176, 'Montrose', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33177, 'Morenci', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33178, 'Morley', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33179, 'Morrice', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33180, 'Mount Clemens', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33181, 'Mount Morris', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33182, 'Mount Pleasant', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33183, 'Muir', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33184, 'Mulliken', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33185, 'Munising', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33186, 'Muskegon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33187, 'Muskegon Heights', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33188, 'Napoleon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33189, 'Nashville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33190, 'Negaunee', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33191, 'Newaygo', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33192, 'New Baltimore', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33193, 'Newberry', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33194, 'New Buffalo', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33195, 'New Era', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33196, 'New Haven', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33197, 'New Lothrop', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33198, 'Niles', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33199, 'North Adams', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33200, 'North Branch', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33201, 'North Muskegon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33202, 'Northport', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33203, 'Northview', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33204, 'Northville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33205, 'Norton Shores', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33206, 'Norway', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:16'),
(33207, 'Novi', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33208, 'Oakley', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33209, 'Oak Park', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33210, 'Okemos', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33211, 'Olivet', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33212, 'Omer', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33213, 'Onaway', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33214, 'Onekama', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33215, 'Onsted', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33216, 'Ontonagon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33217, 'Orchard Lake Village', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33218, 'Ortonville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33219, 'Oscoda', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33220, 'Ossineke', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33221, 'Otisville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33222, 'Otsego', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33223, 'Otter Lake', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33224, 'Ovid', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33225, 'Owendale', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33226, 'Owosso', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33227, 'Oxford', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33228, 'Palmer', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33229, 'Parchment', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33230, 'Parma', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33231, 'Paw Paw', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33232, 'Paw Paw Lake', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33233, 'Pearl Beach', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33234, 'Peck', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33235, 'Pellston', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33236, 'Pentwater', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33237, 'Perrinton', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33238, 'Perry', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33239, 'Petersburg', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33240, 'Petoskey', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33241, 'Pewamo', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33242, 'Pierson', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33243, 'Pigeon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33244, 'Pinckney', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33245, 'Pinconning', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33246, 'Plainwell', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33247, 'Pleasant Ridge', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33248, 'Plymouth', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33249, 'Plymouth Township', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33250, 'Pontiac', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33251, 'Portage', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33252, 'Port Austin', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33253, 'Port Hope', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33254, 'Port Huron', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33255, 'Portland', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33256, 'Port Sanilac', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33257, 'Posen', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33258, 'Potterville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33259, 'Powers', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33260, 'Prescott', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33261, 'Prudenville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33262, 'Quincy', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33263, 'Quinnesec', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33264, 'Ravenna', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33265, 'Reading', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33266, 'Redford', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33267, 'Reed City', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33268, 'Reese', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33269, 'Republic', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33270, 'Richland', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33271, 'Richmond', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33272, 'River Rouge', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33273, 'Riverview', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33274, 'Robin Glen-indiantown', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33275, 'Rochester', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33276, 'Rochester Hills', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33277, 'Rockford', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33278, 'Rockwood', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33279, 'Rogers City', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33280, 'Romeo', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33281, 'Romulus', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33282, 'Roosevelt Park', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33283, 'Roscommon', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33284, 'Rosebush', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33285, 'Rose City', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33286, 'Roseville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33287, 'Rothbury', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33288, 'Royal Oak', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33289, 'Saginaw', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33290, 'Saginaw Township North', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33291, 'Saginaw Township South', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33292, 'St. Charles', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33293, 'St. Clair', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33294, 'St. Clair Shores', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33295, 'St. Helen', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33296, 'St. Ignace', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33297, 'St. Johns', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33298, 'St. Joseph', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33299, 'St. Louis', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33300, 'Saline', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33301, 'Sand Lake', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33302, 'Sandusky', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33303, 'Sanford', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33304, 'Saranac', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33305, 'Saugatuck', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33306, 'Sault Ste. Marie', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33307, 'Schoolcraft', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33308, 'Scottville', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33309, 'Sebewaing', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33310, 'Shelby', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33311, 'Shepherd', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33312, 'Sheridan', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33313, 'Sherwood', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33314, 'Shields', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:17'),
(33315, 'Shoreham', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:18'),
(33316, 'Shorewood-tower Hills-harbert', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:18'),
(33317, 'Skidway Lake', 3851, 233, 1, '2019-01-24 21:00:17', '2019-01-24 21:04:18'),
(33318, 'Southfield', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33319, 'Southgate', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33320, 'South Gull Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33321, 'South Haven', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33322, 'South Lyon', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33323, 'South Monroe', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33324, 'South Range', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33325, 'South Rockwood', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33326, 'Sparta', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33327, 'Spring Arbor', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33328, 'Springfield', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33329, 'Spring Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33330, 'Springport', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33331, 'Stambaugh', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33332, 'Standish', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33333, 'Stanton', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33334, 'Stanwood', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33335, 'Stephenson', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33336, 'Sterling', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33337, 'Sterling Heights', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33338, 'Stevensville', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33339, 'Stockbridge', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33340, 'Stony Point', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33341, 'Sturgis', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33342, 'Sunfield', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33343, 'Suttons Bay', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33344, 'Swartz Creek', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33345, 'Sylvan Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33346, 'Tawas City', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33347, 'Taylor', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33348, 'Tecumseh', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33349, 'Tekonsha', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33350, 'Temperance', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33351, 'Thompsonville', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33352, 'Three Oaks', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33353, 'Three Rivers', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33354, 'Traverse City', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33355, 'Trenton', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33356, 'Trowbridge Park', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33357, 'Troy', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33358, 'Turner', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33359, 'Tustin', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33360, 'Twining', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33361, 'Twin Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33362, 'Ubly', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33363, 'Union City', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33364, 'Unionville', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33365, 'Utica', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33366, 'Vandalia', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33367, 'Vanderbilt', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33368, 'Vandercook Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33369, 'Vassar', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33370, 'Vermontville', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33371, 'Vernon', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33372, 'Vicksburg', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33373, 'Village Of Clarkston', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33374, 'Village Of Lake Isabella', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33375, 'Wakefield', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33376, 'Waldron', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33377, 'Walker', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33378, 'Walkerville', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33379, 'Walled Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33380, 'Warren', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33381, 'Waterford', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33382, 'Watervliet', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33383, 'Waverly', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33384, 'Wayland', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33385, 'Wayne', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33386, 'Webberville', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33387, 'Weidman', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33388, 'West Bloomfield Township', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33389, 'West Branch', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33390, 'West Ishpeming', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33391, 'Westland', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33392, 'West Monroe', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33393, 'Westphalia', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33394, 'Westwood', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33395, 'White Cloud', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33396, 'Whitehall', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33397, 'White Pigeon', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33398, 'Whitmore Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33399, 'Whittemore', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33400, 'Williamston', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33401, 'Wixom', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33402, 'Wolf Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33403, 'Wolverine', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33404, 'Wolverine Lake', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33405, 'Woodhaven', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33406, 'Woodland', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33407, 'Woodland Beach', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33408, 'Wyandotte', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33409, 'Wyoming', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33410, 'Yale', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33411, 'Ypsilanti', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33412, 'Zeeland', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33413, 'Zilwaukee', 3851, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33414, 'Ada', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33415, 'Adams', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33416, 'Adrian', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33417, 'Afton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33418, 'Aitkin', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33419, 'Akeley', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33420, 'Albany', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33421, 'Alberta', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33422, 'Albert Lea', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33423, 'Albertville', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33424, 'Alden', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33425, 'Aldrich', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:18'),
(33426, 'Alexandria', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33427, 'Alpha', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33428, 'Altura', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33429, 'Alvarado', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33430, 'Amboy', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33431, 'Andover', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33432, 'Annandale', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33433, 'Anoka', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33434, 'Appleton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33435, 'Apple Valley', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33436, 'Arco', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33437, 'Arden Hills', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33438, 'Argyle', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33439, 'Arlington', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33440, 'Arnold', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33441, 'Ashby', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33442, 'Askov', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33443, 'Atwater', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33444, 'Audubon', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33445, 'Aurora', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33446, 'Austin', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33447, 'Avoca', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33448, 'Avon', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33449, 'Babbitt', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33450, 'Backus', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33451, 'Badger', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33452, 'Bagley', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33453, 'Balaton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33454, 'Barnesville', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33455, 'Barnum', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33456, 'Barrett', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33457, 'Barry', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33458, 'Battle Lake', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33459, 'Baudette', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33460, 'Baxter', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33461, 'Bayport', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33462, 'Beardsley', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33463, 'Beaver Bay', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33464, 'Beaver Creek', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33465, 'Becker', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33466, 'Bejou', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33467, 'Belgrade', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33468, 'Bellechester', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33469, 'Belle Plaine', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33470, 'Bellingham', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33471, 'Beltrami', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33472, 'Belview', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33473, 'Bemidji', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33474, 'Bena', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33475, 'Benson', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33476, 'Bertha', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33477, 'Bethel', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33478, 'Bigelow', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33479, 'Big Falls', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33480, 'Bigfork', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33481, 'Big Lake', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33482, 'Bingham Lake', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33483, 'Birchwood Village', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33484, 'Bird Island', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33485, 'Biscay', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33486, 'Biwabik', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33487, 'Blackduck', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33488, 'Blaine', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33489, 'Blomkest', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33490, 'Blooming Prairie', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33491, 'Bloomington', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33492, 'Blue Earth', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33493, 'Bluffton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33494, 'Bock', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33495, 'Borup', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33496, 'Bovey', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33497, 'Bowlus', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33498, 'Boyd', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33499, 'Boy River', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33500, 'Braham', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33501, 'Brainerd', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33502, 'Brandon', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33503, 'Breckenridge', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33504, 'Breezy Point', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33505, 'Brewster', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33506, 'Bricelyn', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33507, 'Brooklyn Center', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33508, 'Brooklyn Park', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33509, 'Brook Park', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33510, 'Brooks', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33511, 'Brookston', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33512, 'Brooten', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33513, 'Browerville', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33514, 'Brownsdale', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33515, 'Browns Valley', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33516, 'Brownsville', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:19'),
(33517, 'Brownton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33518, 'Bruno', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33519, 'Buckman', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33520, 'Buffalo', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33521, 'Buffalo Lake', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33522, 'Buhl', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33523, 'Burnsville', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33524, 'Burtrum', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33525, 'Butterfield', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33526, 'Byron', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(33527, 'Caledonia', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33528, 'Callaway', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33529, 'Calumet', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33530, 'Cambridge', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33531, 'Campbell', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33532, 'Canby', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33533, 'Cannon Falls', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33534, 'Canton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33535, 'Carlos', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33536, 'Carlton', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33537, 'Carver', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33538, 'Cass Lake', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33539, 'Cedar Mills', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33540, 'Center City', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33541, 'Centerville', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33542, 'Ceylon', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33543, 'Champlin', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33544, 'Chandler', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33545, 'Chanhassen', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33546, 'Chaska', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33547, 'Chatfield', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33548, 'Chickamaw Beach', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33549, 'Chisago City', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33550, 'Chisholm', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33551, 'Chokio', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33552, 'Circle Pines', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33553, 'Clara City', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33554, 'Claremont', 3852, 233, 1, '2019-01-24 21:00:18', '2019-01-24 21:04:20'),
(33555, 'Clarissa', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33556, 'Clarkfield', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33557, 'Clarks Grove', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33558, 'Clearbrook', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33559, 'Clear Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33560, 'Clearwater', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33561, 'Clements', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33562, 'Cleveland', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33563, 'Climax', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33564, 'Clinton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33565, 'Clitherall', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33566, 'Clontarf', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33567, 'Cloquet', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33568, 'Coates', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33569, 'Cobden', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33570, 'Cohasset', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33571, 'Cokato', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33572, 'Cold Spring', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33573, 'Coleraine', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33574, 'Cologne', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33575, 'Columbia Heights', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33576, 'Comfrey', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33577, 'Comstock', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33578, 'Conger', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33579, 'Cook', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33580, 'Coon Rapids', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33581, 'Corcoran', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33582, 'Correll', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33583, 'Cosmos', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33584, 'Cottage Grove', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33585, 'Cottonwood', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33586, 'Courtland', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33587, 'Cromwell', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33588, 'Crookston', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33589, 'Crosby', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33590, 'Crosslake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33591, 'Crystal', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33592, 'Currie', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33593, 'Cuyuna', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33594, 'Cyrus', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33595, 'Dakota', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33596, 'Dalton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33597, 'Danube', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33598, 'Danvers', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33599, 'Darfur', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33600, 'Darwin', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33601, 'Dassel', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33602, 'Dawson', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33603, 'Dayton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33604, 'Deephaven', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33605, 'Deer Creek', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33606, 'Deer River', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33607, 'Deerwood', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33608, 'De Graff', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33609, 'Delano', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33610, 'Delavan', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33611, 'Delhi', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33612, 'Dellwood', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:20'),
(33613, 'Denham', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33614, 'Dennison', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33615, 'Dent', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33616, 'Detroit Lakes', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33617, 'Dexter', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33618, 'Dilworth', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33619, 'Dodge Center', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33620, 'Donaldson', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33621, 'Donnelly', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33622, 'Doran', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33623, 'Dover', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33624, 'Dovray', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33625, 'Duluth', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33626, 'Dumont', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33627, 'Dundas', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33628, 'Dundee', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33629, 'Dunnell', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33630, 'Eagan', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33631, 'Eagle Bend', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33632, 'Eagle Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33633, 'East Bethel', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33634, 'East Grand Forks', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33635, 'East Gull Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33636, 'Easton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33637, 'Echo', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33638, 'Eden Prairie', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33639, 'Eden Valley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33640, 'Edgerton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33641, 'Edina', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33642, 'Effie', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33643, 'Eitzen', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33644, 'Elba', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33645, 'Elbow Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33646, 'Elgin', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33647, 'Elizabeth', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33648, 'Elko', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33649, 'Elk River', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33650, 'Elkton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33651, 'Ellendale', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33652, 'Ellsworth', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33653, 'Elmdale', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33654, 'Elmore', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33655, 'Elrosa', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33656, 'Ely', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33657, 'Elysian', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33658, 'Emily', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33659, 'Emmons', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33660, 'Erhard', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33661, 'Erskine', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33662, 'Evan', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33663, 'Evansville', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33664, 'Eveleth', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33665, 'Excelsior', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33666, 'Eyota', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33667, 'Fairfax', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33668, 'Fairmont', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33669, 'Falcon Heights', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33670, 'Faribault', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33671, 'Farmington', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33672, 'Farwell', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33673, 'Federal Dam', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33674, 'Felton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33675, 'Fergus Falls', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33676, 'Fertile', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33677, 'Fifty Lakes', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33678, 'Finlayson', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33679, 'Fisher', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33680, 'Flensburg', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33681, 'Floodwood', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33682, 'Florence', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33683, 'Foley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33684, 'Forada', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33685, 'Forest Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33686, 'Foreston', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33687, 'Fort Ripley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33688, 'Fosston', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33689, 'Fountain', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33690, 'Foxhome', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33691, 'Franklin', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33692, 'Frazee', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33693, 'Freeborn', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33694, 'Freeport', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33695, 'Fridley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33696, 'Frost', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33697, 'Fulda', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33698, 'Funkley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33699, 'Garfield', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33700, 'Garrison', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33701, 'Garvin', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33702, 'Gary', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33703, 'Gaylord', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33704, 'Gem Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33705, 'Geneva', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33706, 'Genola', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33707, 'Georgetown', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33708, 'Ghent', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33709, 'Gibbon', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33710, 'Gilbert', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33711, 'Gilman', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33712, 'Glencoe', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33713, 'Glenville', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33714, 'Glenwood', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33715, 'Glyndon', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33716, 'Golden Valley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33717, 'Gonvick', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33718, 'Goodhue', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33719, 'Goodridge', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33720, 'Good Thunder', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33721, 'Goodview', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33722, 'Graceville', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33723, 'Granada', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33724, 'Grand Marais', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33725, 'Grand Meadow', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33726, 'Grand Rapids', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33727, 'Granite Falls', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33728, 'Grant', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33729, 'Grasston', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33730, 'Greenbush', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33731, 'Greenfield', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33732, 'Green Isle', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33733, 'Greenwald', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33734, 'Greenwood', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33735, 'Grey Eagle', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33736, 'Grove City', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33737, 'Grygla', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33738, 'Gully', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33739, 'Hackensack', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33740, 'Hadley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:21'),
(33741, 'Hallock', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33742, 'Halma', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33743, 'Halstad', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33744, 'Hamburg', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33745, 'Ham Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33746, 'Hammond', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33747, 'Hampton', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33748, 'Hancock', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33749, 'Hanley Falls', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33750, 'Hanover', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33751, 'Hanska', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33752, 'Harding', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33753, 'Hardwick', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33754, 'Harmony', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33755, 'Harris', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33756, 'Hartland', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33757, 'Hastings', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33758, 'Hatfield', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33759, 'Hawley', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33760, 'Hayfield', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33761, 'Hayward', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33762, 'Hazel Run', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33763, 'Hector', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33764, 'Heidelberg', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33765, 'Henderson', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33766, 'Hendricks', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33767, 'Hendrum', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33768, 'Henning', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33769, 'Henriette', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33770, 'Herman', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33771, 'Hermantown', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33772, 'Heron Lake', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33773, 'Hewitt', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33774, 'Hibbing', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33775, 'Hill City', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33776, 'Hillman', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33777, 'Hills', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33778, 'Hilltop', 3852, 233, 1, '2019-01-24 21:00:19', '2019-01-24 21:04:22'),
(33779, 'Hinckley', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33780, 'Hitterdal', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33781, 'Hoffman', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33782, 'Hokah', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33783, 'Holdingford', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33784, 'Holland', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33785, 'Hollandale', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33786, 'Holloway', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33787, 'Holt', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33788, 'Hopkins', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33789, 'Houston', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33790, 'Howard Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33791, 'Hoyt Lakes', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33792, 'Hugo', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33793, 'Humboldt', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33794, 'Hutchinson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33795, 'Ihlen', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33796, 'Independence', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33797, 'International Falls', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33798, 'Inver Grove Heights', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33799, 'Iona', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33800, 'Iron Junction', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33801, 'Ironton', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33802, 'Isanti', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33803, 'Isle', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33804, 'Ivanhoe', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33805, 'Jackson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33806, 'Janesville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33807, 'Jasper', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33808, 'Jeffers', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33809, 'Jenkins', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33810, 'Johnson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33811, 'Jordan', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33812, 'Kandiyohi', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33813, 'Karlstad', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33814, 'Kasota', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33815, 'Kasson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33816, 'Keewatin', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33817, 'Kelliher', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33818, 'Kellogg', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33819, 'Kennedy', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33820, 'Kenneth', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33821, 'Kensington', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33822, 'Kent', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33823, 'Kenyon', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33824, 'Kerkhoven', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33825, 'Kerrick', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33826, 'Kettle River', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33827, 'Kiester', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33828, 'Kilkenny', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33829, 'Kimball', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33830, 'Kinbrae', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33831, 'Kingston', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33832, 'Kinney', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33833, 'La Crescent', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33834, 'Lafayette', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33835, 'Lake Benton', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33836, 'Lake Bronson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33837, 'Lake City', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33838, 'Lake Crystal', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33839, 'Lake Elmo', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33840, 'Lakefield', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33841, 'Lake Henry', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33842, 'Lakeland', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33843, 'Lakeland Shores', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33844, 'Lake Lillian', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33845, 'Lake Park', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33846, 'Lake St. Croix Beach', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33847, 'Lake Shore', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33848, 'Lakeville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33849, 'Lake Wilson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33850, 'Lamberton', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33851, 'Lancaster', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33852, 'Landfall', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33853, 'Lanesboro', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33854, 'Laporte', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33855, 'La Prairie', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33856, 'La Salle', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33857, 'Lastrup', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33858, 'Lauderdale', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33859, 'Le Center', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33860, 'Lengby', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33861, 'Leonard', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33862, 'Leonidas', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33863, 'Leota', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33864, 'Le Roy', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33865, 'Lester Prairie', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33866, 'Le Sueur', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33867, 'Lewiston', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33868, 'Lewisville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33869, 'Lexington', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:22'),
(33870, 'Lilydale', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33871, 'Lindstrom', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33872, 'Lino Lakes', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33873, 'Lismore', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33874, 'Litchfield', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33875, 'Little Canada', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33876, 'Little Falls', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33877, 'Littlefork', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33878, 'Little Rock', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33879, 'Long Beach', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33880, 'Long Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33881, 'Long Prairie', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33882, 'Longville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33883, 'Lonsdale', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33884, 'Loretto', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33885, 'Louisburg', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33886, 'Lowry', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33887, 'Lucan', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33888, 'Luverne', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33889, 'Lyle', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33890, 'Lynd', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33891, 'Mabel', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33892, 'Mcgrath', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33893, 'Mcgregor', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33894, 'Mcintosh', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33895, 'Mckinley', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33896, 'Madelia', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33897, 'Madison', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33898, 'Madison Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33899, 'Magnolia', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33900, 'Mahnomen', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33901, 'Mahtomedi', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33902, 'Manchester', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33903, 'Manhattan Beach', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33904, 'Mankato', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33905, 'Mantorville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33906, 'Maple Grove', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33907, 'Maple Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33908, 'Maple Plain', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33909, 'Mapleton', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33910, 'Mapleview', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33911, 'Maplewood', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33912, 'Marble', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33913, 'Marietta', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33914, 'Marine On St. Croix', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33915, 'Marshall', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33916, 'Mayer', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33917, 'Maynard', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33918, 'Mazeppa', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33919, 'Meadowlands', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33920, 'Medford', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33921, 'Medicine Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33922, 'Medina', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33923, 'Meire Grove', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33924, 'Melrose', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33925, 'Menahga', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33926, 'Mendota', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33927, 'Mendota Heights', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33928, 'Mentor', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33929, 'Middle River', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33930, 'Miesville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33931, 'Milaca', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33932, 'Milan', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33933, 'Millerville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33934, 'Millville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33935, 'Milroy', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33936, 'Miltona', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33937, 'Minneapolis', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33938, 'Minneiska', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33939, 'Minneota', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33940, 'Minnesota City', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33941, 'Minnesota Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33942, 'Minnetonka', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33943, 'Minnetonka Beach', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33944, 'Minnetrista', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33945, 'Mizpah', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33946, 'Montevideo', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33947, 'Montgomery', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33948, 'Monticello', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33949, 'Montrose', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33950, 'Moorhead', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33951, 'Moose Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33952, 'Mora', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33953, 'Morgan', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33954, 'Morris', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33955, 'Morristown', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33956, 'Morton', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33957, 'Motley', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33958, 'Mound', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:23'),
(33959, 'Mounds View', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33960, 'Mountain Iron', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33961, 'Mountain Lake', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33962, 'Murdock', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33963, 'Myrtle', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33964, 'Nashua', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33965, 'Nashwauk', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33966, 'Nassau', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33967, 'Naytahwaush', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33968, 'Nelson', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33969, 'Nerstrand', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33970, 'Nevis', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33971, 'New Auburn', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33972, 'New Brighton', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33973, 'Newfolden', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33974, 'New Germany', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33975, 'New Hope', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33976, 'New London', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33977, 'New Market', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33978, 'New Munich', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33979, 'Newport', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33980, 'New Prague', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33981, 'New Richland', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33982, 'New Trier', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33983, 'New Ulm', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33984, 'New York Mills', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33985, 'Nicollet', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33986, 'Nielsville', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33987, 'Nimrod', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33988, 'Nisswa', 3852, 233, 1, '2019-01-24 21:00:20', '2019-01-24 21:04:24'),
(33989, 'Norcross', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33990, 'North Branch', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33991, 'Northfield', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33992, 'North Mankato', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33993, 'North Oaks', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33994, 'Northome', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33995, 'Northrop', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33996, 'North St. Paul', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33997, 'Norwood Young America', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33998, 'Oakdale', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(33999, 'Oak Grove', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34000, 'Oak Park Heights', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34001, 'Oakport', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34002, 'Odessa', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34003, 'Odin', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34004, 'Ogema', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34005, 'Ogilvie', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34006, 'Okabena', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34007, 'Oklee', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34008, 'Olivia', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34009, 'Onamia', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34010, 'Ormsby', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34011, 'Orono', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34012, 'Oronoco', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34013, 'Orr', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34014, 'Ortonville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34015, 'Osakis', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34016, 'Oslo', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34017, 'Osseo', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34018, 'Ostrander', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34019, 'Otsego', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34020, 'Ottertail', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34021, 'Owatonna', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34022, 'Palisade', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34023, 'Parkers Prairie', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34024, 'Park Rapids', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34025, 'Paynesville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34026, 'Pease', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34027, 'Pelican Rapids', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34028, 'Pemberton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34029, 'Pennock', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34030, 'Pequot Lakes', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34031, 'Perham', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34032, 'Perley', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34033, 'Peterson', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34034, 'Pierz', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34035, 'Pillager', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34036, 'Pine City', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34037, 'Pine Island', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34038, 'Pine Point', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34039, 'Pine River', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34040, 'Pine Springs', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34041, 'Pipestone', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34042, 'Plainview', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34043, 'Plato', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34044, 'Pleasant Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34045, 'Plummer', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34046, 'Plymouth', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34047, 'Ponemah', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34048, 'Porter', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34049, 'Preston', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34050, 'Princeton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34051, 'Prinsburg', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34052, 'Prior Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34053, 'Proctor', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34054, 'Quamba', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34055, 'Racine', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34056, 'Ramsey', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34057, 'Randall', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:24'),
(34058, 'Randolph', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34059, 'Ranier', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34060, 'Raymond', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34061, 'Redby', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34062, 'Red Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34063, 'Red Lake Falls', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34064, 'Red Wing', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34065, 'Redwood Falls', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34066, 'Regal', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34067, 'Remer', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34068, 'Renville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34069, 'Revere', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34070, 'Rice', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34071, 'Rice Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34072, 'Richfield', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34073, 'Richmond', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34074, 'Richville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34075, 'Riverton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34076, 'Robbinsdale', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34077, 'Rochester', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34078, 'Rock Creek', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34079, 'Rockford', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34080, 'Rockville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34081, 'Rogers', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34082, 'Rollingstone', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34083, 'Ronneby', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34084, 'Roosevelt', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34085, 'Roscoe', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34086, 'Roseau', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34087, 'Rose Creek', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34088, 'Rosemount', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34089, 'Roseville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34090, 'Rothsay', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34091, 'Round Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34092, 'Royalton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34093, 'Rush City', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34094, 'Rushford', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34095, 'Rushford Village', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34096, 'Rushmore', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34097, 'Russell', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34098, 'Ruthton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34099, 'Rutledge', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34100, 'Sabin', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34101, 'Sacred Heart', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34102, 'St. Anthony', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34103, 'St. Bonifacius', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34104, 'St. Charles', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34105, 'St. Clair', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34106, 'St. Cloud', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34107, 'St. Francis', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34108, 'St. Hilaire', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34109, 'St. James', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34110, 'St. Joseph', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34111, 'St. Leo', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34112, 'St. Louis Park', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34113, 'St. Martin', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34114, 'St. Marys Point', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34115, 'St. Michael', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34116, 'St. Paul', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34117, 'St. Paul Park', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34118, 'St. Peter', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34119, 'St. Rosa', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34120, 'St. Stephen', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34121, 'St. Vincent', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34122, 'Sanborn', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34123, 'Sandstone', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34124, 'Sargeant', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34125, 'Sartell', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34126, 'Sauk Centre', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34127, 'Sauk Rapids', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34128, 'Savage', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34129, 'Scanlon', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34130, 'Seaforth', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34131, 'Sebeka', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34132, 'Sedan', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34133, 'Shafer', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34134, 'Shakopee', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34135, 'Shelly', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34136, 'Sherburn', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34137, 'Shevlin', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34138, 'Shoreview', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34139, 'Shorewood', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34140, 'Silver Bay', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34141, 'Silver Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34142, 'Skyline', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34143, 'Slayton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34144, 'Sleepy Eye', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34145, 'Sobieski', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34146, 'Solway', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:25'),
(34147, 'South Haven', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34148, 'South St. Paul', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34149, 'Spicer', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34150, 'Springfield', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34151, 'Spring Grove', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34152, 'Spring Hill', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34153, 'Spring Lake Park', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34154, 'Spring Park', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(34155, 'Spring Valley', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34156, 'Squaw Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34157, 'Stacy', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34158, 'Staples', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34159, 'Starbuck', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34160, 'Steen', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34161, 'Stephen', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34162, 'Stewart', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34163, 'Stewartville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34164, 'Stillwater', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34165, 'Stockton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34166, 'Storden', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34167, 'Strandquist', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34168, 'Strathcona', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34169, 'Sturgeon Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34170, 'Sunburg', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34171, 'Sunfish Lake', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34172, 'Swanville', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34173, 'Taconite', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34174, 'Tamarack', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34175, 'Taopi', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34176, 'Taunton', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34177, 'Taylors Falls', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34178, 'Tenney', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34179, 'Tenstrike', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34180, 'The Lakes', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34181, 'Thief River Falls', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34182, 'Thomson', 3852, 233, 1, '2019-01-24 21:00:21', '2019-01-24 21:04:26'),
(34183, 'Tintah', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34184, 'Tonka Bay', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34185, 'Tower', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34186, 'Tracy', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34187, 'Trail', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34188, 'Trimont', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34189, 'Trommald', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34190, 'Trosky', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34191, 'Truman', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34192, 'Turtle River', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34193, 'Twin Lakes', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34194, 'Twin Valley', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34195, 'Two Harbors', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34196, 'Tyler', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34197, 'Ulen', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34198, 'Underwood', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34199, 'Upsala', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34200, 'Urbank', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34201, 'Utica', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34202, 'Vadnais Heights', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34203, 'Vergas', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34204, 'Vermillion', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34205, 'Verndale', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34206, 'Vernon Center', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34207, 'Vesta', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34208, 'Victoria', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34209, 'Viking', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34210, 'Villard', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34211, 'Vineland', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34212, 'Vining', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34213, 'Virginia', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34214, 'Wabasha', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34215, 'Wabasso', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34216, 'Waconia', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34217, 'Wadena', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34218, 'Wahkon', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34219, 'Waite Park', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34220, 'Waldorf', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34221, 'Walker', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34222, 'Walnut Grove', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34223, 'Walters', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34224, 'Waltham', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34225, 'Wanamingo', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34226, 'Wanda', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34227, 'Warba', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34228, 'Warren', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34229, 'Warroad', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34230, 'Waseca', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34231, 'Watertown', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34232, 'Waterville', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34233, 'Watkins', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34234, 'Watson', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34235, 'Waubun', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34236, 'Waverly', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34237, 'Wayzata', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34238, 'Welcome', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:26'),
(34239, 'Wells', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34240, 'Wendell', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34241, 'Westbrook', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34242, 'West Concord', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34243, 'Westport', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34244, 'West St. Paul', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34245, 'West Union', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34246, 'Whalan', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34247, 'Wheaton', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34248, 'White Bear Lake', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34249, 'White Earth', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34250, 'Wilder', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34251, 'Willernie', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34252, 'Williams', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34253, 'Willmar', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34254, 'Willow River', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34255, 'Wilmont', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34256, 'Wilton', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34257, 'Windom', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34258, 'Winger', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34259, 'Winnebago', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34260, 'Winona', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34261, 'Winsted', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34262, 'Winthrop', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34263, 'Winton', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34264, 'Wolf Lake', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34265, 'Wolverton', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34266, 'Woodbury', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34267, 'Wood Lake', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34268, 'Woodland', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34269, 'Woodstock', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34270, 'Worthington', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34271, 'Wrenshall', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34272, 'Wright', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34273, 'Wykoff', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34274, 'Wyoming', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34275, 'Zemple', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34276, 'Zimmerman', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34277, 'Zumbro Falls', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34278, 'Zumbrota', 3852, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34279, 'Abbeville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34280, 'Aberdeen', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34281, 'Ackerman', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34282, 'Algoma', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34283, 'Alligator', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34284, 'Amory', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34285, 'Anguilla', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34286, 'Arcola', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34287, 'Artesia', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34288, 'Ashland', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34289, 'Baldwyn', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34290, 'Bassfield', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34291, 'Batesville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34292, 'Bay St. Louis', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34293, 'Bay Springs', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34294, 'Beaumont', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34295, 'Beauregard', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34296, 'Belmont', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34297, 'Belzoni', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34298, 'Benoit', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34299, 'Bentonia', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34300, 'Beulah', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34301, 'Big Creek', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34302, 'Big Point', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34303, 'Biloxi', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34304, 'Blue Mountain', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34305, 'Blue Springs', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34306, 'Bogue Chitto', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34307, 'Bolton', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34308, 'Booneville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34309, 'Boyle', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34310, 'Brandon', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34311, 'Braxton', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34312, 'Brookhaven', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34313, 'Brooksville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34314, 'Bruce', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34315, 'Bude', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34316, 'Burnsville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34317, 'Byhalia', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34318, 'Byram', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34319, 'Caledonia', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34320, 'Calhoun City', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34321, 'Canton', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34322, 'Carrollton', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34323, 'Carthage', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34324, 'Cary', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34325, 'Centreville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34326, 'Charleston', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34327, 'Chunky', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34328, 'Clarksdale', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34329, 'Cleveland', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34330, 'Clinton', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34331, 'Coahoma', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34332, 'Coffeeville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34333, 'Coldwater', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34334, 'Collins', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34335, 'Collinsville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34336, 'Columbia', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34337, 'Columbus', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34338, 'Columbus Afb', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34339, 'Como', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34340, 'Conehatta', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34341, 'Corinth', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34342, 'Courtland', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34343, 'Crawford', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34344, 'Crenshaw', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34345, 'Crosby', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34346, 'Crowder', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34347, 'Cruger', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34348, 'Crystal Springs', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34349, 'Decatur', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34350, 'De Kalb', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34351, 'Derma', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34352, 'Diamondhead', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34353, 'D Iberville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34354, 'D Lo', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34355, 'Doddsville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34356, 'Drew', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34357, 'Duck Hill', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34358, 'Dumas', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34359, 'Duncan', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:27'),
(34360, 'Durant', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34361, 'Ecru', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34362, 'Eden', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34363, 'Edwards', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34364, 'Ellisville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34365, 'Enterprise', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34366, 'Escatawpa', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34367, 'Ethel', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34368, 'Eupora', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34369, 'Falcon', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34370, 'Falkner', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34371, 'Farmington', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34372, 'Fayette', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34373, 'Flora', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34374, 'Florence', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34375, 'Flowood', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34376, 'Forest', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34377, 'French Camp', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34378, 'Friars Point', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34379, 'Fulton', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34380, 'Gattman', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34381, 'Gautier', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34382, 'Georgetown', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34383, 'Glen', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34384, 'Glendora', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34385, 'Gloster', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34386, 'Golden', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34387, 'Goodman', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34388, 'Greenville', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34389, 'Greenwood', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34390, 'Grenada', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34391, 'Gulf Hills', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34392, 'Gulf Park Estates', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34393, 'Gulfport', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34394, 'Gunnison', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34395, 'Guntown', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34396, 'Hatley', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34397, 'Hattiesburg', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34398, 'Hazlehurst', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34399, 'Heidelberg', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34400, 'Helena', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34401, 'Hernando', 3853, 233, 1, '2019-01-24 21:00:22', '2019-01-24 21:04:28'),
(34402, 'Hickory', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34403, 'Hickory Flat', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34404, 'Hickory Hills', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34405, 'Hollandale', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34406, 'Holly Springs', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34407, 'Horn Lake', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34408, 'Houston', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34409, 'Hurley', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34410, 'Indianola', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34411, 'Inverness', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34412, 'Isola', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34413, 'Itta Bena', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34414, 'Iuka', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34415, 'Jackson', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34416, 'Jonestown', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34417, 'Jumpertown', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34418, 'Kilmichael', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34419, 'Kiln', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34420, 'Kosciusko', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34421, 'Kossuth', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34422, 'Lake', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34423, 'Lambert', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34424, 'Latimer', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34425, 'Laurel', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34426, 'Leakesville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34427, 'Learned', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34428, 'Leland', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34429, 'Lena', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34430, 'Lexington', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34431, 'Liberty', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34432, 'Long Beach', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34433, 'Louin', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34434, 'Louise', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34435, 'Louisville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34436, 'Lucedale', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34437, 'Lula', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34438, 'Lumberton', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34439, 'Lyman', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34440, 'Lynchburg', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34441, 'Lyon', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34442, 'Maben', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34443, 'Mccomb', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34444, 'Mccool', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34445, 'Mclain', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34446, 'Macon', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34447, 'Madison', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34448, 'Magee', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34449, 'Magnolia', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34450, 'Mantachie', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34451, 'Mantee', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34452, 'Marietta', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34453, 'Marion', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34454, 'Marks', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34455, 'Mathiston', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34456, 'Mayersville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34457, 'Meadville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34458, 'Memphis', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:28'),
(34459, 'Mendenhall', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34460, 'Meridian', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34461, 'Meridian Station', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34462, 'Merigold', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34463, 'Metcalfe', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34464, 'Mize', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34465, 'Monticello', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34466, 'Montrose', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34467, 'Moorhead', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34468, 'Morgan City', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34469, 'Morton', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34470, 'Moss Point', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34471, 'Mound Bayou', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34472, 'Mount Olive', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34473, 'Myrtle', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34474, 'Natchez', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34475, 'Nellieburg', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34476, 'Nettleton', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34477, 'New Albany', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34478, 'New Augusta', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34479, 'New Hebron', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34480, 'New Hope', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34481, 'New Houlka', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34482, 'Newton', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34483, 'North Carrollton', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34484, 'North Tunica', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34485, 'Noxapater', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34486, 'Oakland', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34487, 'Ocean Springs', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34488, 'Okolona', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34489, 'Olive Branch', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34490, 'Osyka', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34491, 'Oxford', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34492, 'Pace', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34493, 'Pachuta', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34494, 'Paden', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34495, 'Pascagoula', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34496, 'Pass Christian', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34497, 'Pearl', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34498, 'Pearlington', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34499, 'Pearl River', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34500, 'Pelahatchie', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34501, 'Petal', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34502, 'Philadelphia', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34503, 'Picayune', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34504, 'Pickens', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34505, 'Pittsboro', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34506, 'Plantersville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34507, 'Polkville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34508, 'Pontotoc', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34509, 'Pope', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34510, 'Poplarville', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34511, 'Port Gibson', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34512, 'Potts Camp', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34513, 'Prentiss', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34514, 'Puckett', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34515, 'Purvis', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34516, 'Quitman', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34517, 'Raleigh', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34518, 'Raymond', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34519, 'Redwater', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34520, 'Renova', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34521, 'Richland', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34522, 'Richton', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34523, 'Ridgeland', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34524, 'Rienzi', 3853, 233, 1, '2019-01-24 21:00:23', '2019-01-24 21:04:29'),
(34525, 'Ripley', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34526, 'Rolling Fork', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34527, 'Rosedale', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34528, 'Roxie', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34529, 'Ruleville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34530, 'St. Martin', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34531, 'Sallis', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34532, 'Saltillo', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34533, 'Sandersville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34534, 'Sardis', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34535, 'Satartia', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34536, 'Saucier', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34537, 'Schlater', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34538, 'Scooba', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34539, 'Sebastopol', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34540, 'Seminary', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34541, 'Senatobia', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34542, 'Shannon', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34543, 'Shaw', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34544, 'Shelby', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34545, 'Sherman', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34546, 'Shoreline Park', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34547, 'Shubuta', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34548, 'Shuqualak', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34549, 'Sidon', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34550, 'Silver City', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34551, 'Silver Creek', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34552, 'Slate Springs', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34553, 'Sledge', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34554, 'Smithville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34555, 'Snow Lake Shores', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34556, 'Soso', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34557, 'Southaven', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34558, 'Standing Pine', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34559, 'Starkville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34560, 'State Line', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34561, 'Stonewall', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34562, 'Sturgis', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34563, 'Summit', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34564, 'Sumner', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34565, 'Sumrall', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34566, 'Sunflower', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34567, 'Sylvarena', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34568, 'Taylor', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34569, 'Taylorsville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34570, 'Tchula', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34571, 'Terry', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34572, 'Thaxton', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34573, 'Tillatoba', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34574, 'Tishomingo', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34575, 'Toccopola', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34576, 'Tremont', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34577, 'Tucker', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34578, 'Tunica', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34579, 'Tupelo', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34580, 'Tutwiler', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34581, 'Tylertown', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34582, 'Union', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34583, 'Utica', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34584, 'Vaiden', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34585, 'Vancleave', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34586, 'Vardaman', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34587, 'Verona', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34588, 'Vicksburg', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34589, 'Wade', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:29'),
(34590, 'Walnut', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34591, 'Walnut Grove', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34592, 'Walthall', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34593, 'Water Valley', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34594, 'Waveland', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34595, 'Waynesboro', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34596, 'Webb', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34597, 'Weir', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34598, 'Wesson', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34599, 'West', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34600, 'West Hattiesburg', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34601, 'West Point', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34602, 'Wiggins', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34603, 'Winona', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34604, 'Winstonville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34605, 'Woodland', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34606, 'Woodville', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34607, 'Yazoo City', 3853, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34608, 'Adrian', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34609, 'Advance', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34610, 'Affton', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34611, 'Agency', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34612, 'Airport Drive', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34613, 'Alba', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34614, 'Albany', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34615, 'Aldrich', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34616, 'Alexandria', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34617, 'Allendale', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34618, 'Allenville', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34619, 'Alma', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34620, 'Altamont', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34621, 'Altenburg', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34622, 'Alton', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34623, 'Amazonia', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34624, 'Amity', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34625, 'Amoret', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34626, 'Amsterdam', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34627, 'Anderson', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34628, 'Annada', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34629, 'Annapolis', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34630, 'Anniston', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34631, 'Appleton City', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34632, 'Arbela', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34633, 'Arbyrd', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34634, 'Arcadia', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34635, 'Archie', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34636, 'Arcola', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34637, 'Argyle', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34638, 'Arkoe', 3854, 233, 1, '2019-01-24 21:00:24', '2019-01-24 21:04:30'),
(34639, 'Armstrong', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34640, 'Arnold', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34641, 'Arrow Point', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34642, 'Arrow Rock', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34643, 'Asbury', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34644, 'Ashburn', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34645, 'Ash Grove', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34646, 'Ashland', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34647, 'Atlanta', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34648, 'Augusta', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34649, 'Aullville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34650, 'Aurora', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34651, 'Auxvasse', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34652, 'Ava', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34653, 'Avilla', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34654, 'Avondale', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34655, 'Bagnell', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34656, 'Baker', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34657, 'Bakersfield', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34658, 'Baldwin Park', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34659, 'Ballwin', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34660, 'Baring', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34661, 'Barnard', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34662, 'Barnett', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34663, 'Barnhart', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34664, 'Bates City', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34665, 'Battlefield', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34666, 'Bella Villa', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34667, 'Bell City', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34668, 'Belle', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:30'),
(34669, 'Bellefontaine Neighbors', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34670, 'Bellerive', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34671, 'Bellflower', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34672, 'Bel-nor', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34673, 'Bel-ridge', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34674, 'Belton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34675, 'Benton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34676, 'Benton City', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34677, 'Berger', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34678, 'Berkeley', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34679, 'Bernie', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34680, 'Bertrand', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34681, 'Bethany', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34682, 'Bethel', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34683, 'Beverly Hills', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34684, 'Bevier', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34685, 'Biehle', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34686, 'Bigelow', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34687, 'Big Lake', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34688, 'Billings', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34689, 'Birch Tree', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34690, 'Birmingham', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34691, 'Bismarck', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34692, 'Blackburn', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34693, 'Black Jack', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34694, 'Blackwater', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34695, 'Blairstown', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34696, 'Bland', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34697, 'Blodgett', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34698, 'Bloomfield', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34699, 'Bloomsdale', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34700, 'Blue Eye', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34701, 'Blue Springs', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34702, 'Blythedale', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34703, 'Bogard', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34704, 'Bolckow', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34705, 'Bolivar', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34706, 'Bonne Terre', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34707, 'Boonville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34708, 'Bosworth', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34709, 'Bourbon', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34710, 'Bowling Green', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34711, 'Bragg City', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34712, 'Brandsville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34713, 'Branson', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34714, 'Branson West', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34715, 'Brashear', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34716, 'Braymer', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34717, 'Breckenridge', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34718, 'Breckenridge Hills', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34719, 'Brentwood', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34720, 'Bridgeton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34721, 'Brimson', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34722, 'Bronaugh', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34723, 'Brookfield', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34724, 'Brookline', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34725, 'Brooklyn Heights', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34726, 'Browning', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34727, 'Brownington', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34728, 'Brumley', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34729, 'Brunswick', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34730, 'Bucklin', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34731, 'Buckner', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34732, 'Buffalo', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34733, 'Bull Creek', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34734, 'Bunceton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34735, 'Bunker', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34736, 'Burgess', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34737, 'Burlington Junction', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34738, 'Butler', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34739, 'Butterfield', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34740, 'Byrnes Mill', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34741, 'Cabool', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34742, 'Cainsville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:31'),
(34743, 'Cairo', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34744, 'Caledonia', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34745, 'Calhoun', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34746, 'California', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34747, 'Callao', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34748, 'Calverton Park', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34749, 'Camden', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34750, 'Camden Point', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34751, 'Camdenton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34752, 'Cameron', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34753, 'Campbell', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34754, 'Canalou', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34755, 'Canton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34756, 'Cape Girardeau', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34757, 'Cardwell', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34758, 'Carl Junction', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34759, 'Carrollton', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34760, 'Carterville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34761, 'Carthage', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34762, 'Caruthersville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34763, 'Carytown', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34764, 'Cassville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34765, 'Castle Point', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34766, 'Catron', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34767, 'Cave', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34768, 'Cedar Hill', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34769, 'Cedar Hill Lakes', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34770, 'Center', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34771, 'Centertown', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34772, 'Centerview', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34773, 'Centerville', 3854, 233, 1, '2019-01-24 21:00:25', '2019-01-24 21:04:32'),
(34774, 'Centralia', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34775, 'Chaffee', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34776, 'Chain Of Rocks', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34777, 'Chain-o-lakes', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34778, 'Chamois', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34779, 'Champ', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34780, 'Charlack', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34781, 'Charleston', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34782, 'Chesterfield', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34783, 'Chilhowee', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(34784, 'Chillicothe', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34785, 'Chula', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34786, 'Clarence', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34787, 'Clark', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34788, 'Clarksburg', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34789, 'Clarksdale', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34790, 'Clarkson Valley', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34791, 'Clarksville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34792, 'Clarkton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34793, 'Claycomo', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34794, 'Clayton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34795, 'Clearmont', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34796, 'Cleveland', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34797, 'Clever', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34798, 'Cliff Village', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34799, 'Clifton Hill', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34800, 'Climax Springs', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34801, 'Clinton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34802, 'Clyde', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34803, 'Cobalt', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34804, 'Coffey', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34805, 'Cole Camp', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34806, 'Collins', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34807, 'Columbia', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34808, 'Commerce', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34809, 'Conception Junction', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34810, 'Concord', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34811, 'Concordia', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34812, 'Coney Island', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34813, 'Conway', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34814, 'Cool Valley', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34815, 'Cooter', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34816, 'Corder', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34817, 'Corning', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34818, 'Cosby', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34819, 'Cottleville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34820, 'Country Club', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34821, 'Country Club Hills', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34822, 'Country Life Acres', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34823, 'Cowgill', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34824, 'Craig', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34825, 'Crane', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34826, 'Creighton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34827, 'Crestwood', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34828, 'Creve Coeur', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34829, 'Crocker', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34830, 'Cross Timbers', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34831, 'Crystal City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34832, 'Crystal Lake Park', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34833, 'Crystal Lakes', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34834, 'Cuba', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34835, 'Curryville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34836, 'Dadeville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34837, 'Dalton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34838, 'Dardenne Prairie', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34839, 'Darlington', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34840, 'Dearborn', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34841, 'Deepwater', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:32'),
(34842, 'Deerfield', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34843, 'De Kalb', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34844, 'Dellwood', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34845, 'Delta', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34846, 'Dennis Acres', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34847, 'Denver', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34848, 'Des Arc', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34849, 'Desloge', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34850, 'De Soto', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34851, 'Des Peres', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34852, 'De Witt', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34853, 'Dexter', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34854, 'Diamond', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34855, 'Diehlstadt', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34856, 'Diggins', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34857, 'Dixon', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34858, 'Doniphan', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34859, 'Doolittle', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34860, 'Dover', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34861, 'Downing', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34862, 'Drexel', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34863, 'Dudley', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34864, 'Duenweg', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34865, 'Duquesne', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34866, 'Dutchtown', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34867, 'Eagleville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34868, 'East Lynne', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34869, 'Easton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34870, 'East Prairie', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34871, 'Edgar Springs', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34872, 'Edgerton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34873, 'Edina', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34874, 'Edmundson', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34875, 'Eldon', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34876, 'El Dorado Springs', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34877, 'Ellington', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34878, 'Ellisville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34879, 'Ellsinore', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34880, 'Elmer', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34881, 'Elmira', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34882, 'Elmo', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34883, 'Elsberry', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34884, 'Emerald Beach', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34885, 'Eminence', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34886, 'Emma', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34887, 'Eolia', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34888, 'Essex', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34889, 'Ethel', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34890, 'Eureka', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34891, 'Everton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34892, 'Ewing', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34893, 'Excelsior Estates', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34894, 'Excelsior Springs', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34895, 'Exeter', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34896, 'Fairfax', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34897, 'Fair Grove', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34898, 'Fair Play', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34899, 'Fairview', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34900, 'Farber', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34901, 'Farley', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34902, 'Farmington', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34903, 'Fayette', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34904, 'Fenton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34905, 'Ferguson', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34906, 'Ferrelview', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34907, 'Festus', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34908, 'Fidelity', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34909, 'Fillmore', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34910, 'Fisk', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34911, 'Fleming', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34912, 'Flemington', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34913, 'Flint Hill', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34914, 'Flordell Hills', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34915, 'Florida', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34916, 'Florissant', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34917, 'Foley', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34918, 'Fordland', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34919, 'Forest City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34920, 'Foristell', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34921, 'Forsyth', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34922, 'Fortescue', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34923, 'Fort Leonard Wood', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34924, 'Foster', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34925, 'Fountain N Lakes', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34926, 'Frankford', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34927, 'Franklin', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34928, 'Fredericktown', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34929, 'Freeburg', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34930, 'Freeman', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34931, 'Freistatt', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34932, 'Fremont Hills', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34933, 'Frohna', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34934, 'Frontenac', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34935, 'Fulton', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34936, 'Gainesville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34937, 'Galena', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34938, 'Gallatin', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34939, 'Galt', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34940, 'Garden City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34941, 'Gasconade', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34942, 'Gentry', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34943, 'Gerald', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34944, 'Gerster', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34945, 'Gibbs', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34946, 'Gideon', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34947, 'Gilliam', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34948, 'Gilman City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34949, 'Gladstone', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34950, 'Glasgow', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34951, 'Glasgow Village', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34952, 'Glenaire', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34953, 'Glen Allen', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34954, 'Glendale', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34955, 'Glen Echo Park', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34956, 'Glenwood', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34957, 'Golden City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34958, 'Goodman', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34959, 'Gordonville', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34960, 'Gower', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34961, 'Graham', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34962, 'Grain Valley', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34963, 'Granby', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34964, 'Grand Falls Plaza', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34965, 'Grandin', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34966, 'Grand Pass', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34967, 'Grandview', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34968, 'Granger', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34969, 'Grant City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34970, 'Grantwood Village', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34971, 'Gravois Mills', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34972, 'Gray Summit', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34973, 'Greencastle', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34974, 'Green City', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34975, 'Greendale', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34976, 'Greenfield', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34977, 'Green Park', 3854, 233, 1, '2019-01-24 21:00:26', '2019-01-24 21:04:33'),
(34978, 'Green Ridge', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34979, 'Greentop', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34980, 'Greenville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34981, 'Greenwood', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34982, 'Guilford', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34983, 'Gunn City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34984, 'Hale', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34985, 'Halfway', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34986, 'Hallsville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34987, 'Halltown', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34988, 'Hamilton', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34989, 'Hanley Hills', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34990, 'Hannibal', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34991, 'Hardin', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34992, 'Harris', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34993, 'Harrisburg', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34994, 'Harrisonville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34995, 'Hartsburg', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34996, 'Hartville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34997, 'Hartwell', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34998, 'Harwood', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(34999, 'Hawk Point', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(35000, 'Hayti', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(35001, 'Hayti Heights', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:33'),
(35002, 'Hayward', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35003, 'Haywood City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35004, 'Hazelwood', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35005, 'Henrietta', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35006, 'Herculaneum', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35007, 'Hermann', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35008, 'Hermitage', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35009, 'Higbee', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35010, 'Higginsville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35011, 'High Hill', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35012, 'Highlandville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35013, 'High Ridge', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35014, 'Hillsboro', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35015, 'Hillsdale', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35016, 'Hoberg', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35017, 'Holcomb', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35018, 'Holden', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35019, 'Holland', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35020, 'Holliday', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35021, 'Hollister', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35022, 'Holt', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35023, 'Holts Summit', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35024, 'Homestead', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35025, 'Homestown', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35026, 'Hopkins', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35027, 'Horine', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35028, 'Hornersville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35029, 'Houston', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35030, 'Houstonia', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35031, 'Houston Lake', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35032, 'Howardville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35033, 'Hughesville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35034, 'Humansville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35035, 'Hume', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35036, 'Humphreys', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35037, 'Hunnewell', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35038, 'Huntleigh', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35039, 'Huntsville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35040, 'Hurdland', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35041, 'Hurley', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35042, 'Iatan', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35043, 'Iberia', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35044, 'Imperial', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35045, 'Independence', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35046, 'Indian Point', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35047, 'Innsbrook', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35048, 'Ionia', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35049, 'Irena', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35050, 'Irondale', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35051, 'Iron Mountain Lake', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35052, 'Ironton', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35053, 'Jackson', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35054, 'Jacksonville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35055, 'Jameson', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35056, 'Jamesport', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35057, 'Jamestown', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35058, 'Jasper', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35059, 'Jefferson City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35060, 'Jennings', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35061, 'Jerico Springs', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35062, 'Jonesburg', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35063, 'Joplin', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35064, 'Josephville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35065, 'Junction City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35066, 'Kahoka', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35067, 'Kansas City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35068, 'Kearney', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35069, 'Kelso', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35070, 'Kennett', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35071, 'Keytesville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35072, 'Kidder', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35073, 'Kimberling City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35074, 'Kimmswick', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35075, 'King City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35076, 'Kingdom City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35077, 'Kingston', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35078, 'Kingsville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35079, 'Kinloch', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35080, 'Kirksville', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35081, 'Kirkwood', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35082, 'Knob Noster', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35083, 'Knox City', 3854, 233, 1, '2019-01-24 21:00:27', '2019-01-24 21:04:34'),
(35084, 'Koshkonong', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35085, 'La Belle', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35086, 'Laclede', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35087, 'Laddonia', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35088, 'La Due', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35089, 'Ladue', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35090, 'La Grange', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35091, 'Lake Annette', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35092, 'Lake Lafayette', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35093, 'Lake Lotawana', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35094, 'Lake Mykee Town', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35095, 'Lake Ozark', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35096, 'Lake St. Louis', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35097, 'Lakeshire', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35098, 'Lakeside', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35099, 'Lake Tapawingo', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35100, 'Lake Waukomis', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35101, 'Lake Winnebago', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35102, 'Lamar', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35103, 'Lamar Heights', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35104, 'Lambert', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35105, 'La Monte', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35106, 'Lanagan', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35107, 'Lancaster', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35108, 'La Plata', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35109, 'Laredo', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35110, 'La Russell', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35111, 'Lathrop', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35112, 'La Tour', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35113, 'Laurie', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35114, 'Lawson', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35115, 'Leadington', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35116, 'Leadwood', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35117, 'Leasburg', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35118, 'Leawood', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35119, 'Lebanon', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35120, 'Lee S Summit', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35121, 'Leeton', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35122, 'Lemay', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35123, 'Leonard', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35124, 'Leslie', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35125, 'Levasy', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35126, 'Lewis And Clark Village', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:34'),
(35127, 'Lewistown', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35128, 'Lexington', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35129, 'Liberal', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35130, 'Liberty', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35131, 'Licking', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35132, 'Lilbourn', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35133, 'Lincoln', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35134, 'Linn', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35135, 'Linn Creek', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35136, 'Linneus', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35137, 'Lithium', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35138, 'Livonia', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35139, 'Lock Springs', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35140, 'Lockwood', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35141, 'Lohman', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35142, 'Loma Linda', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35143, 'Lone Jack', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35144, 'Longtown', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35145, 'Louisburg', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35146, 'Louisiana', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35147, 'Lowry City', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35148, 'Lucerne', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35149, 'Ludlow', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35150, 'Lupus', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35151, 'Luray', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35152, 'Mcbaine', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35153, 'Mccord Bend', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35154, 'Mcfall', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35155, 'Mackenzie', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35156, 'Mckittrick', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35157, 'Macks Creek', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35158, 'Macon', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35159, 'Madison', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35160, 'Maitland', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35161, 'Malden', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35162, 'Malta Bend', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35163, 'Manchester', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35164, 'Mansfield', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35165, 'Maplewood', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35166, 'Marble Hill', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35167, 'Marceline', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35168, 'Marionville', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35169, 'Marlborough', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35170, 'Marquand', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35171, 'Marshall', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35172, 'Marshfield', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35173, 'Marston', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35174, 'Marthasville', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35175, 'Martinsburg', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35176, 'Maryland Heights', 3854, 233, 1, '2019-01-24 21:00:28', '2019-01-24 21:04:35'),
(35177, 'Maryville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35178, 'Matthews', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35179, 'Maysville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35180, 'Mayview', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35181, 'Meadville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35182, 'Mehlville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35183, 'Memphis', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35184, 'Mendon', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35185, 'Mercer', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35186, 'Merriam Woods', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35187, 'Merwin', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35188, 'Meta', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35189, 'Metz', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35190, 'Mexico', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35191, 'Miami', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35192, 'Middletown', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35193, 'Milan', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35194, 'Milford', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35195, 'Millard', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35196, 'Miller', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35197, 'Mill Spring', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35198, 'Milo', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35199, 'Mindenmines', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35200, 'Miner', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35201, 'Mineral Point', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35202, 'Miramiguoa Park', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35203, 'Missouri City', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35204, 'Moberly', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35205, 'Mokane', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35206, 'Moline Acres', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35207, 'Monett', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35208, 'Monroe City', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35209, 'Montgomery City', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35210, 'Monticello', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35211, 'Montrose', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35212, 'Mooresville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35213, 'Morehouse', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35214, 'Morley', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35215, 'Morrison', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35216, 'Morrisville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35217, 'Mosby', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35218, 'Moscow Mills', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35219, 'Mound City', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35220, 'Moundville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35221, 'Mountain Grove', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35222, 'Mountain View', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35223, 'Mount Leonard', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35224, 'Mount Moriah', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35225, 'Mount Vernon', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35226, 'Murphy', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35227, 'Napoleon', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35228, 'Naylor', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35229, 'Neck City', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35230, 'Neelyville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35231, 'Nelson', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35232, 'Neosho', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35233, 'Nevada', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35234, 'Newark', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35235, 'New Bloomfield', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35236, 'Newburg', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35237, 'New Cambria', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35238, 'New Florence', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35239, 'New Franklin', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35240, 'New Hampton', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35241, 'New Haven', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35242, 'New London', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35243, 'New Madrid', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35244, 'New Melle', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35245, 'Newtonia', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35246, 'Newtown', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35247, 'Niangua', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35248, 'Nixa', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35249, 'Noel', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35250, 'Norborne', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35251, 'Normandy', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35252, 'North Kansas City', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35253, 'North Lilbourn', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35254, 'Northmoor', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35255, 'North Wardell', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35256, 'Northwoods', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35257, 'Norwood', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35258, 'Norwood Court', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35259, 'Novelty', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35260, 'Novinger', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35261, 'Oak Grove', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35262, 'Oakland', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35263, 'Oak Ridge', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35264, 'Oaks', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35265, 'Oakview', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35266, 'Oakville', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35267, 'Oakwood', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35268, 'Oakwood Park', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35269, 'Odessa', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35270, 'O Fallon', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35271, 'Old Appleton', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35272, 'Old Monroe', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35273, 'Olean', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35274, 'Olivette', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35275, 'Olympian Village', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35276, 'Oran', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35277, 'Oregon', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35278, 'Oronogo', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35279, 'Orrick', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35280, 'Osage Beach', 3854, 233, 1, '2019-01-24 21:00:29', '2019-01-24 21:04:35'),
(35281, 'Osborn', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35282, 'Osceola', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35283, 'Osgood', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35284, 'Otterville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35285, 'Overland', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35286, 'Owensville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35287, 'Ozark', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35288, 'Pacific', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35289, 'Pagedale', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35290, 'Palmyra', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35291, 'Paris', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:35'),
(35292, 'Parkdale', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35293, 'Park Hills', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35294, 'Parkville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35295, 'Parkway', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35296, 'Parma', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35297, 'Parnell', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35298, 'Pasadena Hills', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35299, 'Pasadena Park', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35300, 'Pascola', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35301, 'Passaic', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35302, 'Pattonsburg', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35303, 'Paynesville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35304, 'Peculiar', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35305, 'Penermon', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35306, 'Perry', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35307, 'Perryville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35308, 'Pevely', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35309, 'Phillipsburg', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35310, 'Pickering', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35311, 'Piedmont', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35312, 'Pierce City', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35313, 'Pilot Grove', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35314, 'Pilot Knob', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35315, 'Pine Lawn', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35316, 'Pineville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35317, 'Pinhook', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35318, 'Platte City', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35319, 'Platte Woods', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35320, 'Plattsburg', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35321, 'Pleasant Hill', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35322, 'Pleasant Hope', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35323, 'Pleasant Valley', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35324, 'Pocahontas', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35325, 'Pollock', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35326, 'Polo', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35327, 'Poplar Bluff', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35328, 'Portage Des Sioux', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35329, 'Portageville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35330, 'Potosi', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35331, 'Powersville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35332, 'Prairie Home', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35333, 'Prathersville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35334, 'Preston', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35335, 'Princeton', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35336, 'Purcell', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35337, 'Purdin', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35338, 'Purdy', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35339, 'Puxico', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35340, 'Queen City', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35341, 'Quitman', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35342, 'Qulin', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35343, 'Randolph', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35344, 'Ravenwood', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35345, 'Raymondville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35346, 'Raymore', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35347, 'Raytown', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35348, 'Rayville', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35349, 'Rea', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35350, 'Redings Mill', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35351, 'Reeds', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35352, 'Reeds Spring', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35353, 'Renick', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35354, 'Rensselaer', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35355, 'Republic', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35356, 'Revere', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35357, 'Rhineland', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35358, 'Richards', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35359, 'Rich Hill', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35360, 'Richland', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35361, 'Richmond', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35362, 'Richmond Heights', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35363, 'Ridgely', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35364, 'Ridgeway', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35365, 'Risco', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35366, 'Ritchey', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35367, 'River Bend', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35368, 'Riverside', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35369, 'Riverview', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35370, 'Rives', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35371, 'Rocheport', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35372, 'Rockaway Beach', 3854, 233, 1, '2019-01-24 21:00:30', '2019-01-24 21:04:36'),
(35373, 'Rock Hill', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35374, 'Rock Port', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35375, 'Rockville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35376, 'Rogersville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35377, 'Rolla', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35378, 'Roscoe', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35379, 'Rosebud', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35380, 'Rosendale', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35381, 'Rothville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35382, 'Rush Hill', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35383, 'Rushville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35384, 'Russellville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35385, 'Rutledge', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35386, 'Saginaw', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35387, 'St. Ann', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35388, 'St. Charles', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35389, 'St. Clair', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35390, 'St. Cloud', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35391, 'Ste. Genevieve', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35392, 'St. Elizabeth', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35393, 'St. George', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35394, 'St. James', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35395, 'St. John', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35396, 'St. Joseph', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35397, 'St. Louis', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35398, 'St. Martins', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35399, 'St. Mary', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35400, 'St. Paul', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35401, 'St. Peters', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35402, 'St. Robert', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35403, 'St. Thomas', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35404, 'Salem', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35405, 'Salisbury', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35406, 'Sappington', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35407, 'Sarcoxie', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35408, 'Savannah', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(35409, 'Schell City', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35410, 'Scotsdale', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35411, 'Scott City', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35412, 'Sedalia', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35413, 'Sedgewickville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35414, 'Seligman', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35415, 'Senath', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35416, 'Seneca', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35417, 'Seymour', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35418, 'Shelbina', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35419, 'Shelbyville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35420, 'Sheldon', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35421, 'Shell Knob', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35422, 'Sheridan', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35423, 'Shoal Creek Drive', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35424, 'Shoal Creek Estates', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35425, 'Shrewsbury', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35426, 'Sibley', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35427, 'Sikeston', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35428, 'Silex', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35429, 'Silver Creek', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35430, 'Skidmore', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35431, 'Slater', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35432, 'Smithton', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35433, 'Smithville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35434, 'South Gifford', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35435, 'South Gorin', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35436, 'South Greenfield', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35437, 'South Lineville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35438, 'South West City', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35439, 'Spanish Lake', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35440, 'Sparta', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35441, 'Spickard', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35442, 'Spokane', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35443, 'Springfield', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35444, 'Stanberry', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35445, 'Stark City', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35446, 'Steele', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35447, 'Steelville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35448, 'Stella', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35449, 'Stewartsville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35450, 'Stockton', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35451, 'Stotesbury', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35452, 'Stotts City', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35453, 'Stoutland', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35454, 'Stoutsville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35455, 'Stover', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35456, 'Strafford', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35457, 'Strasburg', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35458, 'Sturgeon', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:36'),
(35459, 'Sugar Creek', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:37'),
(35460, 'Sullivan', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:37'),
(35461, 'Summersville', 3854, 233, 1, '2019-01-24 21:00:31', '2019-01-24 21:04:37'),
(35462, 'Sumner', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35463, 'Sundown', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35464, 'Sunrise Beach', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35465, 'Sunset Hills', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35466, 'Sweet Springs', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35467, 'Sycamore Hills', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35468, 'Syracuse', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35469, 'Table Rock', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35470, 'Tallapoosa', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35471, 'Taneyville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35472, 'Taos', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35473, 'Tarkio', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35474, 'Tarrants', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35475, 'Thayer', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35476, 'Theodosia', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35477, 'Tightwad', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35478, 'Tina', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35479, 'Tindall', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35480, 'Tipton', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35481, 'Town And Country', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35482, 'Tracy', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35483, 'Trenton', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35484, 'Trimble', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35485, 'Triplett', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35486, 'Troy', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35487, 'Truesdale', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35488, 'Truxton', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35489, 'Turney', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35490, 'Tuscumbia', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35491, 'Twin Bridges', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35492, 'Twin Oaks', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35493, 'Umber View Heights', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35494, 'Union', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35495, 'Union Star', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35496, 'Unionville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35497, 'Unity Village', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35498, 'University City', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35499, 'Uplands Park', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35500, 'Urbana', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35501, 'Urich', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35502, 'Utica', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35503, 'Valley Park', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35504, 'Van Buren', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35505, 'Vandalia', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35506, 'Vandiver', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35507, 'Vanduser', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35508, 'Velda City', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35509, 'Velda Village Hills', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35510, 'Verona', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35511, 'Versailles', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35512, 'Viburnum', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35513, 'Vienna', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35514, 'Village Of Four Seasons', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35515, 'Villa Ridge', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35516, 'Vinita Park', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35517, 'Vinita Terrace', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35518, 'Vista', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35519, 'Waco', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35520, 'Walker', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35521, 'Walnut Grove', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35522, 'Wardell', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35523, 'Wardsville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35524, 'Warrensburg', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35525, 'Warrenton', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35526, 'Warsaw', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35527, 'Warson Woods', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35528, 'Washburn', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35529, 'Washington', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35530, 'Watson', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35531, 'Waverly', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35532, 'Wayland', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35533, 'Waynesville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35534, 'Weatherby', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35535, 'Weatherby Lake', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35536, 'Weaubleau', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35537, 'Webb City', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35538, 'Webster Groves', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35539, 'Weldon Spring', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35540, 'Weldon Spring Heights', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35541, 'Wellington', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35542, 'Wellston', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35543, 'Wellsville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35544, 'Wentworth', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35545, 'Wentzville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35546, 'West Alton', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35547, 'Westboro', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35548, 'West Line', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35549, 'Weston', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35550, 'Westphalia', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35551, 'West Plains', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35552, 'Westwood', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35553, 'Wheatland', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35554, 'Wheaton', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35555, 'Wheeling', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35556, 'Whiteman Afb', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35557, 'Whiteside', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35558, 'Whitewater', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35559, 'Wilbur Park', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35560, 'Wildwood', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35561, 'Willard', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35562, 'Williamsville', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35563, 'Willow Springs', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35564, 'Wilson City', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35565, 'Winchester', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35566, 'Windsor', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35567, 'Winfield', 3854, 233, 1, '2019-01-24 21:00:32', '2019-01-24 21:04:37'),
(35568, 'Winona', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35569, 'Winston', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35570, 'Woods Heights', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35571, 'Woodson Terrace', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35572, 'Wooldridge', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35573, 'Worth', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35574, 'Worthington', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35575, 'Wright City', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35576, 'Wyaconda', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35577, 'Wyatt', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35578, 'Zalma', 3854, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35579, 'Absarokee', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35580, 'Agency', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35581, 'Alberton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35582, 'Alder', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35583, 'Amsterdam-churchill', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35584, 'Anaconda-deer Lodge', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35585, 'Antelope', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35586, 'Arlee', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35587, 'Ashland', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35588, 'Augusta', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35589, 'Avon', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35590, 'Azure', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35591, 'Bainville', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35592, 'Baker', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35593, 'Ballantine', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35594, 'Basin', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35595, 'Bearcreek', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35596, 'Beaver Creek', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35597, 'Belfry', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35598, 'Belgrade', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35599, 'Belt', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35600, 'Big Arm', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35601, 'Bigfork', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35602, 'Big Sandy', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35603, 'Big Sky', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35604, 'Big Timber', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35605, 'Billings', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35606, 'Birney', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35607, 'Black Eagle', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35608, 'Boneau', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35609, 'Bonner-west Riverside', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35610, 'Boulder', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35611, 'Box Elder', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35612, 'Bozeman', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35613, 'Bridger', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35614, 'Broadus', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35615, 'Broadview', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35616, 'Brockton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35617, 'Browning', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35618, 'Busby', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35619, 'Butte-silver Bow', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35620, 'Camp Three', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35621, 'Cardwell', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35622, 'Carter', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35623, 'Cascade', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35624, 'Charlo', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35625, 'Chester', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35626, 'Chinook', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35627, 'Choteau', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35628, 'Circle', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35629, 'Clancy', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35630, 'Clinton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:37'),
(35631, 'Clyde Park', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35632, 'Colstrip', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35633, 'Columbia Falls', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35634, 'Columbus', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35635, 'Conrad', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35636, 'Cooke City-silver Gate', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35637, 'Coram', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35638, 'Corvallis', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35639, 'Crow Agency', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35640, 'Culbertson', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35641, 'Custer', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35642, 'Cut Bank', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35643, 'Darby', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35644, 'Dayton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35645, 'De Borgia', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35646, 'Deer Lodge', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35647, 'Denton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35648, 'Dillon', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35649, 'Dixon', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35650, 'Dodson', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35651, 'Drummond', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35652, 'Dutton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35653, 'East Glacier Park Village', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35654, 'East Helena', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35655, 'East Missoula', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35656, 'Ekalaka', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35657, 'Elliston', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35658, 'Elmo', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35659, 'Ennis', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35660, 'Eureka', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35661, 'Evaro', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35662, 'Evergreen', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35663, 'Fairfield', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35664, 'Fairview', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35665, 'Fallon', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35666, 'Finley Point', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35667, 'Flaxville', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35668, 'Florence', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35669, 'Forsyth', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35670, 'Fort Belknap Agency', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35671, 'Fort Benton', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35672, 'Fortine', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35673, 'Fort Peck', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35674, 'Fort Shaw', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35675, 'Fort Smith', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35676, 'Four Corners', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35677, 'Fox Lake', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35678, 'Frazer', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35679, 'Frenchtown', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35680, 'Froid', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35681, 'Fromberg', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35682, 'Gardiner', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35683, 'Garrison', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35684, 'Geraldine', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35685, 'Gildford', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35686, 'Glasgow', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35687, 'Glendive', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35688, 'Grass Range', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35689, 'Great Falls', 3855, 233, 1, '2019-01-24 21:00:33', '2019-01-24 21:04:38'),
(35690, 'Greycliff', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35691, 'Hamilton', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35692, 'Hardin', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35693, 'Harlem', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35694, 'Harlowton', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35695, 'Harrison', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35696, 'Havre', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35697, 'Havre North', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35698, 'Hays', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35699, 'Heart Butte', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35700, 'Helena', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35701, 'Helena Valley Northeast', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35702, 'Helena Valley Northwest', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35703, 'Helena Valley Southeast', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35704, 'Helena Valley West Central', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35705, 'Helena West Side', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35706, 'Heron', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35707, 'Herron', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35708, 'Highwood', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35709, 'Hingham', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35710, 'Hobson', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35711, 'Hot Springs', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35712, 'Hungry Horse', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35713, 'Huntley', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35714, 'Hysham', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35715, 'Inverness', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35716, 'Ismay', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35717, 'Jefferson City', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35718, 'Jette', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35719, 'Joliet', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35720, 'Joplin', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35721, 'Jordan', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35722, 'Judith Gap', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35723, 'Kalispell', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35724, 'Kerr', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35725, 'Kevin', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35726, 'Kicking Horse', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35727, 'Kings Point', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35728, 'Klein', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35729, 'Knife River', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35730, 'Kremlin', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35731, 'Lakeside', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35732, 'Lame Deer', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35733, 'Laurel', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35734, 'Lavina', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35735, 'Lewistown', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35736, 'Lewistown Heights', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35737, 'Libby', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35738, 'Lima', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35739, 'Lincoln', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35740, 'Livingston', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35741, 'Lockwood', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35742, 'Lodge Grass', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35743, 'Lodge Pole', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35744, 'Lolo', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35745, 'Loma', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35746, 'Lonepine', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35747, 'Malmstrom Afb', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35748, 'Malta', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35749, 'Manhattan', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35750, 'Martin City', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35751, 'Medicine Lake', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35752, 'Melstone', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35753, 'Miles City', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35754, 'Missoula', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35755, 'Montana City', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35756, 'Moore', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35757, 'Muddy', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35758, 'Musselshell', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35759, 'Nashua', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35760, 'Neihart', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35761, 'Niarada', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35762, 'North Browning', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35763, 'Noxon', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35764, 'Old Agency', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35765, 'Opheim', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35766, 'Orchard Homes', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35767, 'Outlook', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35768, 'Ovando', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35769, 'Pablo', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35770, 'Paradise', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35771, 'Park City', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35772, 'Parker School', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35773, 'Philipsburg', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35774, 'Pinesdale', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35775, 'Plains', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35776, 'Plentywood', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35777, 'Plevna', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35778, 'Polson', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35779, 'Poplar', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35780, 'Power', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35781, 'Pryor', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35782, 'Radersburg', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35783, 'Ravalli', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35784, 'Red Lodge', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35785, 'Reed Point', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35786, 'Reserve', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35787, 'Rexford', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35788, 'Richey', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35789, 'Riverbend', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35790, 'Rocky Point', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35791, 'Rollins', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35792, 'Ronan', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35793, 'Roundup', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35794, 'Rudyard', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35795, 'Ryegate', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35796, 'Saco', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:38'),
(35797, 'Saddle Butte', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35798, 'St. Ignatius', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35799, 'St. Marie', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35800, 'St. Pierre', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35801, 'St. Regis', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35802, 'St. Xavier', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35803, 'Sangrey', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35804, 'Scobey', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35805, 'Seeley Lake', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35806, 'Shelby', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35807, 'Shepherd', 3855, 233, 1, '2019-01-24 21:00:34', '2019-01-24 21:04:39'),
(35808, 'Sheridan', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35809, 'Sidney', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35810, 'Simms', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35811, 'Somers', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35812, 'South Browning', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35813, 'Stanford', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35814, 'Starr School', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35815, 'Stevensville', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35816, 'Sunburst', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35817, 'Sun Prairie', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35818, 'Sun River', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35819, 'Superior', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35820, 'Terry', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35821, 'Thompson Falls', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35822, 'Three Forks', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35823, 'Toston', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35824, 'Townsend', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35825, 'Trout Creek', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35826, 'Troy', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35827, 'Turtle Lake', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35828, 'Twin Bridges', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35829, 'Ulm', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35830, 'Valier', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35831, 'Vaughn', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35832, 'Victor', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35833, 'Virginia City', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35834, 'Walkerville', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35835, 'Westby', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35836, 'West Glendive', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35837, 'West Havre', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35838, 'West Yellowstone', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35839, 'Whitefish', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35840, 'Whitehall', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35841, 'White Sulphur Springs', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35842, 'Wibaux', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35843, 'Willow Creek', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35844, 'Wilsall', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35845, 'Winifred', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35846, 'Winnett', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35847, 'Winston', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35848, 'Wisdom', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35849, 'Wolf Point', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35850, 'Woods Bay', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35851, 'Worden', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35852, 'Wye', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35853, 'Wyola', 3855, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35854, 'Abie', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35855, 'Adams', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35856, 'Ainsworth', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35857, 'Albion', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35858, 'Alda', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35859, 'Alexandria', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35860, 'Allen', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35861, 'Alliance', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35862, 'Alma', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35863, 'Alvo', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35864, 'Amherst', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35865, 'Anoka', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35866, 'Anselmo', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35867, 'Ansley', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35868, 'Arapahoe', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35869, 'Arcadia', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35870, 'Arlington', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35871, 'Arnold', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35872, 'Arthur', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35873, 'Ashland', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35874, 'Ashton', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35875, 'Atkinson', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35876, 'Atlanta', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35877, 'Auburn', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35878, 'Aurora', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35879, 'Avoca', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35880, 'Axtell', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35881, 'Ayr', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35882, 'Bancroft', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35883, 'Barada', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35884, 'Barneston', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35885, 'Bartlett', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35886, 'Bartley', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35887, 'Bassett', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35888, 'Battle Creek', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35889, 'Bayard', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35890, 'Bazile Mills', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35891, 'Beatrice', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35892, 'Beaver City', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35893, 'Beaver Crossing', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35894, 'Bee', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35895, 'Beemer', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35896, 'Belden', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35897, 'Belgrade', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35898, 'Bellevue', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35899, 'Bellwood', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35900, 'Belvidere', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35901, 'Benedict', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35902, 'Benkelman', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35903, 'Bennet', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35904, 'Bennington', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35905, 'Bertrand', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35906, 'Berwyn', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35907, 'Big Springs', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35908, 'Bladen', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35909, 'Blair', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35910, 'Bloomfield', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35911, 'Bloomington', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35912, 'Blue Hill', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35913, 'Blue Springs', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35914, 'Boys Town', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35915, 'Bradshaw', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35916, 'Brady', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35917, 'Brainard', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35918, 'Brewster', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35919, 'Bridgeport', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35920, 'Bristow', 3856, 233, 1, '2019-01-24 21:00:35', '2019-01-24 21:04:39'),
(35921, 'Broadwater', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35922, 'Brock', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35923, 'Broken Bow', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35924, 'Brownville', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35925, 'Brule', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35926, 'Bruning', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35927, 'Bruno', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35928, 'Brunswick', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35929, 'Burchard', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35930, 'Burr', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35931, 'Burton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35932, 'Burwell', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35933, 'Bushnell', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35934, 'Butte', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35935, 'Byron', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35936, 'Cairo', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35937, 'Callaway', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35938, 'Cambridge', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35939, 'Campbell', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35940, 'Carleton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35941, 'Carroll', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35942, 'Cedar Bluffs', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35943, 'Cedar Creek', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35944, 'Cedar Rapids', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35945, 'Center', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35946, 'Central City', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35947, 'Ceresco', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35948, 'Chadron', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35949, 'Chalco', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35950, 'Chambers', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35951, 'Chapman', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35952, 'Chappell', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35953, 'Chester', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35954, 'Cisco', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35955, 'Clarks', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35956, 'Clarkson', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35957, 'Clatonia', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35958, 'Clay Center', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35959, 'Clearwater', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35960, 'Clinton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35961, 'Cody', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35962, 'Coleridge', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35963, 'Colon', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35964, 'Columbus', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35965, 'Comstock', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35966, 'Concord', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35967, 'Cook', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35968, 'Cordova', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35969, 'Cornlea', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35970, 'Cortland', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35971, 'Cotesfield', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35972, 'Cowles', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35973, 'Cozad', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35974, 'Crab Orchard', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35975, 'Craig', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35976, 'Crawford', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35977, 'Creighton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:39'),
(35978, 'Creston', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35979, 'Crete', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35980, 'Crofton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35981, 'Crookston', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35982, 'Culbertson', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35983, 'Curtis', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35984, 'Cushing', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35985, 'Dakota City', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35986, 'Dalton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35987, 'Danbury', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35988, 'Dannebrog', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35989, 'Davenport', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35990, 'Davey', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35991, 'David City', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35992, 'Dawson', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35993, 'Daykin', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35994, 'Decatur', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35995, 'Denton', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35996, 'Deshler', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35997, 'Deweese', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35998, 'De Witt', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(35999, 'Diller', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36000, 'Dix', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36001, 'Dixon', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36002, 'Dodge', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36003, 'Doniphan', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36004, 'Dorchester', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36005, 'Douglas', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36006, 'Du Bois', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36007, 'Dunbar', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36008, 'Duncan', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36009, 'Dunning', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36010, 'Dwight', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36011, 'Eagle', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36012, 'Eddyville', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36013, 'Edgar', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36014, 'Edison', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36015, 'Elba', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36016, 'Elgin', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36017, 'Elk Creek', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36018, 'Elkhorn', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36019, 'Elm Creek', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36020, 'Elmwood', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36021, 'Elsie', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36022, 'Elwood', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36023, 'Elyria', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36024, 'Emerson', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36025, 'Emmet', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36026, 'Endicott', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36027, 'Ericson', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36028, 'Eustis', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36029, 'Ewing', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36030, 'Exeter', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36031, 'Fairbury', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36032, 'Fairfield', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36033, 'Fairmont', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36034, 'Falls City', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36035, 'Farnam', 3856, 233, 1, '2019-01-24 21:00:36', '2019-01-24 21:04:40'),
(36036, 'Farwell', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(36037, 'Filley', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36038, 'Firth', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36039, 'Fordyce', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36040, 'Fort Calhoun', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36041, 'Foster', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36042, 'Franklin', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36043, 'Fremont', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36044, 'Friend', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36045, 'Fullerton', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36046, 'Funk', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36047, 'Gandy', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36048, 'Garland', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36049, 'Garrison', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36050, 'Geneva', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36051, 'Genoa', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36052, 'Gering', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36053, 'Gibbon', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36054, 'Gilead', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36055, 'Giltner', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36056, 'Glenvil', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36057, 'Goehner', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36058, 'Gordon', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36059, 'Gothenburg', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36060, 'Grafton', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36061, 'Grand Island', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36062, 'Grant', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36063, 'Greeley Center', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36064, 'Greenwood', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36065, 'Gresham', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36066, 'Gretna', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36067, 'Gross', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36068, 'Guide Rock', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36069, 'Gurley', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36070, 'Hadar', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36071, 'Haigler', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36072, 'Hallam', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36073, 'Halsey', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36074, 'Hamlet', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36075, 'Hampton', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36076, 'Harbine', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36077, 'Hardy', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36078, 'Harrisburg', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36079, 'Harrison', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36080, 'Hartington', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36081, 'Harvard', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36082, 'Hastings', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36083, 'Hayes Center', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36084, 'Hay Springs', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36085, 'Hazard', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36086, 'Heartwell', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36087, 'Hebron', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36088, 'Hemingford', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36089, 'Henderson', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36090, 'Hendley', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36091, 'Henry', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36092, 'Herman', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36093, 'Hershey', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36094, 'Hickman', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36095, 'Hildreth', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36096, 'Holbrook', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36097, 'Holdrege', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36098, 'Holstein', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36099, 'Homer', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36100, 'Hooper', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36101, 'Hordville', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36102, 'Hoskins', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36103, 'Howard City', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36104, 'Howells', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36105, 'Hubbard', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36106, 'Hubbell', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36107, 'Humboldt', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36108, 'Humphrey', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36109, 'Huntley', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36110, 'Hyannis', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36111, 'Imperial', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36112, 'Indianola', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36113, 'Inglewood', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36114, 'Inman', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36115, 'Ithaca', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36116, 'Jackson', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36117, 'Jansen', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36118, 'Johnson', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36119, 'Johnstown', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36120, 'Julian', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36121, 'Juniata', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36122, 'Kearney', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36123, 'Kenesaw', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36124, 'Kennard', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36125, 'Kilgore', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36126, 'Kimball', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36127, 'Lamar', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36128, 'Laurel', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36129, 'La Vista', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36130, 'Lawrence', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36131, 'Lebanon', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36132, 'Leigh', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36133, 'Leshara', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36134, 'Lewellen', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36135, 'Lewiston', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36136, 'Lexington', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36137, 'Liberty', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36138, 'Lincoln', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36139, 'Lindsay', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36140, 'Linwood', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36141, 'Litchfield', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36142, 'Lodgepole', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36143, 'Long Pine', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36144, 'Loomis', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36145, 'Lorton', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36146, 'Louisville', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36147, 'Loup City', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36148, 'Lushton', 3856, 233, 1, '2019-01-24 21:00:37', '2019-01-24 21:04:40'),
(36149, 'Lyman', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:40'),
(36150, 'Lynch', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:40'),
(36151, 'Lyons', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:40'),
(36152, 'Mccook', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:40'),
(36153, 'Mccool Junction', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:40'),
(36154, 'Mcgrew', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:40'),
(36155, 'Mclean', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36156, 'Macy', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36157, 'Madison', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36158, 'Madrid', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36159, 'Magnet', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36160, 'Malcolm', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36161, 'Malmo', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36162, 'Manley', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36163, 'Marquette', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36164, 'Martinsburg', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36165, 'Maskell', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36166, 'Mason City', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36167, 'Maxwell', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36168, 'Maywood', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36169, 'Mead', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36170, 'Meadow Grove', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36171, 'Melbeta', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36172, 'Memphis', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36173, 'Merna', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36174, 'Merriman', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36175, 'Milford', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36176, 'Miller', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36177, 'Milligan', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36178, 'Minatare', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36179, 'Minden', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36180, 'Mitchell', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36181, 'Monowi', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36182, 'Monroe', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36183, 'Moorefield', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36184, 'Morrill', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36185, 'Morse Bluff', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36186, 'Mullen', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36187, 'Murdock', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36188, 'Murray', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36189, 'Naper', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36190, 'Naponee', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36191, 'Nebraska City', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36192, 'Nehawka', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36193, 'Neligh', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36194, 'Nelson', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36195, 'Nemaha', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36196, 'Nenzel', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36197, 'Newcastle', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36198, 'Newman Grove', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36199, 'Newport', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36200, 'Nickerson', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36201, 'Niobrara', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36202, 'Nora', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36203, 'Norfolk', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36204, 'Norman', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36205, 'North Bend', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36206, 'North Loup', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36207, 'North Platte', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36208, 'Oak', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36209, 'Oakdale', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36210, 'Oakland', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36211, 'Obert', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36212, 'Oconto', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36213, 'Octavia', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36214, 'Odell', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36215, 'Offutt Afb', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36216, 'Ogallala', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36217, 'Ohiowa', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36218, 'Omaha', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36219, 'O Neill', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36220, 'Ong', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36221, 'Orchard', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36222, 'Ord', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36223, 'Orleans', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36224, 'Osceola', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36225, 'Oshkosh', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36226, 'Osmond', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36227, 'Otoe', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36228, 'Overton', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36229, 'Oxford', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36230, 'Page', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36231, 'Palisade', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36232, 'Palmer', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36233, 'Palmyra', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36234, 'Panama', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36235, 'Papillion', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36236, 'Pawnee City', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36237, 'Paxton', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36238, 'Pender', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36239, 'Peru', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36240, 'Petersburg', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36241, 'Phillips', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36242, 'Pickrell', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36243, 'Pierce', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36244, 'Pilger', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36245, 'Pine Ridge', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36246, 'Plainview', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36247, 'Platte Center', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36248, 'Plattsmouth', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36249, 'Pleasant Dale', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36250, 'Pleasanton', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36251, 'Plymouth', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36252, 'Polk', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36253, 'Ponca', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36254, 'Potter', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36255, 'Prague', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36256, 'Preston', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36257, 'Primrose', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36258, 'Prosser', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36259, 'Ragan', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36260, 'Ralston', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36261, 'Randolph', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36262, 'Ravenna', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36263, 'Raymond', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36264, 'Red Cloud', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36265, 'Republican City', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36266, 'Reynolds', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36267, 'Richland', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36268, 'Rising City', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36269, 'Riverdale', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36270, 'Riverton', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36271, 'Roca', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36272, 'Rockville', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36273, 'Rogers', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36274, 'Rosalie', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36275, 'Roseland', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36276, 'Royal', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36277, 'Rulo', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36278, 'Rushville', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36279, 'Ruskin', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36280, 'St. Edward', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36281, 'St. Helena', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36282, 'St. Paul', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36283, 'Salem', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36284, 'Santee', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36285, 'Sargent', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36286, 'Saronville', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36287, 'Schuyler', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36288, 'Scotia', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36289, 'Scottsbluff', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36290, 'Scribner', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36291, 'Seneca', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36292, 'Seward', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36293, 'Shelby', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36294, 'Shelton', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36295, 'Shickley', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36296, 'Sholes', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36297, 'Shubert', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36298, 'Sidney', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36299, 'Silver Creek', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36300, 'Smithfield', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36301, 'Snyder', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36302, 'South Bend', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36303, 'South Sioux City', 3856, 233, 1, '2019-01-24 21:00:38', '2019-01-24 21:04:41'),
(36304, 'Spalding', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36305, 'Spencer', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36306, 'Sprague', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36307, 'Springfield', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36308, 'Springview', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36309, 'Stamford', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36310, 'Stanton', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36311, 'Staplehurst', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36312, 'Stapleton', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36313, 'Steele City', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36314, 'Steinauer', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36315, 'Stella', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36316, 'Sterling', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36317, 'Stockham', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36318, 'Stockville', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36319, 'Strang', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36320, 'Stratton', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36321, 'Stromsburg', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36322, 'Stuart', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36323, 'Sumner', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36324, 'Superior', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:41'),
(36325, 'Surprise', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36326, 'Sutherland', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36327, 'Sutton', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36328, 'Swanton', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36329, 'Syracuse', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36330, 'Table Rock', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36331, 'Talmage', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36332, 'Tarnov', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36333, 'Taylor', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36334, 'Tecumseh', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36335, 'Tekamah', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36336, 'Terrytown', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36337, 'Thayer', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36338, 'Thedford', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36339, 'Thurston', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36340, 'Tilden', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36341, 'Tobias', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36342, 'Trenton', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36343, 'Trumbull', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36344, 'Uehling', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36345, 'Ulysses', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36346, 'Unadilla', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36347, 'Union', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36348, 'Upland', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36349, 'Utica', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36350, 'Valentine', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36351, 'Valley', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36352, 'Valparaiso', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36353, 'Venango', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36354, 'Verdel', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36355, 'Verdigre', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36356, 'Verdon', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36357, 'Virginia', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36358, 'Waco', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36359, 'Wahoo', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36360, 'Wakefield', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36361, 'Wallace', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36362, 'Walthill', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36363, 'Washington', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36364, 'Waterbury', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36365, 'Waterloo', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36366, 'Wauneta', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36367, 'Wausa', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36368, 'Waverly', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36369, 'Wayne', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36370, 'Weeping Water', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36371, 'Wellfleet', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36372, 'Western', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36373, 'Weston', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36374, 'West Point', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36375, 'Whitney', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36376, 'Wilber', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36377, 'Wilcox', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36378, 'Wilsonville', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36379, 'Winnebago', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36380, 'Winnetoon', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36381, 'Winside', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36382, 'Winslow', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36383, 'Wisner', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36384, 'Wolbach', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36385, 'Wood Lake', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36386, 'Wood River', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36387, 'Wymore', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36388, 'Wynot', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36389, 'York', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36390, 'Yutan', 3856, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36391, 'Battle Mountain', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36392, 'Beatty', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36393, 'Blue Diamond', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36394, 'Boulder City', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36395, 'Bunkerville', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36396, 'Caliente', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36397, 'Cal-nev-ari', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36398, 'Carlin', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36399, 'Carson', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36400, 'Cold Springs', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36401, 'Dayton', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36402, 'Elko', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36403, 'Ely', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36404, 'Enterprise', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36405, 'Fallon', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36406, 'Fallon Station', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36407, 'Fernley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36408, 'Gabbs', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36409, 'Gardnerville', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36410, 'Gardnerville Ranchos', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36411, 'Gerlach-empire', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36412, 'Goodsprings', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36413, 'Hawthorne', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36414, 'Henderson', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36415, 'Incline Village-crystal Bay', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36416, 'Indian Hills', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36417, 'Indian Springs', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36418, 'Johnson Lane', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36419, 'Kingsbury', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36420, 'Las Vegas', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36421, 'Laughlin', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36422, 'Lemmon Valley-golden Valley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36423, 'Lovelock', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36424, 'Mcdermitt', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36425, 'Mcgill', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36426, 'Mesquite', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36427, 'Minden', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36428, 'Moapa Town', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36429, 'Moapa Valley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36430, 'Mount Charleston', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36431, 'Nellis Afb', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36432, 'Nixon', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36433, 'North Las Vegas', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36434, 'Owyhee', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36435, 'Pahrump', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36436, 'Paradise', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36437, 'Reno', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36438, 'Sandy Valley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36439, 'Schurz', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36440, 'Searchlight', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36441, 'Silver Springs', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36442, 'Smith Valley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36443, 'Spanish Springs', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36444, 'Sparks', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36445, 'Spring Creek', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36446, 'Spring Valley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36447, 'Stateline', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36448, 'Summerlin South', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36449, 'Sunrise Manor', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36450, 'Sun Valley', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36451, 'Sutcliffe', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36452, 'Tonopah', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36453, 'Verdi-mogul', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36454, 'Wadsworth', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36455, 'Wells', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36456, 'West Wendover', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36457, 'Whitney', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36458, 'Winchester', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36459, 'Winnemucca', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36460, 'Yerington', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36461, 'Zephyr Cove-round Hill Village', 3857, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36462, 'Antrim', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36463, 'Berlin', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36464, 'Bristol', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36465, 'Charlestown', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36466, 'Claremont', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36467, 'Concord', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36468, 'Contoocook', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36469, 'Conway', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36470, 'Derry', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36471, 'Dover', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36472, 'Durham', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36473, 'East Merrimack', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36474, 'Enfield', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36475, 'Epping', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:42'),
(36476, 'Exeter', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36477, 'Farmington', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36478, 'Franklin', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36479, 'Gorham', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36480, 'Greenville', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36481, 'Groveton', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36482, 'Hampton', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36483, 'Hanover', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36484, 'Henniker', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36485, 'Hillsborough', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36486, 'Hinsdale', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36487, 'Hooksett', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36488, 'Hudson', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36489, 'Jaffrey', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36490, 'Keene', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36491, 'Laconia', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36492, 'Lancaster', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36493, 'Lebanon', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36494, 'Lisbon', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36495, 'Littleton', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36496, 'Londonderry', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36497, 'Manchester', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36498, 'Marlborough', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36499, 'Meredith', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36500, 'Milford', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36501, 'Nashua', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36502, 'Newmarket', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36503, 'Newport', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36504, 'North Conway', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36505, 'Peterborough', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36506, 'Pinardville', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36507, 'Pittsfield', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36508, 'Plymouth', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36509, 'Portsmouth', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36510, 'Raymond', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36511, 'Rochester', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36512, 'Somersworth', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36513, 'South Hooksett', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36514, 'Suncook', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36515, 'Tilton-northfield', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36516, 'West Swanzey', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36517, 'Whitefield', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36518, 'Wilton', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36519, 'Winchester', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36520, 'Wolfeboro', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36521, 'Woodsville', 3858, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36522, 'Absecon', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36523, 'Allamuchy-panther Valley', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36524, 'Allendale', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36525, 'Allenhurst', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36526, 'Allentown', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36527, 'Allenwood', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36528, 'Alloway', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36529, 'Alpha', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36530, 'Alpine', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36531, 'Andover', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36532, 'Annandale', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36533, 'Asbury Park', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36534, 'Ashland', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36535, 'Atlantic City', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36536, 'Atlantic Highlands', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36537, 'Audubon', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36538, 'Audubon Park', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36539, 'Avalon', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36540, 'Avenel', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36541, 'Avon-by-the-sea', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36542, 'Barclay-kingston', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36543, 'Barnegat', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36544, 'Barnegat Light', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36545, 'Barrington', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36546, 'Bay Head', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36547, 'Bayonne', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36548, 'Beach Haven', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36549, 'Beach Haven West', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36550, 'Beachwood', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36551, 'Beatyestown', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36552, 'Beckett', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36553, 'Belford', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36554, 'Belleville', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36555, 'Bellmawr', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36556, 'Belmar', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36557, 'Belvidere', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36558, 'Bergenfield', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36559, 'Berkeley Heights', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36560, 'Berlin', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36561, 'Bernardsville', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36562, 'Beverly', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36563, 'Blackwood', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36564, 'Bloomfield', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36565, 'Bloomingdale', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36566, 'Bloomsbury', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36567, 'Bogota', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36568, 'Boonton', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36569, 'Bordentown', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36570, 'Bound Brook', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36571, 'Bradley Beach', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36572, 'Branchville', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36573, 'Brass Castle', 3859, 233, 1, '2019-01-24 21:00:39', '2019-01-24 21:04:43'),
(36574, 'Bridgeton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36575, 'Brielle', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36576, 'Brigantine', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36577, 'Brooklawn', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36578, 'Browns Mills', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36579, 'Brownville', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36580, 'Budd Lake', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36581, 'Buena', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36582, 'Burlington', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36583, 'Butler', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36584, 'Caldwell', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36585, 'Califon', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36586, 'Camden', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36587, 'Cape May', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36588, 'Cape May Court House', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36589, 'Cape May Point', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36590, 'Carlstadt', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36591, 'Carneys Point', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36592, 'Carteret', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36593, 'Cedar Glen Lakes', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36594, 'Cedar Glen West', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36595, 'Cedar Grove', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36596, 'Cedarville', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36597, 'Chatham', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:43'),
(36598, 'Cherry Hill Mall', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36599, 'Chesilhurst', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36600, 'Chester', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36601, 'Clark', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36602, 'Clayton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36603, 'Clearbrook Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36604, 'Clementon', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36605, 'Cliffside Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36606, 'Cliffwood Beach', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36607, 'Clifton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36608, 'Clinton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36609, 'Closter', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36610, 'Collings Lakes', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36611, 'Collingswood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36612, 'Colonia', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36613, 'Concordia', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36614, 'Corbin City', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36615, 'Country Lake Estates', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36616, 'Cranbury', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36617, 'Crandon Lakes', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36618, 'Cranford', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36619, 'Cresskill', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36620, 'Crestwood Village', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36621, 'Dayton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36622, 'Deal', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36623, 'Demarest', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36624, 'Diamond Beach', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36625, 'Dover', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36626, 'Dover Beaches North', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36627, 'Dover Beaches South', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36628, 'Dumont', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36629, 'Dunellen', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36630, 'East Brunswick', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36631, 'East Freehold', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36632, 'East Newark', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36633, 'East Orange', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36634, 'East Rutherford', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36635, 'Eatontown', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36636, 'Echelon', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36637, 'Edgewater', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36638, 'Edison', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36639, 'Egg Harbor City', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36640, 'Elizabeth', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36641, 'Elmer', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36642, 'Elmwood Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36643, 'Elwood-magnolia', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36644, 'Emerson', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36645, 'Englewood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36646, 'Englewood Cliffs', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36647, 'Englishtown', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36648, 'Erlton-ellisburg', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36649, 'Erma', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36650, 'Essex Fells', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36651, 'Estell Manor', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36652, 'Ewing', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36653, 'Fairfield', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36654, 'Fair Haven', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36655, 'Fair Lawn', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36656, 'Fairton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36657, 'Fairview', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36658, 'Fanwood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36659, 'Far Hills', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36660, 'Farmingdale', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36661, 'Fieldsboro', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36662, 'Flemington', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36663, 'Florence-roebling', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(36664, 'Florham Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36665, 'Folsom', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36666, 'Fords', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36667, 'Forked River', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36668, 'Fort Dix', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36669, 'Fort Lee', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36670, 'Franklin', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36671, 'Franklin Lakes', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36672, 'Freehold', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36673, 'Frenchtown', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36674, 'Garfield', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36675, 'Garwood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36676, 'Gibbsboro', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36677, 'Gibbstown', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36678, 'Glassboro', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36679, 'Glendora', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36680, 'Glen Gardner', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36681, 'Glen Ridge', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36682, 'Glen Rock', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36683, 'Gloucester City', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36684, 'Golden Triangle', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36685, 'Great Meadows-vienna', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36686, 'Greentree', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36687, 'Guttenberg', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36688, 'Hackensack', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36689, 'Hackettstown', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36690, 'Haddonfield', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36691, 'Haddon Heights', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36692, 'Haledon', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36693, 'Hamburg', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36694, 'Hammonton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36695, 'Hampton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36696, 'Harrington Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36697, 'Harrison', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36698, 'Harvey Cedars', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36699, 'Hasbrouck Heights', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36700, 'Haworth', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36701, 'Hawthorne', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36702, 'Heathcote', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36703, 'Helmetta', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36704, 'High Bridge', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:44'),
(36705, 'Highland Lake', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36706, 'Highland Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36707, 'Highlands', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36708, 'Hightstown', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36709, 'Hillsdale', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36710, 'Hillside', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36711, 'Hi-nella', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36712, 'Hoboken', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36713, 'Ho-ho-kus', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36714, 'Holiday City-berkeley', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36715, 'Holiday City South', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36716, 'Holiday Heights', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36717, 'Hopatcong', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36718, 'Hopewell', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36719, 'Interlaken', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36720, 'Irvington', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36721, 'Iselin', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36722, 'Island Heights', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36723, 'Jamesburg', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36724, 'Jersey City', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36725, 'Keansburg', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36726, 'Kearny', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36727, 'Kendall Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36728, 'Kenilworth', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36729, 'Keyport', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36730, 'Kingston', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36731, 'Kinnelon', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36732, 'Lakehurst', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36733, 'Lake Mohawk', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36734, 'Lake Telemark', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36735, 'Lakewood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36736, 'Lambertville', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36737, 'Laurel Lake', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36738, 'Laurel Springs', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36739, 'Laurence Harbor', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36740, 'Lavallette', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36741, 'Lawnside', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36742, 'Lawrenceville', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36743, 'Lebanon', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36744, 'Leisure Knoll', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36745, 'Leisuretowne', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36746, 'Leisure Village', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36747, 'Leisure Village East', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36748, 'Leisure Village West-pine Lake Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36749, 'Leonardo', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36750, 'Leonia', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36751, 'Lincoln Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36752, 'Lincroft', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36753, 'Linden', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36754, 'Lindenwold', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36755, 'Linwood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36756, 'Little Falls', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36757, 'Little Ferry', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36758, 'Little Silver', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36759, 'Livingston', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36760, 'Loch Arbour', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36761, 'Lodi', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36762, 'Long Branch', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36763, 'Longport', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36764, 'Long Valley', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36765, 'Lyndhurst', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36766, 'Mcguire Afb', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36767, 'Madison', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36768, 'Madison Park', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36769, 'Magnolia', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36770, 'Manahawkin', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36771, 'Manasquan', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36772, 'Mantoloking', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36773, 'Manville', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36774, 'Maplewood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36775, 'Margate City', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36776, 'Marlton', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36777, 'Matawan', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36778, 'Mays Landing', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36779, 'Maywood', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36780, 'Medford Lakes', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36781, 'Mendham', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36782, 'Mercerville-hamilton Square', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36783, 'Merchantville', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36784, 'Metuchen', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36785, 'Middlesex', 3859, 233, 1, '2019-01-24 21:00:40', '2019-01-24 21:04:45'),
(36786, 'Midland Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36787, 'Milford', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36788, 'Millburn', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36789, 'Millstone', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36790, 'Milltown', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36791, 'Millville', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36792, 'Monmouth Beach', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36793, 'Monmouth Junction', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36794, 'Montclair', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36795, 'Montvale', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36796, 'Moonachie', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36797, 'Moorestown-lenola', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:45'),
(36798, 'Morganville', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36799, 'Morris Plains', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36800, 'Morristown', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36801, 'Mountain Lakes', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36802, 'Mountainside', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36803, 'Mount Arlington', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36804, 'Mount Ephraim', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36805, 'Mullica Hill', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36806, 'Mystic Island', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36807, 'National Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36808, 'Navesink', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36809, 'Neptune City', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36810, 'Netcong', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36811, 'Newark', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36812, 'New Brunswick', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36813, 'New Egypt', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36814, 'Newfield', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36815, 'New Milford', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36816, 'New Providence', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36817, 'Newton', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36818, 'North Arlington', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36819, 'North Beach Haven', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36820, 'North Brunswick Township', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36821, 'North Caldwell', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36822, 'North Cape May', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36823, 'Northfield', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36824, 'North Haledon', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36825, 'North Middletown', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36826, 'North Plainfield', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36827, 'Northvale', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36828, 'North Wildwood', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36829, 'Norwood', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36830, 'Nutley', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36831, 'Oakhurst', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36832, 'Oakland', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36833, 'Oaklyn', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36834, 'Oak Valley', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36835, 'Ocean Acres', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36836, 'Ocean City', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36837, 'Ocean Gate', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36838, 'Ocean Grove', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36839, 'Oceanport', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36840, 'Ogdensburg', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36841, 'Old Bridge', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36842, 'Old Tappan', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36843, 'Olivet', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36844, 'Oradell', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36845, 'Orange', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36846, 'Oxford', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36847, 'Palisades Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36848, 'Palmyra', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36849, 'Paramus', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36850, 'Park Ridge', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36851, 'Passaic', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36852, 'Paterson', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36853, 'Paulsboro', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36854, 'Peapack And Gladstone', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36855, 'Pemberton', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36856, 'Pemberton Heights', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36857, 'Pennington', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36858, 'Pennsauken', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36859, 'Penns Grove', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36860, 'Pennsville', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36861, 'Perth Amboy', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36862, 'Phillipsburg', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36863, 'Pine Beach', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36864, 'Pine Hill', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36865, 'Pine Ridge At Crestwood', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36866, 'Pine Valley', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36867, 'Pitman', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36868, 'Plainfield', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36869, 'Plainsboro Center', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36870, 'Pleasantville', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36871, 'Point Pleasant', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36872, 'Point Pleasant Beach', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36873, 'Pomona', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36874, 'Pompton Lakes', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36875, 'Port Monmouth', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36876, 'Port Norris', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36877, 'Port Reading', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36878, 'Port Republic', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36879, 'Presidential Lakes Estates', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36880, 'Princeton', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:46'),
(36881, 'Princeton Junction', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36882, 'Princeton Meadows', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36883, 'Princeton North', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36884, 'Prospect Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36885, 'Rahway', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36886, 'Ramblewood', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36887, 'Ramsey', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36888, 'Ramtown', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36889, 'Raritan', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36890, 'Red Bank', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36891, 'Ridgefield', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36892, 'Ridgefield Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36893, 'Ridgewood', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36894, 'Ringwood', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36895, 'Rio Grande', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36896, 'Riverdale', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36897, 'River Edge', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36898, 'Riverton', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36899, 'River Vale', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36900, 'Rochelle Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36901, 'Rockaway', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36902, 'Rockleigh', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36903, 'Rocky Hill', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36904, 'Roosevelt', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36905, 'Roseland', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36906, 'Roselle', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36907, 'Roselle Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36908, 'Rosenhayn', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36909, 'Rossmoor', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36910, 'Rumson', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36911, 'Runnemede', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36912, 'Rutherford', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36913, 'Saddle Brook', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36914, 'Saddle River', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36915, 'Salem', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36916, 'Sayreville', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36917, 'Scotch Plains', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36918, 'Sea Bright', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36919, 'Seabrook Farms', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36920, 'Sea Girt', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36921, 'Sea Isle City', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36922, 'Seaside Heights', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36923, 'Seaside Park', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36924, 'Secaucus', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36925, 'Sewaren', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36926, 'Shark River Hills', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36927, 'Shiloh', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36928, 'Ship Bottom', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36929, 'Shrewsbury', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36930, 'Silver Ridge', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36931, 'Society Hill', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36932, 'Somerdale', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36933, 'Somerset', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36934, 'Somers Point', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36935, 'Somerville', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36936, 'South Amboy', 3859, 233, 1, '2019-01-24 21:00:41', '2019-01-24 21:04:47'),
(36937, 'South Belmar', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36938, 'South Bound Brook', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36939, 'South Orange', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36940, 'South Plainfield', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36941, 'South River', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36942, 'South Toms River', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36943, 'Spotswood', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36944, 'Springdale', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36945, 'Springfield', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36946, 'Spring Lake', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36947, 'Spring Lake Heights', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36948, 'Stanhope', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36949, 'Stockton', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36950, 'Stone Harbor', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36951, 'Stratford', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36952, 'Strathmere', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36953, 'Strathmore', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36954, 'Succasunna-kenvil', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36955, 'Summit', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36956, 'Surf City', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36957, 'Sussex', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36958, 'Swedesboro', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36959, 'Tavistock', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36960, 'Teaneck', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36961, 'Tenafly', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36962, 'Teterboro', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36963, 'Tinton Falls', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36964, 'Toms River', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36965, 'Totowa', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36966, 'Trenton', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36967, 'Tuckerton', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36968, 'Turnersville', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36969, 'Twin Rivers', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36970, 'Union', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36971, 'Union Beach', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36972, 'Union City', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36973, 'Upper Saddle River', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36974, 'Ventnor City', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36975, 'Vernon Valley', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36976, 'Verona', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36977, 'Victory Gardens', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36978, 'Victory Lakes', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36979, 'Villas', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36980, 'Vineland', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36981, 'Vista Center', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36982, 'Waldwick', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36983, 'Wallington', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36984, 'Wanamassa', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36985, 'Wanaque', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:47'),
(36986, 'Waretown', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36987, 'Washington', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36988, 'Washington Township', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36989, 'Watchung', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36990, 'Wayne', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36991, 'Wenonah', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36992, 'West Belmar', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36993, 'West Caldwell', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36994, 'West Cape May', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36995, 'Westfield', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36996, 'West Freehold', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36997, 'West Long Branch', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36998, 'West Milford', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(36999, 'West New York', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37000, 'West Orange', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37001, 'West Paterson', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37002, 'Westville', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37003, 'West Wildwood', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37004, 'Westwood', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37005, 'Wharton', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37006, 'White Horse', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37007, 'White House Station', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37008, 'White Meadow Lake', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37009, 'Whitesboro-burleigh', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37010, 'Whittingham', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37011, 'Wildwood', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37012, 'Wildwood Crest', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37013, 'Williamstown', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37014, 'Woodbine', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37015, 'Woodbridge', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37016, 'Woodbury', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37017, 'Woodbury Heights', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37018, 'Woodcliff Lake', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37019, 'Woodlynne', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37020, 'Wood-ridge', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37021, 'Woodstown', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37022, 'Wrightstown', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37023, 'Wyckoff', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37024, 'Yardville-groveville', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37025, 'Yorketown', 3859, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37026, 'Acomita Lake', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37027, 'Agua Fria', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37028, 'Alamo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37029, 'Alamogordo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37030, 'Albuquerque', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37031, 'Alcalde', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37032, 'Algodones', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37033, 'Angel Fire', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37034, 'Anthony', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37035, 'Artesia', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37036, 'Aztec', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37037, 'Bayard', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37038, 'Beclabito', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37039, 'Belen', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37040, 'Bernalillo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37041, 'Black Rock', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37042, 'Bloomfield', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37043, 'Boles Acres', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37044, 'Bosque Farms', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37045, 'Brimhall Nizhoni', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37046, 'Canada De Los Alamos', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37047, 'Cannon Afb', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37048, 'Capitan', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37049, 'Carlsbad', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37050, 'Carlsbad North', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37051, 'Carnuel', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37052, 'Carrizozo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37053, 'Casa Colorada', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37054, 'Causey', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37055, 'Cedar Crest', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37056, 'Cedar Grove', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37057, 'Chama', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37058, 'Chamisal', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37059, 'Chaparral', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37060, 'Chilili', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37061, 'Chimayo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37062, 'Chupadero', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37063, 'Church Rock', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37064, 'Cimarron', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37065, 'Clayton', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37066, 'Cloudcroft', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37067, 'Clovis', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37068, 'Cochiti', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37069, 'Columbus', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37070, 'Corona', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37071, 'Corrales', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37072, 'Crownpoint', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37073, 'Crystal', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37074, 'Cuartelez', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37075, 'Cuba', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37076, 'Cundiyo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37077, 'Cuyamungue', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37078, 'Deming', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37079, 'Des Moines', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37080, 'Dexter', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:48'),
(37081, 'Dona Ana', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37082, 'Dora', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37083, 'Dulce', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37084, 'Eagle Nest', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37085, 'Edgewood', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37086, 'El Cerro-monterey Park', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37087, 'Eldorado At Santa Fe', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37088, 'Elephant Butte', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37089, 'Elida', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37090, 'El Rancho', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37091, 'El Valle De Arroyo Seco', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37092, 'Encinal', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37093, 'Encino', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37094, 'Espanola', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37095, 'Estancia', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37096, 'Eunice', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37097, 'Farmington', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37098, 'Flora Vista', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37099, 'Floyd', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37100, 'Folsom', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37101, 'Fort Sumner', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37102, 'Galisteo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37103, 'Gallup', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37104, 'Glorieta', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37105, 'Grady', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37106, 'Grants', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37107, 'Grenville', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37108, 'Hagerman', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37109, 'Hatch', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37110, 'Hobbs', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37111, 'Holloman Afb', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37112, 'Hope', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37113, 'House', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37114, 'Huerfano', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37115, 'Hurley', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37116, 'Isleta Village Proper', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37117, 'Jaconita', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37118, 'Jal', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37119, 'Jarales', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37120, 'Jemez Pueblo', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37121, 'Jemez Springs', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37122, 'Kirtland', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37123, 'La Cienega', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37124, 'Laguna', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37125, 'La Jara', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37126, 'Lake Arthur', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37127, 'Lake Sumner', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37128, 'La Luz', 3861, 233, 1, '2019-01-24 21:00:42', '2019-01-24 21:04:49'),
(37129, 'Lamy', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37130, 'La Puebla', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37131, 'Las Cruces', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37132, 'Las Vegas', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37133, 'Logan', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37134, 'Lordsburg', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37135, 'Los Alamos', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37136, 'Los Cerrillos', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37137, 'Los Chaves', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37138, 'Los Lunas', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37139, 'Los Ranchos De Albuquerque', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37140, 'Los Trujillos-gabaldon', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37141, 'Loving', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37142, 'Lovington', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37143, 'Madrid', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37144, 'Magdalena', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37145, 'Manzano', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37146, 'Maxwell', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37147, 'Meadow Lake', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37148, 'Melrose', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37149, 'Mescalero', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37150, 'Mesilla', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37151, 'Mesita', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37152, 'Mesquite', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37153, 'Milan', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37154, 'Moriarty', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37155, 'Mosquero', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37156, 'Mountainair', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37157, 'Nageezi', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37158, 'Nakaibito', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37159, 'Napi Hq', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37160, 'Naschitti', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37161, 'Navajo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37162, 'Nenahnezad', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37163, 'Newcomb', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37164, 'North Acomita Village', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37165, 'North Valley', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37166, 'Ojo Amarillo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37167, 'Paguate', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37168, 'Paraje', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37169, 'Pecos', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37170, 'Pena Blanca', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37171, 'Penasco', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37172, 'Peralta', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37173, 'Picuris Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37174, 'Pinehill', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37175, 'Placitas', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37176, 'Pojoaque', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37177, 'Ponderosa', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37178, 'Portales', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37179, 'Pueblo Of Sandia Village', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37180, 'Pueblo Pintado', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37181, 'Questa', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37182, 'Radium Springs', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37183, 'Ramah', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37184, 'Ranchos De Taos', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37185, 'Raton', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37186, 'Red River', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37187, 'Regina', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37188, 'Reserve', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37189, 'Rincon', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37190, 'Rio Chiquito', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37191, 'Rio Communities', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37192, 'Rio Communities North', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37193, 'Rio En Medio', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37194, 'Rio Lucio', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37195, 'Rio Rancho', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37196, 'Rock Springs', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37197, 'Roswell', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37198, 'Roy', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37199, 'Ruidoso', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37200, 'Ruidoso Downs', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37201, 'Salem', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37202, 'San Felipe Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37203, 'San Ildefonso Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37204, 'San Jon', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37205, 'San Juan', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37206, 'Sanostee', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37207, 'Santa Ana Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37208, 'Santa Clara', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37209, 'Santa Clara Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37210, 'Santa Cruz', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37211, 'Santa Fe', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37212, 'Santa Rosa', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37213, 'Santa Teresa', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37214, 'Santo Domingo Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37215, 'San Ysidro', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37216, 'Seama', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37217, 'Sheep Springs', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37218, 'Shiprock', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37219, 'Silver City', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37220, 'Skyline-ganipa', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37221, 'Socorro', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37222, 'Sombrillo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37223, 'South Valley', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37224, 'Springer', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37225, 'Sunland Park', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37226, 'Tajique', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37227, 'Taos', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37228, 'Taos Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37229, 'Taos Ski Valley', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37230, 'Tatum', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37231, 'Tesuque', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37232, 'Texico', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37233, 'Thoreau', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37234, 'Tijeras', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37235, 'Timberon', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37236, 'Tohatchi', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37237, 'Tome-adelino', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37238, 'Torreon', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37239, 'Truth Or Consequences', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37240, 'Tse Bonito', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37241, 'Tucumcari', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37242, 'Tularosa', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37243, 'Twin Lakes', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37244, 'University Park', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37245, 'Upper Fruitland', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37246, 'Vadito', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37247, 'Vado', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37248, 'Valencia', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37249, 'Vaughn', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37250, 'Virden', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37251, 'Wagon Mound', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37252, 'White Rock', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37253, 'White Sands', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37254, 'Willard', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37255, 'Williamsburg', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37256, 'Yah-ta-hey', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37257, 'Zia Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37258, 'Zuni Pueblo', 3861, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37259, 'Accord', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37260, 'Adams', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37261, 'Adams Center', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37262, 'Addison', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37263, 'Afton', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37264, 'Airmont', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37265, 'Akron', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37266, 'Albany', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37267, 'Albertson', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37268, 'Albion', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37269, 'Alden', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37270, 'Alexander', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37271, 'Alexandria Bay', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37272, 'Alfred', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37273, 'Allegany', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:49'),
(37274, 'Almond', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37275, 'Altamont', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37276, 'Altmar', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37277, 'Altona', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37278, 'Amagansett', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(37279, 'Amenia', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37280, 'Ames', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37281, 'Amityville', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37282, 'Amsterdam', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37283, 'Andes', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37284, 'Andover', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37285, 'Angelica', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37286, 'Angola', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37287, 'Angola On The Lake', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37288, 'Antwerp', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37289, 'Apalachin', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37290, 'Aquebogue', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37291, 'Arcade', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37292, 'Ardsley', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37293, 'Argyle', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37294, 'Arkport', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37295, 'Arlington', 3862, 233, 1, '2019-01-24 21:00:43', '2019-01-24 21:04:50'),
(37296, 'Armonk', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37297, 'Asharoken', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37298, 'Athens', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37299, 'Atlantic Beach', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37300, 'Attica', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37301, 'Auburn', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37302, 'Aurora', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37303, 'Au Sable Forks', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37304, 'Averill Park', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37305, 'Avoca', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37306, 'Avon', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37307, 'Babylon', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37308, 'Bainbridge', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37309, 'Baiting Hollow', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37310, 'Baldwin', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37311, 'Baldwin Harbor', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37312, 'Baldwinsville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37313, 'Ballston Spa', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37314, 'Balmville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37315, 'Bardonia', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37316, 'Barker', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37317, 'Barneveld', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37318, 'Barnum Island', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37319, 'Batavia', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37320, 'Bath', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37321, 'Baxter Estates', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37322, 'Bay Park', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37323, 'Bayport', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37324, 'Bay Shore', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37325, 'Bayville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37326, 'Baywood', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37327, 'Beacon', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37328, 'Beaverdam Lake-salisbury Mills', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37329, 'Bedford', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37330, 'Bellerose', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37331, 'Bellerose Terrace', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37332, 'Belle Terre', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37333, 'Bellmore', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37334, 'Bellport', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37335, 'Belmont', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37336, 'Bemus Point', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37337, 'Bergen', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37338, 'Bethpage', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37339, 'Big Flats', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37340, 'Big Flats Airport', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37341, 'Billington Heights', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37342, 'Binghamton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37343, 'Black River', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37344, 'Blasdell', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37345, 'Blauvelt', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37346, 'Bloomfield', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37347, 'Bloomingburg', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37348, 'Blue Point', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37349, 'Bohemia', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37350, 'Bolivar', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37351, 'Boonville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37352, 'Brasher Falls-winthrop', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37353, 'Brentwood', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37354, 'Brewerton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37355, 'Brewster', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37356, 'Brewster Hill', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37357, 'Briarcliff Manor', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37358, 'Bridgehampton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37359, 'Bridgeport', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37360, 'Bridgewater', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37361, 'Brighton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37362, 'Brightwaters', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37363, 'Brinckerhoff', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37364, 'Broadalbin', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37365, 'Brockport', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37366, 'Brocton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37367, 'Bronxville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37368, 'Brookhaven', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37369, 'Brookville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37370, 'Brownville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37371, 'Brushton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37372, 'Buchanan', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37373, 'Buffalo', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37374, 'Burdett', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37375, 'Burke', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37376, 'Cairo', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37377, 'Calcium', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37378, 'Caledonia', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37379, 'Callicoon', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37380, 'Calverton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37381, 'Cambridge', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37382, 'Camden', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37383, 'Camillus', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37384, 'Canajoharie', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37385, 'Canandaigua', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37386, 'Canaseraga', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37387, 'Canastota', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37388, 'Candor', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37389, 'Canisteo', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37390, 'Canton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37391, 'Cape Vincent', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37392, 'Carle Place', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37393, 'Carmel Hamlet', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37394, 'Carthage', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37395, 'Cassadaga', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37396, 'Castile', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37397, 'Castleton-on-hudson', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37398, 'Castorland', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37399, 'Cato', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37400, 'Catskill', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37401, 'Cattaraugus', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37402, 'Cayuga', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37403, 'Cayuga Heights', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37404, 'Cazenovia', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37405, 'Cedarhurst', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37406, 'Celoron', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37407, 'Centereach', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37408, 'Center Moriches', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37409, 'Centerport', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37410, 'Central Islip', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37411, 'Central Square', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37412, 'Central Valley', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37413, 'Centre Island', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37414, 'Champlain', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37415, 'Chappaqua', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37416, 'Chateaugay', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37417, 'Chatham', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37418, 'Chaumont', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37419, 'Cheektowaga', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37420, 'Cherry Creek', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37421, 'Cherry Valley', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37422, 'Chester', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37423, 'Chestnut Ridge', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37424, 'Chittenango', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37425, 'Churchville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37426, 'Clarence Center', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:50'),
(37427, 'Clark Mills', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37428, 'Claverack-red Mills', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37429, 'Clayton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37430, 'Clayville', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37431, 'Cleveland', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37432, 'Clifton Springs', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37433, 'Clinton', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37434, 'Clintondale', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37435, 'Clyde', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37436, 'Cobleskill', 3862, 233, 1, '2019-01-24 21:00:44', '2019-01-24 21:04:51'),
(37437, 'Coeymans', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37438, 'Cohocton', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37439, 'Cohoes', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37440, 'Cold Brook', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37441, 'Cold Spring', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37442, 'Cold Spring Harbor', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37443, 'Colonie', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37444, 'Commack', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37445, 'Congers', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37446, 'Constableville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37447, 'Constantia', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37448, 'Cooperstown', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37449, 'Copake Lake', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37450, 'Copenhagen', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37451, 'Copiague', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37452, 'Coram', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37453, 'Corfu', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37454, 'Corinth', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37455, 'Corning', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37456, 'Cornwall On Hudson', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37457, 'Cortland', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37458, 'Cortland West', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37459, 'Country Knolls', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37460, 'Cove Neck', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37461, 'Coxsackie', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37462, 'Cragsmoor', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37463, 'Croghan', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37464, 'Crompond', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37465, 'Croton-on-hudson', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37466, 'Crown Heights', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37467, 'Crugers', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37468, 'Cuba', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37469, 'Cumberland Head', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37470, 'Cutchogue', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37471, 'Dannemora', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37472, 'Dansville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37473, 'Deer Park', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37474, 'Deferiet', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37475, 'Delanson', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37476, 'Delevan', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37477, 'Delhi', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37478, 'Delmar', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37479, 'Depauville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37480, 'Depew', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37481, 'Deposit', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37482, 'Dering Harbor', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37483, 'Deruyter', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37484, 'Dexter', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37485, 'Dix Hills', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37486, 'Dobbs Ferry', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37487, 'Dolgeville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37488, 'Dover Plains', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37489, 'Dresden', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37490, 'Dryden', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37491, 'Duane Lake', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37492, 'Duanesburg', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37493, 'Dundee', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37494, 'Dunkirk', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37495, 'Earlville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37496, 'East Atlantic Beach', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37497, 'East Aurora', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37498, 'Eastchester', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37499, 'East Farmingdale', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37500, 'East Garden City', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37501, 'East Glenville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37502, 'East Greenbush', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37503, 'East Hampton', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37504, 'East Hampton North', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37505, 'East Hills', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37506, 'East Islip', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37507, 'East Ithaca', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37508, 'East Kingston', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37509, 'East Marion', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37510, 'East Massapequa', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37511, 'East Meadow', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37512, 'East Moriches', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37513, 'East Nassau', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37514, 'East Northport', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37515, 'East Norwich', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37516, 'East Patchogue', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37517, 'Eastport', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37518, 'East Quogue', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37519, 'East Randolph', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37520, 'East Rochester', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37521, 'East Rockaway', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37522, 'East Shoreham', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37523, 'East Syracuse', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37524, 'East Williston', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37525, 'Eatons Neck', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37526, 'Eden', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37527, 'Edwards', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37528, 'Elba', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37529, 'Elbridge', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37530, 'Ellenville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37531, 'Ellicottville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37532, 'Ellisburg', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37533, 'Elma Center', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37534, 'Elmira', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37535, 'Elmira Heights', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37536, 'Elmont', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37537, 'Elmsford', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37538, 'Elwood', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37539, 'Endicott', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37540, 'Endwell', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37541, 'Esperance', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37542, 'Evans Mills', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37543, 'Fabius', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37544, 'Fair Haven', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37545, 'Fairmount', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37546, 'Fairport', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37547, 'Fairview', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37548, 'Falconer', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37549, 'Farmingdale', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37550, 'Farmingville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37551, 'Farnham', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37552, 'Fayetteville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37553, 'Fire Island', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37554, 'Firthcliffe', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37555, 'Fishers Island', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37556, 'Fishkill', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37557, 'Flanders', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37558, 'Fleischmanns', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37559, 'Floral Park', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37560, 'Florida', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37561, 'Flower Hill', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37562, 'Fonda', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37563, 'Forest Home', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37564, 'Forestville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37565, 'Fort Ann', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37566, 'Fort Drum', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37567, 'Fort Edward', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37568, 'Fort Johnson', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37569, 'Fort Montgomery', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37570, 'Fort Plain', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37571, 'Fort Salonga', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37572, 'Frankfort', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37573, 'Franklin', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37574, 'Franklin Square', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37575, 'Franklinville', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37576, 'Fredonia', 3862, 233, 1, '2019-01-24 21:00:45', '2019-01-24 21:04:51'),
(37577, 'Freeport', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:51'),
(37578, 'Freeville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:51'),
(37579, 'Frewsburg', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37580, 'Friendship', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37581, 'Fulton', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37582, 'Fultonville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37583, 'Gainesville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37584, 'Galeville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37585, 'Galway', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37586, 'Gang Mills', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37587, 'Garden City', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37588, 'Garden City Park', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37589, 'Garden City South', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37590, 'Gardiner', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37591, 'Gardnertown', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37592, 'Gasport', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37593, 'Gates-north Gates', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37594, 'Geneseo', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37595, 'Geneva', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37596, 'Germantown', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37597, 'Ghent', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37598, 'Gilbertsville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37599, 'Gilgo-oak Beach-captree', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37600, 'Glasco', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37601, 'Glen Cove', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37602, 'Glen Head', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37603, 'Glen Park', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37604, 'Glens Falls', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37605, 'Glens Falls North', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37606, 'Glenwood Landing', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37607, 'Gloversville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37608, 'Golden S Bridge', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37609, 'Gordon Heights', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37610, 'Goshen', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37611, 'Gouverneur', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37612, 'Gowanda', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37613, 'Grand View-on-hudson', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37614, 'Granville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37615, 'Great Bend', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37616, 'Great Neck', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37617, 'Great Neck Estates', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37618, 'Great Neck Gardens', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37619, 'Great Neck Plaza', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37620, 'Great River', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37621, 'Greece', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37622, 'Greene', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37623, 'Green Island', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37624, 'Greenlawn', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37625, 'Greenport', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37626, 'Greenport West', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37627, 'Greenvale', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37628, 'Greenville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37629, 'Greenwich', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37630, 'Greenwood Lake', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37631, 'Groton', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37632, 'Hagaman', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37633, 'Halesite', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37634, 'Hamburg', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37635, 'Hamilton', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37636, 'Hammond', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37637, 'Hammondsport', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37638, 'Hampton Bays', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37639, 'Hampton Manor', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37640, 'Hancock', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37641, 'Hannibal', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37642, 'Harbor Hills', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37643, 'Harbor Isle', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37644, 'Harriman', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37645, 'Harris Hill', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37646, 'Harrison', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37647, 'Harrisville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37648, 'Hartsdale', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37649, 'Hastings-on-hudson', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37650, 'Hauppauge', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37651, 'Haverstraw', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37652, 'Haviland', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37653, 'Hawthorne', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37654, 'Head Of The Harbor', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37655, 'Hempstead', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37656, 'Heritage Hills', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37657, 'Herkimer', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37658, 'Hermon', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37659, 'Herricks', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37660, 'Herrings', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37661, 'Heuvelton', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37662, 'Hewlett', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37663, 'Hewlett Bay Park', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37664, 'Hewlett Harbor', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37665, 'Hewlett Neck', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37666, 'Hicksville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37667, 'High Falls', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37668, 'Highland', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37669, 'Highland Falls', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37670, 'Highland Mills', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37671, 'Hillburn', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37672, 'Hillcrest', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37673, 'Hillside', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37674, 'Hillside Lake', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37675, 'Hilton', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37676, 'Hobart', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37677, 'Holbrook', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37678, 'Holland', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37679, 'Holland Patent', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37680, 'Holley', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37681, 'Holtsville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37682, 'Homer', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37683, 'Honeoye Falls', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37684, 'Hoosick Falls', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37685, 'Hopewell Junction', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37686, 'Hornell', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37687, 'Horseheads', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37688, 'Horseheads North', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37689, 'Houghton', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37690, 'Hudson', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37691, 'Hudson Falls', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37692, 'Hunter', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37693, 'Huntington', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37694, 'Huntington Bay', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37695, 'Huntington Station', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37696, 'Hurley', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37697, 'Ilion', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37698, 'Interlaken', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37699, 'Inwood', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37700, 'Irondequoit', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37701, 'Irvington', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37702, 'Islandia', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37703, 'Island Park', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37704, 'Islip', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37705, 'Islip Terrace', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37706, 'Ithaca', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37707, 'Jamesport', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37708, 'Jamestown', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37709, 'Jamestown West', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37710, 'Jefferson Heights', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37711, 'Jefferson Valley-yorktown', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37712, 'Jeffersonville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37713, 'Jericho', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37714, 'Johnson City', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37715, 'Johnstown', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37716, 'Jordan', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37717, 'Kaser', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37718, 'Keeseville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37719, 'Kenmore', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37720, 'Kensington', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37721, 'Kerhonkson', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37722, 'Kinderhook', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37723, 'Kings Park', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:52'),
(37724, 'Kings Point', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37725, 'Kingston', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37726, 'Kiryas Joel', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37727, 'Lackawanna', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37728, 'Lacona', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37729, 'La Fargeville', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37730, 'Lake Carmel', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37731, 'Lake Erie Beach', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37732, 'Lake George', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37733, 'Lake Grove', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37734, 'Lake Katrine', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37735, 'Lakeland', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37736, 'Lake Luzerne-hadley', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37737, 'Lake Mohegan', 3862, 233, 1, '2019-01-24 21:00:46', '2019-01-24 21:04:53'),
(37738, 'Lake Placid', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37739, 'Lake Ronkonkoma', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37740, 'Lake Success', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37741, 'Lakeview', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37742, 'Lakewood', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37743, 'Lancaster', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37744, 'Lansing', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37745, 'Larchmont', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37746, 'Lattingtown', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37747, 'Laurel', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37748, 'Laurel Hollow', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37749, 'Laurens', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37750, 'Lawrence', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37751, 'Leeds', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37752, 'Leicester', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37753, 'Le Roy', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37754, 'Levittown', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37755, 'Lewiston', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37756, 'Liberty', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37757, 'Lido Beach', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37758, 'Lima', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37759, 'Lime Lake-machias', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37760, 'Limestone', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37761, 'Lincolndale', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37762, 'Lincoln Park', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37763, 'Lindenhurst', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37764, 'Lisle', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37765, 'Little Falls', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37766, 'Little Valley', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37767, 'Liverpool', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37768, 'Livingston Manor', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37769, 'Livonia', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37770, 'Lloyd Harbor', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37771, 'Lockport', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37772, 'Locust Valley', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37773, 'Lodi', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37774, 'Long Beach', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37775, 'Lorenz Park', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37776, 'Lowville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37777, 'Lynbrook', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37778, 'Lyncourt', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37779, 'Lyndonville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37780, 'Lyon Mountain', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37781, 'Lyons', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37782, 'Lyons Falls', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37783, 'Macedon', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37784, 'Mcgraw', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37785, 'Madison', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37786, 'Mahopac', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37787, 'Malden', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37788, 'Malone', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37789, 'Malverne', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37790, 'Malverne Park Oaks', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37791, 'Mamaroneck', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37792, 'Manchester', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37793, 'Manhasset', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37794, 'Manhasset Hills', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37795, 'Manlius', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37796, 'Mannsville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37797, 'Manorhaven', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37798, 'Manorville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37799, 'Marathon', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37800, 'Marcellus', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37801, 'Margaretville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37802, 'Mariaville Lake', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37803, 'Marlboro', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37804, 'Massapequa', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37805, 'Massapequa Park', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37806, 'Massena', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37807, 'Mastic', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37808, 'Mastic Beach', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37809, 'Matinecock', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37810, 'Mattituck', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37811, 'Mattydale', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37812, 'Maybrook', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37813, 'Mayfield', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37814, 'Mayville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37815, 'Mechanicstown', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37816, 'Mechanicville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37817, 'Medford', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37818, 'Medina', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37819, 'Medusa', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37820, 'Melrose Park', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37821, 'Melville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37822, 'Menands', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37823, 'Meridian', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37824, 'Merrick', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37825, 'Mexico', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37826, 'Middleburgh', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37827, 'Middle Island', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37828, 'Middleport', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:53'),
(37829, 'Middletown', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37830, 'Middleville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37831, 'Milford', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37832, 'Millbrook', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37833, 'Miller Place', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37834, 'Millerton', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37835, 'Mill Neck', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37836, 'Millport', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37837, 'Milton', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37838, 'Mineola', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37839, 'Minetto', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37840, 'Mineville-witherbee', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37841, 'Minoa', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37842, 'Mohawk', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37843, 'Monroe', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37844, 'Monsey', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37845, 'Montauk', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37846, 'Montebello', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37847, 'Montgomery', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37848, 'Monticello', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37849, 'Montour Falls', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37850, 'Mooers', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37851, 'Moravia', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37852, 'Moriches', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37853, 'Morris', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37854, 'Morrisonville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37855, 'Morristown', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37856, 'Morrisville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37857, 'Mount Ivy', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37858, 'Mount Kisco', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37859, 'Mount Morris', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37860, 'Mount Sinai', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37861, 'Mount Vernon', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37862, 'Munnsville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37863, 'Munsey Park', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37864, 'Munsons Corners', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37865, 'Muttontown', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37866, 'Myers Corner', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37867, 'Nanuet', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37868, 'Napanoch', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37869, 'Napeague', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37870, 'Naples', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37871, 'Narrowsburg', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37872, 'Nassau', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37873, 'Natural Bridge', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37874, 'Nedrow', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37875, 'Nelliston', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37876, 'Nelsonville', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37877, 'Nesconset', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37878, 'Newark', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37879, 'Newark Valley', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37880, 'New Berlin', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37881, 'Newburgh', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37882, 'New Cassel', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37883, 'New City', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37884, 'Newfane', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37885, 'Newfield Hamlet', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37886, 'New Hartford', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37887, 'New Hempstead', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37888, 'New Hyde Park', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37889, 'New Paltz', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37890, 'Newport', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37891, 'New Rochelle', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37892, 'New Square', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37893, 'New Suffolk', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37894, 'New Windsor', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(37895, 'New York', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37896, 'New York Mills', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37897, 'Niagara Falls', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37898, 'Nichols', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37899, 'Niskayuna', 3862, 233, 1, '2019-01-24 21:00:47', '2019-01-24 21:04:54'),
(37900, 'Nissequogue', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37901, 'Niverville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37902, 'Norfolk', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37903, 'North Amityville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37904, 'Northampton', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37905, 'North Babylon', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37906, 'North Ballston Spa', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37907, 'North Bay Shore', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37908, 'North Bellmore', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37909, 'North Bellport', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37910, 'North Boston', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37911, 'North Collins', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37912, 'Northeast Ithaca', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37913, 'North Great River', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37914, 'North Haven', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37915, 'North Hills', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37916, 'North Hornell', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37917, 'North Lindenhurst', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37918, 'North Lynbrook', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37919, 'North Massapequa', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37920, 'North Merrick', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37921, 'North New Hyde Park', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37922, 'North Patchogue', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37923, 'Northport', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37924, 'North Sea', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37925, 'North Syracuse', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37926, 'North Tonawanda', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37927, 'North Valley Stream', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37928, 'Northville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37929, 'North Wantagh', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37930, 'Northwest Harbor', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37931, 'Northwest Ithaca', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37932, 'Norwich', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37933, 'Norwood', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37934, 'Noyack', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37935, 'Nunda', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37936, 'Nyack', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37937, 'Oakdale', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37938, 'Oakfield', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37939, 'Ocean Beach', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37940, 'Oceanside', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37941, 'Odessa', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37942, 'Ogdensburg', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37943, 'Olcott', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37944, 'Old Bethpage', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37945, 'Old Brookville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37946, 'Old Field', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37947, 'Old Westbury', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37948, 'Olean', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37949, 'Oneida', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37950, 'Oneida Castle', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37951, 'Oneonta', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37952, 'Orangeburg', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37953, 'Orange Lake', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37954, 'Orchard Park', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37955, 'Orient', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37956, 'Oriskany', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37957, 'Oriskany Falls', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37958, 'Ossining', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37959, 'Oswego', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37960, 'Otego', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37961, 'Otisville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37962, 'Ovid', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37963, 'Owego', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37964, 'Oxford', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37965, 'Oyster Bay', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37966, 'Oyster Bay Cove', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37967, 'Painted Post', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37968, 'Palatine Bridge', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37969, 'Palenville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37970, 'Palmyra', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37971, 'Panama', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37972, 'Parc', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37973, 'Parish', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:54'),
(37974, 'Patchogue', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37975, 'Pattersonville-rotterdam Junction', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37976, 'Pawling', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37977, 'Peach Lake', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37978, 'Pearl River', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37979, 'Peconic', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37980, 'Peekskill', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37981, 'Pelham', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37982, 'Pelham Manor', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37983, 'Penn Yan', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37984, 'Perry', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37985, 'Perrysburg', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37986, 'Peru', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37987, 'Phelps', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37988, 'Philadelphia', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37989, 'Philmont', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37990, 'Phoenicia', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37991, 'Phoenix', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37992, 'Piermont', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37993, 'Pike', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37994, 'Pine Bush', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37995, 'Pine Hill', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37996, 'Pine Plains', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37997, 'Pittsford', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37998, 'Plainedge', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(37999, 'Plainview', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38000, 'Plandome', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38001, 'Plandome Heights', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38002, 'Plandome Manor', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38003, 'Plattekill', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38004, 'Plattsburgh', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38005, 'Plattsburgh West', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38006, 'Pleasant Valley', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38007, 'Pleasantville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38008, 'Poestenkill', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38009, 'Point Lookout', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38010, 'Poland', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38011, 'Pomona', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38012, 'Poquott', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38013, 'Port Byron', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38014, 'Port Chester', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38015, 'Port Dickinson', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38016, 'Port Ewen', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38017, 'Port Henry', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38018, 'Port Jefferson', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38019, 'Port Jefferson Station', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38020, 'Port Jervis', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38021, 'Port Leyden', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38022, 'Portville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38023, 'Port Washington', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38024, 'Port Washington North', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38025, 'Potsdam', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38026, 'Poughkeepsie', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38027, 'Preston-potter Hollow', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38028, 'Prospect', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38029, 'Pulaski', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38030, 'Putnam Lake', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38031, 'Quioque', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38032, 'Quogue', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38033, 'Randolph', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38034, 'Ransomville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38035, 'Rapids', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38036, 'Ravena', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38037, 'Red Creek', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38038, 'Redford', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38039, 'Red Hook', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38040, 'Red Oaks Mill', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38041, 'Redwood', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38042, 'Remsen', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38043, 'Remsenburg-speonk', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38044, 'Rensselaer', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38045, 'Rensselaer Falls', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38046, 'Rhinebeck', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38047, 'Richburg', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38048, 'Richfield Springs', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38049, 'Richmondville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38050, 'Richville', 3862, 233, 1, '2019-01-24 21:00:48', '2019-01-24 21:04:55'),
(38051, 'Ridge', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38052, 'Rifton', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38053, 'Ripley', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38054, 'Riverhead', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38055, 'Riverside', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38056, 'Rochester', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38057, 'Rock Hill', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38058, 'Rockville Centre', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38059, 'Rocky Point', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38060, 'Rome', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38061, 'Ronkonkoma', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38062, 'Roosevelt', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38063, 'Roscoe', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38064, 'Rosendale Village', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38065, 'Roslyn', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38066, 'Roslyn Estates', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38067, 'Roslyn Harbor', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38068, 'Roslyn Heights', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38069, 'Rotterdam', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38070, 'Round Lake', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38071, 'Rouses Point', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38072, 'Rushville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38073, 'Russell Gardens', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38074, 'Rye', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38075, 'Rye Brook', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38076, 'Sackets Harbor', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38077, 'Saddle Rock', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38078, 'Saddle Rock Estates', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38079, 'Sagaponack', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38080, 'Sag Harbor', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38081, 'St. Bonaventure', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38082, 'St. James', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38083, 'St. Johnsville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38084, 'Salamanca', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38085, 'Salem', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38086, 'Salisbury', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38087, 'Saltaire', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38088, 'Sand Ridge', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38089, 'Sands Point', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38090, 'Sandy Creek', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38091, 'Saranac Lake', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38092, 'Saratoga Springs', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38093, 'Saugerties', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38094, 'Saugerties South', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38095, 'Savona', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38096, 'Sayville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38097, 'Scarsdale', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38098, 'Schaghticoke', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38099, 'Schenectady', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38100, 'Schoharie', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38101, 'Schuylerville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38102, 'Scotchtown', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38103, 'Scotia', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38104, 'Scotts Corners', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38105, 'Scottsville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38106, 'Sea Cliff', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38107, 'Seaford', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38108, 'Searingtown', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38109, 'Selden', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38110, 'Seneca Falls', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38111, 'Seneca Knolls', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38112, 'Setauket-east Setauket', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38113, 'Sharon Springs', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38114, 'Shelter Island', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38115, 'Shelter Island Heights', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38116, 'Shenorock', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38117, 'Sherburne', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38118, 'Sherman', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38119, 'Sherrill', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:55'),
(38120, 'Shinnecock Hills', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38121, 'Shirley', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38122, 'Shokan', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38123, 'Shoreham', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38124, 'Shortsville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38125, 'Shrub Oak', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38126, 'Sidney', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38127, 'Silver Creek', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38128, 'Silver Springs', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38129, 'Sinclairville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38130, 'Skaneateles', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38131, 'Sleepy Hollow', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38132, 'Sloan', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38133, 'Sloatsburg', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38134, 'Smallwood', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38135, 'Smithtown', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38136, 'Smyrna', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38137, 'Sodus', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38138, 'Sodus Point', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38139, 'Solvay', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38140, 'Sound Beach', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38141, 'Southampton', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38142, 'South Corning', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38143, 'South Dayton', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38144, 'South Fallsburg', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38145, 'South Farmingdale', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38146, 'South Floral Park', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38147, 'South Glens Falls', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38148, 'South Hempstead', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38149, 'South Hill', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38150, 'South Huntington', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38151, 'South Lockport', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38152, 'South Nyack', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38153, 'Southold', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38154, 'Southport', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38155, 'South Valley Stream', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38156, 'Spackenkill', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38157, 'Speculator', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38158, 'Spencer', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38159, 'Spencerport', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38160, 'Springs', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38161, 'Spring Valley', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38162, 'Springville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38163, 'Staatsburg', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38164, 'Stamford', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38165, 'Stannards', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38166, 'Star Lake', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38167, 'Stewart Manor', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38168, 'Stillwater', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38169, 'Stone Ridge', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38170, 'Stony Brook', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38171, 'Stony Point', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38172, 'Stottville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38173, 'Suffern', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38174, 'Sylvan Beach', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38175, 'Syosset', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38176, 'Syracuse', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38177, 'Tannersville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38178, 'Tappan', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38179, 'Tarrytown', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38180, 'Terryville', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38181, 'Theresa', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38182, 'Thiells', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38183, 'Thomaston', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38184, 'Thornwood', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38185, 'Tillson', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38186, 'Tivoli', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38187, 'Tonawanda', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38188, 'Town Line', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38189, 'Tribes Hill', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38190, 'Troy', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38191, 'Trumansburg', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38192, 'Tuckahoe', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38193, 'Tully', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38194, 'Tupper Lake', 3862, 233, 1, '2019-01-24 21:00:49', '2019-01-24 21:04:56'),
(38195, 'Turin', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38196, 'Tuxedo Park', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38197, 'Unadilla', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38198, 'Uniondale', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38199, 'Union Springs', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38200, 'Unionville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38201, 'University Gardens', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38202, 'Upper Brookville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38203, 'Upper Nyack', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38204, 'Utica', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38205, 'Vails Gate', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38206, 'Valatie', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38207, 'Valhalla', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38208, 'Valley Cottage', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38209, 'Valley Falls', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38210, 'Valley Stream', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38211, 'Van Etten', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38212, 'Vernon', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38213, 'Verplanck', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38214, 'Victor', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38215, 'Victory', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38216, 'Village Green', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38217, 'Village Of The Branch', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38218, 'Viola', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38219, 'Voorheesville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38220, 'Waddington', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38221, 'Wading River', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38222, 'Wainscott', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38223, 'Walden', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38224, 'Walker Valley', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38225, 'Wallkill', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38226, 'Walton', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38227, 'Walton Park', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38228, 'Wampsville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38229, 'Wantagh', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38230, 'Wappingers Falls', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38231, 'Warrensburg', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38232, 'Warsaw', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38233, 'Warwick', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38234, 'Washington Heights', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38235, 'Washingtonville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38236, 'Waterford', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38237, 'Waterloo', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38238, 'Watermill', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38239, 'Watertown', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38240, 'Waterville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38241, 'Watervliet', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38242, 'Watkins Glen', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38243, 'Waverly', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38244, 'Wayland', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38245, 'Webster', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38246, 'Weedsport', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38247, 'Wellsburg', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38248, 'Wellsville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38249, 'Wesley Hills', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38250, 'West Babylon', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38251, 'West Bay Shore', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38252, 'Westbury', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38253, 'West Carthage', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38254, 'West Elmira', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38255, 'West End', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38256, 'Westfield', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38257, 'West Glens Falls', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38258, 'Westhampton', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38259, 'Westhampton Beach', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38260, 'West Hampton Dunes', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38261, 'West Haverstraw', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38262, 'West Hempstead', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38263, 'West Hills', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38264, 'West Hurley', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38265, 'West Islip', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38266, 'Westmere', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38267, 'West Nyack', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38268, 'Weston Mills', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38269, 'West Point', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38270, 'West Sand Lake', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38271, 'West Sayville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38272, 'West Seneca', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38273, 'Westvale', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38274, 'West Winfield', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38275, 'Wheatley Heights', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:56'),
(38276, 'Whitehall', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38277, 'White Plains', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38278, 'Whitesboro', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38279, 'Whitney Point', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38280, 'Williamsville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38281, 'Williston Park', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38282, 'Wilson', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38283, 'Windham', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38284, 'Windsor', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38285, 'Wolcott', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38286, 'Woodbury', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38287, 'Woodmere', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38288, 'Woodridge', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38289, 'Woodsburgh', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38290, 'Woodstock', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38291, 'Wurtsboro', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38292, 'Wyandanch', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38293, 'Wynantskill', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38294, 'Wyoming', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38295, 'Yaphank', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38296, 'Yonkers', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38297, 'Yorkshire', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38298, 'Yorktown Heights', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38299, 'Yorkville', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38300, 'Youngstown', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38301, 'Zena', 3862, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38302, 'Aberdeen', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38303, 'Ahoskie', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38304, 'Alamance', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38305, 'Albemarle', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38306, 'Alliance', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38307, 'Altamahaw-ossipee', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38308, 'Andrews', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38309, 'Angier', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38310, 'Ansonville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38311, 'Apex', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38312, 'Arapahoe', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38313, 'Archdale', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38314, 'Arlington', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38315, 'Asheboro', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38316, 'Asheville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38317, 'Ashley Heights', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38318, 'Askewville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38319, 'Atkinson', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38320, 'Atlantic Beach', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38321, 'Aulander', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38322, 'Aurora', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38323, 'Autryville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38324, 'Avery Creek', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38325, 'Ayden', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38326, 'Badin', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38327, 'Bailey', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38328, 'Bakersville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38329, 'Bald Head Island', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38330, 'Balfour', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38331, 'Banner Elk', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38332, 'Barker Heights', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38333, 'Barker Ten Mile', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38334, 'Bath', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38335, 'Bayboro', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38336, 'Bayshore', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38337, 'Beargrass', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38338, 'Beaufort', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38339, 'Beech Mountain', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38340, 'Belhaven', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38341, 'Belmont', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38342, 'Belville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38343, 'Belwood', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38344, 'Benson', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38345, 'Bent Creek', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38346, 'Bermuda Run', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38347, 'Bessemer City', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38348, 'Bethania', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38349, 'Bethel', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38350, 'Bethlehem', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38351, 'Beulaville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38352, 'Biltmore Forest', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38353, 'Biscoe', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38354, 'Black Creek', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38355, 'Black Mountain', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38356, 'Bladenboro', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38357, 'Blowing Rock', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38358, 'Boardman', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38359, 'Boger City', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38360, 'Bogue', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38361, 'Boiling Spring Lakes', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38362, 'Boiling Springs', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38363, 'Bolivia', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38364, 'Bolton', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38365, 'Bonnetsville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38366, 'Boone', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38367, 'Boonville', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38368, 'Bostic', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38369, 'Bowmore', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38370, 'Brevard', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38371, 'Brices Creek', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38372, 'Bridgeton', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38373, 'Broadway', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38374, 'Brogden', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38375, 'Brookford', 3863, 233, 1, '2019-01-24 21:00:50', '2019-01-24 21:04:57'),
(38376, 'Brunswick', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38377, 'Bryson City', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38378, 'Buies Creek', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38379, 'Bunn', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38380, 'Burgaw', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38381, 'Burlington', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38382, 'Burnsville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38383, 'Butner', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38384, 'Butters', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38385, 'Cajah S Mountain', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38386, 'Calabash', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38387, 'Calypso', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38388, 'Cameron', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38389, 'Candor', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38390, 'Canton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38391, 'Cape Carteret', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38392, 'Carolina Beach', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38393, 'Carolina Shores', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38394, 'Carrboro', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38395, 'Carthage', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38396, 'Cary', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38397, 'Casar', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38398, 'Cashiers', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38399, 'Castalia', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38400, 'Castle Hayne', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38401, 'Caswell Beach', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38402, 'Catawba', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38403, 'Cedar Point', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38404, 'Cedar Rock', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38405, 'Centerville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38406, 'Cerro Gordo', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38407, 'Chadbourn', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38408, 'Chapel Hill', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38409, 'Charlotte', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38410, 'Cherryville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38411, 'Chimney Rock', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38412, 'China Grove', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38413, 'Chocowinity', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38414, 'Claremont', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38415, 'Clarkton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38416, 'Clayton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38417, 'Clemmons', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38418, 'Cleveland', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38419, 'Clinton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38420, 'Clyde', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38421, 'Coats', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38422, 'Cofield', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38423, 'Colerain', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38424, 'Columbia', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38425, 'Columbus', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38426, 'Como', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38427, 'Concord', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38428, 'Conetoe', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38429, 'Connelly Springs', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38430, 'Conover', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38431, 'Conway', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38432, 'Cooleemee', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38433, 'Cornelius', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38434, 'Cove City', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38435, 'Cramerton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38436, 'Creedmoor', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38437, 'Creswell', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38438, 'Cricket', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:57'),
(38439, 'Crossnore', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38440, 'Cullowhee', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38441, 'Dallas', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38442, 'Danbury', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38443, 'Davidson', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38444, 'Delway', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38445, 'Denton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38446, 'Dillsboro', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38447, 'Dobbins Heights', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38448, 'Dobson', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38449, 'Dortches', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38450, 'Dover', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38451, 'Drexel', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38452, 'Dublin', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38453, 'Dundarrach', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38454, 'Dunn', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38455, 'Durham', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38456, 'Earl', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38457, 'East Arcadia', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38458, 'East Bend', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38459, 'East Flat Rock', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38460, 'East Laurinburg', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38461, 'Eastover', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38462, 'East Rockingham', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38463, 'East Spencer', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38464, 'Eden', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38465, 'Edenton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38466, 'Elizabeth City', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38467, 'Elizabethtown', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38468, 'Elkin', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38469, 'Elk Park', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38470, 'Ellenboro', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38471, 'Ellerbe', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38472, 'Elm City', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38473, 'Elon College', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38474, 'Elrod', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38475, 'Elroy', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38476, 'Emerald Isle', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38477, 'Enfield', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38478, 'Enochville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38479, 'Erwin', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38480, 'Etowah', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38481, 'Eureka', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38482, 'Everetts', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38483, 'Fair Bluff', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38484, 'Fairfield Harbour', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38485, 'Fairmont', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38486, 'Fairplains', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38487, 'Fairview', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38488, 'Faison', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38489, 'Faith', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38490, 'Falcon', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38491, 'Falkland', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38492, 'Fallston', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38493, 'Farmville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38494, 'Fayetteville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38495, 'Fearrington', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38496, 'Five Points', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38497, 'Flat Rock', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38498, 'Fletcher', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38499, 'Forest City', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38500, 'Forest Hills', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38501, 'Forest Oaks', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38502, 'Fort Bragg', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38503, 'Fountain', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38504, 'Four Oaks', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38505, 'Foxfire', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38506, 'Franklin', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38507, 'Franklinton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38508, 'Franklinville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38509, 'Fremont', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38510, 'Fuquay-varina', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(38511, 'Gamewell', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38512, 'Garland', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38513, 'Garner', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38514, 'Garysburg', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38515, 'Gaston', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38516, 'Gastonia', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38517, 'Gatesville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38518, 'Gibson', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38519, 'Gibsonville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38520, 'Glen Alpine', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38521, 'Glen Raven', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38522, 'Godwin', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38523, 'Goldsboro', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38524, 'Goldston', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38525, 'Gorman', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38526, 'Graham', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38527, 'Grandfather', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38528, 'Granite Falls', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38529, 'Granite Quarry', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38530, 'Greenevers', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38531, 'Green Level', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38532, 'Greensboro', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38533, 'Greenville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38534, 'Grifton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38535, 'Grimesland', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38536, 'Grover', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38537, 'Half Moon', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38538, 'Halifax', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38539, 'Hamilton', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38540, 'Hamlet', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38541, 'Harkers Island', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38542, 'Harmony', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38543, 'Harrells', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38544, 'Harrellsville', 3863, 233, 1, '2019-01-24 21:00:51', '2019-01-24 21:04:58'),
(38545, 'Harrisburg', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38546, 'Hassell', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38547, 'Havelock', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38548, 'Haw River', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38549, 'Hayesville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38550, 'Hays', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38551, 'Hemby Bridge', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38552, 'Henderson', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38553, 'Hendersonville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38554, 'Hertford', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38555, 'Hickory', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38556, 'Highlands', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38557, 'High Point', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38558, 'High Shoals', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38559, 'Hightsville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38560, 'Hildebran', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38561, 'Hillsborough', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38562, 'Hobgood', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38563, 'Hoffman', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38564, 'Holden Beach', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38565, 'Holly Ridge', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38566, 'Holly Springs', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38567, 'Hookerton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38568, 'Hope Mills', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38569, 'Hot Springs', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38570, 'Hudson', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38571, 'Huntersville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38572, 'Icard', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38573, 'Indian Beach', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38574, 'Indian Trail', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38575, 'Ingold', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38576, 'Ivanhoe', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38577, 'Jaars', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38578, 'Jackson', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38579, 'Jacksonville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38580, 'James City', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38581, 'Jamestown', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:58'),
(38582, 'Jamesville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38583, 'Jefferson', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38584, 'Jonesville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38585, 'Kannapolis', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38586, 'Keener', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38587, 'Kelford', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38588, 'Kelly', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38589, 'Kenansville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38590, 'Kenly', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38591, 'Kernersville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38592, 'Kill Devil Hills', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38593, 'King', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38594, 'Kings Grant', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38595, 'Kings Mountain', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38596, 'Kingstown', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38597, 'Kinston', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38598, 'Kirkland', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38599, 'Kittrell', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38600, 'Kitty Hawk', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38601, 'Knightdale', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38602, 'Kure Beach', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38603, 'La Grange', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38604, 'Lake Junaluska', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38605, 'Lake Lure', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38606, 'Lake Norman Of Catawba', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38607, 'Lake Park', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38608, 'Lake Santeetlah', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38609, 'Lake Waccamaw', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38610, 'Landis', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38611, 'Lansing', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38612, 'Lasker', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38613, 'Lattimore', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38614, 'Laurel Park', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38615, 'Laurinburg', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38616, 'Lawndale', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38617, 'Leggett', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38618, 'Leland', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38619, 'Lenoir', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38620, 'Lewiston Woodville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38621, 'Lewisville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38622, 'Lexington', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38623, 'Liberty', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38624, 'Light Oak', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38625, 'Lilesville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38626, 'Lillington', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38627, 'Lincolnton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38628, 'Linden', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38629, 'Littleton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38630, 'Locust', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38631, 'Long View', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38632, 'Louisburg', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38633, 'Love Valley', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38634, 'Lowell', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38635, 'Lowesville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38636, 'Lucama', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38637, 'Lumber Bridge', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38638, 'Lumberton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38639, 'Mcadenville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38640, 'Macclesfield', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38641, 'Mcdonald', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38642, 'Mcfarlan', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38643, 'Mcleansville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38644, 'Macon', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38645, 'Madison', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38646, 'Maggie Valley', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38647, 'Magnolia', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38648, 'Maiden', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38649, 'Manteo', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38650, 'Marietta', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38651, 'Marion', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38652, 'Mar-mac', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38653, 'Marshall', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38654, 'Mars Hill', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38655, 'Marshville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38656, 'Marvin', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38657, 'Masonboro', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38658, 'Matthews', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38659, 'Maxton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38660, 'Mayodan', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38661, 'Maysville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38662, 'Mebane', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38663, 'Mesic', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38664, 'Micro', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38665, 'Middleburg', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38666, 'Middlesex', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38667, 'Millers Creek', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38668, 'Milton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38669, 'Mineral Springs', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38670, 'Minnesott Beach', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38671, 'Mint Hill', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38672, 'Mocksville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38673, 'Momeyer', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38674, 'Monroe', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38675, 'Montreat', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38676, 'Mooresboro', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38677, 'Mooresville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38678, 'Moravian Falls', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38679, 'Morehead City', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38680, 'Morganton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38681, 'Morrisville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38682, 'Morven', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38683, 'Mountain Home', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38684, 'Mountain View', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38685, 'Mount Airy', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38686, 'Mount Gilead', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38687, 'Mount Holly', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38688, 'Mount Olive', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38689, 'Mount Pleasant', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38690, 'Mulberry', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38691, 'Murfreesboro', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38692, 'Murphy', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38693, 'Murraysville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38694, 'Myrtle Grove', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38695, 'Nags Head', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38696, 'Nashville', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38697, 'Navassa', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38698, 'Neuse Forest', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38699, 'New Bern', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38700, 'Newland', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38701, 'New London', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38702, 'Newport', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38703, 'Newton', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38704, 'Newton Grove', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38705, 'Norlina', 3863, 233, 1, '2019-01-24 21:00:52', '2019-01-24 21:04:59'),
(38706, 'Norman', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38707, 'Northlakes', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38708, 'North Topsail Beach', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38709, 'Northwest', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38710, 'North Wilkesboro', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38711, 'Norwood', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38712, 'Oakboro', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38713, 'Oak City', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38714, 'Oak Island', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38715, 'Oak Ridge', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38716, 'Ocean Isle Beach', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38717, 'Ocracoke', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38718, 'Ogden', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38719, 'Old Fort', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38720, 'Oriental', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38721, 'Orrum', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38722, 'Oxford', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38723, 'Pantego', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38724, 'Parkton', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38725, 'Parmele', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38726, 'Patterson Springs', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:04:59'),
(38727, 'Peachland', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38728, 'Peletier', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38729, 'Pembroke', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38730, 'Pikeville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38731, 'Pilot Mountain', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38732, 'Pinebluff', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38733, 'Pinehurst', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38734, 'Pine Knoll Shores', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38735, 'Pine Level', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38736, 'Pinetops', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38737, 'Pineville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38738, 'Piney Green', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38739, 'Pink Hill', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38740, 'Pittsboro', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38741, 'Plain View', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38742, 'Pleasant Garden', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38743, 'Pleasant Hill', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38744, 'Plymouth', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38745, 'Polkton', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38746, 'Polkville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38747, 'Pollocksville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38748, 'Pope Afb', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38749, 'Powellsville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38750, 'Princeton', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38751, 'Princeville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38752, 'Proctorville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38753, 'Prospect', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38754, 'Pumpkin Center', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38755, 'Raeford', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38756, 'Raemon', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38757, 'Raleigh', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38758, 'Ramseur', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38759, 'Randleman', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38760, 'Ranlo', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38761, 'Raynham', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38762, 'Red Oak', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38763, 'Red Springs', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38764, 'Reidsville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38765, 'Rennert', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38766, 'Rex', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38767, 'Rhodhiss', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38768, 'Richfield', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38769, 'Richlands', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38770, 'Rich Square', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38771, 'River Bend', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38772, 'River Road', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38773, 'Roanoke Rapids', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38774, 'Robbins', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38775, 'Robbinsville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38776, 'Robersonville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38777, 'Rockfish', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38778, 'Rockingham', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38779, 'Rockwell', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38780, 'Rocky Mount', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38781, 'Rolesville', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38782, 'Ronda', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38783, 'Roper', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38784, 'Roseboro', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38785, 'Rose Hill', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38786, 'Rosman', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38787, 'Rowland', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38788, 'Roxboro', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38789, 'Roxobel', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38790, 'Royal Pines', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38791, 'Rural Hall', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38792, 'Ruth', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38793, 'Rutherford College', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38794, 'Rutherfordton', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38795, 'St. Helena', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38796, 'St. James', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38797, 'St. Pauls', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38798, 'St. Stephens', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38799, 'Salem', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38800, 'Salemburg', 3863, 233, 1, '2019-01-24 21:00:53', '2019-01-24 21:05:00'),
(38801, 'Salisbury', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38802, 'Saluda', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38803, 'Sandy Creek', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38804, 'Sandyfield', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38805, 'Sanford', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38806, 'Saratoga', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38807, 'Sawmills', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38808, 'Saxapahaw', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38809, 'Scotland Neck', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38810, 'Seaboard', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38811, 'Sea Breeze', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38812, 'Seagate', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38813, 'Seagrove', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38814, 'Sedalia', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38815, 'Selma', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38816, 'Seven Devils', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38817, 'Seven Lakes', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38818, 'Seven Springs', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38819, 'Severn', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38820, 'Shallotte', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38821, 'Shannon', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38822, 'Sharpsburg', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38823, 'Shelby', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38824, 'Sherrills Ford', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38825, 'Siler City', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38826, 'Silver City', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38827, 'Silver Lake', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38828, 'Simpson', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38829, 'Sims', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38830, 'Skippers Corner', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38831, 'Smithfield', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38832, 'Sneads Ferry', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38833, 'Snow Hill', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38834, 'Southern Pines', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38835, 'Southern Shores', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38836, 'South Gastonia', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38837, 'South Henderson', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38838, 'Southport', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38839, 'South Rosemary', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38840, 'South Weldon', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38841, 'Sparta', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38842, 'Speed', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38843, 'Spencer', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38844, 'Spencer Mountain', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38845, 'Spindale', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38846, 'Spiveys Corner', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38847, 'Spring Hope', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38848, 'Spring Lake', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38849, 'Spruce Pine', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38850, 'Staley', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38851, 'Stallings', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38852, 'Stanfield', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38853, 'Stanley', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38854, 'Stantonsburg', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38855, 'Star', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38856, 'Statesville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38857, 'Stedman', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38858, 'Stem', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38859, 'Stokesdale', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38860, 'Stoneville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38861, 'Stonewall', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38862, 'Stony Point', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38863, 'Stovall', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38864, 'Sugar Mountain', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38865, 'Summerfield', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38866, 'Sunset Beach', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38867, 'Surf City', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38868, 'Swannanoa', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38869, 'Swansboro', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38870, 'Swepsonville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38871, 'Sylva', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38872, 'Tabor City', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38873, 'Tarboro', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38874, 'Tar Heel', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:00'),
(38875, 'Taylorsville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38876, 'Taylortown', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38877, 'Teachey', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38878, 'Thomasville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38879, 'Toast', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38880, 'Tobaccoville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38881, 'Topsail Beach', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38882, 'Trenton', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38883, 'Trent Woods', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38884, 'Trinity', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38885, 'Troutman', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38886, 'Troy', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38887, 'Tryon', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38888, 'Turkey', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38889, 'Unionville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38890, 'Valdese', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38891, 'Valley Hill', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38892, 'Vanceboro', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38893, 'Vandemere', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38894, 'Vander', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38895, 'Vann Crossroads', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38896, 'Varnamtown', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38897, 'Vass', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38898, 'Waco', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38899, 'Wade', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38900, 'Wadesboro', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38901, 'Wagram', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38902, 'Wake Forest', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38903, 'Walkertown', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38904, 'Wallace', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38905, 'Walnut Cove', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38906, 'Walnut Creek', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38907, 'Walstonburg', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38908, 'Wanchese', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38909, 'Warrenton', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38910, 'Warsaw', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38911, 'Washington', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38912, 'Washington Park', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38913, 'Watha', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38914, 'Waxhaw', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38915, 'Waynesville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38916, 'Weaverville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38917, 'Webster', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38918, 'Weddington', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38919, 'Welcome', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38920, 'Weldon', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38921, 'Wendell', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38922, 'Wentworth', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38923, 'Wesley Chapel', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38924, 'West Canton', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38925, 'West Jefferson', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38926, 'West Marion', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38927, 'Westport', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38928, 'West Smithfield', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38929, 'Whispering Pines', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38930, 'Whitakers', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38931, 'White Lake', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38932, 'White Oak', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38933, 'White Plains', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38934, 'Whiteville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38935, 'Whitsett', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38936, 'Wilkesboro', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38937, 'Williamston', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38938, 'Wilmington', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38939, 'Wilson', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38940, 'Wilson S Mills', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38941, 'Windsor', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38942, 'Winfall', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38943, 'Wingate', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38944, 'Winston-salem', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38945, 'Winterville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38946, 'Winton', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38947, 'Woodfin', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38948, 'Woodland', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38949, 'Woodlawn', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38950, 'Wrightsboro', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38951, 'Wrightsville Beach', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38952, 'Yadkinville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38953, 'Yanceyville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38954, 'Youngsville', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38955, 'Zebulon', 3863, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38956, 'Abercrombie', 3864, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38957, 'Adams', 3864, 233, 1, '2019-01-24 21:00:54', '2019-01-24 21:05:01'),
(38958, 'Alamo', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38959, 'Alexander', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38960, 'Alice', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38961, 'Almont', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38962, 'Alsen', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38963, 'Ambrose', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38964, 'Amenia', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38965, 'Amidon', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38966, 'Anamoose', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38967, 'Aneta', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38968, 'Antler', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38969, 'Ardoch', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38970, 'Argusville', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38971, 'Arnegard', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38972, 'Arthur', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38973, 'Ashley', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38974, 'Ayr', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38975, 'Balfour', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38976, 'Balta', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38977, 'Bantry', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38978, 'Barney', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38979, 'Bathgate', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38980, 'Beach', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38981, 'Belcourt', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38982, 'Belfield', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38983, 'Benedict', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38984, 'Bergen', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38985, 'Berlin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38986, 'Berthold', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38987, 'Beulah', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38988, 'Binford', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38989, 'Bisbee', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38990, 'Bismarck', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38991, 'Bottineau', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38992, 'Bowbells', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38993, 'Bowdon', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38994, 'Bowman', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38995, 'Braddock', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38996, 'Briarwood', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38997, 'Brinsmade', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38998, 'Brocket', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(38999, 'Buchanan', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39000, 'Bucyrus', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39001, 'Buffalo', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39002, 'Burlington', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39003, 'Butte', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39004, 'Buxton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39005, 'Calio', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39006, 'Calvin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39007, 'Cando', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39008, 'Cannon Ball', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39009, 'Canton City', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39010, 'Carpio', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39011, 'Carrington', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39012, 'Carson', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39013, 'Casselton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39014, 'Cathay', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39015, 'Cavalier', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39016, 'Cayuga', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39017, 'Center', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39018, 'Christine', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39019, 'Churchs Ferry', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39020, 'Cleveland', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39021, 'Clifford', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39022, 'Cogswell', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39023, 'Coleharbor', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39024, 'Colfax', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39025, 'Columbus', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39026, 'Conway', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39027, 'Cooperstown', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39028, 'Courtenay', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39029, 'Crary', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39030, 'Crosby', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39031, 'Crystal', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39032, 'Davenport', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39033, 'Dawson', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39034, 'Dazey', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39035, 'Deering', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39036, 'Des Lacs', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39037, 'Devils Lake', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:01'),
(39038, 'Dickey', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39039, 'Dickinson', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39040, 'Dodge', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39041, 'Donnybrook', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39042, 'Douglas', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39043, 'Drake', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39044, 'Drayton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39045, 'Dunn Center', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39046, 'Dunseith', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39047, 'Dwight', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39048, 'East Dunseith', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39049, 'Edgeley', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39050, 'Edinburg', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39051, 'Edmore', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39052, 'Egeland', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39053, 'Elgin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39054, 'Ellendale', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39055, 'Elliott', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39056, 'Emerado', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39057, 'Enderlin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39058, 'Epping', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39059, 'Erie', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39060, 'Esmond', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39061, 'Fairdale', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39062, 'Fairmount', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39063, 'Fargo', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39064, 'Fessenden', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39065, 'Fingal', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39066, 'Finley', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39067, 'Flasher', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39068, 'Flaxton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39069, 'Forbes', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39070, 'Fordville', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39071, 'Forest River', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39072, 'Forman', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39073, 'Fort Ransom', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39074, 'Fort Totten', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39075, 'Fortuna', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39076, 'Fort Yates', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39077, 'Four Bears Village', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39078, 'Fredonia', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39079, 'Frontier', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39080, 'Fullerton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39081, 'Gackle', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39082, 'Galesburg', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39083, 'Gardena', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39084, 'Gardner', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39085, 'Garrison', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39086, 'Gascoyne', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39087, 'Gilby', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39088, 'Gladstone', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39089, 'Glenburn', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39090, 'Glenfield', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39091, 'Glen Ullin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39092, 'Golden Valley', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39093, 'Golva', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39094, 'Goodrich', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39095, 'Grace City', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39096, 'Grafton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39097, 'Grand Forks', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39098, 'Grand Forks Afb', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39099, 'Grandin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39100, 'Grano', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39101, 'Granville', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39102, 'Great Bend', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39103, 'Grenora', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39104, 'Gwinner', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39105, 'Hague', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39106, 'Halliday', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39107, 'Hamberg', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39108, 'Hamilton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39109, 'Hampden', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39110, 'Hankinson', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39111, 'Hannaford', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39112, 'Hannah', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39113, 'Hansboro', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39114, 'Harvey', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39115, 'Harwood', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39116, 'Hatton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39117, 'Havana', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39118, 'Haynes', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39119, 'Hazelton', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39120, 'Hazen', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39121, 'Hebron', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39122, 'Hettinger', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39123, 'Hillsboro', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39124, 'Hoople', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39125, 'Hope', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39126, 'Horace', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39127, 'Hove Mobile Park', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39128, 'Hunter', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39129, 'Hurdsfield', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39130, 'Inkster', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39131, 'Jamestown', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39132, 'Jud', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39133, 'Karlsruhe', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39134, 'Kathryn', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39135, 'Kenmare', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(39136, 'Kensal', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39137, 'Kief', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39138, 'Killdeer', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39139, 'Kindred', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39140, 'Knox', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39141, 'Kramer', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39142, 'Kulm', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39143, 'Lakota', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39144, 'Lamoure', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39145, 'Landa', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39146, 'Langdon', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39147, 'Lankin', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39148, 'Lansford', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39149, 'Larimore', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39150, 'Larson', 3864, 233, 1, '2019-01-24 21:00:55', '2019-01-24 21:05:02'),
(39151, 'Lawton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39152, 'Leal', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39153, 'Leeds', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39154, 'Lehr', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39155, 'Leith', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39156, 'Leonard', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39157, 'Lidgerwood', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39158, 'Lignite', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39159, 'Lincoln', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39160, 'Linton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39161, 'Lisbon', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39162, 'Litchville', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39163, 'Loma', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39164, 'Loraine', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39165, 'Ludden', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39166, 'Luverne', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39167, 'Mcclusky', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39168, 'Mchenry', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39169, 'Mcville', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39170, 'Maddock', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39171, 'Makoti', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39172, 'Mandan', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39173, 'Mandaree', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39174, 'Mantador', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39175, 'Manvel', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39176, 'Mapleton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39177, 'Marion', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39178, 'Marmarth', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39179, 'Martin', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39180, 'Max', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39181, 'Maxbass', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39182, 'Mayville', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39183, 'Maza', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39184, 'Medina', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39185, 'Medora', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39186, 'Mercer', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39187, 'Michigan City', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39188, 'Milnor', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39189, 'Milton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39190, 'Minnewaukan', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39191, 'Minot', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39192, 'Minot Afb', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39193, 'Minto', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39194, 'Mohall', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39195, 'Monango', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39196, 'Montpelier', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39197, 'Mooreton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39198, 'Mott', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39199, 'Mountain', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39200, 'Munich', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:02'),
(39201, 'Mylo', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39202, 'Napoleon', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39203, 'Neche', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39204, 'Nekoma', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39205, 'Newburg', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39206, 'New England', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39207, 'New Leipzig', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39208, 'New Rockford', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39209, 'New Salem', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39210, 'New Town', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39211, 'Niagara', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39212, 'Nome', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39213, 'Noonan', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39214, 'North River', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39215, 'Northwood', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39216, 'Oakes', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39217, 'Oberon', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39218, 'Oriska', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39219, 'Osnabrock', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39220, 'Overly', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39221, 'Oxbow', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39222, 'Page', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39223, 'Palermo', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39224, 'Park River', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39225, 'Parshall', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39226, 'Pekin', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39227, 'Pembina', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39228, 'Perth', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39229, 'Petersburg', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39230, 'Pettibone', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39231, 'Pick City', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39232, 'Pillsbury', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39233, 'Pingree', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39234, 'Pisek', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39235, 'Plaza', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39236, 'Portal', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39237, 'Portland', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39238, 'Powers Lake', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39239, 'Prairie Rose', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39240, 'Rawson', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39241, 'Ray', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39242, 'Reeder', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39243, 'Regan', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39244, 'Regent', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39245, 'Reile S Acres', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39246, 'Reynolds', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39247, 'Rhame', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39248, 'Richardton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39249, 'Riverdale', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39250, 'Robinson', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39251, 'Rocklake', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39252, 'Rogers', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39253, 'Rolette', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39254, 'Rolla', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39255, 'Ross', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39256, 'Rugby', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39257, 'Ruso', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39258, 'Rutland', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39259, 'Ryder', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39260, 'St. John', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39261, 'St. Thomas', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39262, 'Sanborn', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39263, 'Sarles', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39264, 'Sawyer', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39265, 'Scranton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39266, 'Selfridge', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39267, 'Sentinel Butte', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39268, 'Sharon', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39269, 'Sheldon', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39270, 'Shell Valley', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39271, 'Sherwood', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39272, 'Sheyenne', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39273, 'Sibley', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39274, 'Solen', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39275, 'Souris', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39276, 'South Heart', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39277, 'Spiritwood Lake', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39278, 'Springbrook', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39279, 'Stanley', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39280, 'Stanton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39281, 'Starkweather', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39282, 'Steele', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39283, 'Strasburg', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39284, 'Streeter', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39285, 'Surrey', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39286, 'Sykeston', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39287, 'Tappen', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39288, 'Taylor', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39289, 'Thompson', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39290, 'Tioga', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39291, 'Tolley', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39292, 'Tolna', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39293, 'Tower City', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39294, 'Towner', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39295, 'Turtle Lake', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39296, 'Tuttle', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39297, 'Underwood', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39298, 'Upham', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39299, 'Valley City', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39300, 'Velva', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39301, 'Venturia', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39302, 'Verona', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:03'),
(39303, 'Voltaire', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:04'),
(39304, 'Wahpeton', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:04'),
(39305, 'Walcott', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:04'),
(39306, 'Wales', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:04'),
(39307, 'Walhalla', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:04'),
(39308, 'Warwick', 3864, 233, 1, '2019-01-24 21:00:56', '2019-01-24 21:05:04'),
(39309, 'Washburn', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39310, 'Watford City', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39311, 'West Fargo', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39312, 'Westhope', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39313, 'Wheatland', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39314, 'White Earth', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39315, 'White Shield', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39316, 'Wildrose', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39317, 'Williston', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39318, 'Willow City', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39319, 'Wilton', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39320, 'Wimbledon', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39321, 'Wing', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39322, 'Wishek', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39323, 'Wolford', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39324, 'Woodworth', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39325, 'Wyndmere', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39326, 'York', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39327, 'Zap', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39328, 'Zeeland', 3864, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39329, 'Northern Mariana Islands', 4025, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39330, 'Aberdeen', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39331, 'Ada', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39332, 'Adamsville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39333, 'Addyston', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39334, 'Adelphi', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39335, 'Adena', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39336, 'Akron', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39337, 'Albany', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39338, 'Alexandria', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39339, 'Alger', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39340, 'Alliance', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39341, 'Alvordton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39342, 'Amanda', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39343, 'Amberley', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39344, 'Amelia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39345, 'Amesville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39346, 'Amherst', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39347, 'Amsterdam', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39348, 'Andover', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39349, 'Anna', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39350, 'Ansonia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39351, 'Antioch', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39352, 'Antwerp', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39353, 'Apple Creek', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39354, 'Aquilla', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39355, 'Arcadia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39356, 'Arcanum', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39357, 'Archbold', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39358, 'Arlington', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39359, 'Arlington Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39360, 'Ashland', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39361, 'Ashley', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39362, 'Ashtabula', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39363, 'Ashville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39364, 'Athalia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39365, 'Athens', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39366, 'Attica', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39367, 'Aurora', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39368, 'Austintown', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39369, 'Avon', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39370, 'Avon Lake', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39371, 'Bailey Lakes', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39372, 'Bainbridge', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39373, 'Bairdstown', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39374, 'Ballville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39375, 'Baltic', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39376, 'Baltimore', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39377, 'Barberton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39378, 'Barnesville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39379, 'Barnhill', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39380, 'Batavia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39381, 'Batesville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39382, 'Bay View', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39383, 'Bay Village', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39384, 'Beach City', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39385, 'Beachwood', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39386, 'Beallsville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39387, 'Beaver', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39388, 'Beavercreek', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39389, 'Beaverdam', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39390, 'Beckett Ridge', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39391, 'Bedford', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39392, 'Bedford Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39393, 'Beechwood Trails', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39394, 'Bellaire', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39395, 'Bellbrook', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39396, 'Belle Center', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39397, 'Bellefontaine', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39398, 'Belle Valley', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39399, 'Bellevue', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39400, 'Bellville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:04'),
(39401, 'Belmont', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39402, 'Belmore', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39403, 'Beloit', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39404, 'Belpre', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39405, 'Bentleyville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39406, 'Benton Ridge', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39407, 'Berea', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39408, 'Bergholz', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39409, 'Berkey', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39410, 'Berlin Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39411, 'Bethel', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39412, 'Bethesda', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39413, 'Bettsville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39414, 'Beverly', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39415, 'Bexley', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39416, 'Blacklick Estates', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39417, 'Blakeslee', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39418, 'Blanchester', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39419, 'Bloomdale', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39420, 'Bloomingburg', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39421, 'Bloomingdale', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39422, 'Bloomville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39423, 'Blue Ash', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39424, 'Bluffton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39425, 'Boardman', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39426, 'Bolindale', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39427, 'Bolivar', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39428, 'Boston Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39429, 'Botkins', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39430, 'Bowerston', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39431, 'Bowersville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39432, 'Bowling Green', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39433, 'Bradford', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39434, 'Bradner', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39435, 'Brady Lake', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39436, 'Bratenahl', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39437, 'Brecksville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39438, 'Bremen', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39439, 'Brewster', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39440, 'Brice', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39441, 'Bridgeport', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39442, 'Bridgetown North', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39443, 'Brimfield', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39444, 'Broadview Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39445, 'Brookfield Center', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39446, 'Brooklyn', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39447, 'Brooklyn Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39448, 'Brook Park', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39449, 'Brookside', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39450, 'Brookville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39451, 'Broughton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39452, 'Brunswick', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39453, 'Bryan', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39454, 'Buchtel', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39455, 'Buckeye Lake', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39456, 'Buckland', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39457, 'Bucyrus', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39458, 'Burbank', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39459, 'Burgoon', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39460, 'Burkettsville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39461, 'Burlington', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39462, 'Burton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39463, 'Butler', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39464, 'Butlerville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39465, 'Byesville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39466, 'Cadiz', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39467, 'Cairo', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39468, 'Calcutta', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39469, 'Caldwell', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39470, 'Caledonia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39471, 'Cambridge', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39472, 'Camden', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39473, 'Campbell', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39474, 'Canal Fulton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39475, 'Canal Winchester', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39476, 'Canfield', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39477, 'Canton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39478, 'Cardington', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39479, 'Carey', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39480, 'Carlisle', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39481, 'Carroll', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39482, 'Carrollton', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39483, 'Casstown', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39484, 'Castalia', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39485, 'Castine', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39486, 'Catawba', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39487, 'Cecil', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39488, 'Cedarville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39489, 'Celina', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39490, 'Centerburg', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39491, 'Centerville', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:05'),
(39492, 'Chagrin Falls', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39493, 'Champion Heights', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39494, 'Chardon', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39495, 'Chatfield', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39496, 'Chauncey', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39497, 'Cherry Fork', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39498, 'Cherry Grove', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39499, 'Chesapeake', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39500, 'Cheshire', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39501, 'Chesterhill', 3865, 233, 1, '2019-01-24 21:00:57', '2019-01-24 21:05:06'),
(39502, 'Chesterland', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39503, 'Chesterville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39504, 'Cheviot', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39505, 'Chickasaw', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39506, 'Chillicothe', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39507, 'Chilo', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39508, 'Chippewa Lake', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39509, 'Choctaw Lake', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39510, 'Christiansburg', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39511, 'Churchill', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39512, 'Cincinnati', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39513, 'Circleville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39514, 'Clarington', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39515, 'Clarksburg', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39516, 'Clarksville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39517, 'Clay Center', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39518, 'Clayton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39519, 'Cleveland', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39520, 'Cleveland Heights', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39521, 'Cleves', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39522, 'Clifton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39523, 'Clinton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39524, 'Cloverdale', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39525, 'Clyde', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39526, 'Coal Grove', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39527, 'Coalton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39528, 'Coldwater', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39529, 'College Corner', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39530, 'Columbiana', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39531, 'Columbus', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39532, 'Columbus Grove', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39533, 'Commercial Point', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39534, 'Conesville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39535, 'Congress', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39536, 'Conneaut', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39537, 'Continental', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39538, 'Convoy', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39539, 'Coolville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39540, 'Corning', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39541, 'Cortland', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39542, 'Corwin', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39543, 'Coshocton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39544, 'Covedale', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39545, 'Covington', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39546, 'Craig Beach', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39547, 'Crestline', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39548, 'Creston', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39549, 'Cridersville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39550, 'Crooksville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39551, 'Crown City', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39552, 'Crystal Lakes', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39553, 'Cumberland', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39554, 'Custar', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39555, 'Cuyahoga Falls', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39556, 'Cuyahoga Heights', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39557, 'Cygnet', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39558, 'Dalton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39559, 'Danville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39560, 'Darbyville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39561, 'Day Heights', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39562, 'Dayton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39563, 'Deer Park', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39564, 'Deersville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39565, 'Defiance', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39566, 'De Graff', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39567, 'Delaware', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39568, 'Dellroy', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39569, 'Delphos', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39570, 'Delta', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39571, 'Dennison', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39572, 'Dent', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39573, 'Deshler', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39574, 'Devola', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39575, 'Dexter City', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39576, 'Dillonvale', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39577, 'Donnelsville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39578, 'Dover', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39579, 'Doylestown', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39580, 'Dresden', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39581, 'Drexel', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39582, 'Dry Run', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39583, 'Dublin', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39584, 'Dunkirk', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39585, 'Dupont', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39586, 'East Canton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39587, 'East Cleveland', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39588, 'Eastlake', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39589, 'East Liverpool', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39590, 'East Palestine', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39591, 'East Sparta', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39592, 'Eaton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39593, 'Eaton Estates', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39594, 'Edgerton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39595, 'Edgewood', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39596, 'Edison', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39597, 'Edon', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39598, 'Eldorado', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39599, 'Elgin', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39600, 'Elida', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39601, 'Elmore', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:06'),
(39602, 'Elmwood Place', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39603, 'Elyria', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39604, 'Empire', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39605, 'Englewood', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39606, 'Enon', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39607, 'Euclid', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39608, 'Evendale', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39609, 'Fairborn', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39610, 'Fairfax', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39611, 'Fairfield', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39612, 'Fairfield Beach', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39613, 'Fairlawn', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39614, 'Fairport Harbor', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39615, 'Fairview', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39616, 'Fairview Lanes', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39617, 'Fairview Park', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39618, 'Farmersville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39619, 'Fayette', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39620, 'Fayetteville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39621, 'Felicity', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39622, 'Findlay', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39623, 'Finneytown', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39624, 'Five Points', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39625, 'Fletcher', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39626, 'Florida', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39627, 'Flushing', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39628, 'Forest', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39629, 'Forest Park', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39630, 'Forestville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39631, 'Fort Jennings', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39632, 'Fort Loramie', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39633, 'Fort Mckinley', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39634, 'Fort Recovery', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39635, 'Fort Shawnee', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39636, 'Fostoria', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39637, 'Frankfort', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39638, 'Franklin', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39639, 'Franklin Furnace', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39640, 'Frazeysburg', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39641, 'Fredericksburg', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39642, 'Fredericktown', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39643, 'Freeport', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39644, 'Fremont', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39645, 'Fruit Hill', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39646, 'Fulton', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39647, 'Fultonham', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39648, 'Gahanna', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39649, 'Galena', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39650, 'Galion', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39651, 'Gallipolis', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39652, 'Gambier', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39653, 'Gann', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39654, 'Garfield Heights', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39655, 'Garrettsville', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39656, 'Gates Mills', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39657, 'Geneva', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39658, 'Geneva-on-the-lake', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39659, 'Genoa', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39660, 'Georgetown', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39661, 'Germantown', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39662, 'Gettysburg', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39663, 'Gibsonburg', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39664, 'Gilboa', 3865, 233, 1, '2019-01-24 21:00:58', '2019-01-24 21:05:07'),
(39665, 'Girard', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39666, 'Glandorf', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39667, 'Glendale', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39668, 'Glenford', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39669, 'Glenmont', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39670, 'Glenmoor', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39671, 'Glenwillow', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39672, 'Gloria Glens Park', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39673, 'Glouster', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39674, 'Gnadenhutten', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39675, 'Golf Manor', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39676, 'Gordon', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39677, 'Grafton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39678, 'Grand Rapids', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39679, 'Grand River', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39680, 'Grandview', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39681, 'Grandview Heights', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39682, 'Granville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39683, 'Granville South', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39684, 'Gratiot', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39685, 'Gratis', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39686, 'Graysville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39687, 'Green', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39688, 'Green Camp', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39689, 'Greenfield', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39690, 'Greenhills', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39691, 'Green Meadows', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39692, 'Green Springs', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39693, 'Greentown', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39694, 'Greenville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39695, 'Greenwich', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39696, 'Groesbeck', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39697, 'Grove City', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39698, 'Groveport', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39699, 'Grover Hill', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39700, 'Hamden', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39701, 'Hamersville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39702, 'Hamilton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39703, 'Hamler', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39704, 'Hanging Rock', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39705, 'Hanover', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39706, 'Hanoverton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39707, 'Harbor Hills', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39708, 'Harbor View', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39709, 'Harpster', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39710, 'Harrisburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39711, 'Harrison', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39712, 'Harrisville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39713, 'Harrod', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39714, 'Hartford', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39715, 'Hartville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39716, 'Harveysburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:07'),
(39717, 'Haskins', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39718, 'Haviland', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39719, 'Hayesville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39720, 'Heath', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39721, 'Hebron', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39722, 'Helena', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39723, 'Hemlock', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39724, 'Hicksville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39725, 'Higginsport', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39726, 'Highland', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39727, 'Highland Heights', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39728, 'Highland Hills', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39729, 'Hilliard', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39730, 'Hills And Dales', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39731, 'Hillsboro', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39732, 'Hilltop', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39733, 'Hiram', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39734, 'Holgate', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39735, 'Holiday City', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39736, 'Holiday Valley', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39737, 'Holland', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39738, 'Hollansburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39739, 'Holloway', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39740, 'Holmesville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39741, 'Hopedale', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39742, 'Howland Center', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39743, 'Hoytville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39744, 'Hubbard', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39745, 'Huber Heights', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39746, 'Huber Ridge', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39747, 'Hudson', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39748, 'Hunter', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39749, 'Hunting Valley', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39750, 'Huntsville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39751, 'Huron', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39752, 'Independence', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39753, 'Irondale', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39754, 'Ironton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39755, 'Ithaca', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39756, 'Jackson', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39757, 'Jacksonburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39758, 'Jackson Center', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39759, 'Jacksonville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39760, 'Jamestown', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39761, 'Jefferson', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(39762, 'Jeffersonville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39763, 'Jenera', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39764, 'Jeromesville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39765, 'Jerry City', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39766, 'Jerusalem', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39767, 'Jewett', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39768, 'Johnstown', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39769, 'Junction City', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39770, 'Kalida', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39771, 'Kelleys Island', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39772, 'Kent', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39773, 'Kenton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39774, 'Kenwood', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39775, 'Kettering', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39776, 'Kettlersville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39777, 'Killbuck', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39778, 'Kimbolton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39779, 'Kingston', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39780, 'Kipton', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39781, 'Kirby', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39782, 'Kirkersville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39783, 'Kirtland', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39784, 'Kirtland Hills', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39785, 'La Croft', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39786, 'Lafayette', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39787, 'Lagrange', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39788, 'Lake Darby', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39789, 'Lakeline', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39790, 'Lakemore', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39791, 'Lakeview', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39792, 'Lakewood', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39793, 'Lancaster', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39794, 'Landen', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39795, 'La Rue', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39796, 'Latty', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39797, 'Laura', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39798, 'Laurelville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39799, 'Lawrenceville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39800, 'Leavittsburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39801, 'Lebanon', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39802, 'Leesburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39803, 'Leesville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39804, 'Leetonia', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39805, 'Leipsic', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39806, 'Lewisburg', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39807, 'Lewisville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39808, 'Lexington', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39809, 'Liberty Center', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39810, 'Lima', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39811, 'Limaville', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39812, 'Lincoln Heights', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:08'),
(39813, 'Lincoln Village', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:09'),
(39814, 'Lindsey', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:09'),
(39815, 'Linndale', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:09'),
(39816, 'Lisbon', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:09'),
(39817, 'Lithopolis', 3865, 233, 1, '2019-01-24 21:00:59', '2019-01-24 21:05:09'),
(39818, 'Lockbourne', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39819, 'Lockington', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39820, 'Lockland', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39821, 'Lodi', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39822, 'Logan', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39823, 'Logan Elm Village', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39824, 'London', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39825, 'Lorain', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39826, 'Lordstown', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39827, 'Lore City', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39828, 'Loudonville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39829, 'Louisville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39830, 'Loveland', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39831, 'Loveland Park', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39832, 'Lowell', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39833, 'Lowellville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39834, 'Lower Salem', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39835, 'Lucas', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39836, 'Lucasville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39837, 'Luckey', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39838, 'Ludlow Falls', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39839, 'Lynchburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39840, 'Lyndhurst', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39841, 'Lyons', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39842, 'Mcarthur', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39843, 'Mcclure', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39844, 'Mccomb', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39845, 'Mcconnelsville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39846, 'Mcdonald', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39847, 'Macedonia', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39848, 'Mcguffey', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39849, 'Mack North', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39850, 'Macksburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39851, 'Mack South', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39852, 'Madeira', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39853, 'Madison', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39854, 'Magnetic Springs', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39855, 'Magnolia', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39856, 'Maineville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39857, 'Malinta', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39858, 'Malta', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39859, 'Malvern', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39860, 'Manchester', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39861, 'Mansfield', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39862, 'Mantua', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39863, 'Maple Heights', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39864, 'Maple Ridge', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39865, 'Maplewood Park', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39866, 'Marble Cliff', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39867, 'Marblehead', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39868, 'Marengo', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39869, 'Mariemont', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39870, 'Marietta', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39871, 'Marion', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39872, 'Marseilles', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39873, 'Marshallville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39874, 'Martinsburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39875, 'Martins Ferry', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39876, 'Martinsville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39877, 'Marysville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39878, 'Mason', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39879, 'Massillon', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39880, 'Masury', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39881, 'Matamoras', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39882, 'Maumee', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39883, 'Mayfield', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39884, 'Mayfield Heights', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39885, 'Mechanicsburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39886, 'Medina', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39887, 'Melrose', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39888, 'Mendon', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39889, 'Mentor', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39890, 'Mentor-on-the-lake', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39891, 'Metamora', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39892, 'Meyers Lake', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39893, 'Miamisburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39894, 'Middleburg Heights', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39895, 'Middlefield', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:09'),
(39896, 'Middle Point', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39897, 'Middleport', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39898, 'Middletown', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39899, 'Midland', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39900, 'Midvale', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39901, 'Midway', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39902, 'Mifflin', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39903, 'Milan', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39904, 'Milford', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39905, 'Milford Center', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39906, 'Millbury', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39907, 'Milledgeville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39908, 'Miller City', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39909, 'Millersburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39910, 'Millersport', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39911, 'Millville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39912, 'Milton Center', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39913, 'Miltonsburg', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39914, 'Mineral City', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39915, 'Mineral Ridge', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39916, 'Minerva', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39917, 'Minerva Park', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39918, 'Mingo Junction', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39919, 'Minster', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39920, 'Mogadore', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39921, 'Monfort Heights East', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39922, 'Monfort Heights South', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39923, 'Monroe', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39924, 'Monroeville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39925, 'Montezuma', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39926, 'Montgomery', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39927, 'Montpelier', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39928, 'Montrose-ghent', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39929, 'Moraine', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39930, 'Moreland Hills', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39931, 'Morral', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39932, 'Morristown', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39933, 'Morrow', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39934, 'Moscow', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39935, 'Mount Blanchard', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39936, 'Mount Carmel', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39937, 'Mount Cory', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39938, 'Mount Eaton', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39939, 'Mount Gilead', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39940, 'Mount Healthy', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39941, 'Mount Healthy Heights', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39942, 'Mount Orab', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39943, 'Mount Pleasant', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39944, 'Mount Repose', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39945, 'Mount Sterling', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39946, 'Mount Vernon', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39947, 'Mount Victory', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39948, 'Mowrystown', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39949, 'Mulberry', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39950, 'Munroe Falls', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39951, 'Murray City', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39952, 'Mutual', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39953, 'Napoleon', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39954, 'Nashville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39955, 'Navarre', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39956, 'Neffs', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39957, 'Nellie', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39958, 'Nelsonville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39959, 'Nevada', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39960, 'Neville', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39961, 'New Albany', 3865, 233, 1, '2019-01-24 21:01:00', '2019-01-24 21:05:10'),
(39962, 'New Alexandria', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:10'),
(39963, 'Newark', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:10'),
(39964, 'New Athens', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:10'),
(39965, 'New Bavaria', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:10'),
(39966, 'New Bloomington', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:10'),
(39967, 'New Boston', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:10'),
(39968, 'New Bremen', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39969, 'Newburgh Heights', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39970, 'New Carlisle', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39971, 'Newcomerstown', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39972, 'New Concord', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39973, 'New Franklin', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39974, 'New Holland', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39975, 'New Knoxville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39976, 'New Lebanon', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39977, 'New Lexington', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39978, 'New London', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39979, 'New Madison', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39980, 'New Miami', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39981, 'New Middletown', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39982, 'New Paris', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39983, 'New Philadelphia', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39984, 'New Richmond', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39985, 'New Riegel', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39986, 'New Rome', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39987, 'New Straitsville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39988, 'Newton Falls', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39989, 'Newtonsville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39990, 'Newtown', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39991, 'New Vienna', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39992, 'New Washington', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39993, 'New Waterford', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39994, 'New Weston', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39995, 'Ney', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39996, 'Niles', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39997, 'North Baltimore', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39998, 'North Bend', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(39999, 'Northbrook', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40000, 'North Canton', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40001, 'North College Hill', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40002, 'North Fairfield', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40003, 'Northfield', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40004, 'North Fork Village', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40005, 'Northgate', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40006, 'North Hampton', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40007, 'North Kingsville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40008, 'North Lewisburg', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40009, 'North Madison', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40010, 'North Olmsted', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40011, 'North Perry', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40012, 'North Randall', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40013, 'Northridge', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40014, 'North Ridgeville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40015, 'North Robinson', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40016, 'North Royalton', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40017, 'North Star', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40018, 'Northwood', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40019, 'North Zanesville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40020, 'Norton', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40021, 'Norwalk', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40022, 'Norwich', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40023, 'Norwood', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40024, 'Oak Harbor', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40025, 'Oak Hill', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40026, 'Oakwood', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40027, 'Oberlin', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40028, 'Obetz', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40029, 'Octa', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40030, 'Ohio City', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40031, 'Olde West Chester', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40032, 'Old Washington', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40033, 'Olmsted Falls', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40034, 'Ontario', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40035, 'Orange', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40036, 'Orangeville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40037, 'Oregon', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40038, 'Orient', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40039, 'Orrville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40040, 'Orwell', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40041, 'Osgood', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40042, 'Ostrander', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40043, 'Ottawa', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40044, 'Ottawa Hills', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40045, 'Ottoville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40046, 'Otway', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:11'),
(40047, 'Owensville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40048, 'Oxford', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40049, 'Painesville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40050, 'Palestine', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40051, 'Pandora', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40052, 'Park Layne', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40053, 'Parma', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40054, 'Parma Heights', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40055, 'Parral', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40056, 'Pataskala', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40057, 'Patterson', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40058, 'Paulding', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40059, 'Payne', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40060, 'Peebles', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40061, 'Pemberville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40062, 'Peninsula', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40063, 'Pepper Pike', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40064, 'Perry', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40065, 'Perry Heights', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40066, 'Perrysburg', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40067, 'Perrysville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40068, 'Phillipsburg', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40069, 'Philo', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40070, 'Pickerington', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40071, 'Pigeon Creek', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40072, 'Piketon', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40073, 'Pioneer', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40074, 'Piqua', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40075, 'Pitsburg', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40076, 'Plain City', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40077, 'Plainfield', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40078, 'Pleasant City', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40079, 'Pleasant Grove', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40080, 'Pleasant Hill', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40081, 'Pleasant Plain', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40082, 'Pleasant Run', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40083, 'Pleasant Run Farm', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40084, 'Pleasantville', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40085, 'Plymouth', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40086, 'Poland', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40087, 'Polk', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40088, 'Pomeroy', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40089, 'Portage', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40090, 'Portage Lakes', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40091, 'Port Clinton', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40092, 'Port Jefferson', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40093, 'Portsmouth', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40094, 'Port Washington', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40095, 'Port William', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40096, 'Potsdam', 3865, 233, 1, '2019-01-24 21:01:01', '2019-01-24 21:05:12'),
(40097, 'Powell', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40098, 'Powhatan Point', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40099, 'Proctorville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40100, 'Prospect', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40101, 'Put-in-bay', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40102, 'Quaker City', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40103, 'Quincy', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40104, 'Racine', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40105, 'Rarden', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40106, 'Ravenna', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40107, 'Rawson', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40108, 'Rayland', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40109, 'Reading', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40110, 'Reminderville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40111, 'Rendville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40112, 'Republic', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40113, 'Reynoldsburg', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40114, 'Richfield', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40115, 'Richmond', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40116, 'Richmond Heights', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40117, 'Richwood', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40118, 'Ridgeway', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40119, 'Rio Grande', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40120, 'Ripley', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40121, 'Risingsun', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40122, 'Rittman', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40123, 'Riverlea', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:12'),
(40124, 'Riverside', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40125, 'Roaming Shores', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40126, 'Rochester', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40127, 'Rock Creek', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40128, 'Rockford', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40129, 'Rocky Ridge', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40130, 'Rocky River', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40131, 'Rogers', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40132, 'Rome', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40133, 'Rosemount', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40134, 'Roseville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40135, 'Ross', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40136, 'Rossburg', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40137, 'Rossford', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40138, 'Roswell', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40139, 'Rushsylvania', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40140, 'Rushville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40141, 'Russells Point', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40142, 'Russellville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40143, 'Russia', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40144, 'Rutland', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40145, 'Sabina', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40146, 'St. Bernard', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40147, 'St. Clairsville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40148, 'St. Henry', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40149, 'St. Louisville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40150, 'St. Martin', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40151, 'St. Marys', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40152, 'St. Paris', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40153, 'Salem', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40154, 'Salesville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40155, 'Salineville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40156, 'Sandusky', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40157, 'Sandusky South', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40158, 'Sarahsville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40159, 'Sardinia', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40160, 'Savannah', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40161, 'Scio', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40162, 'Sciotodale', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40163, 'Scott', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40164, 'Seaman', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40165, 'Sebring', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40166, 'Senecaville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40167, 'Seven Hills', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40168, 'Seven Mile', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40169, 'Seville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40170, 'Shadyside', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40171, 'Shaker Heights', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40172, 'Sharonville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40173, 'Shawnee', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40174, 'Shawnee Hills', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40175, 'Sheffield', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40176, 'Sheffield Lake', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40177, 'Shelby', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40178, 'Sherrodsville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40179, 'Sherwood', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40180, 'Shiloh', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40181, 'Shreve', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40182, 'Sidney', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40183, 'Silver Lake', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40184, 'Silverton', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40185, 'Sinking Spring', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40186, 'Smithfield', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40187, 'Smithville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40188, 'Solon', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40189, 'Somerset', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40190, 'Somerville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40191, 'South Amherst', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40192, 'South Bloomfield', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40193, 'South Canal', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40194, 'South Charleston', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40195, 'South Euclid', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40196, 'South Lebanon', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40197, 'South Middletown', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40198, 'South Point', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40199, 'South Russell', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:13'),
(40200, 'South Salem', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40201, 'South Solon', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40202, 'South Vienna', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40203, 'South Webster', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40204, 'South Zanesville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40205, 'Sparta', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40206, 'Spencer', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40207, 'Spencerville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40208, 'Springboro', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40209, 'Springdale', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40210, 'Springfield', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40211, 'Spring Valley', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40212, 'Stafford', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40213, 'Steubenville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40214, 'Stockport', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40215, 'Stone Creek', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40216, 'Stony Prairie', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40217, 'Stoutsville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40218, 'Stow', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40219, 'Strasburg', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40220, 'Stratton', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40221, 'Streetsboro', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40222, 'Strongsville', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40223, 'Struthers', 3865, 233, 1, '2019-01-24 21:01:02', '2019-01-24 21:05:14'),
(40224, 'Stryker', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40225, 'Sugar Bush Knolls', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40226, 'Sugarcreek', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40227, 'Sugar Grove', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40228, 'Summerfield', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40229, 'Summerside', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40230, 'Summitville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40231, 'Sunbury', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40232, 'Swanton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40233, 'Sycamore', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40234, 'Sylvania', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40235, 'Syracuse', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40236, 'Tallmadge', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40237, 'Tarlton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40238, 'Terrace Park', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40239, 'The Plains', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40240, 'The Village Of Indian Hill', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40241, 'Thornville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40242, 'Thurston', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40243, 'Tiffin', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40244, 'Tiltonsville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40245, 'Timberlake', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40246, 'Tipp City', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40247, 'Tiro', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40248, 'Toledo', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40249, 'Tontogany', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40250, 'Toronto', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40251, 'Tremont City', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40252, 'Trenton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40253, 'Trimble', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40254, 'Trotwood', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40255, 'Troy', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40256, 'Turpin Hills', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40257, 'Tuscarawas', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40258, 'Twinsburg', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40259, 'Uhrichsville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40260, 'Union', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40261, 'Union City', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40262, 'Uniontown', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40263, 'Unionville Center', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40264, 'Uniopolis', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40265, 'University Heights', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40266, 'Upper Arlington', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40267, 'Upper Sandusky', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40268, 'Urbana', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40269, 'Urbancrest', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40270, 'Utica', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40271, 'Valley Hi', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40272, 'Valley View', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40273, 'Valleyview', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:14'),
(40274, 'Van Buren', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40275, 'Vandalia', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40276, 'Vanlue', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40277, 'Van Wert', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40278, 'Venedocia', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40279, 'Vermilion', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40280, 'Verona', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40281, 'Versailles', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40282, 'Vienna Center', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40283, 'Vinton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40284, 'Wadsworth', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40285, 'Waite Hill', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40286, 'Wakeman', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40287, 'Walbridge', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40288, 'Waldo', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40289, 'Walton Hills', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40290, 'Wapakoneta', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40291, 'Warren', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40292, 'Warrensville Heights', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40293, 'Warsaw', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40294, 'Washington', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40295, 'Washingtonville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40296, 'Waterville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40297, 'Wauseon', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40298, 'Waverly City', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40299, 'Wayne', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40300, 'Wayne Lakes', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40301, 'Waynesburg', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40302, 'Waynesfield', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40303, 'Waynesville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40304, 'Wellington', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40305, 'Wellston', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40306, 'Wellsville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40307, 'West Alexandria', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40308, 'West Carrollton City', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40309, 'West Elkton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40310, 'Westerville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40311, 'West Farmington', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40312, 'Westfield Center', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40313, 'West Hill', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40314, 'West Jefferson', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40315, 'West Lafayette', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40316, 'Westlake', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40317, 'West Leipsic', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40318, 'West Liberty', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40319, 'West Manchester', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40320, 'West Mansfield', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40321, 'West Millgrove', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40322, 'West Milton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40323, 'Weston', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40324, 'West Portsmouth', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40325, 'West Rushville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40326, 'West Salem', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40327, 'West Union', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40328, 'West Unity', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40329, 'Wetherington', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40330, 'Wharton', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40331, 'Wheelersburg', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40332, 'Whitehall', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40333, 'Whitehouse', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40334, 'White Oak', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40335, 'White Oak East', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40336, 'White Oak West', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40337, 'Wickliffe', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40338, 'Wilberforce', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40339, 'Wilkesville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40340, 'Willard', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40341, 'Williamsburg', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40342, 'Williamsport', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40343, 'Willoughby', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40344, 'Willoughby Hills', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40345, 'Willowick', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40346, 'Willshire', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40347, 'Wilmington', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40348, 'Wilmot', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40349, 'Wilson', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40350, 'Winchester', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40351, 'Windham', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40352, 'Wintersville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40353, 'Withamsville', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40354, 'Woodbourne-hyde Park', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40355, 'Woodlawn', 3865, 233, 1, '2019-01-24 21:01:03', '2019-01-24 21:05:15'),
(40356, 'Woodmere', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40357, 'Woodsfield', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40358, 'Woodstock', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40359, 'Woodville', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40360, 'Wooster', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40361, 'Worthington', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40362, 'Wren', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40363, 'Wright-patterson Afb', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40364, 'Wyoming', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40365, 'Xenia', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40366, 'Yankee Lake', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40367, 'Yellow Springs', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40368, 'Yorkshire', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40369, 'Yorkville', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40370, 'Youngstown', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40371, 'Zaleski', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40372, 'Zanesfield', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40373, 'Zanesville', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40374, 'Zoar', 3865, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40375, 'Achille', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40376, 'Ada', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:15'),
(40377, 'Adair', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40378, 'Addington', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(40379, 'Afton', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40380, 'Agra', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40381, 'Akins', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40382, 'Albion', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40383, 'Alderson', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40384, 'Alex', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40385, 'Aline', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40386, 'Allen', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40387, 'Altus', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40388, 'Alva', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40389, 'Amber', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40390, 'Ames', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40391, 'Amorita', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40392, 'Anadarko', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40393, 'Antlers', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40394, 'Apache', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40395, 'Arapaho', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40396, 'Arcadia', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40397, 'Ardmore', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40398, 'Arkoma', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40399, 'Armstrong', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40400, 'Arnett', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40401, 'Asher', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40402, 'Ashland', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40403, 'Atoka', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40404, 'Atwood', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40405, 'Avant', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40406, 'Avard', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40407, 'Ballou', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40408, 'Barnsdall', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40409, 'Bartlesville', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40410, 'Bearden', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40411, 'Beaver', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40412, 'Beggs', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40413, 'Belfonte', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40414, 'Bell', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40415, 'Bennington', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40416, 'Bernice', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40417, 'Bessie', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40418, 'Bethany', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40419, 'Bethel Acres', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40420, 'Big Cabin', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40421, 'Billings', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40422, 'Binger', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40423, 'Bixby', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40424, 'Blackburn', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40425, 'Blackwell', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40426, 'Blair', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40427, 'Blanchard', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40428, 'Bluejacket', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40429, 'Boise City', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40430, 'Bokchito', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40431, 'Bokoshe', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40432, 'Boley', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40433, 'Boswell', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40434, 'Bowlegs', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40435, 'Boynton', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40436, 'Bradley', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40437, 'Braggs', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40438, 'Braman', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40439, 'Bray', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40440, 'Breckenridge', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40441, 'Brent', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40442, 'Bridgeport', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40443, 'Briggs', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40444, 'Bristow', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40445, 'Broken Arrow', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40446, 'Broken Bow', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40447, 'Bromide', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40448, 'Brooksville', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40449, 'Brush Creek', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40450, 'Brushy', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40451, 'Buffalo', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40452, 'Bull Hollow', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40453, 'Burbank', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40454, 'Burlington', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40455, 'Burns Flat', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40456, 'Bushyhead', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40457, 'Butler', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40458, 'Byars', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40459, 'Byng', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40460, 'Byron', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40461, 'Cache', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40462, 'Caddo', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40463, 'Calera', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40464, 'Calumet', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40465, 'Calvin', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40466, 'Camargo', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40467, 'Cameron', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40468, 'Canadian', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40469, 'Caney', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40470, 'Canton', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40471, 'Canute', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40472, 'Capron', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40473, 'Cardin', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40474, 'Carlile', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40475, 'Carmen', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40476, 'Carnegie', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40477, 'Carney', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40478, 'Carrier', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40479, 'Carter', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40480, 'Cashion', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40481, 'Castle', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40482, 'Catoosa', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40483, 'Cayuga', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40484, 'Cedar Crest', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40485, 'Cedar Valley', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40486, 'Cement', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40487, 'Centrahoma', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40488, 'Central High', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40489, 'Chandler', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40490, 'Chattanooga', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40491, 'Checotah', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40492, 'Chelsea', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40493, 'Cherokee', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40494, 'Cherry Tree', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40495, 'Chewey', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40496, 'Cheyenne', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40497, 'Chickasha', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40498, 'Choctaw', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40499, 'Chouteau', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40500, 'Christie', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40501, 'Cimarron City', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40502, 'Claremore', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40503, 'Clayton', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40504, 'Clearview', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40505, 'Cleora', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40506, 'Cleo Springs', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40507, 'Cleveland', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40508, 'Clinton', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40509, 'Cloud Creek', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40510, 'Coalgate', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40511, 'Colbert', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40512, 'Colcord', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40513, 'Cole', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40514, 'Collinsville', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40515, 'Colony', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40516, 'Comanche', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40517, 'Commerce', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40518, 'Cooperton', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40519, 'Copan', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40520, 'Copeland', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40521, 'Corn', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40522, 'Cornish', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40523, 'Council Hill', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:16'),
(40524, 'Covington', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40525, 'Coweta', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40526, 'Cowlington', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40527, 'Coyle', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40528, 'Crescent', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40529, 'Cromwell', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40530, 'Crowder', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40531, 'Cushing', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40532, 'Custer City', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40533, 'Cyril', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40534, 'Dacoma', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40535, 'Davenport', 3866, 233, 1, '2019-01-24 21:01:04', '2019-01-24 21:05:17'),
(40536, 'Davidson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40537, 'Davis', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40538, 'Deer Creek', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40539, 'Delaware', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40540, 'Del City', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40541, 'Dennis', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40542, 'Depew', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40543, 'Devol', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40544, 'Dewar', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40545, 'Dewey', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40546, 'Dibble', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40547, 'Dickson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40548, 'Dill City', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40549, 'Disney', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40550, 'Dodge', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40551, 'Dotyville', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40552, 'Dougherty', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40553, 'Douglas', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40554, 'Dover', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40555, 'Dripping Springs', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40556, 'Drummond', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40557, 'Drumright', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40558, 'Dry Creek', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40559, 'Duchess Landing', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40560, 'Duncan', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40561, 'Durant', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40562, 'Dustin', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40563, 'Dwight Mission', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40564, 'Eakly', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40565, 'Earlsboro', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40566, 'East Duke', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40567, 'Edmond', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40568, 'Eldon', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40569, 'Eldorado', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40570, 'Elgin', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40571, 'Elk City', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40572, 'Elmer', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40573, 'Elmore City', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40574, 'El Reno', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40575, 'Empire City', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40576, 'Enid', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40577, 'Erick', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40578, 'Erin Springs', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40579, 'Etowah', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40580, 'Eufaula', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40581, 'Evening Shade', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40582, 'Fairfax', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40583, 'Fairfield', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40584, 'Fairland', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40585, 'Fairmont', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40586, 'Fair Oaks', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40587, 'Fairview', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40588, 'Fallis', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40589, 'Fanshawe', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40590, 'Fargo', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40591, 'Faxon', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40592, 'Fitzhugh', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40593, 'Fletcher', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40594, 'Flint Creek', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40595, 'Flute Springs', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40596, 'Foraker', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40597, 'Forest Park', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40598, 'Forgan', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40599, 'Fort Cobb', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40600, 'Fort Coffee', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40601, 'Fort Gibson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40602, 'Fort Supply', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40603, 'Fort Towson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40604, 'Foss', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40605, 'Foyil', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40606, 'Francis', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40607, 'Frederick', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40608, 'Freedom', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40609, 'Gage', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40610, 'Gans', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40611, 'Garber', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40612, 'Garvin', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40613, 'Gate', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40614, 'Geary', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40615, 'Gene Autry', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40616, 'Geronimo', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40617, 'Gerty', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40618, 'Glencoe', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40619, 'Glenpool', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40620, 'Goldsby', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40621, 'Goltry', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40622, 'Goodwell', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40623, 'Gore', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40624, 'Gotebo', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40625, 'Gould', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40626, 'Gracemont', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40627, 'Grainola', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40628, 'Grandfield', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40629, 'Grand Lake Towne', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40630, 'Granite', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40631, 'Grayson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40632, 'Greasy', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40633, 'Greenfield', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40634, 'Gregory', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40635, 'Grove', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40636, 'Guthrie', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40637, 'Guymon', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40638, 'Haileyville', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40639, 'Hallett', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40640, 'Hall Park', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40641, 'Hammon', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40642, 'Hanna', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40643, 'Hardesty', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40644, 'Harrah', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40645, 'Hartshorne', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40646, 'Haskell', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40647, 'Hastings', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40648, 'Haworth', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40649, 'Headrick', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40650, 'Healdton', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40651, 'Heavener', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40652, 'Helena', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40653, 'Hendrix', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40654, 'Hennessey', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40655, 'Henryetta', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40656, 'Hickory', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40657, 'Hillsdale', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40658, 'Hinton', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40659, 'Hitchcock', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40660, 'Hitchita', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40661, 'Hobart', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40662, 'Hoffman', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40663, 'Holdenville', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40664, 'Hollis', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40665, 'Hollister', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40666, 'Hominy', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40667, 'Hooker', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40668, 'Hoot Owl', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40669, 'Horntown', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40670, 'Howe', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40671, 'Hugo', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:17'),
(40672, 'Hulbert', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40673, 'Hunter', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40674, 'Hydro', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40675, 'Idabel', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40676, 'Indiahoma', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40677, 'Indianola', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40678, 'Inola', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40679, 'Iron Post', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40680, 'Jamestown', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40681, 'Jay', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40682, 'Jefferson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40683, 'Jenks', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40684, 'Jennings', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40685, 'Jet', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40686, 'Johnson', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40687, 'Jones', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40688, 'Justice', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40689, 'Kansas', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40690, 'Kaw City', 3866, 233, 1, '2019-01-24 21:01:05', '2019-01-24 21:05:18'),
(40691, 'Kellyville', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40692, 'Kemp', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40693, 'Kendrick', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40694, 'Kenefic', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40695, 'Keota', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40696, 'Ketchum', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40697, 'Keyes', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40698, 'Keys', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40699, 'Kiefer', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40700, 'Kildare', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40701, 'Kingfisher', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40702, 'Kingston', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40703, 'Kinta', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40704, 'Kiowa', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40705, 'Knowles', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40706, 'Konawa', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40707, 'Krebs', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40708, 'Kremlin', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40709, 'Lahoma', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40710, 'Lake Aluma', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40711, 'Lamar', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40712, 'Lambert', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40713, 'Lamont', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40714, 'Langley', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40715, 'Langston', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40716, 'Laverne', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40717, 'Lawrence Creek', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40718, 'Lawton', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40719, 'Leach', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40720, 'Leedey', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40721, 'Le Flore', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40722, 'Lehigh', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40723, 'Lenapah', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40724, 'Leon', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40725, 'Lexington', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40726, 'Liberty', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40727, 'Lima', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40728, 'Limestone', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40729, 'Lindsay', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40730, 'Loco', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40731, 'Locust Grove', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40732, 'Lone Grove', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40733, 'Lone Wolf', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40734, 'Long', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40735, 'Longdale', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40736, 'Longtown', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40737, 'Lookeba', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40738, 'Lost City', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40739, 'Lotsee', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40740, 'Loveland', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40741, 'Loyal', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40742, 'Luther', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40743, 'Lyons Switch', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40744, 'Mcalester', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40745, 'Mccord', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40746, 'Mccurtain', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40747, 'Mckey', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40748, 'Mcloud', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40749, 'Macomb', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40750, 'Madill', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40751, 'Manchester', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40752, 'Mangum', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40753, 'Manitou', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40754, 'Mannford', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40755, 'Mannsville', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40756, 'Maramec', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40757, 'Marble City', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40758, 'Marble City Community', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40759, 'Marietta', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40760, 'Marland', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40761, 'Marlow', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40762, 'Marshall', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40763, 'Martha', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40764, 'Maryetta', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40765, 'Maud', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40766, 'May', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40767, 'Maysville', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40768, 'Mazie', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40769, 'Mead', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40770, 'Medford', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40771, 'Medicine Park', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40772, 'Meeker', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40773, 'Meno', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40774, 'Meridian', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40775, 'Miami', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40776, 'Midwest City', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40777, 'Milburn', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40778, 'Mill Creek', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40779, 'Millerton', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40780, 'Minco', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40781, 'Moffett', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40782, 'Moore', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40783, 'Mooreland', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40784, 'Morris', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40785, 'Morrison', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40786, 'Mounds', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40787, 'Mountain Park', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40788, 'Mountain View', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40789, 'Muldrow', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40790, 'Mule Barn', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40791, 'Mulhall', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40792, 'Murphy', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40793, 'Muskogee', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40794, 'Mustang', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40795, 'Mutual', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40796, 'Narcissa', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40797, 'Nash', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40798, 'New Alluwe', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40799, 'Newcastle', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40800, 'New Cordell', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40801, 'New Eucha', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40802, 'Newkirk', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40803, 'New Tulsa', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40804, 'Nichols Hills', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40805, 'Nicoma Park', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40806, 'Ninnekah', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40807, 'Noble', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40808, 'Norge', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40809, 'Norman', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40810, 'North Enid', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40811, 'North Miami', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40812, 'Notchietown', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40813, 'Nowata', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40814, 'Oak Grove', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40815, 'Oakhurst', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40816, 'Oakland', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40817, 'Oaks', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40818, 'Oakwood', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40819, 'Ochelata', 3866, 233, 1, '2019-01-24 21:01:06', '2019-01-24 21:05:18'),
(40820, 'Oilton', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40821, 'Okarche', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40822, 'Okay', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40823, 'Okeene', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40824, 'Okemah', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40825, 'Oklahoma City', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40826, 'Okmulgee', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40827, 'Oktaha', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40828, 'Old Eucha', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40829, 'Olustee', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40830, 'Oologah', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40831, 'Optima', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40832, 'Orlando', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40833, 'Osage', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40834, 'Owasso', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40835, 'Paden', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40836, 'Panama', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40837, 'Paoli', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40838, 'Paradise Hill', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40839, 'Park Hill', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40840, 'Pauls Valley', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40841, 'Pawhuska', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40842, 'Pawnee', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40843, 'Peavine', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40844, 'Pensacola', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40845, 'Peoria', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40846, 'Perkins', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40847, 'Perry', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40848, 'Pettit', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40849, 'Phillips', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40850, 'Picher', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40851, 'Piedmont', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40852, 'Pinhook Corners', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40853, 'Pink', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40854, 'Pin Oak Acres', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40855, 'Pittsburg', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40856, 'Pocasset', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40857, 'Pocola', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40858, 'Ponca City', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40859, 'Pond Creek', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40860, 'Porter', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40861, 'Porum', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40862, 'Poteau', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40863, 'Prague', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40864, 'Prue', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40865, 'Pryor Creek', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40866, 'Pump Back', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40867, 'Purcell', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40868, 'Putnam', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40869, 'Quapaw', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40870, 'Quay', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40871, 'Quinton', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40872, 'Ralston', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40873, 'Ramona', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40874, 'Randlett', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40875, 'Ratliff City', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40876, 'Rattan', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40877, 'Ravia', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40878, 'Redbird', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40879, 'Redbird Smith', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40880, 'Red Oak', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40881, 'Red Rock', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40882, 'Remy', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40883, 'Renfrow', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40884, 'Rentiesville', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40885, 'Reydon', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40886, 'Ringling', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40887, 'Ringwood', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40888, 'Ripley', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40889, 'River Bottom', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40890, 'Rock Island', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40891, 'Rocky', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40892, 'Rocky Ford', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40893, 'Rocky Mountain', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40894, 'Roff', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40895, 'Roland', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40896, 'Roosevelt', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40897, 'Rosedale', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40898, 'Rosston', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40899, 'Rush Springs', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40900, 'Ryan', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40901, 'St. Louis', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40902, 'Salem', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40903, 'Salina', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40904, 'Sallisaw', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40905, 'Sams Corner', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40906, 'Sand Hills', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40907, 'Sand Springs', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40908, 'Sapulpa', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40909, 'Sasakwa', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40910, 'Savanna', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40911, 'Sawyer', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40912, 'Sayre', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40913, 'Schulter', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40914, 'Scraper', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40915, 'Seiling', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40916, 'Seminole', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40917, 'Sentinel', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40918, 'Sequoyah', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40919, 'Shady Grove', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40920, 'Shady Point', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40921, 'Shamrock', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40922, 'Sharon', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40923, 'Shattuck', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40924, 'Shawnee', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40925, 'Shidler', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40926, 'Short', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40927, 'Silo', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40928, 'Simms', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40929, 'Skedee', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40930, 'Skiatook', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40931, 'Slaughterville', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40932, 'Slick', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40933, 'Smith Village', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40934, 'Smithville', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40935, 'Snake Creek', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40936, 'Snyder', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40937, 'Soper', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40938, 'Sour John', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40939, 'South Coffeyville', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40940, 'Sparks', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40941, 'Spaulding', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40942, 'Spavinaw', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40943, 'Spencer', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40944, 'Sperry', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40945, 'Spiro', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40946, 'Sportsmen Acres', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40947, 'Sportsmen Acres Community', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40948, 'Springer', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40949, 'Sterling', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40950, 'Stidham', 3866, 233, 1, '2019-01-24 21:01:07', '2019-01-24 21:05:19'),
(40951, 'Stigler', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40952, 'Stillwater', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40953, 'Stilwell', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40954, 'Stonewall', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40955, 'Stony Point', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40956, 'Strang', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40957, 'Stratford', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40958, 'Stringtown', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40959, 'Strong City', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:19'),
(40960, 'Stroud', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40961, 'Stuart', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40962, 'Sugden', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40963, 'Sulphur', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40964, 'Summit', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40965, 'Swink', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40966, 'Sycamore', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40967, 'Taft', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40968, 'Tagg Flats', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40969, 'Tahlequah', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40970, 'Talala', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40971, 'Talihina', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40972, 'Taloga', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40973, 'Tamaha', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40974, 'Tatums', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40975, 'Tecumseh', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40976, 'Temple', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40977, 'Tenkiller', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40978, 'Terlton', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40979, 'Terral', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40980, 'Texanna', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40981, 'Texhoma', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40982, 'Texola', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40983, 'Thackerville', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40984, 'The Village', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40985, 'Thomas', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40986, 'Taiwah', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40987, 'Tipton', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40988, 'Tishomingo', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40989, 'Tonkawa', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40990, 'Tribbey', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40991, 'Tryon', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40992, 'Tullahassee', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40993, 'Tulsa', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40994, 'Tupelo', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40995, 'Turley', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40996, 'Tushka', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40997, 'Tuttle', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40998, 'Twin Oaks', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(40999, 'Tyrone', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41000, 'Union City', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41001, 'Valley Brook', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41002, 'Valley Park', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41003, 'Valliant', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41004, 'Velma', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41005, 'Vera', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41006, 'Verden', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41007, 'Vian', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41008, 'Vici', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41009, 'Vinita', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41010, 'Wagoner', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41011, 'Wainwright', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41012, 'Wakita', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41013, 'Walters', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(41014, 'Wanette', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41015, 'Wann', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41016, 'Wapanucka', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41017, 'Warner', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41018, 'Warr Acres', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41019, 'Warwick', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41020, 'Washington', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41021, 'Watonga', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41022, 'Watts', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41023, 'Watts Community', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41024, 'Waukomis', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41025, 'Waurika', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41026, 'Wayne', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41027, 'Waynoka', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41028, 'Weatherford', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41029, 'Webb City', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41030, 'Webbers Falls', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41031, 'Welch', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41032, 'Weleetka', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41033, 'Welling', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41034, 'Wellston', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41035, 'West Peavine', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41036, 'Westport', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41037, 'West Siloam Springs', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41038, 'Westville', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41039, 'Wetumka', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41040, 'Wewoka', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41041, 'Whitefield', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41042, 'Wickliffe', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41043, 'Wilburton', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41044, 'Willow', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41045, 'Wilson', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41046, 'Winchester', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41047, 'Wister', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41048, 'Woodall', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41049, 'Woodlawn Park', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41050, 'Woodville', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41051, 'Woodward', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41052, 'Wright City', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41053, 'Wyandotte', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41054, 'Wynnewood', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41055, 'Wynona', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41056, 'Yale', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41057, 'Yeager', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41058, 'Yukon', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41059, 'Zeb', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41060, 'Zena', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41061, 'Zion', 3866, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41062, 'Adair Village', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41063, 'Adams', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41064, 'Adrian', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41065, 'Albany', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41066, 'Aloha', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41067, 'Altamont', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41068, 'Amity', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41069, 'Antelope', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41070, 'Arlington', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41071, 'Ashland', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41072, 'Astoria', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41073, 'Athena', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41074, 'Aumsville', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41075, 'Aurora', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41076, 'Baker City', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41077, 'Bandon', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41078, 'Banks', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41079, 'Barlow', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41080, 'Barview', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41081, 'Bay City', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41082, 'Beaver', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41083, 'Beaverton', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41084, 'Bend', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41085, 'Biggs Junction', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41086, 'Boardman', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41087, 'Bonanza', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41088, 'Brookings', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41089, 'Brooks', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41090, 'Brownsville', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41091, 'Bunker Hill', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41092, 'Burns', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41093, 'Butte Falls', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41094, 'Butteville', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41095, 'Canby', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41096, 'Cannon Beach', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41097, 'Canyon City', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41098, 'Canyonville', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41099, 'Cape Meares', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41100, 'Carlton', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41101, 'Cascade Locks', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41102, 'Cave Junction', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41103, 'Cayuse', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41104, 'Cedar Hills', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41105, 'Cedar Mill', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41106, 'Central Point', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41107, 'Chenoweth', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41108, 'Chiloquin', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41109, 'City Of The Dalles', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41110, 'Clackamas', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41111, 'Clatskanie', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:20'),
(41112, 'Cloverdale', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41113, 'Coburg', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41114, 'Columbia City', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41115, 'Condon', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41116, 'Coos Bay', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41117, 'Coquille', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41118, 'Cornelius', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41119, 'Corvallis', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41120, 'Cottage Grove', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41121, 'Cove', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41122, 'Creswell', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41123, 'Culver', 3868, 233, 1, '2019-01-24 21:01:08', '2019-01-24 21:05:21'),
(41124, 'Dallas', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41125, 'Dayton', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41126, 'Dayville', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41127, 'Depoe Bay', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41128, 'Deschutes River Woods', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41129, 'Detroit', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41130, 'Donald', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41131, 'Drain', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41132, 'Dufur', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41133, 'Dundee', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41134, 'Dunes City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41135, 'Durham', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41136, 'Eagle Point', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41137, 'Echo', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41138, 'Elgin', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41139, 'Elkton', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41140, 'Enterprise', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41141, 'Eola', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41142, 'Estacada', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41143, 'Eugene', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41144, 'Fairview', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41145, 'Falls City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41146, 'Florence', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41147, 'Forest Grove', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41148, 'Fossil', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41149, 'Four Corners', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41150, 'Garden Home-whitford', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41151, 'Garibaldi', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41152, 'Gaston', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41153, 'Gates', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41154, 'Gearhart', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41155, 'Gervais', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41156, 'Gladstone', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41157, 'Glendale', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41158, 'Glide', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41159, 'Gold Beach', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41160, 'Gold Hill', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41161, 'Gopher Flats', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41162, 'Grand Ronde', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41163, 'Granite', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41164, 'Grants Pass', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41165, 'Grass Valley', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41166, 'Green', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41167, 'Greenhorn', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41168, 'Gresham', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41169, 'Haines', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41170, 'Halfway', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41171, 'Halsey', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41172, 'Happy Valley', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41173, 'Harbeck-fruitdale', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41174, 'Harbor', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41175, 'Harrisburg', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41176, 'Hayesville', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41177, 'Hebo', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41178, 'Helix', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41179, 'Heppner', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41180, 'Hermiston', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41181, 'Hillsboro', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41182, 'Hines', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41183, 'Hood River', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41184, 'Hubbard', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41185, 'Huntington', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41186, 'Idanha', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41187, 'Imbler', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41188, 'Independence', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41189, 'Ione', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41190, 'Irrigon', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41191, 'Island City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41192, 'Jacksonville', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41193, 'Jefferson', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41194, 'Jennings Lodge', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41195, 'John Day', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41196, 'Johnson City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41197, 'Jordan Valley', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41198, 'Joseph', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41199, 'Junction City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41200, 'Keizer', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41201, 'King City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41202, 'Kirkpatrick', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41203, 'Klamath Falls', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41204, 'Labish Village', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41205, 'Lafayette', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41206, 'La Grande', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41207, 'Lake Oswego', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41208, 'Lakeside', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41209, 'Lakeview', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41210, 'La Pine', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41211, 'Lebanon', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41212, 'Lexington', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41213, 'Lincoln Beach', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41214, 'Lincoln City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41215, 'Lonerock', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41216, 'Long Creek', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41217, 'Lostine', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41218, 'Lowell', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41219, 'Lyons', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41220, 'Mcminnville', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41221, 'Madras', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41222, 'Malin', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41223, 'Manzanita', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41224, 'Marion', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41225, 'Maupin', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41226, 'Maywood Park', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41227, 'Medford', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41228, 'Mehama', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41229, 'Merrill', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41230, 'Metolius', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41231, 'Metzger', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41232, 'Mill City', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41233, 'Millersburg', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41234, 'Milton-freewater', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41235, 'Milwaukie', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41236, 'Mission', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41237, 'Mitchell', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41238, 'Molalla', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41239, 'Monmouth', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41240, 'Monroe', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41241, 'Monument', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41242, 'Moro', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41243, 'Mosier', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41244, 'Mount Angel', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41245, 'Mount Hood Village', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41246, 'Mount Vernon', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41247, 'Myrtle Creek', 3868, 233, 1, '2019-01-24 21:01:09', '2019-01-24 21:05:21'),
(41248, 'Myrtle Point', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41249, 'Nehalem', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41250, 'Neskowin', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41251, 'Netarts', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41252, 'Newberg', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41253, 'Newport', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41254, 'North Bend', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41255, 'North Plains', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41256, 'North Powder', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41257, 'Nyssa', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41258, 'Oak Grove', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41259, 'Oak Hills', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41260, 'Oakland', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41261, 'Oakridge', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41262, 'Oatfield', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41263, 'Oceanside', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41264, 'Odell', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41265, 'Ontario', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41266, 'Oregon City', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41267, 'Pacific City', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41268, 'Paisley', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41269, 'Parkdale', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41270, 'Pendleton', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41271, 'Philomath', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41272, 'Phoenix', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41273, 'Pilot Rock', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41274, 'Pine Grove', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:21'),
(41275, 'Pine Hollow', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41276, 'Portland', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41277, 'Port Orford', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41278, 'Powers', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41279, 'Prairie City', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41280, 'Prescott', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41281, 'Prineville', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41282, 'Rainier', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41283, 'Raleigh Hills', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41284, 'Redmond', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41285, 'Redwood', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41286, 'Reedsport', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41287, 'Richland', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41288, 'Rickreall', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41289, 'Riddle', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41290, 'Rivergrove', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41291, 'Riverside', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41292, 'Rockaway Beach', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41293, 'Rockcreek', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41294, 'Rogue River', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41295, 'Roseburg', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41296, 'Roseburg North', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41297, 'Rose Lodge', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41298, 'Rowena', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41299, 'Rufus', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41300, 'St. Helens', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41301, 'St. Paul', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41302, 'Salem', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41303, 'Sandy', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41304, 'Scappoose', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41305, 'Scio', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41306, 'Scotts Mills', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41307, 'Seaside', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41308, 'Seneca', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41309, 'Shady Cove', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41310, 'Shaniko', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41311, 'Sheridan', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41312, 'Sherwood', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41313, 'Siletz', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41314, 'Silverton', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41315, 'Sisters', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41316, 'Sodaville', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41317, 'South Lebanon', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41318, 'Spray', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41319, 'Springfield', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41320, 'Stanfield', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41321, 'Stayton', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41322, 'Sublimity', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41323, 'Summerville', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41324, 'Sumpter', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41325, 'Sunnyside', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41326, 'Sutherlin', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41327, 'Sweet Home', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41328, 'Talent', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41329, 'Tangent', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41330, 'Terrebonne', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41331, 'Three Rivers', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41332, 'Tigard', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41333, 'Tillamook', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41334, 'Toledo', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41335, 'Tri-city', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41336, 'Troutdale', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41337, 'Tualatin', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41338, 'Turner', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41339, 'Tutuilla', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41340, 'Tygh Valley', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41341, 'Ukiah', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41342, 'Umatilla', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41343, 'Union', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41344, 'Unity', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41345, 'Vale', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41346, 'Veneta', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41347, 'Vernonia', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41348, 'Waldport', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41349, 'Wallowa', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41350, 'Wamic', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41351, 'Warm Springs', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41352, 'Warrenton', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41353, 'Wasco', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41354, 'Waterloo', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41355, 'Westfir', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41356, 'West Haven-sylvan', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41357, 'West Linn', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41358, 'Weston', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41359, 'West Slope', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41360, 'Wheeler', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41361, 'White City', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41362, 'Willamina', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41363, 'Wilsonville', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41364, 'Winchester Bay', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41365, 'Winston', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41366, 'Woodburn', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41367, 'Wood Village', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41368, 'Yachats', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41369, 'Yamhill', 3868, 233, 1, '2019-01-24 21:01:10', '2019-01-24 21:05:22'),
(41370, 'Yoncalla', 3868, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41371, 'Palau', 4026, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:01:11'),
(41372, 'Aaronsburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41373, 'Abbottstown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41374, 'Adamsburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41375, 'Adamstown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41376, 'Adamsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41377, 'Addison', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41378, 'Akron', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41379, 'Alba', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41380, 'Albion', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41381, 'Alburtis', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41382, 'Aldan', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41383, 'Alexandria', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41384, 'Aliquippa', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41385, 'Allenport', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41386, 'Allentown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41387, 'Almedia', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41388, 'Altamont', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41389, 'Altoona', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41390, 'Ambler', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41391, 'Ambridge', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41392, 'Amity Gardens', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41393, 'Ancient Oaks', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41394, 'Annville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41395, 'Apollo', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41396, 'Applewold', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41397, 'Archbald', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41398, 'Ardmore', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41399, 'Arendtsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41400, 'Aristes', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41401, 'Arlington Heights', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41402, 'Armagh', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41403, 'Arnold', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41404, 'Arona', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41405, 'Ashland', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41406, 'Ashley', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41407, 'Ashville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41408, 'Aspinwall', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41409, 'Atglen', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41410, 'Athens', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41411, 'Atlantic', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41412, 'Atwood', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41413, 'Auburn', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41414, 'Audubon', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41415, 'Austin', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41416, 'Avalon', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41417, 'Avis', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41418, 'Avoca', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41419, 'Avon', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41420, 'Avondale', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41421, 'Avonia', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:22'),
(41422, 'Avonmore', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41423, 'Back Mountain', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41424, 'Baden', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41425, 'Baidland', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41426, 'Baldwin', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41427, 'Bally', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41428, 'Bangor', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41429, 'Barkeyville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41430, 'Bath', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41431, 'Beallsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41432, 'Bear Creek Village', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41433, 'Bear Lake', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41434, 'Beaver', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41435, 'Beaverdale-lloydell', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41436, 'Beaver Falls', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41437, 'Beaver Meadows', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41438, 'Beaver Springs', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41439, 'Beavertown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41440, 'Bechtelsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41441, 'Bedford', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41442, 'Beech Creek', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41443, 'Belfast', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41444, 'Bell Acres', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41445, 'Bellefonte', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41446, 'Belle Vernon', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41447, 'Belleville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41448, 'Bellevue', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41449, 'Bellwood', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41450, 'Belmont', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41451, 'Ben Avon', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41452, 'Ben Avon Heights', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41453, 'Bendersville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41454, 'Bendersville Station-aspers', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41455, 'Benson', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41456, 'Bentleyville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41457, 'Benton', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41458, 'Berlin', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41459, 'Bernville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41460, 'Berrysburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41461, 'Berwick', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41462, 'Bessemer', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41463, 'Bethany', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41464, 'Bethel Park', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41465, 'Bethlehem', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41466, 'Beurys Lake', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41467, 'Big Beaver', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41468, 'Biglerville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41469, 'Big Run', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41470, 'Birdsboro', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41471, 'Birmingham', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41472, 'Black Lick', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41473, 'Blain', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41474, 'Blairsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41475, 'Blakely', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41476, 'Blanchard', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41477, 'Blawnox', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41478, 'Bloomfield', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41479, 'Blooming Valley', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41480, 'Bloomsburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41481, 'Blossburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41482, 'Blue Bell', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41483, 'Boalsburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41484, 'Boiling Springs', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41485, 'Bolivar', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41486, 'Bonneauville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41487, 'Boothwyn', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41488, 'Boswell', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41489, 'Bowmanstown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41490, 'Boyertown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41491, 'Brackenridge', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41492, 'Braddock', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41493, 'Braddock Hills', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41494, 'Bradford', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41495, 'Bradfordwoods', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41496, 'Branchdale', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41497, 'Brandonville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41498, 'Brentwood', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41499, 'Bressler-enhaut-oberlin', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41500, 'Briar Creek', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41501, 'Brickerville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41502, 'Bridgeport', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41503, 'Bridgeville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41504, 'Bridgewater', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41505, 'Brisbin', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41506, 'Bristol', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41507, 'Brittany Farms-highlands', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41508, 'Broad Top City', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41509, 'Brockway', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41510, 'Brodheadsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41511, 'Brookhaven', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41512, 'Brookville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41513, 'Broomall', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41514, 'Brownstown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41515, 'Brownsville', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41516, 'Bruin', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41517, 'Bryn Athyn', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41518, 'Bryn Mawr', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41519, 'Buckhorn', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41520, 'Buck Run', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41521, 'Burgettstown', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41522, 'Burlington', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41523, 'Burnham', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41524, 'Burnside', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41525, 'Butler', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41526, 'California', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41527, 'Callensburg', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41528, 'Callery', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41529, 'Callimont', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41530, 'Calumet-norvelt', 3869, 233, 1, '2019-01-24 21:01:11', '2019-01-24 21:05:23'),
(41531, 'Cambridge Springs', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41532, 'Campbelltown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41533, 'Camp Hill', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41534, 'Canadohta Lake', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41535, 'Canonsburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41536, 'Canton', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41537, 'Carbondale', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41538, 'Carlisle', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41539, 'Carmichaels', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41540, 'Carnegie', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41541, 'Carnot-moon', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41542, 'Carrolltown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41543, 'Carroll Valley', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41544, 'Cashtown-mcknightstown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41545, 'Cassandra', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:23'),
(41546, 'Casselman', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41547, 'Cassville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41548, 'Castanea', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41549, 'Castle Shannon', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41550, 'Catasauqua', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41551, 'Catawissa', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41552, 'Cecil-bishop', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41553, 'Centerport', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41554, 'Centerville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41555, 'Central City', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41556, 'Centralia', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41557, 'Centre Hall', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41558, 'Chalfant', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41559, 'Chalfont', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41560, 'Chambersburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41561, 'Chapman', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41562, 'Charleroi', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41563, 'Cherry Tree', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41564, 'Cherry Valley', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41565, 'Chester', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41566, 'Chesterbrook', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41567, 'Chester Heights', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41568, 'Chester Hill', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41569, 'Chester Township', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41570, 'Chest Springs', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41571, 'Cheswick', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41572, 'Chevy Chase Heights', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41573, 'Chicora', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41574, 'Christiana', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41575, 'Churchill', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41576, 'Churchville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41577, 'Clairton', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41578, 'Clarence', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41579, 'Clarendon', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41580, 'Clarion', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41581, 'Clark', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41582, 'Clarks Green', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41583, 'Clarks Summit', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41584, 'Clarksville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41585, 'Claysburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41586, 'Claysville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41587, 'Clearfield', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41588, 'Cleona', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41589, 'Clifton Heights', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41590, 'Clintonville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41591, 'Clymer', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41592, 'Coal Center', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41593, 'Coaldale', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41594, 'Coalmont', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41595, 'Coalport', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41596, 'Coatesville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41597, 'Coburn', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41598, 'Cochranton', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41599, 'Cokeburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41600, 'Collegeville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41601, 'Collingdale', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41602, 'Colonial Park', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41603, 'Columbia', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41604, 'Colver', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41605, 'Colwyn', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41606, 'Commodore', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41607, 'Confluence', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41608, 'Conneaut Lake', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41609, 'Conneaut Lakeshore', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41610, 'Conneautville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41611, 'Connellsville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41612, 'Connoquenessing', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41613, 'Conshohocken', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41614, 'Conway', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41615, 'Conyngham', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41616, 'Coopersburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41617, 'Cooperstown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41618, 'Coplay', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41619, 'Coraopolis', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41620, 'Cornwall', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41621, 'Cornwells Heights-eddington', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41622, 'Corry', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41623, 'Corsica', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41624, 'Coudersport', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41625, 'Courtdale', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41626, 'Crabtree', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41627, 'Crafton', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41628, 'Cranesville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41629, 'Creekside', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41630, 'Cresson', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41631, 'Cressona', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41632, 'Cross Roads', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41633, 'Croydon', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41634, 'Curtisville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41635, 'Curwensville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41636, 'Daisytown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(41637, 'Dale', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41638, 'Dallas', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41639, 'Dallastown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41640, 'Dalton', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41641, 'Danville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41642, 'Darby', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41643, 'Darby Township', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41644, 'Darlington', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41645, 'Dauphin', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41646, 'Davidsville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41647, 'Dawson', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41648, 'Dayton', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41649, 'Deemston', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41650, 'Deer Lake', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41651, 'Delano', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41652, 'Delaware Water Gap', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41653, 'Delmont', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41654, 'Delta', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41655, 'Denver', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41656, 'Derry', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41657, 'Devon-berwyn', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41658, 'Dickson City', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41659, 'Dicksonville', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41660, 'Dillsburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41661, 'Donaldson', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:24'),
(41662, 'Donegal', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41663, 'Donora', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41664, 'Dormont', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41665, 'Dover', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41666, 'Downingtown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41667, 'Doylestown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41668, 'Dravosburg', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41669, 'Drexel Hill', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41670, 'Driftwood', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41671, 'Dublin', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41672, 'Dubois', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41673, 'Duboistown', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41674, 'Dudley', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41675, 'Dunbar', 3869, 233, 1, '2019-01-24 21:01:12', '2019-01-24 21:05:25'),
(41676, 'Duncannon', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41677, 'Duncansville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41678, 'Dunlevy', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41679, 'Dunmore', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41680, 'Dunnstown', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41681, 'Dupont', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41682, 'Duquesne', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41683, 'Duryea', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41684, 'Dushore', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41685, 'Eagles Mere', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41686, 'Eagleville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41687, 'East Bangor', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41688, 'East Berlin', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41689, 'East Berwick', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41690, 'East Brady', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41691, 'East Butler', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41692, 'East Conemaugh', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41693, 'East Greenville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41694, 'East Lansdowne', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41695, 'Eastlawn Gardens', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41696, 'East Mckeesport', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41697, 'East Norriton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41698, 'Easton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41699, 'East Petersburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41700, 'East Pittsburgh', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41701, 'East Prospect', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41702, 'East Rochester', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41703, 'East Rutherford', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41704, 'East Side', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41705, 'East Stroudsburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41706, 'East Uniontown', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41707, 'Eastvale', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41708, 'East Vandergrift', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41709, 'East Washington', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41710, 'East York', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41711, 'Eau Claire', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41712, 'Ebensburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41713, 'Economy', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41714, 'Eddystone', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41715, 'Edgewood', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41716, 'Edgeworth', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41717, 'Edinboro', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41718, 'Edwardsville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41719, 'Ehrenfeld', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41720, 'Elco', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41721, 'Elderton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41722, 'Eldred', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41723, 'Elgin', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41724, 'Elim', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41725, 'Elizabeth', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41726, 'Elizabethtown', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41727, 'Elizabethville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41728, 'Elkland', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41729, 'Ellport', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41730, 'Ellsworth', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41731, 'Ellwood City', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41732, 'Elverson', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41733, 'Elysburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41734, 'Emigsville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41735, 'Emlenton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41736, 'Emmaus', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41737, 'Emporium', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41738, 'Emsworth', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41739, 'Englewood', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41740, 'Enola', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41741, 'Enon Valley', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41742, 'Ephrata', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41743, 'Erie', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41744, 'Ernest', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41745, 'Espy', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41746, 'Etna', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41747, 'Evansburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41748, 'Evans City', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41749, 'Everett', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41750, 'Everson', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41751, 'Exeter', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41752, 'Export', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41753, 'Exton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41754, 'Eyers Grove', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41755, 'Factoryville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41756, 'Fairchance', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41757, 'Fairdale', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41758, 'Fairfield', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41759, 'Fairless Hills', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41760, 'Fairview', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41761, 'Fairview-ferndale', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41762, 'Falls Creek', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41763, 'Fallston', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41764, 'Farrell', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41765, 'Fawn Grove', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41766, 'Fayette City', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41767, 'Fayetteville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41768, 'Feasterville-trevose', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41769, 'Felton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41770, 'Ferndale', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41771, 'Fernville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41772, 'Fernway', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41773, 'Finleyville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41774, 'Fleetwood', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41775, 'Flemington', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41776, 'Flourtown', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41777, 'Flying Hills', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:25'),
(41778, 'Folcroft', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41779, 'Folsom', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41780, 'Ford City', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41781, 'Ford Cliff', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41782, 'Forest City', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41783, 'Forest Hills', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41784, 'Forksville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41785, 'Forrestville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41786, 'Fort Indiantown Gap', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41787, 'Fort Washington', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41788, 'Forty Fort', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41789, 'Foundryville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41790, 'Fountain Hill', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41791, 'Fountain Springs', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41792, 'Foxburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41793, 'Fox Chapel', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41794, 'Fox Run', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41795, 'Frackville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41796, 'Frankfort Springs', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41797, 'Franklin', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41798, 'Franklin Park', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41799, 'Franklintown', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41800, 'Fredericksburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41801, 'Fredericktown-millsboro', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41802, 'Fredonia', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41803, 'Freeburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41804, 'Freedom', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41805, 'Freeland', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41806, 'Freemansburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41807, 'Freeport', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41808, 'Friedens', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41809, 'Friedensburg', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41810, 'Friendsville', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41811, 'Fullerton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41812, 'Galeton', 3869, 233, 1, '2019-01-24 21:01:13', '2019-01-24 21:05:26'),
(41813, 'Gallitzin', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41814, 'Gap', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41815, 'Garden View', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41816, 'Garrett', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41817, 'Gastonville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41818, 'Geistown', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41819, 'Geneva', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41820, 'Georgetown', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41821, 'Gettysburg', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41822, 'Gilberton', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41823, 'Gilbertsville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41824, 'Girard', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41825, 'Girardville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41826, 'Glasgow', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41827, 'Glassport', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41828, 'Glenburn', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41829, 'Glen Campbell', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41830, 'Glendon', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41831, 'Glenfield', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41832, 'Glen Hope', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41833, 'Glen Lyon', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41834, 'Glenolden', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41835, 'Glen Rock', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41836, 'Glenside', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41837, 'Goldsboro', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41838, 'Gordon', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41839, 'Grampian', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41840, 'Grantley', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41841, 'Grapeville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41842, 'Gratz', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41843, 'Great Bend', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41844, 'Greencastle', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41845, 'Green Hills', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41846, 'Green Lane', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41847, 'Greensboro', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41848, 'Greensburg', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41849, 'Green Tree', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41850, 'Greenville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41851, 'Grier City-park Crest', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41852, 'Grindstone-rowes Run', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41853, 'Grove City', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41854, 'Guilford', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41855, 'Guys Mills', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41856, 'Halfway House', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41857, 'Halifax', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41858, 'Hallam', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41859, 'Hallstead', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41860, 'Hamburg', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41861, 'Hampton', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41862, 'Hampton Township', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41863, 'Hanover', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41864, 'Harleysville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41865, 'Harmonsburg', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41866, 'Harmony', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41867, 'Harmony Township', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41868, 'Harrisburg', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41869, 'Harrison City', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41870, 'Harrison Township', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41871, 'Harrisville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41872, 'Hartleton', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41873, 'Hartstown', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41874, 'Harveys Lake', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41875, 'Hasson Heights', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41876, 'Hastings', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41877, 'Hatboro', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41878, 'Hatfield', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41879, 'Hawley', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41880, 'Hawthorn', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41881, 'Haysville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41882, 'Hazleton', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41883, 'Heckscherville', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41884, 'Heidelberg', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41885, 'Heilwood', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41886, 'Hellertown', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41887, 'Herminie', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41888, 'Hermitage', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41889, 'Herndon', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41890, 'Hershey', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41891, 'Highland Park', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41892, 'Highspire', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41893, 'Hiller', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41894, 'Hokendauqua', 3869, 233, 1, '2019-01-24 21:01:14', '2019-01-24 21:05:26'),
(41895, 'Hollidaysburg', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:26'),
(41896, 'Homeacre-lyndora', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41897, 'Homer City', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41898, 'Homestead', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41899, 'Hometown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41900, 'Homewood', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41901, 'Honesdale', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41902, 'Honey Brook', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41903, 'Hookstown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41904, 'Hooversville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41905, 'Hop Bottom', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41906, 'Hopewell', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41907, 'Hopwood', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41908, 'Horsham', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41909, 'Houserville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41910, 'Houston', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41911, 'Houtzdale', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41912, 'Howard', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41913, 'Hughestown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41914, 'Hughesville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41915, 'Hulmeville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41916, 'Hummelstown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41917, 'Hummels Wharf', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41918, 'Hunker', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41919, 'Huntingdon', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41920, 'Hyde', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41921, 'Hyde Park', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41922, 'Hydetown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41923, 'Hyndman', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41924, 'Imperial-enlow', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41925, 'Indiana', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41926, 'Indian Lake', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41927, 'Industry', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41928, 'Ingram', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41929, 'Iola', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41930, 'Irvona', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41931, 'Irwin', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41932, 'Ivyland', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41933, 'Jackson Center', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41934, 'Jacksonville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41935, 'Jacobus', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41936, 'Jamestown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41937, 'Jamison City', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41938, 'Jeannette', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41939, 'Jeddo', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41940, 'Jefferson', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41941, 'Jefferson Hills', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41942, 'Jenkintown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41943, 'Jennerstown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41944, 'Jermyn', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41945, 'Jerome', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41946, 'Jersey Shore', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41947, 'Jerseytown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41948, 'Jessup', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41949, 'Jim Thorpe', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41950, 'Johnsonburg', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41951, 'Johnstown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41952, 'Jonestown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41953, 'Julian', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41954, 'Juniata Terrace', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41955, 'Kane', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41956, 'Karns City', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41957, 'Kenhorst', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41958, 'Kenilworth', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41959, 'Kennedy Township', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41960, 'Kennett Square', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41961, 'King Of Prussia', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41962, 'Kingston', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41963, 'Kistler', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41964, 'Kittanning', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41965, 'Klingerstown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41966, 'Knox', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41967, 'Knoxville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41968, 'Koppel', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41969, 'Kratzerville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41970, 'Kreamer', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41971, 'Kulpmont', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41972, 'Kulpsville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41973, 'Kutztown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41974, 'Laceyville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41975, 'Laflin', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41976, 'Lake City', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41977, 'Lake Heritage', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41978, 'Lake Meade', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41979, 'Lake Wynonah', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41980, 'Lancaster', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41981, 'Landingville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41982, 'Landisburg', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41983, 'Lanesboro', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41984, 'Langhorne', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41985, 'Langhorne Manor', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41986, 'Lansdale', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41987, 'Lansdowne', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41988, 'Lansford', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41989, 'Laporte', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41990, 'Larksville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41991, 'Latrobe', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41992, 'Laureldale', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41993, 'Laurel Mountain', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41994, 'Laurel Run', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41995, 'Lavelle-locustdale', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41996, 'Lawnton', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41997, 'Lawrence Park', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41998, 'Lawrenceville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(41999, 'Lawson Heights', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42000, 'Leacock-leola-bareville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42001, 'Lebanon', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42002, 'Lebanon South', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42003, 'Leechburg', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42004, 'Leesport', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42005, 'Leetsdale', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42006, 'Lehighton', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42007, 'Leith-hatfield', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42008, 'Lemont', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42009, 'Lemoyne', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42010, 'Lenape Heights', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42011, 'Lenhartsville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42012, 'Le Raysville', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42013, 'Levittown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42014, 'Lewisberry', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42015, 'Lewisburg', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42016, 'Lewis Run', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42017, 'Lewistown', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42018, 'Liberty', 3869, 233, 1, '2019-01-24 21:01:15', '2019-01-24 21:05:27'),
(42019, 'Lightstreet', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:27'),
(42020, 'Ligonier', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:27'),
(42021, 'Lilly', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42022, 'Lima', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42023, 'Lime Ridge', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42024, 'Lincoln', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42025, 'Lincolnville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42026, 'Linesville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42027, 'Linglestown', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42028, 'Linntown', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42029, 'Linwood', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42030, 'Lionville-marchwood', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42031, 'Lititz', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42032, 'Little Meadows', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42033, 'Littlestown', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42034, 'Liverpool', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42035, 'Lock Haven', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42036, 'Locustdale', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42037, 'Loganton', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42038, 'Loganville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42039, 'Long Branch', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42040, 'Lorain', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42041, 'Lorane', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42042, 'Loretto', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42043, 'Lower Allen', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42044, 'Lower Burrell', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42045, 'Lucerne Mines', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42046, 'Lumber City', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42047, 'Luzerne', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42048, 'Lykens', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42049, 'Lynnwood-pricedale', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42050, 'Lyons', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42051, 'Mcadoo', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42052, 'Mcalisterville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42053, 'Mccandless Township', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42054, 'Mcchesneytown-loyalhanna', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42055, 'Mcclure', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42056, 'Mcconnellsburg', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42057, 'Mcdonald', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42058, 'Mcewensville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42059, 'Mcgovern', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42060, 'Mckean', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42061, 'Mckeansburg', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42062, 'Mckeesport', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42063, 'Mckees Rocks', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42064, 'Mcmurray', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42065, 'Mcsherrystown', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42066, 'Macungie', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42067, 'Mcveytown', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42068, 'Madison', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42069, 'Madisonburg', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42070, 'Mahaffey', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42071, 'Mahanoy City', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42072, 'Mainville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42073, 'Malvern', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42074, 'Manchester', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42075, 'Manheim', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42076, 'Manns Choice', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42077, 'Manor', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42078, 'Manorville', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42079, 'Mansfield', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42080, 'Maple Glen', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42081, 'Mapleton', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42082, 'Marcus Hook', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42083, 'Marianna', 3869, 233, 1, '2019-01-24 21:01:16', '2019-01-24 21:05:28'),
(42084, 'Marietta', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42085, 'Marion Center', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42086, 'Marion Heights', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42087, 'Marklesburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42088, 'Markleysburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42089, 'Marlin', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42090, 'Mars', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42091, 'Marshallton', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42092, 'Martinsburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42093, 'Marysville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42094, 'Masontown', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42095, 'Matamoras', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42096, 'Mayfield', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42097, 'Maytown', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42098, 'Meadowood', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42099, 'Meadville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42100, 'Mechanicsburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42101, 'Mechanicsville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42102, 'Media', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42103, 'Mercer', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42104, 'Mercersburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42105, 'Meridian', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42106, 'Meshoppen', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42107, 'Mexico', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42108, 'Meyersdale', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42109, 'Middleburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42110, 'Middleport', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42111, 'Middletown', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42112, 'Midland', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42113, 'Midway', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42114, 'Mifflin', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42115, 'Mifflinburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42116, 'Mifflintown', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42117, 'Mifflinville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42118, 'Milesburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42119, 'Milford', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42120, 'Millbourne', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42121, 'Mill Creek', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42122, 'Millersburg', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42123, 'Millerstown', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42124, 'Millersville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42125, 'Mill Hall', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42126, 'Millheim', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42127, 'Millvale', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42128, 'Mill Village', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42129, 'Millville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42130, 'Milroy', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42131, 'Milton', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42132, 'Minersville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42133, 'Modena', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42134, 'Mohnton', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42135, 'Monaca', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42136, 'Monessen', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42137, 'Monongahela', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42138, 'Monroe', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42139, 'Mont Alto', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42140, 'Montgomery', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42141, 'Montgomeryville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42142, 'Montoursville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42143, 'Montrose', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42144, 'Monument', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:28'),
(42145, 'Moosic', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42146, 'Morrisville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42147, 'Morton', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42148, 'Moscow', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42149, 'Mountainhome', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42150, 'Mountain Top', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42151, 'Mount Carbon', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42152, 'Mount Carmel', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42153, 'Mount Cobb', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42154, 'Mount Gretna', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42155, 'Mount Gretna Heights', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42156, 'Mount Holly Springs', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42157, 'Mount Jewett', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42158, 'Mount Joy', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42159, 'Mount Lebanon', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42160, 'Mount Oliver', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42161, 'Mount Penn', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42162, 'Mount Pleasant', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42163, 'Mount Pleasant Mills', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42164, 'Mount Pocono', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42165, 'Mount Union', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42166, 'Mountville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42167, 'Mount Wolf', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42168, 'Muncy', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42169, 'Munhall', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42170, 'Municipality Of Monroeville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42171, 'Municipality Of Murrysville', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42172, 'Myerstown', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42173, 'Nanticoke', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42174, 'Nanty-glo', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42175, 'Narberth', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42176, 'Nazareth', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42177, 'Nemacolin', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42178, 'Nescopeck', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42179, 'Nesquehoning', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42180, 'Nether Providence Township', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42181, 'New Albany', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42182, 'New Alexandria', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42183, 'New Baltimore', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42184, 'New Beaver', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42185, 'New Berlin', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42186, 'New Bethlehem', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42187, 'New Boston-morea', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42188, 'New Brighton', 3869, 233, 1, '2019-01-24 21:01:17', '2019-01-24 21:05:29'),
(42189, 'New Britain', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42190, 'New Buffalo', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42191, 'Newburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42192, 'New Castle', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42193, 'New Castle Northwest', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42194, 'New Centerville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42195, 'New Columbus', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42196, 'New Cumberland', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42197, 'New Eagle', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42198, 'Newell', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42199, 'New Florence', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42200, 'New Freedom', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42201, 'New Galilee', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42202, 'New Holland', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42203, 'New Hope', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42204, 'New Kensington', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42205, 'New Kingstown', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42206, 'New Lebanon', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42207, 'Newmanstown', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42208, 'New Milford', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42209, 'New Morgan', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42210, 'New Oxford', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42211, 'New Paris', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42212, 'New Philadelphia', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42213, 'Newport', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42214, 'New Ringgold', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42215, 'Newry', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42216, 'New Salem', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42217, 'New Salem-buffington', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42218, 'New Stanton', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42219, 'Newton Hamilton', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42220, 'Newtown', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42221, 'Newtown Grant', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42222, 'Newville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42223, 'New Washington', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42224, 'New Wilmington', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42225, 'Nicholson', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42226, 'Nixon', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:29'),
(42227, 'Norristown', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42228, 'Northampton', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42229, 'North Apollo', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42230, 'North Belle Vernon', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42231, 'North Braddock', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42232, 'North Catasauqua', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42233, 'North Charleroi', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42234, 'North East', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42235, 'Northern Cambria', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42236, 'North Irwin', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42237, 'North Philipsburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42238, 'Northumberland', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42239, 'North Vandergrift-pleasant View', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42240, 'North Versailles', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42241, 'North Wales', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42242, 'Northwest Harborcreek', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42243, 'North York', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42244, 'Norwood', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42245, 'Nuangola', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42246, 'Numidia', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42247, 'Nuremberg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42248, 'Oakdale', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42249, 'Oak Hills', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42250, 'Oakland', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42251, 'Oakmont', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42252, 'Oakwood', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(42253, 'O Hara Township', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42254, 'Ohiopyle', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42255, 'Ohioville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42256, 'Oil City', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42257, 'Oklahoma', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42258, 'Old Forge', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42259, 'Old Orchard', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42260, 'Oliver', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42261, 'Olyphant', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42262, 'Oneida', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42263, 'Orangeville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42264, 'Orbisonia', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42265, 'Orchard Hills', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42266, 'Oreland', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42267, 'Orrstown', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42268, 'Orrtanna', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42269, 'Orwigsburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42270, 'Osborne', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42271, 'Osceola Mills', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42272, 'Oswayo', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42273, 'Oxford', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42274, 'Paint', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42275, 'Palmer Heights', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42276, 'Palmerton', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42277, 'Palmyra', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42278, 'Palo Alto', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42279, 'Paoli', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42280, 'Paradise', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42281, 'Parker', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42282, 'Parkesburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42283, 'Park Forest Village', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42284, 'Parkside', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42285, 'Parkville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:30'),
(42286, 'Parryville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42287, 'Patterson Heights', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42288, 'Patterson Township', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42289, 'Patton', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42290, 'Paxtang', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42291, 'Paxtonia', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42292, 'Paxtonville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42293, 'Pen Argyl', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42294, 'Penbrook', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42295, 'Penn', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42296, 'Penndel', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42297, 'Penn Hills', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42298, 'Penn Lake Park', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42299, 'Pennsburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42300, 'Pennsbury Village', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42301, 'Penns Creek', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42302, 'Pennville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42303, 'Penn Wynne', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42304, 'Perkasie', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42305, 'Perryopolis', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42306, 'Petersburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42307, 'Petrolia', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42308, 'Philadelphia', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42309, 'Philipsburg', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42310, 'Phoenixville', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42311, 'Picture Rocks', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42312, 'Pillow', 3869, 233, 1, '2019-01-24 21:01:18', '2019-01-24 21:05:31'),
(42313, 'Pine Glen', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42314, 'Pine Grove', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42315, 'Pine Grove Mills', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42316, 'Pitcairn', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42317, 'Pittsburgh', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42318, 'Pittston', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42319, 'Plainfield', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42320, 'Platea', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42321, 'Pleasant Gap', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42322, 'Pleasant Hill', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42323, 'Pleasant Hills', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42324, 'Pleasantville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42325, 'Plum', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42326, 'Plumville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42327, 'Plymouth', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42328, 'Plymouth Meeting', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42329, 'Plymptonville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42330, 'Pocono Pines', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42331, 'Point Marion', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42332, 'Polk', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42333, 'Portage', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42334, 'Port Allegany', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42335, 'Port Carbon', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42336, 'Port Clinton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42337, 'Portersville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42338, 'Portland', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42339, 'Port Matilda', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42340, 'Port Royal', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42341, 'Port Trevorton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42342, 'Port Vue', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42343, 'Pottsgrove', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42344, 'Pottstown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42345, 'Pottsville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42346, 'Pringle', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42347, 'Progress', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42348, 'Prompton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42349, 'Prospect', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42350, 'Prospect Park', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42351, 'Punxsutawney', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42352, 'Pymatuning Central', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42353, 'Pymatuning North', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42354, 'Pymatuning South', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42355, 'Quakertown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42356, 'Quarryville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42357, 'Quentin', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42358, 'Radnor Township', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42359, 'Railroad', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42360, 'Rainsburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42361, 'Ramblewood', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42362, 'Ramey', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42363, 'Rankin', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42364, 'Ravine', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42365, 'Reading', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42366, 'Reamstown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:31'),
(42367, 'Rebersburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42368, 'Red Hill', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42369, 'Red Lion', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42370, 'Reedsville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42371, 'Reiffton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42372, 'Reinerton-orwin-muir', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42373, 'Renningers', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42374, 'Renovo', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42375, 'Republic', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42376, 'Reserve Township', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42377, 'Reynoldsville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42378, 'Rheems', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42379, 'Rices Landing', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42380, 'Riceville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42381, 'Richboro', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42382, 'Richfield', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42383, 'Richland', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42384, 'Richlandtown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42385, 'Ridgway', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42386, 'Ridley Park', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42387, 'Riegelsville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42388, 'Rimersburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42389, 'Ringtown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42390, 'Riverside', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42391, 'Roaring Spring', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42392, 'Robesonia', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42393, 'Robinson Township', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42394, 'Rochester', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42395, 'Rockhill Furnace', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42396, 'Rockledge', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42397, 'Rockwood', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42398, 'Rohrsburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42399, 'Rome', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42400, 'Roscoe', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42401, 'Roseto', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42402, 'Rose Valley', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42403, 'Roseville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42404, 'Rossiter', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42405, 'Rosslyn Farms', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42406, 'Ross Township', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42407, 'Rothsville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42408, 'Rouseville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42409, 'Rouzerville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42410, 'Royalton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42411, 'Royersford', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42412, 'Rupert', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42413, 'Rural Valley', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42414, 'Russellton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42415, 'Rutherford', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42416, 'Rutledge', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42417, 'Saegertown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42418, 'St. Clair', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42419, 'St. Clairsville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42420, 'St. Lawrence', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42421, 'St. Marys', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42422, 'St. Michael-sidman', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42423, 'St. Petersburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42424, 'Salisbury', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42425, 'Salix-beauty Line Park', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42426, 'Salladasburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42427, 'Saltillo', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42428, 'Saltsburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42429, 'Salunga-landisville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42430, 'Sanatoga', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42431, 'Sand Hill', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42432, 'Sandy', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42433, 'Sandy Lake', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42434, 'Sandy Ridge', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42435, 'Sankertown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42436, 'Saxonburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42437, 'Saxton', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42438, 'Sayre', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42439, 'Scalp Level', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42440, 'Schaefferstown', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42441, 'Schellsburg', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42442, 'Schlusser', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42443, 'Schnecksville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42444, 'Schuylkill Haven', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42445, 'Schwenksville', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42446, 'Scottdale', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42447, 'Scott Township', 3869, 233, 1, '2019-01-24 21:01:19', '2019-01-24 21:05:32'),
(42448, 'Scranton', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:32'),
(42449, 'Selinsgrove', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:32'),
(42450, 'Sellersville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:32'),
(42451, 'Seltzer', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:32'),
(42452, 'Seneca', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:32'),
(42453, 'Seven Fields', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42454, 'Seven Springs', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42455, 'Seven Valleys', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42456, 'Seward', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42457, 'Sewickley', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42458, 'Sewickley Heights', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42459, 'Sewickley Hills', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42460, 'Shade Gap', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42461, 'Shaler Township', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42462, 'Shamokin', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42463, 'Shamokin Dam', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42464, 'Shanksville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42465, 'Shanor-northvue', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42466, 'Sharon', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42467, 'Sharon Hill', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42468, 'Sharpsburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42469, 'Sharpsville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42470, 'Sheakleyville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42471, 'Sheffield', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42472, 'Shelocta', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42473, 'Shenandoah', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42474, 'Shenandoah Heights', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42475, 'Sheppton', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42476, 'Shickshinny', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42477, 'Shillington', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42478, 'Shiloh', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42479, 'Shinglehouse', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42480, 'Shippensburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42481, 'Shippenville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42482, 'Shippingport', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42483, 'Shiremanstown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42484, 'Shirleysburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42485, 'Shoemakersville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42486, 'Shrewsbury', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42487, 'Silverdale', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42488, 'Sinking Spring', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42489, 'Skippack', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42490, 'Skyline View', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42491, 'Slabtown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42492, 'Slatington', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42493, 'Slickville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42494, 'Sligo', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42495, 'Slippery Rock', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42496, 'Smethport', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42497, 'Smicksburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42498, 'Smithfield', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42499, 'Smithton', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42500, 'Snow Shoe', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42501, 'S.n.p.j.', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42502, 'Snydertown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42503, 'Somerset', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42504, 'Souderton', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42505, 'South Bethlehem', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42506, 'South Coatesville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42507, 'South Connellsville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42508, 'South Fork', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42509, 'South Greensburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42510, 'South Heights', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42511, 'Southmont', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42512, 'South New Castle', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42513, 'South Park Township', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42514, 'South Philipsburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42515, 'South Pottstown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42516, 'South Renovo', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42517, 'South Waverly', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42518, 'Southwest Greensburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42519, 'South Williamsport', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42520, 'Spartansburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42521, 'Speers', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42522, 'Springboro', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42523, 'Spring City', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42524, 'Springdale', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42525, 'Springetts Manor-yorklyn', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42526, 'Springfield', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42527, 'Spring Grove', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42528, 'Spring Hill', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42529, 'Spring House', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42530, 'Spring Mills', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42531, 'Spring Mount', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42532, 'Spring Ridge', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42533, 'Spry', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42534, 'Starrucca', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42535, 'State College', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42536, 'Steelton', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42537, 'Stewartstown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42538, 'Stillwater', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42539, 'Stockdale', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42540, 'Stockertown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42541, 'Stoneboro', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42542, 'Stonybrook-wilshire', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42543, 'Stormstown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42544, 'Stowe', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42545, 'Stowe Township', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42546, 'Stoystown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42547, 'Strasburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42548, 'Strattanville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:33'),
(42549, 'Strausstown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42550, 'Stroudsburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42551, 'Sturgeon-noblestown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42552, 'Sugarcreek', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42553, 'Sugar Grove', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42554, 'Sugar Notch', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42555, 'Summerhill', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42556, 'Summerville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42557, 'Summit Hill', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42558, 'Summit Station', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42559, 'Sunbury', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42560, 'Susquehanna Depot', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42561, 'Susquehanna Trails', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42562, 'Sutersville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42563, 'Swarthmore', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42564, 'Swissvale', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42565, 'Swoyersville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42566, 'Sykesville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42567, 'Sylvania', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42568, 'Tamaqua', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42569, 'Tarentum', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42570, 'Tatamy', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42571, 'Taylor', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42572, 'Telford', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42573, 'Terre Hill', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42574, 'Thompson', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42575, 'Thompsontown', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42576, 'Thompsonville', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42577, 'Thornburg', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42578, 'Thorndale', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42579, 'Three Springs', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42580, 'Throop', 3869, 233, 1, '2019-01-24 21:01:20', '2019-01-24 21:05:34'),
(42581, 'Tidioute', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42582, 'Timber Hills', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42583, 'Timblin', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42584, 'Tinicum Township', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42585, 'Tioga', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42586, 'Tionesta', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42587, 'Tipton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42588, 'Titusville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42589, 'Topton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42590, 'Toughkenamon', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42591, 'Towanda', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42592, 'Tower City', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42593, 'Townville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42594, 'Trafford', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42595, 'Trainer', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42596, 'Trappe', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42597, 'Treasure Lake', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42598, 'Tremont', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42599, 'Tresckow', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42600, 'Trevorton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42601, 'Trooper', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42602, 'Troutville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42603, 'Troxelville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42604, 'Troy', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42605, 'Trumbauersville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42606, 'Tullytown', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42607, 'Tunkhannock', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42608, 'Tunnelhill', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42609, 'Turbotville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42610, 'Turtle Creek', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42611, 'Tuscarora', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42612, 'Twilight', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42613, 'Tyler Run-queens Gate', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42614, 'Tyrone', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42615, 'Ulysses', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42616, 'Union City', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42617, 'Union Dale', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42618, 'Uniontown', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42619, 'Unionville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42620, 'Upland', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42621, 'Upper Providence Township', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42622, 'Upper St. Clair', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42623, 'Ursina', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42624, 'Utica', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42625, 'Valencia', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42626, 'Valley Green', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42627, 'Valley-hi', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42628, 'Valley View', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42629, 'Vanderbilt', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42630, 'Vandergrift', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:34'),
(42631, 'Vandling', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42632, 'Venango', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42633, 'Verona', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42634, 'Versailles', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42635, 'Village Green-green Ridge', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42636, 'Village Shires', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42637, 'Vinco', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42638, 'Vintondale', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42639, 'Volant', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42640, 'Wall', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42641, 'Wallaceton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42642, 'Waller', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42643, 'Walnutport', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42644, 'Wampum', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42645, 'Warminster Heights', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42646, 'Warren', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42647, 'Warren South', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42648, 'Warrior Run', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42649, 'Washington', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42650, 'Washingtonville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42651, 'Waterford', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42652, 'Watsontown', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42653, 'Wattsburg', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42654, 'Waymart', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42655, 'Wayne Heights', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42656, 'Waynesboro', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42657, 'Waynesburg', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42658, 'Weatherly', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42659, 'Weigelstown', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42660, 'Weissport', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42661, 'Weissport East', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42662, 'Wellersburg', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42663, 'Wellsboro', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42664, 'Wellsville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42665, 'Wernersville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42666, 'Wesleyville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42667, 'West Alexander', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42668, 'West Brownsville', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42669, 'West Chester', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42670, 'West Conshohocken', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42671, 'West Easton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42672, 'West Elizabeth', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42673, 'Westfield', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42674, 'West Goshen', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42675, 'West Grove', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42676, 'West Hazleton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42677, 'West Hills', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42678, 'West Homestead', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42679, 'West Kittanning', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42680, 'West Lawn', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42681, 'West Leechburg', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42682, 'West Liberty', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42683, 'West Mayfield', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42684, 'West Middlesex', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42685, 'West Middletown', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42686, 'West Mifflin', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42687, 'Westmont', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42688, 'West Newton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42689, 'West Norriton', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42690, 'Westover', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42691, 'West Pittston', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42692, 'West Reading', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42693, 'West Sunbury', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42694, 'West View', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42695, 'West Wyoming', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42696, 'West Wyomissing', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42697, 'West York', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42698, 'Wheatland', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42699, 'Whitaker', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42700, 'Whitehall', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42701, 'White Haven', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42702, 'White Oak', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42703, 'Whitfield', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42704, 'Wickerham Manor-fisher', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42705, 'Wilburton Number One', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42706, 'Wilburton Number Two', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42707, 'Wilkes-barre', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42708, 'Wilkes-barre Township', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42709, 'Wilkinsburg', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42710, 'Wilkins Township', 3869, 233, 1, '2019-01-24 21:01:21', '2019-01-24 21:05:35'),
(42711, 'Williamsburg', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:35'),
(42712, 'Williamsport', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:35'),
(42713, 'Williamstown', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42714, 'Willow Grove', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42715, 'Willow Street', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42716, 'Wilmerding', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42717, 'Wilmore', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42718, 'Wilson', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42719, 'Windber', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42720, 'Wind Gap', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42721, 'Windsor', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42722, 'Winterstown', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42723, 'Wolfdale', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42724, 'Womelsdorf', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42725, 'Woodbourne', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42726, 'Woodbury', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42727, 'Woodcock', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42728, 'Woodland Heights', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42729, 'Woodlyn', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42730, 'Woodside', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42731, 'Woodward', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42732, 'Wormleysburg', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42733, 'Worthington', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42734, 'Worthville', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42735, 'Wrightsville', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42736, 'Wyalusing', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42737, 'Wyncote', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42738, 'Wyndmoor', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42739, 'Wyoming', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42740, 'Wyomissing', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42741, 'Wyomissing Hills', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42742, 'Yardley', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42743, 'Yatesville', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42744, 'Yeadon', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42745, 'Yeagertown', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42746, 'Yoe', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42747, 'York', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42748, 'Yorkana', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42749, 'York Haven', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42750, 'York Springs', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42751, 'Youngstown', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42752, 'Youngsville', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42753, 'Youngwood', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42754, 'Zelienople', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42755, 'Zion', 3869, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42756, 'Aceitunas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42757, 'Adjuntas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42758, 'Aguada', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42759, 'Aguadilla', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42760, 'Aguas Buenas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42761, 'Aguas Claras', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42762, 'Aguilita', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42763, 'Aibonito', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42764, 'Anasco', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42765, 'Animas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42766, 'Anton Ruiz', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42767, 'Arecibo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42768, 'Arroyo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42769, 'Bairoa', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42770, 'Bajadero', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42771, 'Bajandas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42772, 'Barahona', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42773, 'Barceloneta', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42774, 'Barranquitas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42775, 'Bartolo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42776, 'Bayamon', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42777, 'Benitez', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42778, 'Betances', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42779, 'Boqueron', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42780, 'Brenas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42781, 'Buena Vista', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42782, 'Bufalo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42783, 'Caban', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42784, 'Cabo Rojo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42785, 'Cacao', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42786, 'Caguas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42787, 'Campanilla', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42788, 'Campo Rico', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42789, 'Camuy', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42790, 'Candelaria', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42791, 'Candelaria Arenas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42792, 'Candelero Arriba', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42793, 'Canovanas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42794, 'Capitanejo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42795, 'Carolina', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42796, 'Carrizales', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42797, 'Catano', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42798, 'Cayey', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42799, 'Cayuco', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42800, 'Ceiba', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42801, 'Celada', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42802, 'Central Aguirre', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42803, 'Ciales', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42804, 'Cidra', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42805, 'Coamo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42806, 'Coco', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42807, 'Comerio', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42808, 'Comunas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42809, 'Coqui', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42810, 'Corazon', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42811, 'Corcovado', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42812, 'Corozal', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42813, 'Coto Laurel', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42814, 'Coto Norte', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42815, 'Culebra', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42816, 'Daguao', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42817, 'Dorado', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42818, 'Duque', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42819, 'El Mango', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42820, 'El Negro', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42821, 'El Ojo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42822, 'Emajagua', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42823, 'Esperanza', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42824, 'Espino', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42825, 'Fajardo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42826, 'Florida', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42827, 'Franquez', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42828, 'Fuig', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42829, 'Galateo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42830, 'Garrochales', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42831, 'G. L. Garcia', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42832, 'Guanica', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42833, 'Guayabal', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42834, 'Guayama', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:36'),
(42835, 'Guayanilla', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42836, 'Guaynabo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42837, 'Gurabo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42838, 'Hatillo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42839, 'Hato Arriba', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42840, 'Hato Candal', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42841, 'Hormigueros', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42842, 'H. Rivera Colon', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42843, 'Humacao', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42844, 'Imbery', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42845, 'Indios', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42846, 'Ingenio', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42847, 'Isabela', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42848, 'Jagual', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42849, 'Jauca', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42850, 'Jayuya', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42851, 'Jobos', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42852, 'Juana Diaz', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42853, 'Juncal', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42854, 'Juncos', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42855, 'La Alianza', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42856, 'La Dolores', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42857, 'La Fermina', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42858, 'Lajas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42859, 'La Luisa', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42860, 'Lamboglia', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42861, 'La Parguera', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42862, 'La Playa', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42863, 'La Plena', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42864, 'Lares', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42865, 'Las Marias', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42866, 'Las Ochenta', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42867, 'Las Ollas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(42868, 'Las Piedras', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42869, 'Levittown', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42870, 'Liborio Negron Torres', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42871, 'Lluveras', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42872, 'Loiza', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42873, 'Lomas', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42874, 'Los Llanos', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42875, 'Luis Llorens Torres', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42876, 'Luis M. Cintron', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42877, 'Luquillo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42878, 'Luyando', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42879, 'Magas Arriba', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42880, 'Manati', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42881, 'Maria Antonia', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42882, 'Mariano Colon', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42883, 'Maricao', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42884, 'Martorell', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42885, 'Marueno', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42886, 'Maunabo', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42887, 'Mayaguez', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42888, 'Miranda', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42889, 'Moca', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42890, 'Monserrate', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42891, 'Monte Grande', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42892, 'Mora', 4027, 233, 1, '2019-01-24 21:01:22', '2019-01-24 21:05:37'),
(42893, 'Morovis', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42894, 'Mucarabones', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42895, 'Naguabo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42896, 'Naranjito', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42897, 'Olimpo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42898, 'Orocovis', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42899, 'Pajaros', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42900, 'Pajonal', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42901, 'Palmarejo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42902, 'Palmas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42903, 'Palmer', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42904, 'Palomas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42905, 'Palo Seco', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42906, 'Parcelas La Milagrosa', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42907, 'Parcelas Nuevas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42908, 'Parcelas Penuelas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42909, 'Pastos', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42910, 'Patillas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42911, 'Pena Pobre', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42912, 'Penuelas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42913, 'Piedra Gorda', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42914, 'Playa Fortuna', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42915, 'Playita', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42916, 'Playita Cortada', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42917, 'Pole Ojea', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42918, 'Ponce', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42919, 'Potala Pastillo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42920, 'Pueblito Del Rio', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42921, 'Puerto Real', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42922, 'Punta Santiago', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42923, 'Quebrada', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42924, 'Quebradillas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42925, 'Rafael Capo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42926, 'Rafael Gonzalez', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42927, 'Rafael Hernandez', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42928, 'Ramos', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42929, 'Rincon', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42930, 'Rio Blanco', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42931, 'Rio Canas Abajo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42932, 'Rio Grande', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42933, 'Rio Lajas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42934, 'Roosevelt Roads', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42935, 'Rosa Sanchez', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42936, 'Sabana', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42937, 'Sabana Eneas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42938, 'Sabana Grande', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42939, 'Sabana Hoyos', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42940, 'Sabana Seca', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42941, 'Salinas', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42942, 'San Antonio', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42943, 'San German', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42944, 'San Isidro', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42945, 'San Jose', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42946, 'San Juan', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42947, 'San Lorenzo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42948, 'San Sebastian', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42949, 'Santa Barbara', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42950, 'Santa Clara', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42951, 'Santa Isabel', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42952, 'Santo Domingo', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42953, 'Stella', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42954, 'Suarez', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42955, 'Tallaboa', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42956, 'Tallaboa Alta', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42957, 'Tiburones', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42958, 'Tierras Nuevas Poniente', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42959, 'Toa Alta', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42960, 'Toa Baja', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42961, 'Trujillo Alto', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42962, 'Utuado', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42963, 'Vazquez', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42964, 'Vega Alta', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42965, 'Vega Baja', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42966, 'Vieques', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:37'),
(42967, 'Villalba', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42968, 'Yabucoa', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42969, 'Yauco', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42970, 'Yaurel', 4027, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42971, 'Ashaway', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42972, 'Barrington', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42973, 'Bradford', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42974, 'Bristol', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42975, 'Central Falls', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42976, 'Cranston', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42977, 'Cumberland Hill', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42978, 'East Providence', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42979, 'Greenville', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42980, 'Harrisville', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42981, 'Hope Valley', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42982, 'Kingston', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42983, 'Melville', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42984, 'Narragansett Pier', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42985, 'Newport', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42986, 'Newport East', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42987, 'North Providence', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42988, 'Pascoag', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42989, 'Pawtucket', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42990, 'Providence', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42991, 'Tiverton', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42992, 'Valley Falls', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42993, 'Wakefield-peacedale', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42994, 'Warwick', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42995, 'Westerly', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42996, 'West Warwick', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42997, 'Woonsocket', 3871, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42998, 'Abbeville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(42999, 'Aiken', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43000, 'Allendale', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43001, 'Anderson', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43002, 'Andrews', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43003, 'Antreville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43004, 'Arcadia Lakes', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43005, 'Arial', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43006, 'Atlantic Beach', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43007, 'Awendaw', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43008, 'Aynor', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43009, 'Bamberg', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43010, 'Barnwell', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43011, 'Batesburg-leesville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43012, 'Beaufort', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43013, 'Belton', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43014, 'Belvedere', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43015, 'Bennettsville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43016, 'Berea', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43017, 'Bethune', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43018, 'Bishopville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43019, 'Blacksburg', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43020, 'Blackville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43021, 'Blenheim', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43022, 'Bluffton', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43023, 'Blythewood', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43024, 'Boiling Springs', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43025, 'Bonneau', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43026, 'Bowman', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43027, 'Bradley', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43028, 'Branchville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43029, 'Briarcliffe Acres', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43030, 'Brookdale', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43031, 'Brunson', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43032, 'Bucksport', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43033, 'Buffalo', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43034, 'Burnettown', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43035, 'Burton', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43036, 'Calhoun Falls', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43037, 'Camden', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43038, 'Cameron', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43039, 'Campobello', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43040, 'Cane Savannah', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43041, 'Carlisle', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43042, 'Cayce', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43043, 'Centerville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43044, 'Central', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43045, 'Central Pacolet', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43046, 'Chapin', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43047, 'Charleston', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43048, 'Cheraw', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43049, 'Cherryvale', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43050, 'Chesnee', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43051, 'Chester', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43052, 'Chesterfield', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43053, 'City View', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43054, 'Clarks Hill', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43055, 'Clearwater', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43056, 'Clemson', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43057, 'Clinton', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43058, 'Clio', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43059, 'Clover', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43060, 'Cokesbury', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43061, 'Columbia', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43062, 'Conway', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43063, 'Cope', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43064, 'Cordova', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43065, 'Coronaca', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43066, 'Cottageville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43067, 'Coward', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43068, 'Cowpens', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43069, 'Cross Hill', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43070, 'Dalzell', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43071, 'Darlington', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43072, 'Denmark', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43073, 'Dentsville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43074, 'Dillon', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43075, 'Donalds', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43076, 'Due West', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43077, 'Duncan', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43078, 'Dunean', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43079, 'Easley', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43080, 'East Gaffney', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43081, 'Eastover', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43082, 'East Sumter', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43083, 'Edgefield', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43084, 'Edisto', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43085, 'Edisto Beach', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43086, 'Ehrhardt', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43087, 'Elgin', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43088, 'Elko', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43089, 'Elloree', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43090, 'Estill', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43091, 'Eureka Mill', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43092, 'Eutawville', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43093, 'Fairfax', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43094, 'Five Forks', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43095, 'Florence', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43096, 'Folly Beach', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43097, 'Forest Acres', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43098, 'Forestbrook', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43099, 'Fort Lawn', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43100, 'Fort Mill', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43101, 'Fountain Inn', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43102, 'Furman', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43103, 'Gaffney', 3872, 233, 1, '2019-01-24 21:01:23', '2019-01-24 21:05:38'),
(43104, 'Gantt', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:38'),
(43105, 'Garden City', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:38'),
(43106, 'Gaston', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:38'),
(43107, 'Gayle Mill', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:38'),
(43108, 'Georgetown', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:38'),
(43109, 'Gifford', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43110, 'Gilbert', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43111, 'Gloverville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43112, 'Golden Grove', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43113, 'Goose Creek', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43114, 'Govan', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43115, 'Gray Court', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43116, 'Great Falls', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43117, 'Greeleyville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43118, 'Greenville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43119, 'Greenwood', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43120, 'Greer', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43121, 'Hampton', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43122, 'Hanahan', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43123, 'Hardeeville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43124, 'Harleyville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43125, 'Hartsville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43126, 'Heath Springs', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43127, 'Hemingway', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43128, 'Hickory Grove', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43129, 'Hilda', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43130, 'Hilton Head Island', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43131, 'Hodges', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43132, 'Holly Hill', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43133, 'Hollywood', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43134, 'Homeland Park', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43135, 'Honea Path', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43136, 'India Hook', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43137, 'Inman', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43138, 'Inman Mills', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43139, 'Irmo', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43140, 'Irwin', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43141, 'Isle Of Palms', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43142, 'Iva', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43143, 'Jackson', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43144, 'Jamestown', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43145, 'Jefferson', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43146, 'Joanna', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43147, 'Johnsonville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43148, 'Johnston', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43149, 'Jonesville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43150, 'Judson', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43151, 'Kershaw', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43152, 'Kiawah Island', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43153, 'Kingstree', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43154, 'Kline', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43155, 'Ladson', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43156, 'Lake City', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43157, 'Lake Murray Of Richland', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43158, 'Lake Secession', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43159, 'Lake View', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43160, 'Lakewood', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43161, 'Lake Wylie', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43162, 'Lamar', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43163, 'Lancaster', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43164, 'Lancaster Mill', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43165, 'Landrum', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43166, 'Lane', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43167, 'Latta', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43168, 'Laurel Bay', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43169, 'Laurens', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43170, 'Lesslie', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43171, 'Lexington', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43172, 'Liberty', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43173, 'Lincolnville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43174, 'Little Mountain', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43175, 'Little River', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43176, 'Livingston', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43177, 'Lockhart', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43178, 'Lodge', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43179, 'Loris', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43180, 'Lowndesville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43181, 'Lowrys', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43182, 'Lugoff', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43183, 'Luray', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43184, 'Lyman', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43185, 'Lynchburg', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43186, 'Mcbee', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43187, 'Mcclellanville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43188, 'Mccoll', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43189, 'Mcconnells', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43190, 'Mccormick', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43191, 'Manning', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43192, 'Marion', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43193, 'Mauldin', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43194, 'Mayesville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43195, 'Mayo', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43196, 'Meggett', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43197, 'Millwood', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43198, 'Modoc', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43199, 'Monarch Mill', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43200, 'Moncks Corner', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43201, 'Monetta', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43202, 'Mount Carmel', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43203, 'Mount Croghan', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43204, 'Mount Pleasant', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43205, 'Mountville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43206, 'Mulberry', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43207, 'Mullins', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43208, 'Murphys Estates', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43209, 'Murrells Inlet', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43210, 'Myrtle Beach', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43211, 'Neeses', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43212, 'Newberry', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43213, 'New Ellenton', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43214, 'Newport', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43215, 'Nichols', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43216, 'Ninety Six', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43217, 'Norris', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43218, 'North', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43219, 'North Augusta', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43220, 'North Charleston', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43221, 'North Hartsville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43222, 'Northlake', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43223, 'North Myrtle Beach', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43224, 'Norway', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43225, 'Oak Grove', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43226, 'Oakland', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43227, 'Olanta', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43228, 'Olar', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43229, 'Orangeburg', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43230, 'Oswego', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43231, 'Pacolet', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43232, 'Pageland', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43233, 'Pamplico', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43234, 'Parker', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43235, 'Parksville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43236, 'Parris Island', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:39'),
(43237, 'Patrick', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43238, 'Pawleys Island', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43239, 'Paxville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43240, 'Peak', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43241, 'Pelion', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43242, 'Pelzer', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43243, 'Pendleton', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43244, 'Perry', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43245, 'Pickens', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43246, 'Piedmont', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43247, 'Pine Ridge', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43248, 'Pinewood', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43249, 'Plum Branch', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43250, 'Pomaria', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43251, 'Port Royal', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43252, 'Powderville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43253, 'Princeton', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43254, 'Privateer', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43255, 'Promised Land', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43256, 'Prosperity', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43257, 'Quinby', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43258, 'Ravenel', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43259, 'Red Bank', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43260, 'Red Hill', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43261, 'Reevesville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43262, 'Reidville', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43263, 'Rembert', 3872, 233, 1, '2019-01-24 21:01:24', '2019-01-24 21:05:40'),
(43264, 'Richburg', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43265, 'Ridgeland', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43266, 'Ridge Spring', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43267, 'Ridgeville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43268, 'Ridgeway', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43269, 'Riverview', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43270, 'Rock Hill', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43271, 'Rockville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43272, 'Roebuck', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43273, 'Rowesville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43274, 'Ruby', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43275, 'St. Andrews', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43276, 'St. George', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43277, 'St. Matthews', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43278, 'St. Stephen', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43279, 'Salem', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43280, 'Salley', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43281, 'Saluda', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43282, 'Sans Souci', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43283, 'Santee', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43284, 'Saxon', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43285, 'Scotia', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43286, 'Scranton', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43287, 'Seabrook Island', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43288, 'Sellers', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43289, 'Seneca', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43290, 'Seven Oaks', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43291, 'Sharon', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43292, 'Shell Point', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43293, 'Shiloh', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43294, 'Silverstreet', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43295, 'Simpsonville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43296, 'Six Mile', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43297, 'Slater-marietta', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43298, 'Smoaks', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43299, 'Smyrna', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43300, 'Snelling', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43301, 'Socastee', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43302, 'Society Hill', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43303, 'South Congaree', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43304, 'Southern Shops', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43305, 'South Sumter', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43306, 'Spartanburg', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43307, 'Springdale', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43308, 'Springfield', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43309, 'Starr', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43310, 'Startex', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43311, 'Stateburg', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43312, 'Stuckey', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43313, 'Sullivan S Island', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43314, 'Summerton', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43315, 'Summerville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43316, 'Summit', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43317, 'Sumter', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43318, 'Surfside Beach', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43319, 'Swansea', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43320, 'Sycamore', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43321, 'Tatum', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43322, 'Taylors', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43323, 'Tega Cay', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43324, 'Timmonsville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43325, 'Travelers Rest', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43326, 'Trenton', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43327, 'Troy', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43328, 'Turbeville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43329, 'Ulmer', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43330, 'Union', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43331, 'Utica', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43332, 'Valley Falls', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43333, 'Vance', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43334, 'Varnville', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43335, 'Wade Hampton', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43336, 'Wagener', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43337, 'Walhalla', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43338, 'Walterboro', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43339, 'Ward', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43340, 'Ware Shoals', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43341, 'Waterloo', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43342, 'Watts Mills', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43343, 'Wedgewood', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43344, 'Welcome', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43345, 'Wellford', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43346, 'West Columbia', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43347, 'Westminster', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43348, 'West Pelzer', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43349, 'West Union', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43350, 'Whitmire', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43351, 'Wilkinson Heights', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43352, 'Williams', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:40'),
(43353, 'Williamston', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43354, 'Willington', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43355, 'Williston', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43356, 'Windsor', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43357, 'Winnsboro', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43358, 'Winnsboro Mills', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43359, 'Woodfield', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43360, 'Woodford', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43361, 'Woodruff', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43362, 'Yemassee', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43363, 'York', 3872, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43364, 'Aberdeen', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43365, 'Agar', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43366, 'Akaska', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43367, 'Albee', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43368, 'Alcester', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43369, 'Alexandria', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43370, 'Allen', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43371, 'Alpena', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43372, 'Altamont', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43373, 'Andover', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43374, 'Antelope', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43375, 'Arlington', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43376, 'Armour', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43377, 'Artas', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43378, 'Artesian', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43379, 'Ashland Heights', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43380, 'Ashton', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43381, 'Astoria', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43382, 'Aurora', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43383, 'Aurora Center', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43384, 'Avon', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43385, 'Badger', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43386, 'Baltic', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43387, 'Bancroft', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43388, 'Batesland', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43389, 'Belle Fourche', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43390, 'Belvidere', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43391, 'Beresford', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43392, 'Big Stone City', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43393, 'Bison', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43394, 'Blackhawk', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43395, 'Blunt', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43396, 'Bonesteel', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43397, 'Bowdle', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43398, 'Box Elder', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43399, 'Bradley', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43400, 'Brandon', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43401, 'Brandt', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43402, 'Brentford', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43403, 'Bridgewater', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43404, 'Bristol', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43405, 'Britton', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43406, 'Broadland', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43407, 'Brookings', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43408, 'Bruce', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43409, 'Bryant', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43410, 'Buffalo', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43411, 'Buffalo Gap', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43412, 'Bullhead', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43413, 'Burke', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43414, 'Bushnell', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43415, 'Butler', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43416, 'Camp Crook', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43417, 'Canistota', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43418, 'Canova', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43419, 'Canton', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43420, 'Carthage', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43421, 'Castlewood', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43422, 'Cavour', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43423, 'Centerville', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43424, 'Central City', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43425, 'Chamberlain', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43426, 'Chancellor', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43427, 'Chelsea', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43428, 'Claire City', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43429, 'Claremont', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43430, 'Clark', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43431, 'Clear Lake', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43432, 'Colman', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43433, 'Colome', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43434, 'Colonial Pine Hills', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43435, 'Colton', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43436, 'Columbia', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43437, 'Conde', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43438, 'Corona', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43439, 'Corsica', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43440, 'Cottonwood', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43441, 'Cresbard', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43442, 'Crooks', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43443, 'Custer', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43444, 'Dallas', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43445, 'Dante', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43446, 'Davis', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43447, 'Deadwood', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43448, 'Dell Rapids', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43449, 'Delmont', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43450, 'De Smet', 3873, 233, 1, '2019-01-24 21:01:25', '2019-01-24 21:05:41'),
(43451, 'Dimock', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43452, 'Doland', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43453, 'Dolton', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43454, 'Draper', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43455, 'Dupree', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43456, 'Eagle Butte', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43457, 'Eden', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43458, 'Edgemont', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43459, 'Egan', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43460, 'Elk Point', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43461, 'Elkton', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43462, 'Ellsworth Afb', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43463, 'Emery', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43464, 'Erwin', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43465, 'Estelline', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43466, 'Ethan', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43467, 'Eureka', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43468, 'Fairburn', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43469, 'Fairfax', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43470, 'Fairview', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43471, 'Faith', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43472, 'Farmer', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43473, 'Faulkton', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43474, 'Flandreau', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43475, 'Florence', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43476, 'Fort Pierre', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43477, 'Fort Thompson', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43478, 'Frankfort', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43479, 'Frederick', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:41'),
(43480, 'Freeman', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43481, 'Fruitdale', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43482, 'Fulton', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43483, 'Garden City', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43484, 'Garretson', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43485, 'Gary', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43486, 'Gayville', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43487, 'Geddes', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43488, 'Gettysburg', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43489, 'Glenham', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43490, 'Goodwin', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43491, 'Green Grass', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(43492, 'Green Valley', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43493, 'Gregory', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43494, 'Grenville', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43495, 'Groton', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43496, 'Hamill', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43497, 'Harrisburg', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43498, 'Harrison', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43499, 'Harrold', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43500, 'Hartford', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43501, 'Hayti', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43502, 'Hazel', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43503, 'Hecla', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43504, 'Henry', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43505, 'Hermosa', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43506, 'Herreid', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43507, 'Herrick', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43508, 'Hetland', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43509, 'Highmore', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43510, 'Hill City', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43511, 'Hillsview', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43512, 'Hitchcock', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43513, 'Hosmer', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43514, 'Hot Springs', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43515, 'Hoven', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43516, 'Howard', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43517, 'Hudson', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43518, 'Humboldt', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43519, 'Hurley', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43520, 'Huron', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43521, 'Interior', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43522, 'Ipswich', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43523, 'Irene', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43524, 'Iroquois', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43525, 'Isabel', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43526, 'Java', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43527, 'Jefferson', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43528, 'Kadoka', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43529, 'Kaylor', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43530, 'Kennebec', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43531, 'Keystone', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43532, 'Kimball', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43533, 'Kranzburg', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43534, 'Kyle', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43535, 'La Bolt', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43536, 'Lake Andes', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43537, 'Lake City', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43538, 'Lake Norden', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43539, 'Lake Preston', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43540, 'Lane', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43541, 'Langford', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43542, 'La Plant', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43543, 'Lead', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43544, 'Lebanon', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43545, 'Lemmon', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43546, 'Lennox', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43547, 'Leola', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43548, 'Lesterville', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43549, 'Letcher', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43550, 'Lily', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43551, 'Little Eagle', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43552, 'Long Lake', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43553, 'Loomis', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43554, 'Lower Brule', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43555, 'Lowry', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43556, 'Mcintosh', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43557, 'Mclaughlin', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43558, 'Madison', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43559, 'Manderson-white Horse Creek', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43560, 'Marion', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43561, 'Martin', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43562, 'Marty', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43563, 'Marvin', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43564, 'Mellette', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43565, 'Menno', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43566, 'Midland', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43567, 'Milbank', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43568, 'Miller', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43569, 'Milltown', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43570, 'Mission', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43571, 'Mission Hill', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43572, 'Mitchell', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43573, 'Mobridge', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43574, 'Monroe', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43575, 'Montrose', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43576, 'Morristown', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43577, 'Mound City', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43578, 'Mount Vernon', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43579, 'Murdo', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43580, 'Naples', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43581, 'New Effington', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43582, 'Newell', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43583, 'New Holland', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43584, 'New Underwood', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43585, 'New Witten', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43586, 'Nisland', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43587, 'North Eagle Butte', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43588, 'North Sioux City', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43589, 'North Spearfish', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43590, 'Northville', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43591, 'Nunda', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43592, 'Oacoma', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43593, 'Oelrichs', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43594, 'Oglala', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43595, 'Okaton', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43596, 'Oldham', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43597, 'Olivet', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43598, 'Onaka', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43599, 'Onida', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43600, 'Orient', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43601, 'Ortley', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43602, 'Parker', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43603, 'Parkston', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43604, 'Parmelee', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43605, 'Peever', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43606, 'Philip', 3873, 233, 1, '2019-01-24 21:01:26', '2019-01-24 21:05:42'),
(43607, 'Pickstown', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:42'),
(43608, 'Pierpont', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43609, 'Pierre', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43610, 'Pine Ridge', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43611, 'Plankinton', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43612, 'Platte', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43613, 'Pollock', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43614, 'Porcupine', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43615, 'Presho', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43616, 'Pringle', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43617, 'Pukwana', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43618, 'Quinn', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43619, 'Ramona', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43620, 'Rapid City', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43621, 'Rapid Valley', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43622, 'Ravinia', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43623, 'Raymond', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43624, 'Redfield', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43625, 'Ree Heights', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43626, 'Reliance', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43627, 'Revillo', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43628, 'Rockham', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43629, 'Roscoe', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43630, 'Rosebud', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43631, 'Rosholt', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43632, 'Roslyn', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43633, 'Roswell', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43634, 'St. Charles', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43635, 'St. Francis', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43636, 'St. Lawrence', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43637, 'Salem', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43638, 'Scotland', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43639, 'Selby', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43640, 'Seneca', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43641, 'Sherman', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43642, 'Sinai', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43643, 'Sioux Falls', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43644, 'Sisseton', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43645, 'South Shore', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43646, 'Spearfish', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43647, 'Spencer', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43648, 'Spring Creek', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43649, 'Springfield', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43650, 'Stickney', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43651, 'Stockholm', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43652, 'Storla', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43653, 'Strandburg', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43654, 'Stratford', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43655, 'Sturgis', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43656, 'Summit', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43657, 'Tabor', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43658, 'Tea', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43659, 'Timber Lake', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43660, 'Tolstoy', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43661, 'Toronto', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43662, 'Trent', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43663, 'Tripp', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43664, 'Tulare', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43665, 'Turton', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43666, 'Twin Brooks', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43667, 'Two Strike', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43668, 'Tyndall', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43669, 'Utica', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43670, 'Valley Springs', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43671, 'Veblen', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43672, 'Verdon', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43673, 'Vermillion', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43674, 'Viborg', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43675, 'Vienna', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43676, 'Vilas', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43677, 'Virgil', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43678, 'Vivian', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43679, 'Volga', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43680, 'Volin', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43681, 'Wagner', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43682, 'Wakonda', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43683, 'Wall', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43684, 'Wallace', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43685, 'Wanblee', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43686, 'Ward', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43687, 'Warner', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43688, 'Wasta', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43689, 'Watertown', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43690, 'Waubay', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43691, 'Webster', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43692, 'Wentworth', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43693, 'Wessington', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43694, 'Wessington Springs', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43695, 'Westport', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43696, 'Wetonka', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43697, 'White', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43698, 'Whitehorse', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43699, 'White Horse', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43700, 'White Lake', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43701, 'White River', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43702, 'White Rock', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43703, 'Whitewood', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43704, 'Willow Lake', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43705, 'Wilmot', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43706, 'Winner', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43707, 'Wolsey', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43708, 'Wood', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43709, 'Woonsocket', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43710, 'Worthing', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43711, 'Wounded Knee', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43712, 'Yale', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43713, 'Yankton', 3873, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43714, 'Adams', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43715, 'Adamsville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43716, 'Alamo', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43717, 'Alcoa', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43718, 'Alexandria', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43719, 'Algood', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43720, 'Allardt', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43721, 'Altamont', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43722, 'Ardmore', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43723, 'Arlington', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43724, 'Ashland City', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43725, 'Athens', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43726, 'Atoka', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43727, 'Atwood', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43728, 'Auburntown', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43729, 'Baileyton', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43730, 'Baneberry', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43731, 'Banner Hill', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43732, 'Bartlett', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43733, 'Baxter', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43734, 'Beersheba Springs', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43735, 'Bell Buckle', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43736, 'Belle Meade', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:43'),
(43737, 'Bells', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43738, 'Benton', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43739, 'Berry Hill', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43740, 'Bethel Springs', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43741, 'Big Sandy', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43742, 'Blaine', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43743, 'Bloomingdale', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43744, 'Blountville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43745, 'Bluff City', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43746, 'Bolivar', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43747, 'Braden', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43748, 'Bradford', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43749, 'Brentwood', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43750, 'Brighton', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43751, 'Bristol', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43752, 'Brownsville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43753, 'Bruceton', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43754, 'Bulls Gap', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43755, 'Burlison', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43756, 'Burns', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43757, 'Byrdstown', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43758, 'Calhoun', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43759, 'Camden', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43760, 'Carthage', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43761, 'Caryville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43762, 'Cedar Hill', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43763, 'Celina', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43764, 'Centertown', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43765, 'Centerville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43766, 'Central', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43767, 'Chapel Hill', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43768, 'Charleston', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43769, 'Charlotte', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43770, 'Chattanooga', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43771, 'Church Hill', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43772, 'Clarksburg', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43773, 'Clarksville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43774, 'Cleveland', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43775, 'Clifton', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43776, 'Clinton', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43777, 'Coalmont', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43778, 'Collegedale', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43779, 'Collierville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43780, 'Collinwood', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43781, 'Colonial Heights', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43782, 'Columbia', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43783, 'Cookeville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43784, 'Coopertown', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43785, 'Copperhill', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43786, 'Cornersville', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43787, 'Cottage Grove', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43788, 'Covington', 3875, 233, 1, '2019-01-24 21:01:27', '2019-01-24 21:05:44'),
(43789, 'Cowan', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43790, 'Crab Orchard', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43791, 'Cross Plains', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43792, 'Crossville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43793, 'Crump', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43794, 'Cumberland City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43795, 'Cumberland Gap', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43796, 'Dandridge', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43797, 'Dayton', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43798, 'Decatur', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43799, 'Decaturville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43800, 'Decherd', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43801, 'Dickson', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43802, 'Dover', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43803, 'Dowelltown', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43804, 'Doyle', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43805, 'Dresden', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43806, 'Ducktown', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43807, 'Dunlap', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43808, 'Dyer', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43809, 'Dyersburg', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43810, 'Eagleton Village', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43811, 'Eagleville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43812, 'East Brainerd', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43813, 'East Cleveland', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43814, 'East Ridge', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43815, 'Eastview', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43816, 'Elizabethton', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43817, 'Elkton', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43818, 'Englewood', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43819, 'Enville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43820, 'Erin', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43821, 'Erwin', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43822, 'Estill Springs', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43823, 'Ethridge', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43824, 'Etowah', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43825, 'Fairfield Glade', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43826, 'Fairmount', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43827, 'Fairview', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43828, 'Fall Branch', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43829, 'Farragut', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43830, 'Fayetteville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43831, 'Finger', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43832, 'Forest Hills', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43833, 'Franklin', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43834, 'Friendship', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43835, 'Friendsville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43836, 'Gadsden', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43837, 'Gainesboro', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43838, 'Gallatin', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43839, 'Gallaway', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43840, 'Garland', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43841, 'Gates', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43842, 'Gatlinburg', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43843, 'Germantown', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43844, 'Gibson', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43845, 'Gilt Edge', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43846, 'Gleason', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43847, 'Goodlettsville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43848, 'Gordonsville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43849, 'Grand Junction', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43850, 'Gray', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43851, 'Graysville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43852, 'Greenback', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43853, 'Greenbrier', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43854, 'Greeneville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43855, 'Greenfield', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43856, 'Green Hill', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43857, 'Gruetli-laager', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:44'),
(43858, 'Guys', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43859, 'Halls', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43860, 'Harriman', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43861, 'Harrison', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43862, 'Harrogate-shawanee', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43863, 'Hartsville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43864, 'Helenwood', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43865, 'Henderson', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43866, 'Hendersonville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43867, 'Henning', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43868, 'Henry', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43869, 'Hickory Valley', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43870, 'Hickory Withe', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43871, 'Hohenwald', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43872, 'Hollow Rock', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43873, 'Hopewell', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43874, 'Hornbeak', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43875, 'Hornsby', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43876, 'Humboldt', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43877, 'Hunter', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43878, 'Huntingdon', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43879, 'Huntland', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43880, 'Huntsville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43881, 'Iron City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43882, 'Jacksboro', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43883, 'Jackson', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43884, 'Jamestown', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43885, 'Jasper', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43886, 'Jefferson City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43887, 'Jellico', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43888, 'Johnson City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43889, 'Jonesborough', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43890, 'Kenton', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43891, 'Kimball', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43892, 'Kingsport', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43893, 'Kingston', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43894, 'Kingston Springs', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43895, 'Knoxville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43896, 'Lafayette', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43897, 'La Follette', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43898, 'La Grange', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43899, 'Lake City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43900, 'Lakeland', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43901, 'Lakesite', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43902, 'Lake Tansi', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43903, 'Lakewood', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43904, 'La Vergne', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43905, 'Lawrenceburg', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43906, 'Lebanon', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43907, 'Lenoir City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43908, 'Lewisburg', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43909, 'Lexington', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43910, 'Liberty', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43911, 'Linden', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43912, 'Livingston', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43913, 'Lobelville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43914, 'Lookout Mountain', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43915, 'Loretto', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43916, 'Loudon', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43917, 'Louisville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43918, 'Luttrell', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43919, 'Lynchburg', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43920, 'Lynnville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43921, 'Mcewen', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43922, 'Mckenzie', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43923, 'Mclemoresville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43924, 'Mcminnville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43925, 'Madisonville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43926, 'Manchester', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43927, 'Martin', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43928, 'Maryville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43929, 'Mascot', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43930, 'Mason', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43931, 'Maury City', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43932, 'Maynardville', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43933, 'Medina', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43934, 'Medon', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43935, 'Memphis', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43936, 'Michie', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43937, 'Middleton', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43938, 'Middle Valley', 3875, 233, 1, '2019-01-24 21:01:28', '2019-01-24 21:05:45'),
(43939, 'Midtown', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43940, 'Midway', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43941, 'Milan', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43942, 'Milledgeville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43943, 'Millersville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43944, 'Millington', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43945, 'Minor Hill', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43946, 'Mitchellville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43947, 'Monteagle', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43948, 'Monterey', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43949, 'Morrison', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43950, 'Morristown', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43951, 'Moscow', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43952, 'Mosheim', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43953, 'Mountain City', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43954, 'Mount Carmel', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43955, 'Mount Juliet', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43956, 'Mount Pleasant', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43957, 'Munford', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43958, 'Murfreesboro', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43959, 'Nashville-davidson', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43960, 'Newbern', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43961, 'New Hope', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43962, 'New Johnsonville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43963, 'New Market', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43964, 'Newport', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43965, 'New Tazewell', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43966, 'Niota', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43967, 'Nolensville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43968, 'Normandy', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43969, 'Norris', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43970, 'Oakdale', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43971, 'Oak Grove', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43972, 'Oak Hill', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43973, 'Oakland', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43974, 'Oak Ridge', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43975, 'Obion', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43976, 'Oliver Springs', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43977, 'Oneida', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43978, 'Ooltewah', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43979, 'Orlinda', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:45'),
(43980, 'Orme', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43981, 'Palmer', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43982, 'Paris', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43983, 'Parkers Crossroads', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43984, 'Parrottsville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43985, 'Parsons', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43986, 'Pegram', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43987, 'Petersburg', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43988, 'Philadelphia', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43989, 'Pigeon Forge', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43990, 'Pikeville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43991, 'Pine Crest', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43992, 'Piperton', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43993, 'Pittman Center', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43994, 'Plainview', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43995, 'Pleasant Hill', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43996, 'Pleasant View', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43997, 'Portland', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43998, 'Powells Crossroads', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(43999, 'Pulaski', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44000, 'Puryear', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44001, 'Ramer', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44002, 'Red Bank', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44003, 'Red Boiling Springs', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44004, 'Ridgely', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44005, 'Ridgeside', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44006, 'Ridgetop', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44007, 'Ripley', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44008, 'Rives', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44009, 'Roan Mountain', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44010, 'Rockford', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44011, 'Rockwood', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44012, 'Rogersville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44013, 'Rossville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44014, 'Rural Hill', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44015, 'Rutherford', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44016, 'Rutledge', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44017, 'St. Joseph', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44018, 'Saltillo', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44019, 'Samburg', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44020, 'Sardis', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44021, 'Saulsbury', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44022, 'Savannah', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44023, 'Scotts Hill', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44024, 'Selmer', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44025, 'Sevierville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44026, 'Sewanee', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44027, 'Seymour', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44028, 'Sharon', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44029, 'Shelbyville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44030, 'Signal Mountain', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44031, 'Silerton', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44032, 'Slayden', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44033, 'Smithville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44034, 'Smyrna', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44035, 'Sneedville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44036, 'Soddy-daisy', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44037, 'Somerville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44038, 'South Carthage', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44039, 'South Cleveland', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44040, 'South Fulton', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44041, 'South Pittsburg', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44042, 'Sparta', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44043, 'Spencer', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44044, 'Spring City', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44045, 'Springfield', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44046, 'Spring Hill', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44047, 'Spurgeon', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44048, 'Stanton', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44049, 'Stantonville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44050, 'Sunbright', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44051, 'Surgoinsville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44052, 'Sweetwater', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44053, 'Tazewell', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44054, 'Tellico Plains', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44055, 'Tennessee Ridge', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44056, 'Thompson S Station', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44057, 'Three Way', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44058, 'Tiptonville', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44059, 'Toone', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44060, 'Townsend', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44061, 'Tracy City', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44062, 'Trenton', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44063, 'Trezevant', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44064, 'Trimble', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44065, 'Troy', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44066, 'Tullahoma', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44067, 'Tusculum', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44068, 'Unicoi', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44069, 'Union City', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44070, 'Vanleer', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44071, 'Viola', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44072, 'Vonore', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44073, 'Walden', 3875, 233, 1, '2019-01-24 21:01:29', '2019-01-24 21:05:46'),
(44074, 'Walnut Grove', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44075, 'Walnut Hill', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44076, 'Walterhill', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44077, 'Wartburg', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44078, 'Wartrace', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44079, 'Watauga', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44080, 'Watertown', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44081, 'Waverly', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44082, 'Waynesboro', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44083, 'Westmoreland', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44084, 'White Bluff', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44085, 'White House', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44086, 'White Pine', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44087, 'Whiteville', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44088, 'Whitwell', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44089, 'Wildwood Lake', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44090, 'Williston', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44091, 'Winchester', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44092, 'Winfield', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44093, 'Woodbury', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44094, 'Woodland Mills', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44095, 'Yorkville', 3875, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44096, 'Abbott', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44097, 'Abernathy', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44098, 'Abilene', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44099, 'Abram-perezville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:46'),
(44100, 'Ackerly', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44101, 'Addison', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44102, 'Adrian', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44103, 'Agua Dulce', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44104, 'Airport Road Addition', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44105, 'Alamo', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44106, 'Alamo Heights', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44107, 'Alba', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44108, 'Albany', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44109, 'Aldine', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44110, 'Aledo', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44111, 'Alfred-south La Paloma', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44112, 'Alice', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44113, 'Alice Acres', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44114, 'Allen', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44115, 'Alma', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44116, 'Alpine', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44117, 'Alto', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(44118, 'Alto Bonito', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44119, 'Alton', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44120, 'Alton North', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44121, 'Alvarado', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44122, 'Alvin', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44123, 'Alvord', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44124, 'Amarillo', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44125, 'Ames', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44126, 'Amherst', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44127, 'Anahuac', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44128, 'Anderson', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44129, 'Anderson Mill', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44130, 'Andrews', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44131, 'Angleton', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44132, 'Angus', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44133, 'Anna', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44134, 'Annetta', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44135, 'Annetta North', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44136, 'Annetta South', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44137, 'Annona', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44138, 'Anson', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44139, 'Anthony', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44140, 'Anton', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44141, 'Appleby', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44142, 'Aquilla', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44143, 'Aransas Pass', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44144, 'Archer City', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44145, 'Arcola', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44146, 'Argyle', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44147, 'Arlington', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44148, 'Arp', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44149, 'Arroyo Alto', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44150, 'Arroyo Colorado Estates', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44151, 'Arroyo Gardens-la Tina Ranch', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44152, 'Asherton', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44153, 'Aspermont', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44154, 'Atascocita', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44155, 'Athens', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44156, 'Atlanta', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44157, 'Aubrey', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44158, 'Aurora', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44159, 'Austin', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44160, 'Austwell', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44161, 'Avery', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44162, 'Avinger', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44163, 'Azle', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44164, 'Bacliff', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44165, 'Bailey', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44166, 'Bailey S Prairie', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44167, 'Baird', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44168, 'Balch Springs', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44169, 'Balcones Heights', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44170, 'Ballinger', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44171, 'Balmorhea', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44172, 'Bandera', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44173, 'Bangs', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44174, 'Bardwell', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44175, 'Barrett', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44176, 'Barry', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44177, 'Barstow', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44178, 'Bartlett', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44179, 'Barton Creek', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44180, 'Bartonville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44181, 'Bastrop', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44182, 'Batesville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44183, 'Bausell And Ellis', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44184, 'Bay City', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44185, 'Bayou Vista', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44186, 'Bayside', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44187, 'Baytown', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44188, 'Bayview', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44189, 'Beach City', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44190, 'Bear Creek', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44191, 'Beasley', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44192, 'Beaumont', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44193, 'Beckville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44194, 'Bedford', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44195, 'Bee Cave', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44196, 'Beeville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44197, 'Bellaire', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44198, 'Bellevue', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44199, 'Bellmead', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44200, 'Bells', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44201, 'Bellville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:47'),
(44202, 'Belton', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44203, 'Benavides', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44204, 'Benbrook', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44205, 'Benjamin', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44206, 'Berryville', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44207, 'Bertram', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44208, 'Beverly Hills', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44209, 'Bevil Oaks', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44210, 'Bigfoot', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44211, 'Big Lake', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44212, 'Big Sandy', 3876, 233, 1, '2019-01-24 21:01:30', '2019-01-24 21:05:48'),
(44213, 'Big Spring', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44214, 'Big Wells', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44215, 'Bishop', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44216, 'Bishop Hills', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44217, 'Bixby', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44218, 'Blackwell', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44219, 'Blanco', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44220, 'Blanket', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44221, 'Blessing', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44222, 'Bloomburg', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44223, 'Blooming Grove', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44224, 'Bloomington', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44225, 'Blossom', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44226, 'Blue Berry Hill', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44227, 'Blue Mound', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44228, 'Blue Ridge', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44229, 'Bluetown-iglesia Antigua', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44230, 'Blum', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44231, 'Boerne', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44232, 'Bogata', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44233, 'Boling-iago', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44234, 'Bolivar Peninsula', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44235, 'Bonham', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44236, 'Bonney', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44237, 'Booker', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44238, 'Borger', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44239, 'Botines', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44240, 'Bovina', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44241, 'Bowie', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44242, 'Box Canyon-amistad', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44243, 'Boyd', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44244, 'Brackettville', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44245, 'Brady', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44246, 'Brazoria', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44247, 'Breckenridge', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44248, 'Bremond', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44249, 'Brenham', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44250, 'Briar', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44251, 'Briarcliff', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44252, 'Briaroaks', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44253, 'Bridge City', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44254, 'Bridgeport', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44255, 'Broaddus', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44256, 'Bronte', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44257, 'Brookshire', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44258, 'Brookside Village', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44259, 'Browndell', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44260, 'Brownfield', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44261, 'Brownsboro', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44262, 'Brownsville', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44263, 'Brownwood', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44264, 'Bruceville-eddy', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44265, 'Brundage', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44266, 'Bruni', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44267, 'Brushy Creek', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44268, 'Bryan', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44269, 'Bryson', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44270, 'Buchanan Dam', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44271, 'Buckholts', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44272, 'Buda', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44273, 'Buffalo', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44274, 'Buffalo Gap', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44275, 'Buffalo Springs', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44276, 'Bullard', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44277, 'Bulverde', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44278, 'Buna', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44279, 'Bunker Hill Village', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44280, 'Burkburnett', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44281, 'Burke', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44282, 'Burleson', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44283, 'Burnet', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44284, 'Burton', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44285, 'Butterfield', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44286, 'Byers', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44287, 'Bynum', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44288, 'Cactus', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44289, 'Caddo Mills', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44290, 'Caldwell', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44291, 'Callisburg', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44292, 'Calvert', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44293, 'Cameron', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44294, 'Cameron Park', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44295, 'Campbell', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44296, 'Camp Swift', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44297, 'Camp Wood', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44298, 'Canadian', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44299, 'Caney City', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44300, 'Canton', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44301, 'Cantu Addition', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44302, 'Canutillo', 3876, 233, 1, '2019-01-24 21:01:31', '2019-01-24 21:05:48'),
(44303, 'Canyon', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:48'),
(44304, 'Canyon Lake', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44305, 'Carbon', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44306, 'Carl S Corner', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44307, 'Carmine', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44308, 'Carrizo Hill', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44309, 'Carrizo Springs', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44310, 'Carrollton', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44311, 'Carthage', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44312, 'Castle Hills', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44313, 'Castroville', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44314, 'Catarina', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44315, 'Cedar Hill', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44316, 'Cedar Park', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44317, 'Celeste', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44318, 'Celina', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44319, 'Center', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44320, 'Centerville', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44321, 'Central Gardens', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44322, 'Cesar Chavez', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44323, 'Chandler', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44324, 'Channelview', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44325, 'Channing', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44326, 'Charlotte', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44327, 'Chester', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44328, 'Chico', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44329, 'Childress', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44330, 'Chillicothe', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44331, 'China', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44332, 'China Grove', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44333, 'Chireno', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44334, 'Christine', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44335, 'Christoval', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44336, 'Chula Vista-orason', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44337, 'Chula Vista-river Spur', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44338, 'Cibolo', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44339, 'Cienegas Terrace', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44340, 'Cinco Ranch', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44341, 'Circle D-kc Estates', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44342, 'Cisco', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44343, 'Citrus City', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44344, 'Clarendon', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44345, 'Clarksville', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44346, 'Clarksville City', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44347, 'Claude', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44348, 'Clear Lake Shores', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44349, 'Cleburne', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44350, 'Cleveland', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44351, 'Clifton', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44352, 'Clint', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44353, 'Cloverleaf', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44354, 'Clute', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44355, 'Clyde', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44356, 'Coahoma', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44357, 'Cockrell Hill', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44358, 'Coffee City', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44359, 'Coldspring', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44360, 'Coleman', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44361, 'College Station', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44362, 'Colleyville', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44363, 'Collinsville', 3876, 233, 1, '2019-01-24 21:01:32', '2019-01-24 21:05:49'),
(44364, 'Colmesneil', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44365, 'Colorado City', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44366, 'Columbus', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44367, 'Comanche', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44368, 'Combes', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44369, 'Combine', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44370, 'Comfort', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44371, 'Commerce', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44372, 'Como', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44373, 'Concepcion', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44374, 'Conroe', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44375, 'Converse', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44376, 'Cool', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44377, 'Coolidge', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44378, 'Cooper', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44379, 'Coppell', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44380, 'Copperas Cove', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44381, 'Copper Canyon', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44382, 'Corinth', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44383, 'Corpus Christi', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44384, 'Corral City', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44385, 'Corrigan', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44386, 'Corsicana', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44387, 'Cottonwood', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44388, 'Cottonwood Shores', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44389, 'Cotulla', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44390, 'Cove', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44391, 'Covington', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:49'),
(44392, 'Coyanosa', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44393, 'Coyote Acres', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44394, 'Crandall', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44395, 'Crane', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44396, 'Cranfills Gap', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44397, 'Crawford', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44398, 'Creedmoor', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44399, 'Crockett', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44400, 'Crosby', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44401, 'Crosbyton', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44402, 'Cross Mountain', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44403, 'Cross Plains', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44404, 'Cross Roads', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44405, 'Cross Timber', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44406, 'Crowell', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44407, 'Crowley', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44408, 'Crystal City', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44409, 'Cuero', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44410, 'Cuevitas', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44411, 'Cumby', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44412, 'Cumings', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44413, 'Cuney', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44414, 'Cushing', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44415, 'Cut And Shoot', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44416, 'Daingerfield', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44417, 'Daisetta', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44418, 'Dalhart', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44419, 'Dallas', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44420, 'Dalworthington Gardens', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44421, 'Damon', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44422, 'Danbury', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44423, 'Darrouzett', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44424, 'Dawson', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44425, 'Dayton', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44426, 'Dayton Lakes', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44427, 'Dean', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44428, 'Decatur', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44429, 'Deer Park', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44430, 'De Kalb', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44431, 'De Leon', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44432, 'Dell City', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44433, 'Del Mar Heights', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44434, 'Del Rio', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44435, 'Del Sol-loma Linda', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44436, 'Denison', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44437, 'Denton', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44438, 'Denver City', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44439, 'Deport', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44440, 'Desoto', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44441, 'Detroit', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44442, 'Devers', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44443, 'Devine', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44444, 'Deweyville', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44445, 'Diboll', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44446, 'Dickens', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44447, 'Dickinson', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44448, 'Dilley', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44449, 'Dimmitt', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44450, 'Dodd City', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44451, 'Dodson', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44452, 'Doffing', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44453, 'Domino', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44454, 'Donna', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44455, 'Doolittle', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44456, 'Dorchester', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44457, 'Double Oak', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44458, 'Douglassville', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44459, 'Doyle', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44460, 'Dripping Springs', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44461, 'Driscoll', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44462, 'Dublin', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44463, 'Dumas', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44464, 'Duncanville', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44465, 'Eagle Lake', 3876, 233, 1, '2019-01-24 21:01:33', '2019-01-24 21:05:50'),
(44466, 'Eagle Mountain', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:50'),
(44467, 'Eagle Pass', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:50'),
(44468, 'Early', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:50'),
(44469, 'Earth', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:50'),
(44470, 'East Bernard', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:50'),
(44471, 'Eastland', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:50'),
(44472, 'East Mountain', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44473, 'Easton', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44474, 'East Tawakoni', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44475, 'Ector', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44476, 'Edcouch', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44477, 'Eden', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44478, 'Edgecliff Village', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44479, 'Edgewater-paisano', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44480, 'Edgewood', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44481, 'Edinburg', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44482, 'Edmonson', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44483, 'Edna', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44484, 'Edom', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44485, 'Edroy', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44486, 'Eidson Road', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44487, 'Elbert', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44488, 'El Camino Angosto', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44489, 'El Campo', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44490, 'El Cenizo', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44491, 'Eldorado', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44492, 'Electra', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44493, 'Elgin', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44494, 'El Indio', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44495, 'Elkhart', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44496, 'El Lago', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44497, 'Elm Creek', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44498, 'Elmendorf', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44499, 'El Paso', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44500, 'El Refugio', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44501, 'Elsa', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44502, 'Emhouse', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44503, 'Emory', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44504, 'Encantada-ranchito El Calaboz', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44505, 'Enchanted Oaks', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44506, 'Encinal', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44507, 'Encino', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44508, 'Ennis', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44509, 'Escobares', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44510, 'Estelline', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44511, 'Euless', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44512, 'Eureka', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44513, 'Eustace', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44514, 'Evadale', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44515, 'Evant', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44516, 'Everman', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44517, 'Fabens', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44518, 'Fairchilds', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44519, 'Fairfield', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44520, 'Fair Oaks Ranch', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44521, 'Fairview', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44522, 'Falcon Heights', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44523, 'Falcon Lake Estates', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44524, 'Falcon Mesa', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44525, 'Falcon Village', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44526, 'Falfurrias', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44527, 'Falls City', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44528, 'Falman-county Acres', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44529, 'Farmers Branch', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44530, 'Farmersville', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44531, 'Farwell', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44532, 'Fate', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44533, 'Fayetteville', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44534, 'Faysville', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44535, 'Ferris', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44536, 'Fifth Street', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44537, 'Flatonia', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44538, 'Florence', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44539, 'Floresville', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44540, 'Flowella', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44541, 'Flower Mound', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44542, 'Floydada', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44543, 'Follett', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44544, 'Forest Hill', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44545, 'Forney', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44546, 'Forsan', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44547, 'Fort Bliss', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44548, 'Fort Davis', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44549, 'Fort Hancock', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44550, 'Fort Hood', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:51'),
(44551, 'Fort Stockton', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44552, 'Fort Worth', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44553, 'Four Corners', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44554, 'Fowlerton', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44555, 'Franklin', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44556, 'Frankston', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44557, 'Fredericksburg', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44558, 'Freeport', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44559, 'Freer', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44560, 'Fresno', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44561, 'Friendswood', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44562, 'Friona', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44563, 'Frisco', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44564, 'Fritch', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44565, 'Fronton', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44566, 'Frost', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44567, 'Fruitvale', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44568, 'Fulshear', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44569, 'Fulton', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44570, 'Gainesville', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44571, 'Galena Park', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44572, 'Gallatin', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44573, 'Galveston', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44574, 'Ganado', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44575, 'Garceno', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44576, 'Gardendale', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44577, 'Garden Ridge', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44578, 'Garfield', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44579, 'Garland', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44580, 'Garrett', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44581, 'Garrison', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44582, 'Gary City', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44583, 'Gatesville', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44584, 'Georgetown', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44585, 'George West', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44586, 'Geronimo', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44587, 'Gholson', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44588, 'Giddings', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44589, 'Gilmer', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44590, 'Girard', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44591, 'Gladewater', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44592, 'Glenn Heights', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44593, 'Glen Rose', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44594, 'Godley', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44595, 'Goldsmith', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44596, 'Goldthwaite', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44597, 'Goliad', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44598, 'Golinda', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44599, 'Gonzales', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44600, 'Goodlow', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44601, 'Goodrich', 3876, 233, 1, '2019-01-24 21:01:34', '2019-01-24 21:05:52'),
(44602, 'Gordon', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44603, 'Goree', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44604, 'Gorman', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44605, 'Graford', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44606, 'Graham', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44607, 'Granbury', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44608, 'Grand Acres', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44609, 'Grandfalls', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44610, 'Grand Prairie', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44611, 'Grand Saline', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44612, 'Grandview', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44613, 'Granger', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44614, 'Granite Shoals', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44615, 'Granjeno', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44616, 'Grape Creek', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44617, 'Grapeland', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44618, 'Grapevine', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44619, 'Grays Prairie', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44620, 'Greatwood', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44621, 'Green Valley Farms', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44622, 'Greenville', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44623, 'Gregory', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44624, 'Grey Forest', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44625, 'Groesbeck', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44626, 'Groom', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44627, 'Groves', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44628, 'Groveton', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44629, 'Gruver', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:52'),
(44630, 'Guerra', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44631, 'Gun Barrel City', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44632, 'Gunter', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44633, 'Gustine', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44634, 'Hackberry', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44635, 'Hale Center', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44636, 'Hallettsville', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44637, 'Hallsburg', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44638, 'Hallsville', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44639, 'Haltom City', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44640, 'Hamilton', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44641, 'Hamlin', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44642, 'Happy', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44643, 'Hardin', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44644, 'Harker Heights', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44645, 'Harlingen', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44646, 'Harper', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44647, 'Hart', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44648, 'Hartley', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44649, 'Haskell', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44650, 'Haslet', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44651, 'Havana', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44652, 'Hawk Cove', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44653, 'Hawkins', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44654, 'Hawley', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44655, 'Hays', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44656, 'Hearne', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44657, 'Heath', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44658, 'Hebbronville', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44659, 'Hebron', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44660, 'Hedley', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44661, 'Hedwig Village', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44662, 'Heidelberg', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44663, 'Helotes', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44664, 'Hemphill', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44665, 'Hempstead', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44666, 'Henderson', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44667, 'Henrietta', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44668, 'Hereford', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44669, 'Hermleigh', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44670, 'Hewitt', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44671, 'Hickory Creek', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44672, 'Hico', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44673, 'Hidalgo', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44674, 'Higgins', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44675, 'Highland Haven', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44676, 'Highland Park', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44677, 'Highlands', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44678, 'Highland Village', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44679, 'Hill Country Village', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44680, 'Hillcrest', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44681, 'Hillsboro', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44682, 'Hilltop', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44683, 'Hilshire Village', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44684, 'Hitchcock', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44685, 'Holiday Lakes', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44686, 'Holland', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44687, 'Holliday', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44688, 'Hollywood Park', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44689, 'Homestead Meadows North', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44690, 'Homestead Meadows South', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44691, 'Hondo', 3876, 233, 1, '2019-01-24 21:01:35', '2019-01-24 21:05:53'),
(44692, 'Honey Grove', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44693, 'Hooks', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44694, 'Horizon City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44695, 'Horseshoe Bay', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44696, 'Houston', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44697, 'Howardwick', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44698, 'Howe', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44699, 'Hubbard', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44700, 'Hudson', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44701, 'Hudson Bend', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44702, 'Hudson Oaks', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44703, 'Hughes Springs', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44704, 'Humble', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44705, 'Hungerford', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44706, 'Hunters Creek Village', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44707, 'Huntington', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:53'),
(44708, 'Huntsville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44709, 'Hurst', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44710, 'Hutchins', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44711, 'Hutto', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44712, 'Huxley', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44713, 'Idalou', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44714, 'Impact', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44715, 'Imperial', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44716, 'Indian Hills', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44717, 'Indian Lake', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44718, 'Industry', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44719, 'Inez', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44720, 'Ingleside', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44721, 'Ingleside On The Bay', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44722, 'Ingram', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44723, 'Iowa Colony', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44724, 'Iowa Park', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44725, 'Iraan', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44726, 'Iredell', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44727, 'Irving', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44728, 'Italy', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44729, 'Itasca', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44730, 'Jacinto City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44731, 'Jacksboro', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44732, 'Jacksonville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44733, 'Jamaica Beach', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44734, 'Jasper', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44735, 'Jayton', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44736, 'Jefferson', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44737, 'Jersey Village', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44738, 'Jewett', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44739, 'Joaquin', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44740, 'Johnson City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44741, 'Jolly', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(44742, 'Jollyville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44743, 'Jones Creek', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44744, 'Jonestown', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44745, 'Josephine', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44746, 'Joshua', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44747, 'Jourdanton', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44748, 'Junction', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44749, 'Justin', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44750, 'Karnes City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44751, 'Katy', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44752, 'Kaufman', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44753, 'K-bar Ranch', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44754, 'Keene', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44755, 'Keller', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44756, 'Kemah', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44757, 'Kemp', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44758, 'Kempner', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44759, 'Kendleton', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44760, 'Kenedy', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44761, 'Kenefick', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44762, 'Kennard', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44763, 'Kennedale', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44764, 'Kerens', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44765, 'Kermit', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44766, 'Kerrville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44767, 'Kilgore', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44768, 'Killeen', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44769, 'Kingsbury', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44770, 'Kingsland', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44771, 'Kingsville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44772, 'Kirby', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44773, 'Kirbyville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44774, 'Kirvin', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44775, 'Knippa', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44776, 'Knollwood', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44777, 'Knox City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44778, 'Kosse', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44779, 'Kountze', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44780, 'Kress', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44781, 'Krugerville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44782, 'Krum', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44783, 'Kyle', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44784, 'La Blanca', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44785, 'La Casita-garciasville', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44786, 'Lackland Afb', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:54'),
(44787, 'Lacoste', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44788, 'Lacy-lakeview', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44789, 'Ladonia', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44790, 'La Feria', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44791, 'La Feria North', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44792, 'Lago', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44793, 'Lago Vista', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44794, 'La Grange', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44795, 'La Grulla', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44796, 'Laguna Heights', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44797, 'Laguna Seca', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44798, 'Laguna Vista', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44799, 'La Homa', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44800, 'La Joya', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44801, 'Lake Bridgeport', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44802, 'Lake Brownwood', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44803, 'Lake City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44804, 'Lake Dallas', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44805, 'Lakehills', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44806, 'Lake Jackson', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44807, 'Lake Kiowa', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44808, 'Lakeport', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44809, 'Lakeshore Gardens-hidden Acres', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44810, 'Lakeside', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44811, 'Lakeside City', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44812, 'Lake Tanglewood', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44813, 'Lakeview', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44814, 'Lake View', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44815, 'Lakeway', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44816, 'Lakewood Village', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44817, 'Lake Worth', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44818, 'La Marque', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44819, 'Lamesa', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44820, 'Lampasas', 3876, 233, 1, '2019-01-24 21:01:36', '2019-01-24 21:05:55'),
(44821, 'Lancaster', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44822, 'La Paloma', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44823, 'La Paloma-lost Creek', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44824, 'La Porte', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44825, 'La Presa', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44826, 'La Pryor', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44827, 'La Puerta', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44828, 'Laredo', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44829, 'Laredo Ranchettes', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44830, 'Larga Vista', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44831, 'La Rosita', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44832, 'Lasana', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44833, 'Lasara', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44834, 'Las Colonias', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44835, 'Las Lomas', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44836, 'Las Lomitas', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44837, 'Las Palmas-juarez', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44838, 'Las Quintas Fronterizas', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44839, 'Latexo', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44840, 'Laughlin Afb', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44841, 'Laureles', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44842, 'La Vernia', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44843, 'La Victoria', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44844, 'La Villa', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44845, 'Lavon', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44846, 'La Ward', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44847, 'Lawn', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44848, 'League City', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44849, 'Leakey', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44850, 'Leander', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44851, 'Leary', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44852, 'Lefors', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44853, 'Leona', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44854, 'Leonard', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44855, 'Leon Valley', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44856, 'Leroy', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44857, 'Levelland', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44858, 'Lewisville', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44859, 'Lexington', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44860, 'Liberty', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44861, 'Liberty City', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44862, 'Liberty Hill', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44863, 'Lincoln Park', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44864, 'Lindale', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44865, 'Linden', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44866, 'Lindsay', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:55'),
(44867, 'Lipan', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44868, 'Lipscomb', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44869, 'Little Elm', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44870, 'Littlefield', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44871, 'Little River-academy', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44872, 'Live Oak', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44873, 'Liverpool', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44874, 'Livingston', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44875, 'Llano', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44876, 'Llano Grande', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44877, 'Lockhart', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44878, 'Lockney', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44879, 'Log Cabin', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44880, 'Lolita', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44881, 'Loma Linda East', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44882, 'Lometa', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44883, 'Lone Oak', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44884, 'Lone Star', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44885, 'Longview', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44886, 'Lopeno', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44887, 'Lopezville', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44888, 'Loraine', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44889, 'Lorena', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44890, 'Lorenzo', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44891, 'Los Alvarez', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44892, 'Los Angeles Subdivision', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44893, 'Los Ebanos', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44894, 'Los Fresnos', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44895, 'Los Indios', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44896, 'Lost Creek', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44897, 'Los Villareales', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44898, 'Los Ybanez', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44899, 'Lott', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44900, 'Louise', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44901, 'Lovelady', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44902, 'Lowry Crossing', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44903, 'Lozano', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44904, 'Lubbock', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44905, 'Lucas', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44906, 'Lueders', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44907, 'Lufkin', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44908, 'Luling', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44909, 'Lumberton', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44910, 'Lyford', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44911, 'Lyford South', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44912, 'Lytle', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44913, 'Mabank', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44914, 'Mcallen', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44915, 'Mccamey', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44916, 'Mcgregor', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44917, 'Mckinney', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44918, 'Mclean', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44919, 'Mclendon-chisholm', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44920, 'Mcqueeney', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44921, 'Madisonville', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44922, 'Magnolia', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44923, 'Malakoff', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44924, 'Malone', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44925, 'Manor', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44926, 'Mansfield', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44927, 'Manvel', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44928, 'Marathon', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44929, 'Marble Falls', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44930, 'Marfa', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44931, 'Marietta', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44932, 'Marion', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44933, 'Markham', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44934, 'Marlin', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44935, 'Marquez', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44936, 'Marshall', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44937, 'Marshall Creek', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44938, 'Mart', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44939, 'Martindale', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:56'),
(44940, 'Mason', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:57'),
(44941, 'Matador', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:57'),
(44942, 'Mathis', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:57'),
(44943, 'Maud', 3876, 233, 1, '2019-01-24 21:01:37', '2019-01-24 21:05:57'),
(44944, 'Mauriceville', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44945, 'Maypearl', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44946, 'Meadow', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44947, 'Meadowlakes', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44948, 'Meadows Place', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44949, 'Medina', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44950, 'Megargel', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44951, 'Melissa', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44952, 'Melvin', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44953, 'Memphis', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44954, 'Menard', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44955, 'Mercedes', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44956, 'Meridian', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44957, 'Merkel', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44958, 'Mertens', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44959, 'Mertzon', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44960, 'Mesquite', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44961, 'Mexia', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44962, 'Miami', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44963, 'Midland', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44964, 'Midlothian', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44965, 'Midway', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44966, 'Midway North', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44967, 'Midway South', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44968, 'Mila Doce', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44969, 'Milam', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44970, 'Milano', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44971, 'Mildred', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44972, 'Miles', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44973, 'Milford', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44974, 'Miller S Cove', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44975, 'Millican', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44976, 'Millsap', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44977, 'Mineola', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44978, 'Mineral Wells', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44979, 'Mingus', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44980, 'Mirando City', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44981, 'Mission', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44982, 'Mission Bend', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44983, 'Missouri City', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44984, 'Mobeetie', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44985, 'Mobile City', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44986, 'Monahans', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44987, 'Mont Belvieu', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44988, 'Monte Alto', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44989, 'Montgomery', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44990, 'Moody', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44991, 'Moore', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44992, 'Moore Station', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44993, 'Morales-sanchez', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44994, 'Moran', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44995, 'Morgan', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44996, 'Morgan Farm Area', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44997, 'Morgans Point', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44998, 'Morgan S Point Resort', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(44999, 'Morning Glory', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45000, 'Morse', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45001, 'Morton', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45002, 'Moulton', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45003, 'Mountain City', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45004, 'Mount Calm', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45005, 'Mount Enterprise', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45006, 'Mount Pleasant', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45007, 'Mount Vernon', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45008, 'Muenster', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45009, 'Muleshoe', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45010, 'Mullin', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45011, 'Munday', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45012, 'Muniz', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45013, 'Murchison', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:57'),
(45014, 'Murphy', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45015, 'Mustang', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45016, 'Mustang Ridge', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45017, 'Nacogdoches', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45018, 'Naples', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45019, 'Nash', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45020, 'Nassau Bay', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45021, 'Natalia', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45022, 'Navarro', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45023, 'Navasota', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45024, 'Nazareth', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45025, 'Nederland', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45026, 'Needville', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45027, 'Nesbitt', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45028, 'Nevada', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45029, 'Newark', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45030, 'New Berlin', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45031, 'New Boston', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45032, 'New Braunfels', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45033, 'Newcastle', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45034, 'New Chapel Hill', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45035, 'New Deal', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45036, 'New Fairview', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45037, 'New Falcon', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45038, 'New Home', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45039, 'New Hope', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45040, 'New London', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45041, 'New Summerfield', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45042, 'New Territory', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45043, 'Newton', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45044, 'New Waverly', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45045, 'Neylandville', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45046, 'Niederwald', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45047, 'Nixon', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45048, 'Nocona', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45049, 'Nolanville', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45050, 'Nome', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45051, 'Noonday', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45052, 'Nordheim', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45053, 'Normangee', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45054, 'Normanna', 3876, 233, 1, '2019-01-24 21:01:38', '2019-01-24 21:05:58'),
(45055, 'North Alamo', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45056, 'North Cleveland', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45057, 'Northcliff', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45058, 'North Escobares', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45059, 'Northlake', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45060, 'North Pearsall', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45061, 'North Richland Hills', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45062, 'North San Pedro', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45063, 'Novice', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45064, 'Nurillo', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45065, 'Oak Grove', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45066, 'Oakhurst', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45067, 'Oak Leaf', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45068, 'Oak Point', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45069, 'Oak Ridge', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45070, 'Oak Ridge North', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45071, 'Oak Trail Shores', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45072, 'Oak Valley', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45073, 'Oakwood', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45074, 'O Brien', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45075, 'Odem', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45076, 'Odessa', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45077, 'O Donnell', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45078, 'Oglesby', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45079, 'Oilton', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45080, 'Old River-winfree', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45081, 'Olivarez', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45082, 'Olmito', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45083, 'Olmos Park', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45084, 'Olney', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45085, 'Olton', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45086, 'Omaha', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45087, 'Onalaska', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45088, 'Onion Creek', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45089, 'Opdyke West', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45090, 'Orange', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45091, 'Orange Grove', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45092, 'Orchard', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45093, 'Ore City', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45094, 'Overton', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45095, 'Ovilla', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45096, 'Owl Ranch-amargosa', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45097, 'Oyster Creek', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:58'),
(45098, 'O', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:01:39'),
(45099, 'Paducah', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45100, 'Paint Rock', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45101, 'Palacios', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45102, 'Palestine', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45103, 'Palisades', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45104, 'Palmer', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45105, 'Palmhurst', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45106, 'Palm Valley', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45107, 'Palmview', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45108, 'Palmview South', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45109, 'Pampa', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45110, 'Panhandle', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45111, 'Panorama Village', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45112, 'Pantego', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45113, 'Paradise', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45114, 'Paris', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45115, 'Parker', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45116, 'Pasadena', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45117, 'Pattison', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45118, 'Patton Village', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45119, 'Pawnee', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45120, 'Payne Springs', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45121, 'Pearland', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45122, 'Pearsall', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45123, 'Pecan Acres', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45124, 'Pecan Gap', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45125, 'Pecan Grove', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45126, 'Pecan Hill', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45127, 'Pecan Plantation', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45128, 'Pecos', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45129, 'Pelican Bay', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45130, 'Penelope', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45131, 'Penitas', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45132, 'Pernitas Point', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45133, 'Perryton', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45134, 'Petersburg', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45135, 'Petrolia', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45136, 'Petronila', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45137, 'Pettus', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45138, 'Pflugerville', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45139, 'Pharr', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45140, 'Pilot Point', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45141, 'Pine Forest', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45142, 'Pinehurst', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45143, 'Pine Island', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45144, 'Pineland', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45145, 'Pinewood Estates', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45146, 'Piney Point Village', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45147, 'Pittsburg', 3876, 233, 1, '2019-01-24 21:01:39', '2019-01-24 21:05:59'),
(45148, 'Plains', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45149, 'Plainview', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45150, 'Plano', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45151, 'Pleak', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45152, 'Pleasanton', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45153, 'Pleasant Valley', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45154, 'Plum Grove', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45155, 'Point', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45156, 'Point Blank', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45157, 'Point Comfort', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45158, 'Ponder', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45159, 'Port Aransas', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45160, 'Port Arthur', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45161, 'Porter Heights', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45162, 'Port Isabel', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45163, 'Portland', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45164, 'Port Lavaca', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45165, 'Port Mansfield', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45166, 'Port Neches', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45167, 'Post', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45168, 'Post Oak Bend City', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45169, 'Poteet', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45170, 'Poth', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:05:59'),
(45171, 'Potosi', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45172, 'Pottsboro', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45173, 'Powell', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45174, 'Poynor', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45175, 'Prado Verde', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45176, 'Prairie View', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45177, 'Premont', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45178, 'Presidio', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45179, 'Primera', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45180, 'Princeton', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45181, 'Progreso', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45182, 'Progreso Lakes', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45183, 'Prosper', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45184, 'Putnam', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45185, 'Pyote', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45186, 'Quail', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45187, 'Quanah', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45188, 'Queen City', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45189, 'Quemado', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45190, 'Quinlan', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45191, 'Quintana', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45192, 'Quitaque', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45193, 'Quitman', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45194, 'Radar Base', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45195, 'Ralls', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45196, 'Ranchette Estates', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45197, 'Ranchitos Las Lomas', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45198, 'Rancho Alegre', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45199, 'Rancho Banquete', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45200, 'Rancho Chico', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45201, 'Ranchos Penitas West', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45202, 'Rancho Viejo', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45203, 'Ranger', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45204, 'Rangerville', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45205, 'Rankin', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45206, 'Ransom Canyon', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45207, 'Ratamosa', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45208, 'Ravenna', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45209, 'Raymondville', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45210, 'Realitos', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45211, 'Redford', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45212, 'Red Lick', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45213, 'Red Oak', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45214, 'Redwater', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:00'),
(45215, 'Redwood', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45216, 'Reese Center', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45217, 'Refugio', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45218, 'Reid Hope King', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45219, 'Reklaw', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45220, 'Relampago', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45221, 'Rendon', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45222, 'Reno', 3876, 233, 1, '2019-01-24 21:01:40', '2019-01-24 21:06:01'),
(45223, 'Retreat', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45224, 'Rhome', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45225, 'Rice', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45226, 'Richardson', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45227, 'Richland', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45228, 'Richland Hills', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45229, 'Richland Springs', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45230, 'Richmond', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45231, 'Richwood', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45232, 'Riesel', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45233, 'Rio Bravo', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45234, 'Rio Grande City', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45235, 'Rio Hondo', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45236, 'Rio Vista', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45237, 'Rising Star', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45238, 'River Oaks', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45239, 'Riverside', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45240, 'Roanoke', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45241, 'Roaring Springs', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45242, 'Robert Lee', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45243, 'Robinson', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45244, 'Robstown', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45245, 'Roby', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45246, 'Rochester', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45247, 'Rockdale', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45248, 'Rockport', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45249, 'Rocksprings', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45250, 'Rockwall', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45251, 'Rocky Mound', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45252, 'Rogers', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45253, 'Rollingwood', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45254, 'Roma', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45255, 'Roma Creek', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45256, 'Roman Forest', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45257, 'Ropesville', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45258, 'Roscoe', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45259, 'Rosebud', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45260, 'Rose City', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45261, 'Rose Hill Acres', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45262, 'Rosenberg', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45263, 'Rosita North', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45264, 'Rosita South', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45265, 'Ross', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45266, 'Rosser', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:01'),
(45267, 'Rotan', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45268, 'Round Mountain', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45269, 'Round Rock', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45270, 'Round Top', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45271, 'Rowlett', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45272, 'Roxton', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45273, 'Royse City', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45274, 'Rule', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45275, 'Runaway Bay', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45276, 'Runge', 3876, 233, 1, '2019-01-24 21:01:41', '2019-01-24 21:06:02'),
(45277, 'Rusk', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45278, 'Sabinal', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45279, 'Sachse', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45280, 'Sadler', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45281, 'Saginaw', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45282, 'St. Hedwig', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45283, 'St. Jo', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45284, 'St. Paul', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45285, 'Salado', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45286, 'Salineno', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45287, 'Samnorwood', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45288, 'San Angelo', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45289, 'San Antonio', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45290, 'San Augustine', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45291, 'San Benito', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45292, 'San Carlos', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45293, 'Sanctuary', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45294, 'Sanderson', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45295, 'Sandia', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45296, 'San Diego', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45297, 'Sandy Hollow-escondidas', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45298, 'San Elizario', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45299, 'San Felipe', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45300, 'Sanford', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45301, 'Sanger', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45302, 'San Ignacio', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:02'),
(45303, 'San Isidro', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45304, 'San Juan', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45305, 'San Leanna', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45306, 'San Leon', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45307, 'San Manuel-linn', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45308, 'San Marcos', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45309, 'San Patricio', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45310, 'San Pedro', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45311, 'San Perlita', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45312, 'San Saba', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45313, 'Sansom Park', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45314, 'Santa Anna', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45315, 'Santa Clara', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45316, 'Santa Cruz', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45317, 'Santa Fe', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45318, 'Santa Maria', 3876, 233, 1, '2019-01-24 21:01:42', '2019-01-24 21:06:03'),
(45319, 'Santa Monica', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45320, 'Santa Rosa', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45321, 'Savoy', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45322, 'Scenic Oaks', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45323, 'Schertz', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45324, 'Schulenburg', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45325, 'Scissors', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45326, 'Scotland', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45327, 'Scottsville', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45328, 'Seabrook', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45329, 'Seadrift', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45330, 'Seagoville', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45331, 'Seagraves', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45332, 'Sealy', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45333, 'Sebastian', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45334, 'Seguin', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45335, 'Selma', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45336, 'Seminole', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45337, 'Serenada', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45338, 'Seth Ward', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45339, 'Seven Oaks', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45340, 'Seven Points', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45341, 'Seymour', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45342, 'Shady Hollow', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45343, 'Shady Shores', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45344, 'Shallowater', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45345, 'Shamrock', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45346, 'Shavano Park', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45347, 'Sheldon', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45348, 'Shenandoah', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45349, 'Shepherd', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45350, 'Sherman', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45351, 'Shiner', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45352, 'Shoreacres', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45353, 'Sienna Plantation', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45354, 'Sierra Blanca', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45355, 'Siesta Shores', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45356, 'Silsbee', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45357, 'Silverton', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45358, 'Simonton', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45359, 'Sinton', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45360, 'Skellytown', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45361, 'Skidmore', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45362, 'Slaton', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45363, 'Smiley', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45364, 'Smithville', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(45365, 'Smyer', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45366, 'Snook', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45367, 'Snyder', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45368, 'Socorro', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45369, 'Solis', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45370, 'Somerset', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45371, 'Somerville', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45372, 'Sonora', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45373, 'Sour Lake', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45374, 'South Alamo', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45375, 'South Fork Estates', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45376, 'South Houston', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45377, 'Southlake', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45378, 'Southmayd', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45379, 'South Mountain', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45380, 'South Padre Island', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45381, 'South Point', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45382, 'Southside Place', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45383, 'South Toledo Bend', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45384, 'Spade', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45385, 'Sparks', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45386, 'Spearman', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45387, 'Splendora', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:03'),
(45388, 'Spofford', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:04'),
(45389, 'Spring', 3876, 233, 1, '2019-01-24 21:01:43', '2019-01-24 21:06:04'),
(45390, 'Spring Garden-terra Verde', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45391, 'Springlake', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45392, 'Springtown', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45393, 'Spring Valley', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45394, 'Spur', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45395, 'Stafford', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45396, 'Stagecoach', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45397, 'Stamford', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45398, 'Stanton', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45399, 'Star Harbor', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45400, 'Stephenville', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45401, 'Sterling City', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45402, 'Stinnett', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45403, 'Stockdale', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45404, 'Stonewall', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45405, 'Stowell', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45406, 'Stratford', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45407, 'Strawn', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45408, 'Streetman', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45409, 'Study Butte-terlingua', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45410, 'Sudan', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45411, 'Sugar Land', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45412, 'Sullivan City', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45413, 'Sulphur Springs', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45414, 'Sundown', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45415, 'Sunnyvale', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45416, 'Sunray', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45417, 'Sunrise Beach Village', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45418, 'Sunset', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45419, 'Sunset Valley', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45420, 'Sun Valley', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45421, 'Surfside Beach', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45422, 'Sweeny', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45423, 'Sweetwater', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45424, 'Taft', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45425, 'Taft Southwest', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45426, 'Tahoka', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45427, 'Talco', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45428, 'Talty', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45429, 'Tatum', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45430, 'Taylor', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45431, 'Taylor Lake Village', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45432, 'Teague', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45433, 'Tehuacana', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45434, 'Temple', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45435, 'Tenaha', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45436, 'Terrell', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45437, 'Terrell Hills', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45438, 'Texarkana', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45439, 'Texas City', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45440, 'Texhoma', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45441, 'Texline', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45442, 'The Colony', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45443, 'The Hills', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45444, 'The Woodlands', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45445, 'Thompsons', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45446, 'Thorndale', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45447, 'Thornton', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45448, 'Thorntonville', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45449, 'Thrall', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45450, 'Three Rivers', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45451, 'Throckmorton', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45452, 'Tierra Bonita', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45453, 'Tierra Grande', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45454, 'Tiki Island', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45455, 'Timbercreek Canyon', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45456, 'Timberwood Park', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45457, 'Timpson', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45458, 'Tioga', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45459, 'Tira', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45460, 'Toco', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45461, 'Todd Mission', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45462, 'Tolar', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45463, 'Tomball', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45464, 'Tom Bean', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45465, 'Tool', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45466, 'Tornillo', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45467, 'Toyah', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45468, 'Tradewinds', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45469, 'Trent', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45470, 'Trenton', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45471, 'Trinidad', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45472, 'Trinity', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45473, 'Trophy Club', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45474, 'Troup', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45475, 'Troy', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45476, 'Tuleta', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45477, 'Tulia', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45478, 'Tulsita', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45479, 'Turkey', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45480, 'Tuscola', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45481, 'Tye', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45482, 'Tyler', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45483, 'Tynan', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45484, 'Uhland', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45485, 'Uncertain', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:04'),
(45486, 'Union Grove', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:05'),
(45487, 'Universal City', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:05'),
(45488, 'University Park', 3876, 233, 1, '2019-01-24 21:01:44', '2019-01-24 21:06:05'),
(45489, 'Utopia', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45490, 'Uvalde', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45491, 'Uvalde Estates', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45492, 'Valentine', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45493, 'Valley Mills', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45494, 'Valley View', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45495, 'Val Verde Park', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45496, 'Van', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45497, 'Van Alstyne', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45498, 'Vanderbilt', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45499, 'Van Horn', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45500, 'Van Vleck', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45501, 'Vega', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45502, 'Venus', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45503, 'Vernon', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45504, 'Victoria', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45505, 'Vidor', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45506, 'Villa Del Sol', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45507, 'Villa Pancho', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45508, 'Villa Verde', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45509, 'Vinton', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45510, 'Waco', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45511, 'Waelder', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45512, 'Wake Village', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45513, 'Waller', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45514, 'Wallis', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45515, 'Walnut Springs', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45516, 'Warren City', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45517, 'Waskom', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45518, 'Watauga', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45519, 'Waxahachie', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45520, 'Weatherford', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45521, 'Webster', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45522, 'Weimar', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45523, 'Weinert', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45524, 'Weir', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45525, 'Wellington', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45526, 'Wellman', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45527, 'Wells', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45528, 'Wells Branch', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45529, 'Weslaco', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45530, 'West', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45531, 'Westbrook', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45532, 'West Columbia', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45533, 'Westdale', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45534, 'Westlake', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45535, 'West Lake Hills', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45536, 'West Livingston', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45537, 'Westminster', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45538, 'West Odessa', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45539, 'Weston', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45540, 'West Orange', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45541, 'Westover Hills', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45542, 'West Pearsall', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45543, 'West Sharyland', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45544, 'West Tawakoni', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45545, 'West University Place', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45546, 'Westway', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45547, 'Westworth Village', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45548, 'Wharton', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45549, 'Wheeler', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45550, 'White Deer', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45551, 'Whiteface', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45552, 'Whitehouse', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45553, 'White Oak', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45554, 'Whitesboro', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45555, 'White Settlement', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45556, 'Whitewright', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45557, 'Whitney', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45558, 'Wichita Falls', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45559, 'Wickett', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45560, 'Wild Peach Village', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45561, 'Willamar', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45562, 'Willis', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45563, 'Willow Park', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45564, 'Wills Point', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45565, 'Wilmer', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45566, 'Wilson', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45567, 'Wimberley', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45568, 'Windcrest', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45569, 'Windemere', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45570, 'Windom', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45571, 'Windthorst', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45572, 'Winfield', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45573, 'Wink', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:05'),
(45574, 'Winnie', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45575, 'Winnsboro', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45576, 'Winona', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45577, 'Winters', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45578, 'Wixon Valley', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45579, 'Wolfe City', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45580, 'Wolfforth', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45581, 'Woodbranch', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45582, 'Woodcreek', 3876, 233, 1, '2019-01-24 21:01:45', '2019-01-24 21:06:06'),
(45583, 'Woodloch', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45584, 'Woodsboro', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45585, 'Woodson', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45586, 'Woodville', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45587, 'Woodway', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45588, 'Wortham', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45589, 'Wyldwood', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45590, 'Wylie', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45591, 'Yantis', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45592, 'Yoakum', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45593, 'Yorktown', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45594, 'Yznaga', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45595, 'Zapata', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45596, 'Zapata Ranch', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45597, 'Zavalla', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45598, 'Zuehl', 3876, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45599, 'Alpine', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45600, 'Alta', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45601, 'Altamont', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45602, 'Alton', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45603, 'Amalga', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45604, 'American Fork', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45605, 'Aneth', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45606, 'Annabella', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45607, 'Antimony', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45608, 'Aurora', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45609, 'Avon', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45610, 'Ballard', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45611, 'Bear River City', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45612, 'Beaver', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45613, 'Benjamin', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45614, 'Benson', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45615, 'Bicknell', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45616, 'Big Water', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45617, 'Blanding', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45618, 'Bluff', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45619, 'Bluffdale', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45620, 'Boulder', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45621, 'Bountiful', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45622, 'Brian Head', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45623, 'Brigham City', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45624, 'Cache', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45625, 'Cannonville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45626, 'Canyon Rim', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45627, 'Castle Dale', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45628, 'Castle Valley', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45629, 'Cedar City', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45630, 'Cedar Fort', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45631, 'Cedar Hills', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45632, 'Centerfield', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45633, 'Centerville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45634, 'Charleston', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45635, 'Circleville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45636, 'Clarkston', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45637, 'Clawson', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45638, 'Clearfield', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45639, 'Cleveland', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45640, 'Clinton', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45641, 'Coalville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45642, 'Corinne', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45643, 'Cornish', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45644, 'Cottonwood Heights', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45645, 'Cottonwood West', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45646, 'Cove', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45647, 'Daniel', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45648, 'Delta', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45649, 'Deweyville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45650, 'Draper', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45651, 'Duchesne', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45652, 'Dugway', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45653, 'Eagle Mountain', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45654, 'East Carbon', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45655, 'East Millcreek', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45656, 'Elberta', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45657, 'Elk Ridge', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45658, 'Elmo', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45659, 'Elsinore', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45660, 'Elwood', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45661, 'Emery', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45662, 'Enoch', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45663, 'Enterprise', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45664, 'Ephraim', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45665, 'Erda', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45666, 'Escalante', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45667, 'Eureka', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45668, 'Fairview', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45669, 'Farmington', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45670, 'Farr West', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45671, 'Fayette', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45672, 'Ferron', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45673, 'Fielding', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45674, 'Fillmore', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45675, 'Fort Duchesne', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45676, 'Fountain Green', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45677, 'Francis', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45678, 'Fruit Heights', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45679, 'Garden', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45680, 'Garden City', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45681, 'Garland', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45682, 'Genola', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45683, 'Glendale', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45684, 'Glenwood', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45685, 'Goshen', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45686, 'Granite', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:06'),
(45687, 'Grantsville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45688, 'Green River', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45689, 'Gunnison', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45690, 'Halchita', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45691, 'Halls Crossing', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45692, 'Harrisville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45693, 'Hatch', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45694, 'Heber', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45695, 'Helper', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45696, 'Henefer', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45697, 'Henrieville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45698, 'Herriman', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45699, 'Highland', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45700, 'Hildale', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45701, 'Hinckley', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45702, 'Holden', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45703, 'Holladay', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45704, 'Honeyville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45705, 'Hooper', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45706, 'Howell', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45707, 'Huntington', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45708, 'Huntsville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45709, 'Hurricane', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45710, 'Hyde Park', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45711, 'Hyrum', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45712, 'Ivins', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45713, 'Joseph', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45714, 'Junction', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45715, 'Kamas', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45716, 'Kanab', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45717, 'Kanarraville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45718, 'Kanosh', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45719, 'Kaysville', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45720, 'Kearns', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45721, 'Kingston', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45722, 'Koosharem', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45723, 'Lake Shore', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45724, 'Laketown', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45725, 'La Sal', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45726, 'La Verkin', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45727, 'Layton', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45728, 'Leamington', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45729, 'Leeds', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45730, 'Lehi', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45731, 'Levan', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45732, 'Lewiston', 3878, 233, 1, '2019-01-24 21:01:46', '2019-01-24 21:06:07'),
(45733, 'Lindon', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45734, 'Little Cottonwood Creek Valley', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45735, 'Loa', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45736, 'Logan', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45737, 'Lyman', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45738, 'Lynndyl', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45739, 'Maeser', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45740, 'Magna', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45741, 'Manila', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45742, 'Manti', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45743, 'Mantua', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45744, 'Mapleton', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45745, 'Marriott-slaterville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45746, 'Marysvale', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45747, 'Mayfield', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45748, 'Meadow', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45749, 'Mendon', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45750, 'Mexican Hat', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45751, 'Midvale', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45752, 'Midway', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45753, 'Milford', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45754, 'Millcreek', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45755, 'Millville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45756, 'Minersville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45757, 'Moab', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45758, 'Mona', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45759, 'Monroe', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45760, 'Montezuma Creek', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45761, 'Monticello', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45762, 'Morgan', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45763, 'Moroni', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45764, 'Mount Olympus', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45765, 'Mount Pleasant', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45766, 'Murray', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45767, 'Myton', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45768, 'Naples', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45769, 'Navajo Mountain', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45770, 'Neola', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45771, 'Nephi', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45772, 'New Harmony', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45773, 'Newton', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45774, 'Nibley', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45775, 'North Logan', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45776, 'North Ogden', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45777, 'North Salt Lake', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45778, 'North Snyderville Basin', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45779, 'Oak City', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45780, 'Oakley', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45781, 'Ogden', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45782, 'Oljato-monument Valley', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45783, 'Ophir', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45784, 'Oquirrh', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45785, 'Orangeville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:07'),
(45786, 'Orderville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45787, 'Orem', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45788, 'Palmyra', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45789, 'Panguitch', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45790, 'Paradise', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45791, 'Paragonah', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45792, 'Park City', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45793, 'Parowan', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45794, 'Payson', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45795, 'Perry', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45796, 'Peter', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45797, 'Plain City', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45798, 'Pleasant Grove', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45799, 'Pleasant View', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45800, 'Plymouth', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45801, 'Portage', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45802, 'Price', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45803, 'Providence', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45804, 'Provo', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45805, 'Randlett', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45806, 'Randolph', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45807, 'Redmond', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45808, 'Richfield', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45809, 'Richmond', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45810, 'Riverdale', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45811, 'River Heights', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45812, 'Riverside', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45813, 'Riverton', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45814, 'Rockville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45815, 'Rocky Ridge', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45816, 'Roosevelt', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45817, 'Roy', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45818, 'Rush Valley', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45819, 'St. George', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45820, 'Salem', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45821, 'Salina', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45822, 'Salt Lake City', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45823, 'Samak', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45824, 'Sandy', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45825, 'Santa Clara', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45826, 'Santaquin', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45827, 'Saratoga Springs', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45828, 'Scipio', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45829, 'Scofield', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45830, 'Sigurd', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45831, 'Smithfield', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45832, 'Snowville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45833, 'South Jordan', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45834, 'South Ogden', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45835, 'South Salt Lake', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45836, 'South Snyderville Basin', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45837, 'South Weber', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45838, 'South Willard', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45839, 'Spanish Fork', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45840, 'Spanish Valley', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45841, 'Spring City', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45842, 'Springdale', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45843, 'Spring Lake', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45844, 'Springville', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45845, 'Stansbury Park', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45846, 'Sterling', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45847, 'Stockton', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45848, 'Summit Park', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45849, 'Sunnyside', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45850, 'Sunset', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45851, 'Syracuse', 3878, 233, 1, '2019-01-24 21:01:47', '2019-01-24 21:06:08'),
(45852, 'Tabiona', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45853, 'Taylorsville', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45854, 'Timber Lakes', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45855, 'Tooele', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45856, 'Toquerville', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45857, 'Torrey', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45858, 'Tremonton', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45859, 'Trenton', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45860, 'Tropic', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45861, 'Tselakai Dezza', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45862, 'Uintah', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45863, 'Vernal', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45864, 'Vernon', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45865, 'Vineyard', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45866, 'Virgin', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45867, 'Wales', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45868, 'Wallsburg', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45869, 'Washington', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45870, 'Washington Terrace', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45871, 'Wellington', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45872, 'Wellsville', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45873, 'Wendover', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45874, 'West Bountiful', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45875, 'West Haven', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45876, 'West Jordan', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45877, 'West Mountain', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45878, 'West Point', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45879, 'West Valley City', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45880, 'White City', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45881, 'White Mesa', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45882, 'Whiterocks', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:08'),
(45883, 'Willard', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45884, 'Woodland', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45885, 'Woodland Hills', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45886, 'Woodruff', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45887, 'Woods Cross', 3878, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45888, 'Albany', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45889, 'Alburg', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45890, 'Arlington', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45891, 'Barre', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45892, 'Barton', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45893, 'Bellows Falls', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45894, 'Bennington', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45895, 'Bradford', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45896, 'Brandon', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45897, 'Brattleboro', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45898, 'Burlington', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45899, 'Cabot', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45900, 'Cambridge', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45901, 'Chester-chester Depot', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45902, 'Derby Center', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45903, 'Derby Line', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45904, 'Enosburg Falls', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45905, 'Essex Junction', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45906, 'Fair Haven', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45907, 'Graniteville-east Barre', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45908, 'Hyde Park', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45909, 'Island Pond', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45910, 'Jacksonville', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45911, 'Jeffersonville', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45912, 'Jericho', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45913, 'Johnson', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45914, 'Ludlow', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45915, 'Lyndonville', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45916, 'Manchester', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45917, 'Manchester Center', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45918, 'Marshfield', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45919, 'Middlebury', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45920, 'Milton', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45921, 'Montpelier', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45922, 'Morrisville', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45923, 'Newbury', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45924, 'Newfane', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45925, 'Newport', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45926, 'North Bennington', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45927, 'Northfield', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45928, 'North Troy', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45929, 'North Westminster', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45930, 'Old Bennington', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45931, 'Orleans', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45932, 'Perkinsville', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45933, 'Poultney', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45934, 'Rutland', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45935, 'St. Albans', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45936, 'St. Johnsbury', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45937, 'Saxtons River', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45938, 'South Barre', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45939, 'South Burlington', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45940, 'South Shaftsbury', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45941, 'Springfield', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45942, 'Swanton', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45943, 'Vergennes', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45944, 'Wallingford', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45945, 'Waterbury', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45946, 'Wells River', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45947, 'West Brattleboro', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45948, 'West Burke', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45949, 'Westminster', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45950, 'West Rutland', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45951, 'White River Junction', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45952, 'Wilder', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45953, 'Winooski', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45954, 'Woodstock', 3879, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45955, 'Virgin Islands', 4028, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:01:48'),
(45956, 'Abingdon', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45957, 'Accomac', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45958, 'Adwolf', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45959, 'Alberta', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45960, 'Alexandria', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45961, 'Altavista', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45962, 'Amherst', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45963, 'Annandale', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45964, 'Appalachia', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45965, 'Appomattox', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45966, 'Aquia Harbour', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45967, 'Arlington', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45968, 'Ashland', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45969, 'Atkins', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45970, 'Bailey S Crossroads', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45971, 'Bassett', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45972, 'Basye-bryce Mountain', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45973, 'Bedford', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45974, 'Belle Haven', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45975, 'Bellwood', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45976, 'Bensley', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45977, 'Berryville', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45978, 'Big Stone Gap', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45979, 'Blacksburg', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45980, 'Blackstone', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45981, 'Bloxom', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45982, 'Bluefield', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45983, 'Blue Ridge', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45984, 'Bon Air', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45985, 'Boones Mill', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45986, 'Bowling Green', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(45987, 'Boyce', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45988, 'Boydton', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45989, 'Boykins', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45990, 'Branchville', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45991, 'Bridgewater', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45992, 'Bristol', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45993, 'Broadway', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45994, 'Brodnax', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45995, 'Brookneal', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:09'),
(45996, 'Buchanan', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(45997, 'Buena Vista', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(45998, 'Bull Run', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(45999, 'Burke', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46000, 'Burkeville', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46001, 'Cana', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46002, 'Cape Charles', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46003, 'Capron', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46004, 'Castlewood', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46005, 'Cave Spring', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46006, 'Cedar Bluff', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46007, 'Centreville', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46008, 'Chamberlayne', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46009, 'Chantilly', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46010, 'Charlotte Court House', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46011, 'Charlottesville', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46012, 'Chase City', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46013, 'Chatham', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46014, 'Chatmoss', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46015, 'Cheriton', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46016, 'Chesapeake', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46017, 'Chester', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46018, 'Chesterfield Court House', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46019, 'Chilhowie', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46020, 'Chincoteague', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46021, 'Christiansburg', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46022, 'Claremont', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46023, 'Clarksville', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46024, 'Claypool Hill', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46025, 'Cleveland', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46026, 'Clifton', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46027, 'Clifton Forge', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46028, 'Clinchco', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46029, 'Clinchport', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46030, 'Clintwood', 3880, 233, 1, '2019-01-24 21:01:48', '2019-01-24 21:06:10'),
(46031, 'Cloverdale', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46032, 'Coeburn', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46033, 'Collinsville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46034, 'Colonial Beach', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46035, 'Colonial Heights', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46036, 'Columbia', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46037, 'Courtland', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46038, 'Covington', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46039, 'Craigsville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46040, 'Crewe', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46041, 'Crimora', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46042, 'Crozet', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46043, 'Culpeper', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46044, 'Dahlgren', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46045, 'Dale City', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46046, 'Daleville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46047, 'Damascus', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46048, 'Danville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46049, 'Dayton', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46050, 'Dendron', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46051, 'Dillwyn', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46052, 'Dooms', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46053, 'Drakes Branch', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46054, 'Dryden', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46055, 'Dublin', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46056, 'Duffield', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46057, 'Dumbarton', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46058, 'Dumfries', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46059, 'Dungannon', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46060, 'Dunn Loring', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46061, 'East Highland Park', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46062, 'Eastville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46063, 'Edinburg', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46064, 'Elkton', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46065, 'Elliston-lafayette', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46066, 'Emory-meadow View', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46067, 'Emporia', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46068, 'Ettrick', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46069, 'Ewing', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46070, 'Exmore', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46071, 'Fairfax', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46072, 'Fairlawn', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46073, 'Fairview Beach', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46074, 'Falls Church', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46075, 'Falmouth', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46076, 'Fancy Gap', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46077, 'Farmville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46078, 'Ferrum', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46079, 'Fieldale', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46080, 'Fincastle', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46081, 'Fishersville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46082, 'Floyd', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46083, 'Forest', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46084, 'Fort Belvoir', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46085, 'Fort Chiswell', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46086, 'Fort Hunt', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46087, 'Fort Lee', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46088, 'Franconia', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46089, 'Franklin', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46090, 'Fredericksburg', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46091, 'Fries', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46092, 'Front Royal', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46093, 'Gainesville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46094, 'Galax', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46095, 'Gate City', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46096, 'Glade Spring', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46097, 'Glasgow', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46098, 'Glen Allen', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46099, 'Glen Lyn', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46100, 'Gloucester Courthouse', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46101, 'Gloucester Point', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46102, 'Gordonsville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46103, 'Goshen', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46104, 'Great Falls', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46105, 'Greenville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46106, 'Gretna', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46107, 'Grottoes', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46108, 'Groveton', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46109, 'Grundy', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46110, 'Halifax', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46111, 'Hallwood', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46112, 'Hamilton', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46113, 'Hampden Sydney', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46114, 'Hampton', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:10'),
(46115, 'Harrisonburg', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46116, 'Haymarket', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46117, 'Haysi', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46118, 'Herndon', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46119, 'Highland Springs', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46120, 'Hillsboro', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46121, 'Hillsville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46122, 'Hollins', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46123, 'Honaker', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46124, 'Hopewell', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46125, 'Horse Pasture', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46126, 'Huntington', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46127, 'Hurt', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46128, 'Hybla Valley', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46129, 'Idylwood', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46130, 'Independence', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46131, 'Iron Gate', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46132, 'Irvington', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46133, 'Ivor', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46134, 'Jarratt', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46135, 'Jefferson', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46136, 'Jolivue', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46137, 'Jonesville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46138, 'Keller', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46139, 'Kenbridge', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46140, 'Keokee', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46141, 'Keysville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46142, 'Kilmarnock', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46143, 'La Crosse', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46144, 'Lake Barcroft', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46145, 'Lake Monticello', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46146, 'Lake Ridge', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46147, 'Lakeside', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46148, 'Laurel', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46149, 'Laurel Park', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46150, 'Lawrenceville', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46151, 'Laymantown', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46152, 'Lebanon', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46153, 'Leesburg', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46154, 'Lexington', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46155, 'Lincolnia', 3880, 233, 1, '2019-01-24 21:01:49', '2019-01-24 21:06:11'),
(46156, 'Linton Hall', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46157, 'Loch Lomond', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46158, 'Lorton', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46159, 'Louisa', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46160, 'Lovettsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46161, 'Low Moor', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46162, 'Luray', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46163, 'Lynchburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46164, 'Lyndhurst', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46165, 'Mckenney', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46166, 'Mclean', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46167, 'Madison', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46168, 'Madison Heights', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46169, 'Manassas', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46170, 'Manassas Park', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46171, 'Mantua', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46172, 'Marion', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46173, 'Martinsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46174, 'Massanutten', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46175, 'Matoaca', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46176, 'Max Meadows', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46177, 'Mechanicsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46178, 'Melfa', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46179, 'Merrifield', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46180, 'Merrimac', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46181, 'Middleburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46182, 'Middletown', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46183, 'Mineral', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46184, 'Montclair', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46185, 'Monterey', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46186, 'Montrose', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46187, 'Montross', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46188, 'Mount Crawford', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46189, 'Mount Jackson', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46190, 'Mount Vernon', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46191, 'Narrows', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46192, 'Nassawadox', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46193, 'New Castle', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46194, 'Newington', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46195, 'New Market', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46196, 'Newport News', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46197, 'Newsoms', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46198, 'Nickelsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46199, 'Nokesville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46200, 'Norfolk', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46201, 'North Shore', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46202, 'North Springfield', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46203, 'Norton', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46204, 'Oak Level', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46205, 'Oakton', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46206, 'Occoquan', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46207, 'Onancock', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46208, 'Onley', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46209, 'Orange', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46210, 'Painter', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46211, 'Pamplin City', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46212, 'Parksley', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46213, 'Patrick Springs', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46214, 'Pearisburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46215, 'Pembroke', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46216, 'Penhook', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46217, 'Pennington Gap', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46218, 'Petersburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46219, 'Phenix', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46220, 'Pimmit Hills', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46221, 'Pocahontas', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46222, 'Poquoson', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46223, 'Port Royal', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46224, 'Portsmouth', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46225, 'Pound', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46226, 'Pulaski', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46227, 'Purcellville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46228, 'Quantico', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46229, 'Quantico Station', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46230, 'Radford', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46231, 'Raven', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46232, 'Remington', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46233, 'Reston', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46234, 'Rich Creek', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:11'),
(46235, 'Richlands', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46236, 'Richmond', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46237, 'Ridgeway', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46238, 'Roanoke', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46239, 'Rocky Mount', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46240, 'Rose Hill', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46241, 'Round Hill', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46242, 'Rural Retreat', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46243, 'Rushmere', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46244, 'Rustburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46245, 'St. Charles', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46246, 'St. Paul', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46247, 'Salem', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46248, 'Saltville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46249, 'Sandy Level', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46250, 'Saxis', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46251, 'Scottsburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46252, 'Scottsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46253, 'Selma', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46254, 'Seven Corners', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46255, 'Shawsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46256, 'Shenandoah', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46257, 'Sherando', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46258, 'Short Pump', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46259, 'Smithfield', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46260, 'South Boston', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46261, 'South Hill', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46262, 'Spotsylvania Courthouse', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46263, 'Springfield', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46264, 'Stanardsville', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46265, 'Stanley', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46266, 'Stanleytown', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46267, 'Staunton', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46268, 'Stephens City', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46269, 'Stony Creek', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46270, 'Strasburg', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46271, 'Stuart', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46272, 'Stuarts Draft', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46273, 'Sudley', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46274, 'Suffolk', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46275, 'Sugar Grove', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46276, 'Surry', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46277, 'Tangier', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46278, 'Tappahannock', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46279, 'Tazewell', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46280, 'The Plains', 3880, 233, 1, '2019-01-24 21:01:50', '2019-01-24 21:06:12'),
(46281, 'Timberlake', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46282, 'Timberville', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46283, 'Toms Brook', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46284, 'Triangle', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46285, 'Troutdale', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46286, 'Troutville', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46287, 'Tuckahoe', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46288, 'Tysons Corner', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46289, 'Union Hall', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46290, 'Urbanna', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46291, 'Vansant', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46292, 'Verona', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46293, 'Victoria', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46294, 'Vienna', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46295, 'Villa Heights', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46296, 'Vinton', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46297, 'Virgilina', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46298, 'Virginia Beach', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46299, 'Wachapreague', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46300, 'Wakefield', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46301, 'Warrenton', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46302, 'Warsaw', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46303, 'Washington', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46304, 'Waverly', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46305, 'Waynesboro', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46306, 'Weber City', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46307, 'West Gate', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46308, 'Westlake Corner', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46309, 'West Point', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46310, 'West Springfield', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46311, 'Weyers Cave', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46312, 'White Stone', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46313, 'Williamsburg', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46314, 'Winchester', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46315, 'Windsor', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46316, 'Wise', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46317, 'Wolf Trap', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46318, 'Woodbridge', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46319, 'Woodlawn', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46320, 'Woodstock', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46321, 'Wyndham', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46322, 'Wytheville', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46323, 'Yorkshire', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46324, 'Yorktown', 3880, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46325, 'Aberdeen', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46326, 'Aberdeen Gardens', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46327, 'Acme', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46328, 'Ahtanum', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46329, 'Airway Heights', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46330, 'Albion', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46331, 'Alderwood Manor', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46332, 'Alger', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46333, 'Algona', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46334, 'Allyn-grapeview', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46335, 'Almira', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46336, 'Amboy', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46337, 'Ames Lake', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46338, 'Anacortes', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46339, 'Arlington', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46340, 'Arlington Heights', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46341, 'Artondale', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46342, 'Ashford', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46343, 'Asotin', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46344, 'Auburn', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46345, 'Ault Field', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46346, 'Bainbridge Island', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46347, 'Bangor Trident Base', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46348, 'Banks Lake South', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46349, 'Barberton', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46350, 'Baring', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:12'),
(46351, 'Basin City', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46352, 'Battle Ground', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46353, 'Bay Center', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46354, 'Bay View', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46355, 'Beaux Arts Village', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46356, 'Bellevue', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46357, 'Bell Hill', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46358, 'Bellingham', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46359, 'Benton City', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46360, 'Bickleton', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46361, 'Big Lake', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46362, 'Bingen', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46363, 'Birch Bay', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46364, 'Black Diamond', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46365, 'Blaine', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46366, 'Blyn', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46367, 'Bonney Lake', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46368, 'Bothell', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46369, 'Brady', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46370, 'Bremerton', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46371, 'Brewster', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46372, 'Bridgeport', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46373, 'Brier', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46374, 'Brinnon', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46375, 'Brush Prairie', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46376, 'Bryn Mawr-skyway', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46377, 'Buckley', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46378, 'Bucoda', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46379, 'Burbank', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46380, 'Burien', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46381, 'Burlington', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46382, 'Camano', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46383, 'Camas', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46384, 'Carbonado', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46385, 'Carlsborg', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46386, 'Carnation', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46387, 'Carson River Valley', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46388, 'Cascade-fairwood', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46389, 'Cascade Valley', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46390, 'Cashmere', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46391, 'Castle Rock', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46392, 'Cathan', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46393, 'Cathcart', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46394, 'Cathlamet', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46395, 'Centerville', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46396, 'Centralia', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46397, 'Central Park', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46398, 'Chehalis', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46399, 'Chehalis Village', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46400, 'Chelan', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46401, 'Cheney', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46402, 'Cherry Grove', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46403, 'Chewelah', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46404, 'Chinook', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46405, 'Clarkston', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46406, 'Clarkston Heights-vineland', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46407, 'Clear Lake', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46408, 'Cle Elum', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46409, 'Clinton', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46410, 'Clyde Hill', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46411, 'Cohassett Beach', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46412, 'Colfax', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46413, 'College Place', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46414, 'Colton', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46415, 'Colville', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46416, 'Conconully', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46417, 'Concrete', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46418, 'Connell', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46419, 'Conway', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46420, 'Copalis Beach', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46421, 'Cosmopolis', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46422, 'Cottage Lake', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46423, 'Coulee City', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46424, 'Coulee Dam', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46425, 'Country Homes', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46426, 'Coupeville', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46427, 'Covington', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46428, 'Creston', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46429, 'Cusick', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46430, 'Custer', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46431, 'Dallesport', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46432, 'Darrington', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46433, 'Davenport', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46434, 'Dayton', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46435, 'Deer Park', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46436, 'Deming', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46437, 'Desert Aire', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46438, 'Des Moines', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46439, 'Dishman', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46440, 'Dixie', 3881, 233, 1, '2019-01-24 21:01:51', '2019-01-24 21:06:13'),
(46441, 'Dollar Corner', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46442, 'Dupont', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46443, 'Duvall', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46444, 'East Cathlamet', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46445, 'Eastgate', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46446, 'East Hill-meridian', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46447, 'Easton', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46448, 'East Port Orchard', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46449, 'East Renton Highlands', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46450, 'East Wenatchee', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46451, 'East Wenatchee Bench', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46452, 'Eatonville', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46453, 'Echo Lake', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46454, 'Edgewood', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46455, 'Edison', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46456, 'Edmonds', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46457, 'Elbe', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46458, 'Electric City', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46459, 'Elk Plain', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46460, 'Ellensburg', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46461, 'Elma', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46462, 'Elmer City', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46463, 'Endicott', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46464, 'Entiat', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:13'),
(46465, 'Enumclaw', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46466, 'Ephrata', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46467, 'Erlands Point-kitsap Lake', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46468, 'Eschbach', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46469, 'Esperance', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46470, 'Everett', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46471, 'Everson', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46472, 'Fairchild Afb', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46473, 'Fairfield', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46474, 'Fairwood', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46475, 'Fall City', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46476, 'Farmington', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46477, 'Federal Way', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46478, 'Felida', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46479, 'Ferndale', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46480, 'Fife', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46481, 'Finley', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46482, 'Fircrest', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46483, 'Five Corners', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46484, 'Fords Prairie', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46485, 'Forks', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46486, 'Fort Lewis', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46487, 'Fox Island', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46488, 'Frederickson', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46489, 'Freeland', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46490, 'Friday Harbor', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46491, 'Garfield', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46492, 'Garrett', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46493, 'Geneva', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46494, 'George', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46495, 'Gig Harbor', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46496, 'Glacier', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46497, 'Gleed', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46498, 'Gold Bar', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46499, 'Goldendale', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46500, 'Graham', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46501, 'Grand Coulee', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46502, 'Grand Mound', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46503, 'Grandview', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46504, 'Granger', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46505, 'Granite Falls', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46506, 'Grayland', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46507, 'Green Acres', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46508, 'Greenwater', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46509, 'Hamilton', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46510, 'Harrah', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46511, 'Harrington', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46512, 'Hartline', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46513, 'Hatton', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46514, 'Hazel Dell North', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46515, 'Hazel Dell South', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46516, 'Highland', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46517, 'Hobart', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46518, 'Hockinson', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46519, 'Hoquiam', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46520, 'Humptulips', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46521, 'Hunts Point', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46522, 'Ilwaco', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46523, 'Inchelium', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46524, 'Index', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46525, 'Indianola', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46526, 'Inglewood-finn Hill', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46527, 'Ione', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46528, 'Issaquah', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46529, 'John Sam Lake', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46530, 'Jordan Road-canyon Creek', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46531, 'Junction City', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46532, 'Kahlotus', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46533, 'Kalama', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46534, 'Kelso', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46535, 'Kendall', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46536, 'Kenmore', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46537, 'Kennewick', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46538, 'Kent', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46539, 'Kettle Falls', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46540, 'Kingsgate', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46541, 'Kingston', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46542, 'Kirkland', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46543, 'Kittitas', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46544, 'Klickitat', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46545, 'Krupp', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46546, 'La Center', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46547, 'Lacey', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46548, 'La Conner', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46549, 'La Crosse', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46550, 'Lake Bosworth', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46551, 'Lake Cavanaugh', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46552, 'Lake Forest Park', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46553, 'Lake Goodwin', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46554, 'Lake Ketchum', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46555, 'Lakeland North', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46556, 'Lakeland South', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46557, 'Lake Mcmurray', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46558, 'Lake Marcel-stillwater', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46559, 'Lake Morton-berrydale', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46560, 'Lake Roesiger', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46561, 'Lake Shore', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46562, 'Lake Stevens', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46563, 'Lakeview', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46564, 'Lakewood', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46565, 'Lamont', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46566, 'Langley', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46567, 'Latah', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46568, 'Lea Hill', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46569, 'Leavenworth', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46570, 'Lebam', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46571, 'Lewisville', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46572, 'Liberty Lake', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:14'),
(46573, 'Lind', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:15'),
(46574, 'Lochsloy', 3881, 233, 1, '2019-01-24 21:01:52', '2019-01-24 21:06:15'),
(46575, 'Long Beach', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46576, 'Longview', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46577, 'Longview Heights', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46578, 'Lyle', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46579, 'Lyman', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46580, 'Lynden', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46581, 'Lynnwood', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46582, 'Mabton', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46583, 'Mcchord Afb', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46584, 'Mccleary', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46585, 'Machias', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46586, 'Malden', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46587, 'Malone-porter', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46588, 'Maltby', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46589, 'Manchester', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46590, 'Mansfield', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46591, 'Maple Falls', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46592, 'Maple Heights-lake Desire', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46593, 'Maple Valley', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46594, 'Marblemount', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46595, 'Marcus', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46596, 'Marietta-alderwood', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46597, 'Markham', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46598, 'Marrowstone', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46599, 'Martha Lake', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46600, 'Maryhill', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46601, 'Marysville', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46602, 'Mattawa', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46603, 'May Creek', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46604, 'Meadow Glade', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46605, 'Medical Lake', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46606, 'Medina', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(46607, 'Mercer Island', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46608, 'Mesa', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46609, 'Metaline', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46610, 'Metaline Falls', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46611, 'Midland', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46612, 'Mill Creek', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46613, 'Mill Plain', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46614, 'Millwood', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46615, 'Milton', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46616, 'Minnehaha', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46617, 'Mirrormont', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46618, 'Moclips', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46619, 'Monroe', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46620, 'Montesano', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46621, 'Morton', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46622, 'Moses Lake', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46623, 'Moses Lake North', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46624, 'Mossyrock', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46625, 'Mountlake Terrace', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46626, 'Mount Vernon', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46627, 'Mount Vista', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46628, 'Moxee', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46629, 'Mukilteo', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46630, 'Naches', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46631, 'Napavine', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46632, 'Naselle', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46633, 'Navy Yard City', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46634, 'Neah Bay', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46635, 'Neilton', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46636, 'Nespelem', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46637, 'Nespelem Community', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46638, 'Newcastle', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46639, 'Newport', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46640, 'Nisqually Indian Community', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46641, 'Nooksack', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46642, 'Normandy Park', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46643, 'North Bend', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46644, 'North Bonneville', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46645, 'North Creek', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46646, 'North Marysville', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46647, 'North Omak', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46648, 'Northport', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46649, 'North Stanwood', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46650, 'North Sultan', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46651, 'Northwest Snohomish', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46652, 'North Yelm', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46653, 'Oakesdale', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46654, 'Oak Harbor', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46655, 'Oakville', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46656, 'Ocean City', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46657, 'Ocean Park', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46658, 'Ocean Shores', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46659, 'Odessa', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46660, 'Okanogan', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46661, 'Olympia', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46662, 'Omak', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46663, 'Opportunity', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46664, 'Orchards', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46665, 'Oroville', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46666, 'Orting', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46667, 'Oso', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46668, 'Othello', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46669, 'Otis Orchards-east Farms', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46670, 'Oyehut-hogans Corner', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46671, 'Pacific', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46672, 'Paine Field-lake Stickney', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46673, 'Palouse', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46674, 'Parkland', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46675, 'Parkwood', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46676, 'Pasco', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46677, 'Pateros', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46678, 'Peaceful Valley', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46679, 'Pe Ell', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46680, 'Picnic Point-north Lynnwood', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46681, 'Pomeroy', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:15'),
(46682, 'Port Angeles', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46683, 'Port Angeles East', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46684, 'Port Hadlock-irondale', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46685, 'Port Ludlow', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46686, 'Port Orchard', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46687, 'Port Townsend', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46688, 'Poulsbo', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46689, 'Prairie Ridge', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46690, 'Prescott', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46691, 'Priest Point', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46692, 'Prosser', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46693, 'Pullman', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46694, 'Puyallup', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46695, 'Quilcene', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46696, 'Quincy', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46697, 'Rainier', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46698, 'Ravensdale', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46699, 'Raymond', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46700, 'Reardan', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46701, 'Redmond', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46702, 'Renton', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46703, 'Republic', 3881, 233, 1, '2019-01-24 21:01:53', '2019-01-24 21:06:16'),
(46704, 'Richland', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46705, 'Ridgefield', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46706, 'Ritzville', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46707, 'Riverbend', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46708, 'River Road', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46709, 'Riverside', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46710, 'Riverton-boulevard Park', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46711, 'Rochester', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46712, 'Rockford', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46713, 'Rock Island', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46714, 'Rockport', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46715, 'Ronald', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46716, 'Roosevelt', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46717, 'Rosalia', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46718, 'Roslyn', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46719, 'Roy', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46720, 'Royal City', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46721, 'Ruston', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46722, 'St. John', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46723, 'Salmon Creek', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46724, 'Sammamish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46725, 'Satsop', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46726, 'Satus', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46727, 'Seatac', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46728, 'Seattle', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46729, 'Seattle Hill-silver Firs', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46730, 'Sedro-woolley', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46731, 'Selah', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46732, 'Sequim', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46733, 'Shaker Church', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46734, 'Shelton', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46735, 'Shoreline', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46736, 'Silvana', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46737, 'Silverdale', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46738, 'Skokomish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46739, 'Skykomish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46740, 'Smokey Point', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46741, 'Snohomish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46742, 'Snoqualmie', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46743, 'Snoqualmie Pass', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46744, 'Soap Lake', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46745, 'South Bend', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46746, 'South Cle Elum', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46747, 'South Hill', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46748, 'South Prairie', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46749, 'South Wenatchee', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46750, 'Spanaway', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46751, 'Spangle', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46752, 'Spokane', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46753, 'Sprague', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46754, 'Springdale', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46755, 'Stanwood', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46756, 'Starbuck', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46757, 'Startup', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46758, 'Steilacoom', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46759, 'Stevenson', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46760, 'Stimson Crossing', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46761, 'Sudden Valley', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46762, 'Sultan', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46763, 'Sumas', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46764, 'Summit', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46765, 'Summitview', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46766, 'Sumner', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46767, 'Sunnyside', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46768, 'Sunnyslope', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46769, 'Suquamish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46770, 'Tacoma', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46771, 'Taholah', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46772, 'Tanglewilde-thompson Place', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46773, 'Tanner', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46774, 'Tekoa', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46775, 'Tenino', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46776, 'Terrace Heights', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46777, 'Thorp', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46778, 'Three Lakes', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46779, 'Tieton', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46780, 'Tokeland', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46781, 'Toledo', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46782, 'Tonasket', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46783, 'Toppenish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46784, 'Touchet', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46785, 'Town And Country', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46786, 'Tracyton', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46787, 'Trentwood', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46788, 'Trout Lake', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:16'),
(46789, 'Tukwila', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46790, 'Tulalip Bay', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46791, 'Tumwater', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46792, 'Twisp', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46793, 'Union Gap', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46794, 'Union Hill-novelty Hill', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46795, 'Uniontown', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46796, 'University Place', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46797, 'Vader', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46798, 'Vancouver', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46799, 'Vantage', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46800, 'Vashon', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46801, 'Venersborg', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46802, 'Veradale', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46803, 'Verlot', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46804, 'Waitsburg', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46805, 'Walla Walla', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46806, 'Walla Walla East', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46807, 'Waller', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46808, 'Wallula', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46809, 'Walnut Grove', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46810, 'Wapato', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46811, 'Warden', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46812, 'Warm Beach', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46813, 'Washougal', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46814, 'Washtucna', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46815, 'Waterville', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46816, 'Waverly', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46817, 'Weallup Lake', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46818, 'Wenatchee', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46819, 'West Clarkston-highland', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46820, 'West Lake Sammamish', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46821, 'West Lake Stevens', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46822, 'West Longview', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46823, 'West Pasco', 3881, 233, 1, '2019-01-24 21:01:54', '2019-01-24 21:06:17'),
(46824, 'Westport', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46825, 'West Richland', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46826, 'West Side Highway', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46827, 'West Valley', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46828, 'West Wenatchee', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46829, 'White Center', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46830, 'White Salmon', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46831, 'White Swan', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46832, 'Wilbur', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46833, 'Wilkeson', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46834, 'Wilson Creek', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46835, 'Winlock', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46836, 'Winthrop', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46837, 'Wishram', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46838, 'Woodinville', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46839, 'Woodland', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46840, 'Woods Creek', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46841, 'Woodway', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46842, 'Yacolt', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46843, 'Yakima', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46844, 'Yarrow Point', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46845, 'Yelm', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46846, 'Zillah', 3881, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46847, 'Addison (webster Springs)', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46848, 'Albright', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46849, 'Alderson', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46850, 'Alum Creek', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46851, 'Amherstdale-robinette', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46852, 'Anawalt', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46853, 'Anmoore', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46854, 'Ansted', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46855, 'Athens', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46856, 'Auburn', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46857, 'Bancroft', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46858, 'Barboursville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46859, 'Barrackville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46860, 'Bath (berkeley Springs)', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46861, 'Bayard ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46862, 'Beaver', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46863, 'Beckley', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46864, 'Beech Bottom ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46865, 'Belington ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46866, 'Belle ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46867, 'Belmont ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46868, 'Benwood ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46869, 'Bethany ', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46870, 'Bethlehem', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46871, 'Beverly', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46872, 'Blacksville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46873, 'Blennerhassett', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46874, 'Bluefield', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46875, 'Boaz', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46876, 'Bolivar', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46877, 'Bradley', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46878, 'Bradshaw', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46879, 'Bramwell', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46880, 'Brandonville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46881, 'Bridgeport', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46882, 'Brookhaven', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46883, 'Bruceton Mills', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46884, 'Buckhannon', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46885, 'Buffalo', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46886, 'Burnsville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46887, 'Cairo', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46888, 'Camden-on-gauley', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46889, 'Cameron', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46890, 'Capon Bridge', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46891, 'Carpendale', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46892, 'Cassville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46893, 'Cedar Grove', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46894, 'Ceredo', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46895, 'Chapmanville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46896, 'Charleston', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46897, 'Charles Town', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46898, 'Chattaroy', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46899, 'Cheat Lake', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46900, 'Chesapeake', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46901, 'Chester', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:17'),
(46902, 'Clarksburg', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46903, 'Clay', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46904, 'Clearview', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46905, 'Clendenin', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46906, 'Coal City', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46907, 'Coal Fork', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46908, 'Corporation Of Ranson', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46909, 'Cowen', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46910, 'Crab Orchard', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46911, 'Craigsville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46912, 'Cross Lanes', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46913, 'Culloden', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46914, 'Daniels', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46915, 'Danville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46916, 'Davis', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46917, 'Davy', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46918, 'Delbarton', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46919, 'Despard', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46920, 'Dunbar', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46921, 'Durbin', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46922, 'East Bank', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46923, 'Eleanor', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46924, 'Elizabeth', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46925, 'Elk Garden', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46926, 'Elkins', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46927, 'Elkview', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46928, 'Ellenboro', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46929, 'Enterprise', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46930, 'Fairlea', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46931, 'Fairmont', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46932, 'Fairview', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46933, 'Falling Spring', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46934, 'Farmington', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46935, 'Fayetteville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46936, 'Flatwoods', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46937, 'Flemington', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46938, 'Follansbee', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46939, 'Fort Ashby', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46940, 'Fort Gay', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46941, 'Franklin', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46942, 'Friendly', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46943, 'Gary', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46944, 'Gassaway', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46945, 'Gauley Bridge', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46946, 'Gilbert', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46947, 'Gilbert Creek', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46948, 'Glasgow', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46949, 'Glen Dale', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46950, 'Glenville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46951, 'Grafton', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46952, 'Grantsville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46953, 'Grant Town', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46954, 'Granville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46955, 'Hambleton', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46956, 'Hamlin', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46957, 'Handley', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46958, 'Harman', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46959, 'Harpers Ferry', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46960, 'Harrisville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46961, 'Hartford City', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46962, 'Harts', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46963, 'Hedgesville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46964, 'Henderson', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46965, 'Hendricks', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46966, 'Hillsboro', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46967, 'Hinton', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46968, 'Holden', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46969, 'Hooverson Heights', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46970, 'Hundred', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46971, 'Huntington', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46972, 'Hurricane', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46973, 'Huttonsville', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46974, 'Iaeger', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46975, 'Inwood', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46976, 'Jane Lew', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46977, 'Jefferson', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46978, 'Junior', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46979, 'Kenova', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46980, 'Kermit', 3882, 233, 1, '2019-01-24 21:01:55', '2019-01-24 21:06:18'),
(46981, 'Keyser', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46982, 'Keystone', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46983, 'Kimball', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46984, 'Kingwood', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46985, 'Leon', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46986, 'Lester', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46987, 'Lewisburg', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46988, 'Littleton', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46989, 'Logan', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46990, 'Lost Creek', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46991, 'Lubeck', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46992, 'Lumberport', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46993, 'Mabscott', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46994, 'Macarthur', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46995, 'Mcmechen', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46996, 'Madison', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46997, 'Mallory', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46998, 'Man', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(46999, 'Mannington', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47000, 'Marlinton', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47001, 'Marmet', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47002, 'Martinsburg', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47003, 'Mason', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47004, 'Masontown', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47005, 'Matewan', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47006, 'Matoaka', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47007, 'Meadow Bridge', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47008, 'Middlebourne', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47009, 'Mill Creek', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47010, 'Milton', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47011, 'Mineralwells', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47012, 'Mitchell Heights', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47013, 'Monongah', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47014, 'Montcalm', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47015, 'Montgomery', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47016, 'Montrose', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47017, 'Moorefield', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:18'),
(47018, 'Morgantown', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47019, 'Moundsville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47020, 'Mount Gay-shamrock', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47021, 'Mount Hope', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47022, 'Mullens', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47023, 'Newburg', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47024, 'New Cumberland', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47025, 'Newell', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47026, 'New Haven', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47027, 'New Martinsville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47028, 'Nitro', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47029, 'Northfork', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47030, 'North Hills', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47031, 'Nutter Fort', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47032, 'Oak Hill', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47033, 'Oakvale', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47034, 'Oceana', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47035, 'Paden City', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47036, 'Parkersburg', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47037, 'Parsons', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47038, 'Paw Paw', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47039, 'Pax', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47040, 'Pea Ridge', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47041, 'Pennsboro', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47042, 'Petersburg', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47043, 'Peterstown', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47044, 'Philippi', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47045, 'Piedmont', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47046, 'Pinch', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47047, 'Pine Grove', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47048, 'Pineville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47049, 'Piney View', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47050, 'Pleasant Valley', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47051, 'Poca', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47052, 'Point Pleasant', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47053, 'Powellton', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47054, 'Pratt', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47055, 'Princeton', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47056, 'Prosperity', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47057, 'Pullman', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47058, 'Quinwood', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47059, 'Rainelle', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47060, 'Ravenswood', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47061, 'Red Jacket', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47062, 'Reedsville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47063, 'Reedy', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47064, 'Rhodell', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47065, 'Richwood', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47066, 'Ridgeley', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47067, 'Ripley', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47068, 'Rivesville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47069, 'Romney', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47070, 'Ronceverte', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47071, 'Rowlesburg', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47072, 'Rupert', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47073, 'St. Albans', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47074, 'St. Marys', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47075, 'Salem', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47076, 'Sand Fork', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47077, 'Shady Spring', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47078, 'Shepherdstown', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47079, 'Shinnston', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47080, 'Sissonville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47081, 'Sistersville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47082, 'Smithers', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47083, 'Smithfield', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47084, 'Sophia', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47085, 'South Charleston', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47086, 'Spencer', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47087, 'Stanaford', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47088, 'Star City', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47089, 'Stonewood', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47090, 'Summersville', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47091, 'Sutton', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47092, 'Switzer', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47093, 'Sylvester', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47094, 'Teays Valley', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47095, 'Terra Alta', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47096, 'Thomas', 3882, 233, 1, '2019-01-24 21:01:56', '2019-01-24 21:06:19'),
(47097, 'Thurmond', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47098, 'Tornado', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47099, 'Triadelphia', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47100, 'Tunnelton', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47101, 'Union', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47102, 'Valley Grove', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47103, 'Vienna', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47104, 'War', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47105, 'Wardensville', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47106, 'Washington', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47107, 'Wayne', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47108, 'Weirton', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47109, 'Welch', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47110, 'Wellsburg', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47111, 'West Hamlin', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47112, 'West Liberty', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47113, 'West Logan', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47114, 'West Milford', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47115, 'Weston', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47116, 'Westover', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47117, 'West Union', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47118, 'Wheeling', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47119, 'Whitehall', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47120, 'White Sulphur Springs', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47121, 'Whitesville', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47122, 'Wiley Ford', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47123, 'Williamson', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47124, 'Williamstown', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:19'),
(47125, 'Windsor Heights', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47126, 'Winfield', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47127, 'Womelsdorf (coalton)', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47128, 'Worthington', 3882, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47129, 'Abbotsford', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47130, 'Adams', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47131, 'Adell', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47132, 'Albany', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47133, 'Algoma', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47134, 'Allouez', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47135, 'Alma', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47136, 'Alma Center', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47137, 'Almena', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47138, 'Almond', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47139, 'Altoona', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47140, 'Amery', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47141, 'Amherst', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47142, 'Amherst Junction', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47143, 'Aniwa', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47144, 'Antigo', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47145, 'Appleton', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47146, 'Arcadia', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47147, 'Arena', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47148, 'Argyle', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47149, 'Arlington', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47150, 'Arpin', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47151, 'Ashland', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47152, 'Ashwaubenon', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47153, 'Athens', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47154, 'Auburndale', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47155, 'Augusta', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47156, 'Avoca', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47157, 'Bagley', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47158, 'Baldwin', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47159, 'Balsam Lake', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47160, 'Bangor', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47161, 'Baraboo', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47162, 'Barneveld', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47163, 'Barron', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47164, 'Bay City', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47165, 'Bayfield', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47166, 'Bayside', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47167, 'Bear Creek', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47168, 'Beaver Dam', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47169, 'Belgium', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47170, 'Bell Center', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47171, 'Belleville', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47172, 'Bellevue Town', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47173, 'Belmont', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47174, 'Beloit', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47175, 'Benton', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47176, 'Berlin', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47177, 'Big Bend', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47178, 'Big Falls', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47179, 'Birchwood', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47180, 'Birnamwood', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47181, 'Biron', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47182, 'Black Creek', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47183, 'Black Earth', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47184, 'Black River Falls', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47185, 'Blair', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47186, 'Blanchardville', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47187, 'Bloomer', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47188, 'Bloomington', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47189, 'Blue Mounds', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47190, 'Blue River', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47191, 'Boaz', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47192, 'Bohners Lake', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47193, 'Bonduel', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47194, 'Boscobel', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47195, 'Bowler', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47196, 'Boyceville', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47197, 'Boyd', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47198, 'Brandon', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47199, 'Brice Prairie', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47200, 'Brillion', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47201, 'Brodhead', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47202, 'Brokaw', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47203, 'Brookfield', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47204, 'Brooklyn', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47205, 'Brown Deer', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47206, 'Browns Lake', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47207, 'Brownsville', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47208, 'Browntown', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47209, 'Bruce', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47210, 'Buffalo City', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47211, 'Burlington', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47212, 'Butler', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47213, 'Butternut', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47214, 'Cadott', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47215, 'Cambria', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47216, 'Cambridge', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47217, 'Cameron', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47218, 'Campbellsport', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47219, 'Camp Douglas', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:20'),
(47220, 'Camp Lake', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47221, 'Cascade', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47222, 'Casco', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47223, 'Cashton', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47224, 'Cassville', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47225, 'Catawba', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47226, 'Cazenovia', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47227, 'Cecil', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47228, 'Cedarburg', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(47229, 'Cedar Grove', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47230, 'Centuria', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47231, 'Chain O Lakes-king', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47232, 'Chaseburg', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47233, 'Chenequa', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47234, 'Chetek', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47235, 'Chief Lake', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47236, 'Chilton', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47237, 'Chippewa Falls', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47238, 'Clayton', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47239, 'Clear Lake', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47240, 'Cleveland', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47241, 'Clinton', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47242, 'Clintonville', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47243, 'Clyman', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47244, 'Cobb', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47245, 'Cochrane', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47246, 'Colby', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47247, 'Coleman', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47248, 'Colfax', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47249, 'Coloma', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47250, 'Columbus', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47251, 'Combined Locks', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47252, 'Como', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47253, 'Conrath', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47254, 'Coon Valley', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47255, 'Cornell', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47256, 'Cottage Grove', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47257, 'Couderay', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47258, 'Crandon', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47259, 'Crivitz', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47260, 'Cross Plains', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47261, 'Cuba City', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47262, 'Cudahy', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47263, 'Cumberland', 3883, 233, 1, '2019-01-24 21:01:57', '2019-01-24 21:06:21'),
(47264, 'Curtiss', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47265, 'Dallas', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47266, 'Dane', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47267, 'Darien', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47268, 'Darlington', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47269, 'Deerfield', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47270, 'Deer Park', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47271, 'Deforest', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47272, 'Delafield', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47273, 'Delavan', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47274, 'Delavan Lake', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47275, 'Denmark', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47276, 'De Pere', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47277, 'De Soto', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47278, 'Dickeyville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47279, 'Dodgeville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47280, 'Dorchester', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47281, 'Dousman', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47282, 'Downing', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47283, 'Doylestown', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47284, 'Dresser', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47285, 'Durand', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47286, 'Eagle', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47287, 'Eagle Lake', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47288, 'Eagle River', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47289, 'Eastman', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47290, 'East Troy', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47291, 'Eau Claire', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47292, 'Eden', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47293, 'Edgar', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47294, 'Edgerton', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47295, 'Egg Harbor', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47296, 'Eland', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47297, 'Elderon', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47298, 'Eleva', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47299, 'Elkhart Lake', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47300, 'Elkhorn', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47301, 'Elk Mound', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47302, 'Ellsworth', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47303, 'Elm Grove', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47304, 'Elmwood', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47305, 'Elmwood Park', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47306, 'Elroy', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47307, 'Embarrass', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47308, 'Endeavor', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47309, 'Ephraim', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47310, 'Ettrick', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47311, 'Evansville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47312, 'Evergreen', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:21'),
(47313, 'Exeland', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47314, 'Fairchild', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47315, 'Fairwater', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47316, 'Fall Creek', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47317, 'Fall River', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47318, 'Fennimore', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47319, 'Fenwood', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47320, 'Ferryville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47321, 'Fitchburg', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47322, 'Fond Du Lac', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47323, 'Fontana-on-geneva Lake', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47324, 'Footville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47325, 'Forestville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47326, 'Fort Atkinson', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47327, 'Fountain City', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47328, 'Fox Lake', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47329, 'Fox Point', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47330, 'Francis Creek', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47331, 'Franklin', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47332, 'Franksville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47333, 'Frederic', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47334, 'Fredonia', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47335, 'Fremont', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47336, 'French Island', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47337, 'Friendship', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47338, 'Friesland', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47339, 'Galesville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47340, 'Gays Mills', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47341, 'Genoa', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47342, 'Genoa City', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47343, 'Germantown', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47344, 'Gillett', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47345, 'Gilman', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47346, 'Glenbeulah', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47347, 'Glendale', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47348, 'Glen Flora', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47349, 'Glenwood City', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47350, 'Grafton', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47351, 'Granton', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47352, 'Grantsburg', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47353, 'Gratiot', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47354, 'Green Bay', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47355, 'Greendale', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47356, 'Greenfield', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47357, 'Green Lake', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47358, 'Greenwood', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47359, 'Gresham', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47360, 'Hales Corners', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47361, 'Hammond', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47362, 'Hancock', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47363, 'Hartford', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47364, 'Hartland', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47365, 'Hatley', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47366, 'Haugen', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47367, 'Hawkins', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47368, 'Hayward', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47369, 'Hazel Green', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47370, 'Hebron', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47371, 'Helenville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47372, 'Hewitt', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47373, 'Highland', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47374, 'Hilbert', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47375, 'Hillsboro', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47376, 'Hixton', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47377, 'Hollandale', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47378, 'Holmen', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47379, 'Horicon', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47380, 'Hortonville', 3883, 233, 1, '2019-01-24 21:01:58', '2019-01-24 21:06:22'),
(47381, 'Howard', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47382, 'Howards Grove', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47383, 'Hudson', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47384, 'Hurley', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47385, 'Hustisford', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47386, 'Hustler', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47387, 'Independence', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47388, 'Ingram', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47389, 'Iola', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47390, 'Iron Ridge', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47391, 'Ironton', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47392, 'Ixonia', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47393, 'Jackson', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47394, 'Janesville', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47395, 'Jefferson', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47396, 'Johnson Creek', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47397, 'Junction City', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47398, 'Juneau', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47399, 'Kaukauna', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:22'),
(47400, 'Kekoskee', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47401, 'Kellnersville', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47402, 'Kendall', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47403, 'Kennan', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47404, 'Kenosha', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47405, 'Keshena', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47406, 'Kewaskum', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47407, 'Kewaunee', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47408, 'Kiel', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47409, 'Kimberly', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47410, 'Kingston', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47411, 'Knapp', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47412, 'Kohler', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47413, 'Lac Du Flambeau', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47414, 'Lac La Belle', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47415, 'La Crosse', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47416, 'Ladysmith', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47417, 'La Farge', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47418, 'Lake Delton', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47419, 'Lake Geneva', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47420, 'Lake Koshkonong', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47421, 'Lake Lac La Belle', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47422, 'Lake Mills', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47423, 'Lake Nebagamon', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47424, 'Lake Ripley', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47425, 'Lake Shangrila', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47426, 'Lake Wazeecha', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47427, 'Lake Wisconsin', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47428, 'Lake Wissota', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47429, 'Lancaster', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47430, 'Lannon', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47431, 'La Valle', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47432, 'Legend Lake', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47433, 'Lena', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47434, 'Lime Ridge', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47435, 'Linden', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47436, 'Little Chute', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47437, 'Little Round Lake', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47438, 'Livingston', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47439, 'Lodi', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47440, 'Loganville', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47441, 'Lohrville', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47442, 'Lomira', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47443, 'Lone Rock', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47444, 'Lowell', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47445, 'Loyal', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47446, 'Lublin', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47447, 'Luck', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47448, 'Luxemburg', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47449, 'Lyndon Station', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47450, 'Lynxville', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47451, 'Mcfarland', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47452, 'Madison', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47453, 'Maiden Rock', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47454, 'Manawa', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47455, 'Manitowoc', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47456, 'Maple Bluff', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47457, 'Marathon City', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47458, 'Maribel', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47459, 'Marinette', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47460, 'Marion', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47461, 'Markesan', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47462, 'Marquette', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47463, 'Marshall', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47464, 'Marshfield', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47465, 'Mason', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47466, 'Mattoon', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47467, 'Mauston', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47468, 'Mayville', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47469, 'Mazomanie', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47470, 'Medford', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47471, 'Mellen', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47472, 'Melrose', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47473, 'Melvina', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47474, 'Menasha', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47475, 'Menomonee Falls', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47476, 'Menomonie', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47477, 'Mequon', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47478, 'Merrill', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47479, 'Merrillan', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47480, 'Merrimac', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47481, 'Merton', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47482, 'Middleton', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47483, 'Middle Village', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47484, 'Milladore', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47485, 'Milltown', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47486, 'Milton', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47487, 'Milwaukee', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47488, 'Mineral Point', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47489, 'Minong', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:23'),
(47490, 'Mishicot', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47491, 'Mondovi', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47492, 'Monona', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47493, 'Monroe', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47494, 'Montello', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47495, 'Montfort', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47496, 'Monticello', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47497, 'Montreal', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47498, 'Mosinee', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47499, 'Mount Calvary', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47500, 'Mount Hope', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47501, 'Mount Horeb', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47502, 'Mount Sterling', 3883, 233, 1, '2019-01-24 21:01:59', '2019-01-24 21:06:24'),
(47503, 'Mukwonago', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47504, 'Muscoda', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47505, 'Muskego', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47506, 'Nashotah', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47507, 'Necedah', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47508, 'Neenah', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47509, 'Neillsville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47510, 'Nekoosa', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47511, 'Nelson', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47512, 'Nelsonville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47513, 'Neopit', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47514, 'Neosho', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47515, 'Neshkoro', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47516, 'New Auburn', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47517, 'New Berlin', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47518, 'Newburg', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47519, 'New Glarus', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47520, 'New Holstein', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47521, 'New Lisbon', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47522, 'New London', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47523, 'New Post', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47524, 'New Richmond', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47525, 'Niagara', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47526, 'Nichols', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47527, 'North Bay', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47528, 'North Fond Du Lac', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47529, 'North Freedom', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47530, 'North Hudson', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47531, 'North Prairie', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47532, 'Norwalk', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47533, 'Oak Creek', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47534, 'Oakdale', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47535, 'Oakfield', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47536, 'Oconomowoc', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47537, 'Oconomowoc Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47538, 'Oconto', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47539, 'Oconto Falls', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47540, 'Odanah', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47541, 'Ogdensburg', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47542, 'Okauchee Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47543, 'Oliver', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47544, 'Omro', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47545, 'Onalaska', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47546, 'Oneida', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47547, 'Ontario', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47548, 'Oostburg', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47549, 'Oregon', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47550, 'Orfordville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47551, 'Osceola', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47552, 'Oshkosh', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47553, 'Osseo', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47554, 'Owen', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47555, 'Oxford', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47556, 'Paddock Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47557, 'Palmyra', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47558, 'Pardeeville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47559, 'Park Falls', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47560, 'Park Ridge', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47561, 'Patch Grove', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47562, 'Pell Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47563, 'Pepin', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47564, 'Peshtigo', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47565, 'Pewaukee', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47566, 'Phillips', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47567, 'Pigeon Falls', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:24'),
(47568, 'Pittsville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47569, 'Plain', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47570, 'Plainfield', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47571, 'Platteville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47572, 'Pleasant Prairie', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47573, 'Plover', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47574, 'Plum City', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47575, 'Plymouth', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47576, 'Poplar', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47577, 'Portage', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47578, 'Port Edwards', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47579, 'Port Washington', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47580, 'Potosi', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47581, 'Potter', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47582, 'Potter Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47583, 'Pound', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47584, 'Powers Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47585, 'Poynette', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47586, 'Prairie Du Chien', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47587, 'Prairie Du Sac', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47588, 'Prairie Farm', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47589, 'Prentice', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47590, 'Prescott', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47591, 'Princeton', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47592, 'Pulaski', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47593, 'Racine', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47594, 'Radisson', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47595, 'Randolph', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47596, 'Random Lake', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47597, 'Readstown', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47598, 'Redgranite', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47599, 'Reedsburg', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47600, 'Reedsville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47601, 'Reeseville', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47602, 'Reserve', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47603, 'Rewey', 3883, 233, 1, '2019-01-24 21:02:00', '2019-01-24 21:06:25'),
(47604, 'Rhinelander', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47605, 'Rib Lake', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47606, 'Rib Mountain', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47607, 'Rice Lake', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47608, 'Richland Center', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47609, 'Ridgeland', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47610, 'Ridgeway', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47611, 'Rio', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47612, 'Ripon', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47613, 'River Falls', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47614, 'River Hills', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47615, 'Roberts', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47616, 'Rochester', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47617, 'Rockdale', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47618, 'Rockland', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47619, 'Rock Springs', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47620, 'Rome', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47621, 'Rosendale', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47622, 'Rosholt', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47623, 'Rothschild', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47624, 'Rudolph', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47625, 'St. Cloud', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47626, 'St. Croix Falls', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47627, 'St. Francis', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47628, 'St. Nazianz', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47629, 'Sauk City', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47630, 'Saukville', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47631, 'Scandinavia', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47632, 'Schofield', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47633, 'Seymour', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47634, 'Sharon', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47635, 'Shawano', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47636, 'Sheboygan', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47637, 'Sheboygan Falls', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47638, 'Sheldon', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47639, 'Shell Lake', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47640, 'Sherwood', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47641, 'Shiocton', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47642, 'Shorewood', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47643, 'Shorewood Hills', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47644, 'Shullsburg', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47645, 'Silver Lake', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47646, 'Siren', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47647, 'Sister Bay', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47648, 'Slinger', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47649, 'Soldiers Grove', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47650, 'Solon Springs', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47651, 'Somerset', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47652, 'South Milwaukee', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47653, 'South Wayne', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47654, 'Sparta', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47655, 'Spencer', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47656, 'Spooner', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:25'),
(47657, 'Spring Green', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47658, 'Spring Valley', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47659, 'Stanley', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47660, 'Star Prairie', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47661, 'Stetsonville', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47662, 'Steuben', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47663, 'Stevens Point', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47664, 'Stockbridge', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47665, 'Stockholm', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47666, 'Stoddard', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47667, 'Stoughton', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47668, 'Stratford', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47669, 'Strum', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47670, 'Sturgeon Bay', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47671, 'Sturtevant', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47672, 'Sullivan', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47673, 'Sun Prairie', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47674, 'Superior', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47675, 'Suring', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47676, 'Sussex', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47677, 'Tainter Lake', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47678, 'Taylor', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47679, 'Tennyson', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47680, 'Theresa', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47681, 'Thiensville', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47682, 'Thorp', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47683, 'Tigerton', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47684, 'Tomah', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47685, 'Tomahawk', 3883, 233, 1, '2019-01-24 21:02:01', '2019-01-24 21:06:26'),
(47686, 'Tony', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47687, 'Trempealeau', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47688, 'Turtle Lake', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47689, 'Twin Lakes', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47690, 'Two Rivers', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47691, 'Union Center', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47692, 'Union Grove', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47693, 'Unity', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47694, 'Valders', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47695, 'Verona', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47696, 'Vesper', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47697, 'Viola', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47698, 'Viroqua', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47699, 'Waldo', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47700, 'Wales', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47701, 'Walworth', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47702, 'Warrens', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47703, 'Washburn', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47704, 'Waterford', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47705, 'Waterford North', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47706, 'Waterloo', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47707, 'Watertown', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47708, 'Waukesha', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47709, 'Waunakee', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47710, 'Waupaca', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47711, 'Waupun', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47712, 'Wausau', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47713, 'Wausaukee', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47714, 'Wautoma', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47715, 'Wauwatosa', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47716, 'Wauzeka', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47717, 'Webster', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47718, 'West Allis', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47719, 'West Baraboo', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47720, 'West Bend', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47721, 'Westby', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47722, 'Westfield', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47723, 'West Milwaukee', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47724, 'Weston', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47725, 'West Salem', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47726, 'Weyauwega', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47727, 'Weyerhaeuser', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47728, 'Wheeler', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47729, 'Whitefish Bay', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47730, 'Whitehall', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47731, 'White Lake', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:26'),
(47732, 'Whitelaw', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47733, 'Whitewater', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47734, 'Whiting', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47735, 'Wild Rose', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47736, 'Williams Bay', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47737, 'Wilson', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47738, 'Wilton', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47739, 'Wind Lake', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47740, 'Wind Point', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47741, 'Windsor', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47742, 'Winneconne', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47743, 'Winter', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47744, 'Wisconsin Dells', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47745, 'Wisconsin Rapids', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47746, 'Withee', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47747, 'Wittenberg', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47748, 'Wonewoc', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47749, 'Woodman', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47750, 'Woodville', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47751, 'Wrightstown', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47752, 'Wyeville', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47753, 'Wyocena', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47754, 'Yuba', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47755, 'Zoar', 3883, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47756, 'Afton', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47757, 'Airport Road', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47758, 'Albany', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47759, 'Albin', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47760, 'Alcova', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47761, 'Alpine', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47762, 'Alpine Northeast', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47763, 'Alpine Northwest', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47764, 'Alta', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47765, 'Antelope Hills', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47766, 'Antelope Valley-crestview', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47767, 'Arapahoe', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47768, 'Arrowhead Springs', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47769, 'Arvada', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47770, 'Atlantic City', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47771, 'Auburn', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47772, 'Baggs', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47773, 'Bairoil', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47774, 'Bar Nunn', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47775, 'Basin', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47776, 'Bedford', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47777, 'Bessemer Bend', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47778, 'Big Horn', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47779, 'Big Piney', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47780, 'Bondurant', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47781, 'Boulder', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47782, 'Boulder Flats', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47783, 'Brookhurst', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47784, 'Buffalo', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47785, 'Burlington', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47786, 'Burns', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47787, 'Byron', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47788, 'Calpet', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47789, 'Carter', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47790, 'Casper', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47791, 'Casper Mountain', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47792, 'Centennial', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47793, 'Cheyenne', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47794, 'Chugcreek', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47795, 'Chugwater', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47796, 'Clearmont', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47797, 'Clearview Acres', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47798, 'Cody', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47799, 'Cokeville', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47800, 'Cora', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47801, 'Cowley', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47802, 'Crowheart', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47803, 'Daniel', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47804, 'Dayton', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47805, 'Deaver', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47806, 'Diamondville', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47807, 'Dixon', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47808, 'Douglas', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47809, 'Dubois', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47810, 'East Thermopolis', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47811, 'Eden', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47812, 'Edgerton', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47813, 'Elk Mountain', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47814, 'Esterbrook', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47815, 'Ethete', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47816, 'Etna', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47817, 'Evanston', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47818, 'Evansville', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47819, 'Fairview', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47820, 'Farson', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47821, 'Fontenelle', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47822, 'Fort Bridger', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47823, 'Fort Laramie', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47824, 'Fort Washakie', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47825, 'Fox Farm-college', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47826, 'Frannie', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47827, 'Garland', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47828, 'Gillette', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:27'),
(47829, 'Glendo', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:28'),
(47830, 'Glenrock', 3884, 233, 1, '2019-01-24 21:02:02', '2019-01-24 21:06:28'),
(47831, 'Grand Encampment', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47832, 'Granger', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47833, 'Green River', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47834, 'Greybull', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47835, 'Grover', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47836, 'Guernsey', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47837, 'Hanna', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47838, 'Hartrandt', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47839, 'Hartville', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47840, 'Hawk Springs', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47841, 'Hill View Heights', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47842, 'Hoback', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47843, 'Homa Hills', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47844, 'Hudson', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47845, 'Hulett', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47846, 'Huntley', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47847, 'Hyattville', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47848, 'Jackson', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47849, 'James Town', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47850, 'Jeffrey City', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47851, 'Johnstown', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47852, 'Kaycee', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47853, 'Kemmerer', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28');
INSERT INTO `spn_cities` (`id`, `name`, `state_id`, `country_id`, `flag`, `created_at`, `updated_at`) VALUES
(47854, 'Kirby', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47855, 'La Barge', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47856, 'La Grange', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47857, 'Lakeview North', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47858, 'Lance Creek', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47859, 'Lander', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47860, 'Laramie', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47861, 'Lingle', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47862, 'Little America', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47863, 'Lonetree', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47864, 'Lost Springs', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47865, 'Lovell', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47866, 'Lucerne', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47867, 'Lusk', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47868, 'Lyman', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47869, 'Mckinnon', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47870, 'Mc Nutt', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47871, 'Manderson', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47872, 'Manville', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47873, 'Marbleton', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47874, 'Meadow Acres', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47875, 'Meadow Lark Lake', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47876, 'Medicine Bow', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47877, 'Meeteetse', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47878, 'Midwest', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47879, 'Mills', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47880, 'Moorcroft', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47881, 'Moose Wilson Road', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47882, 'Mountain View', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47883, 'Newcastle', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47884, 'North Rock Springs', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47885, 'Oakley', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47886, 'Opal', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47887, 'Osage', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47888, 'Owl Creek', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47889, 'Parkman', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47890, 'Pavillion', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47891, 'Pine Bluffs', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47892, 'Pinedale', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47893, 'Pine Haven', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47894, 'Point Of Rocks', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47895, 'Powder River', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47896, 'Powell', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47897, 'Purple Sage', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47898, 'Rafter J Ranch', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47899, 'Ralston', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47900, 'Ranchester', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47901, 'Ranchettes', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47902, 'Rawlins', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47903, 'Red Butte', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47904, 'Reliance', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47905, 'Riverside', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47906, 'Riverton', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47907, 'Robertson', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47908, 'Rock River', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47909, 'Rock Springs', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47910, 'Rolling Hills', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47911, 'Saratoga', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47912, 'Sheridan', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47913, 'Shoshoni', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:28'),
(47914, 'Sinclair', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47915, 'Slater', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47916, 'Sleepy Hollow', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47917, 'Smoot', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47918, 'South Flat', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47919, 'South Greeley', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47920, 'South Park', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47921, 'Star Valley Ranch', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47922, 'Story', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47923, 'Sundance', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47924, 'Superior', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47925, 'Sweeney Ranch', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47926, 'Table Rock', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47927, 'Taylor', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47928, 'Ten Sleep', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47929, 'Teton Village', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47930, 'Thayne', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47931, 'The Buttes', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47932, 'Thermopolis', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47933, 'Torrington', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47934, 'Turnerville', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47935, 'Upton', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47936, 'Van Tassell', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47937, 'Veteran', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47938, 'Vista West', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47939, 'Wamsutter', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47940, 'Warren Afb', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47941, 'Washakie Ten', 3884, 233, 1, '2019-01-24 21:02:03', '2019-01-24 21:06:29'),
(47942, 'Washam', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47943, 'West River', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47944, 'Westview Circle', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47945, 'Wheatland', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47946, 'Wilson', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47947, 'Winchester', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47948, 'Woods Landing-jelm', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47949, 'Worland', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47950, 'Wright', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47951, 'Yoder', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29'),
(47952, 'Y-o Ranch', 3884, 233, 1, '2019-01-24 21:02:04', '2019-01-24 21:06:29');

-- --------------------------------------------------------

--
-- Table structure for table `sponsors`
--

CREATE TABLE `sponsors` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `student_take_online_quizzes`
--

CREATE TABLE `student_take_online_quizzes` (
  `id` int(10) UNSIGNED NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=Not Yet, 1 = already submitted, 2 = got marks',
  `total_marks` int(11) DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `student_id` int(10) UNSIGNED DEFAULT NULL,
  `online_exam_id` int(10) UNSIGNED DEFAULT NULL,
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `subscriptions`
--

CREATE TABLE `subscriptions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sub_categories`
--

CREATE TABLE `sub_categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(1) DEFAULT '1',
  `show_home` tinyint(1) DEFAULT '0',
  `position_order` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` int(10) UNSIGNED NOT NULL,
  `body` longtext COLLATE utf8mb4_unicode_ci,
  `author` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `profession` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `star` int(11) NOT NULL DEFAULT '5',
  `status` int(11) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `themes`
--

CREATE TABLE `themes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder_path` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'infixlmstheme',
  `live_link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '#',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `tags` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `themes`
--

INSERT INTO `themes` (`id`, `user_id`, `name`, `title`, `image`, `version`, `folder_path`, `live_link`, `description`, `is_active`, `status`, `tags`, `created_at`, `updated_at`) VALUES
(1, NULL, 'infixlmstheme', 'infix LMS Theme', 'public/frontend/infixlmstheme/img/screenshort.jpg', '1.00', 'infixlmstheme', '#', 'Infix LMS Default Theme', 1, 1, NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `time_zones`
--

CREATE TABLE `time_zones` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_zone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `time_zones`
--

INSERT INTO `time_zones` (`id`, `code`, `time_zone`, `created_at`, `updated_at`) VALUES
(1, 'Pacific/Midway', '(GMT-11:00) Midway Island', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(2, 'US/Samoa', '(GMT-11:00) Samoa', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(3, 'US/Hawaii', '(GMT-10:00) Hawaii', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(4, 'US/Alaska', '(GMT-09:00) Alaska', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(5, 'US/Pacific', '(GMT-08:00) Pacific Time (US &amp; Canada)', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(6, 'America/Tijuana', '(GMT-08:00) Tijuana', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(7, 'US/Arizona', '(GMT-07:00) Arizona', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(8, 'US/Mountain', '(GMT-07:00) Mountain Time (US &amp; Canada)', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(9, 'America/Chihuahua', '(GMT-07:00) Chihuahua', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(10, 'America/Mazatlan', '(GMT-07:00) Mazatlan', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(11, 'America/Mexico_City', '(GMT-06:00) Mexico City', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(12, 'America/Monterrey', '(GMT-06:00) Monterrey', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(13, 'Canada/Saskatchewan', '(GMT-06:00) Saskatchewan', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(14, 'US/Central', '(GMT-06:00) Central Time (US &amp; Canada)', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(15, 'US/Eastern', '(GMT-05:00) Eastern Time (US &amp; Canada)', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(16, 'US/East-Indiana', '(GMT-05:00) Indiana (East)', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(17, 'America/Bogota', '(GMT-05:00) Bogota', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(18, 'America/Lima', '(GMT-05:00) Lima', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(19, 'America/Caracas', '(GMT-04:30) Caracas', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(20, 'Canada/Atlantic', '(GMT-04:00) Atlantic Time (Canada)', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(21, 'America/La_Paz', '(GMT-04:00) La Paz', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(22, 'America/Santiago', '(GMT-04:00) Santiago', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(23, 'Canada/Newfoundland', '(GMT-03:30) Newfoundland', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(24, 'America/Buenos_Aires', '(GMT-03:00) Buenos Aires', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(25, 'America/Godthab', '(GMT-03:00) Greenland', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(26, 'Atlantic/Stanley', '(GMT-02:00) Stanley', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(27, 'Atlantic/Azores', '(GMT-01:00) Azores', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(28, 'Atlantic/Cape_Verde', '(GMT-01:00) Cape Verde Is.', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(29, 'Africa/Casablanca', '(GMT) Casablanca', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(30, 'Europe/Dublin', '(GMT) Dublin', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(31, 'Europe/Lisbon', '(GMT) Lisbon', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(32, 'Europe/London', '(GMT) London', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(33, 'Africa/Monrovia', '(GMT) Monrovia', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(34, 'Europe/Amsterdam', '(GMT+01:00) Amsterdam', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(35, 'Europe/Belgrade', '(GMT+01:00) Belgrade', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(36, 'Europe/Berlin', '(GMT+01:00) Berlin', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(37, 'Europe/Bratislava', '(GMT+01:00) Bratislava', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(38, 'Europe/Brussels', '(GMT+01:00) Brussels', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(39, 'Europe/Budapest', '(GMT+01:00) Budapest', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(40, 'Europe/Copenhagen', '(GMT+01:00) Copenhagen', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(41, 'Europe/Ljubljana', '(GMT+01:00) Ljubljana', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(42, 'Europe/Madrid', '(GMT+01:00) Madrid', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(43, 'Europe/Paris', '(GMT+01:00) Paris', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(44, 'Europe/Prague', '(GMT+01:00) Prague', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(45, 'Europe/Rome', '(GMT+01:00) Rome', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(46, 'Europe/Sarajevo', '(GMT+01:00) Sarajevo', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(47, 'Europe/Skopje', '(GMT+01:00) Skopje', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(48, 'Europe/Stockholm', '(GMT+01:00) Stockholm', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(49, 'Europe/Vienna', '(GMT+01:00) Vienna', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(50, 'Europe/Warsaw', '(GMT+01:00) Warsaw', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(51, 'Europe/Zagreb', '(GMT+01:00) Zagreb', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(52, 'Europe/Athens', '(GMT+02:00) Athens', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(53, 'Europe/Bucharest', '(GMT+02:00) Bucharest', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(54, 'Africa/Cairo', '(GMT+02:00) Cairo', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(55, 'Africa/Harare', '(GMT+02:00) Harare', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(56, 'Europe/Helsinki', '(GMT+02:00) Helsinki', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(57, 'Asia/Jerusalem', '(GMT+02:00) Jerusalem', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(58, 'Europe/Kiev', '(GMT+02:00) Kyiv', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(59, 'Europe/Minsk', '(GMT+02:00) Minsk', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(60, 'Europe/Riga', '(GMT+02:00) Riga', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(61, 'Europe/Sofia', '(GMT+02:00) Sofia', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(62, 'Europe/Tallinn', '(GMT+02:00) Tallinn', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(63, 'Europe/Vilnius', '(GMT+02:00) Vilnius', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(64, 'Europe/Istanbul', '(GMT+03:00) Istanbul', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(65, 'Asia/Baghdad', '(GMT+03:00) Baghdad', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(66, 'Asia/Kuwait', '(GMT+03:00) Kuwait', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(67, 'Africa/Nairobi', '(GMT+03:00) Nairobi', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(68, 'Asia/Riyadh', '(GMT+03:00) Riyadh', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(69, 'Asia/Tehran', '(GMT+03:30) Tehran', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(70, 'Europe/Moscow', '(GMT+04:00) Moscow', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(71, 'Asia/Baku', '(GMT+04:00) Baku', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(72, 'Europe/Volgograd', '(GMT+04:00) Volgograd', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(73, 'Asia/Muscat', '(GMT+04:00) Muscat', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(74, 'Asia/Tbilisi', '(GMT+04:00) Tbilisi', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(75, 'Asia/Yerevan', '(GMT+04:00) Yerevan', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(76, 'Asia/Kabul', '(GMT+04:30) Kabul', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(77, 'Asia/Karachi', '(GMT+05:00) Karachi', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(78, 'Asia/Tashkent', '(GMT+05:00) Tashkent', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(79, 'Asia/Kolkata', '(GMT+05:30) Kolkata', '2021-02-17 07:17:46', '2021-02-17 07:17:46'),
(80, 'Asia/Kathmandu', '(GMT+05:45) Kathmandu', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(81, 'Asia/Yekaterinburg', '(GMT+06:00) Ekaterinburg', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(82, 'Asia/Almaty', '(GMT+06:00) Almaty', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(83, 'Asia/Dhaka', '(GMT+06:00) Dhaka', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(84, 'Asia/Novosibirsk', '(GMT+07:00) Novosibirsk', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(85, 'Asia/Bangkok', '(GMT+07:00) Bangkok', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(86, 'Asia/Ho_Chi_Minh', '(GMT+07.00) Ho Chi Minh', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(87, 'Asia/Jakarta', '(GMT+07:00) Jakarta', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(88, 'Asia/Krasnoyarsk', '(GMT+08:00) Krasnoyarsk', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(89, 'Asia/Chongqing', '(GMT+08:00) Chongqing', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(90, 'Asia/Hong_Kong', '(GMT+08:00) Hong Kong', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(91, 'Asia/Kuala_Lumpur', '(GMT+08:00) Kuala Lumpur', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(92, 'Australia/Perth', '(GMT+08:00) Perth', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(93, 'Asia/Singapore', '(GMT+08:00) Singapore', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(94, 'Asia/Taipei', '(GMT+08:00) Taipei', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(95, 'Asia/Ulaanbaatar', '(GMT+08:00) Ulaan Bataar', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(96, 'Asia/Urumqi', '(GMT+08:00) Urumqi', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(97, 'Asia/Irkutsk', '(GMT+09:00) Irkutsk', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(98, 'Asia/Seoul', '(GMT+09:00) Seoul', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(99, 'Asia/Tokyo', '(GMT+09:00) Tokyo', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(100, 'Australia/Adelaide', '(GMT+09:30) Adelaide', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(101, 'Australia/Darwin', '(GMT+09:30) Darwin', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(102, 'Asia/Yakutsk', '(GMT+10:00) Yakutsk', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(103, 'Australia/Brisbane', '(GMT+10:00) Brisbane', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(104, 'Australia/Canberra', '(GMT+10:00) Canberra', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(105, 'Pacific/Guam', '(GMT+10:00) Guam', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(106, 'Australia/Hobart', '(GMT+10:00) Hobart', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(107, 'Australia/Melbourne', '(GMT+10:00) Melbourne', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(108, 'Pacific/Port_Moresby', '(GMT+10:00) Port Moresby', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(109, 'Australia/Sydney', '(GMT+10:00) Sydney', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(110, 'Asia/Vladivostok', '(GMT+11:00) Vladivostok', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(111, 'Asia/Magadan', '(GMT+12:00) Magadan', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(112, 'Pacific/Auckland', '(GMT+12:00) Auckland', '2021-02-17 07:17:47', '2021-02-17 07:17:47'),
(113, 'Pacific/Fiji', '(GMT+12:00) Fiji', '2021-02-17 07:17:47', '2021-02-17 07:17:47');

-- --------------------------------------------------------

--
-- Table structure for table `topic_reports`
--

CREATE TABLE `topic_reports` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `report_by` int(11) NOT NULL,
  `report_for` int(11) NOT NULL,
  `status` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `role_id` int(11) NOT NULL DEFAULT '3',
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `photo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'public/demo/user/admin.jpg',
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'public/demo/user/admin.jpg',
  `avatar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'public/demo/user/admin.jpg',
  `mobile_verified_at` timestamp NULL DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `notification_preference` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'mail',
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `username` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verify` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `headline` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '1374',
  `country` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT '19',
  `zip` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `dob` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `about` longtext COLLATE utf8mb4_unicode_ci,
  `short_details` longtext COLLATE utf8mb4_unicode_ci,
  `facebook` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `linkedin` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `instagram` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `youtube` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subscribe` int(11) NOT NULL DEFAULT '0',
  `provider` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `language_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '19',
  `language_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en',
  `language_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'English',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `balance` double(8,2) NOT NULL DEFAULT '0.00',
  `currency_id` int(10) UNSIGNED NOT NULL DEFAULT '112',
  `special_commission` int(11) NOT NULL DEFAULT '1',
  `payout` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Paypal',
  `payout_icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public/uploads/payout/pay_1.png',
  `payout_email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'demo@paypal.com',
  `referral` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `added_by` tinyint(1) NOT NULL DEFAULT '0',
  `zoom_api_key_of_user` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_api_serect_of_user` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `role_id`, `name`, `photo`, `image`, `avatar`, `mobile_verified_at`, `email_verified_at`, `notification_preference`, `is_active`, `username`, `email`, `email_verify`, `password`, `headline`, `phone`, `address`, `city`, `country`, `zip`, `dob`, `about`, `short_details`, `facebook`, `twitter`, `linkedin`, `instagram`, `youtube`, `subscribe`, `provider`, `provider_id`, `language_id`, `language_code`, `language_name`, `status`, `balance`, `currency_id`, `special_commission`, `payout`, `payout_icon`, `payout_email`, `referral`, `added_by`, `zoom_api_key_of_user`, `zoom_api_serect_of_user`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 1, 'Admin', 'public/demo/user/admin.jpg', 'public/demo/user/admin.jpg', 'public/demo/user/admin.jpg', NULL, '2021-02-17 07:17:42', 'mail', 1, 'admin@infixedu.com', 'admin@infixedu.com', '0', '$2y$10$/3V4rUCG1.GZU7Flfocwy.RVj5bMV7pOJv2QMo.zrRSEj3CcFJY.6', 'Administrator', '01711223344', NULL, '1374', '19', NULL, NULL, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '19', 'en', 'English', 1, 0.00, 112, 1, 'Paypal', 'public/uploads/payout/pay_1.png', 'demo@paypal.com', 'lZdtQS1Oxk', 0, 'tLo47ogGRw-0v9RzbTUVew', 'EAo9SnJmYmewJ4dNSdv4yKptoffqPXndGvY0', NULL, '2021-02-16 19:17:42', '2021-02-17 07:17:42');

-- --------------------------------------------------------

--
-- Table structure for table `user_logins`
--

CREATE TABLE `user_logins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `os` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `browser` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `login_at` datetime NOT NULL,
  `logout_at` datetime DEFAULT NULL,
  `location` longtext COLLATE utf8mb4_unicode_ci,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_wise_coupons`
--

CREATE TABLE `user_wise_coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `invite_by` bigint(20) DEFAULT NULL,
  `invite_accept_by` bigint(20) DEFAULT NULL,
  `invite_code` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` bigint(20) DEFAULT NULL,
  `subcategory_id` bigint(20) DEFAULT NULL,
  `course_id` bigint(20) DEFAULT NULL,
  `bonus_amount` double DEFAULT NULL,
  `date` date DEFAULT '2021-02-17',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_wise_coupon_settings`
--

CREATE TABLE `user_wise_coupon_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `role_id` int(11) DEFAULT '3',
  `type` tinyint(4) DEFAULT '1' COMMENT '1=Fixed Amount, 2=Percentage(%)',
  `status` tinyint(4) DEFAULT '1' COMMENT '1=Enable, 2=Disable',
  `amount` double(16,2) DEFAULT '0.00',
  `max_limit` int(11) DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_wise_coupon_settings`
--

INSERT INTO `user_wise_coupon_settings` (`id`, `role_id`, `type`, `status`, `amount`, `max_limit`, `created_at`, `updated_at`) VALUES
(1, 3, 1, 1, 10.00, 10, '2021-02-17 07:17:48', '2021-02-17 07:17:48');

-- --------------------------------------------------------

--
-- Table structure for table `vimeos`
--

CREATE TABLE `vimeos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `vimeo_app_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `vimeo_client` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `vimeo_secret` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `vimeo_access` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT '1',
  `created_by` int(10) UNSIGNED DEFAULT '1',
  `updated_by` int(10) UNSIGNED DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `virtual_classes`
--

CREATE TABLE `virtual_classes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `sub_category_id` bigint(20) UNSIGNED NOT NULL,
  `fees` double NOT NULL DEFAULT '0',
  `type` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0 => single class 1 => continuous class',
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `time` time DEFAULT NULL,
  `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `host` set('Zoom','BBB') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Zoom',
  `lang_id` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `status` int(11) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `withdraws`
--

CREATE TABLE `withdraws` (
  `id` int(10) UNSIGNED NOT NULL,
  `instructor_id` int(11) NOT NULL,
  `amount` double(8,2) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `method` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `issueDate` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `work_processes`
--

CREATE TABLE `work_processes` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zoom_meetings`
--

CREATE TABLE `zoom_meetings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `class_id` int(11) DEFAULT NULL,
  `created_by` int(11) NOT NULL DEFAULT '1',
  `instructor_id` int(11) NOT NULL DEFAULT '1',
  `meeting_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL,
  `topic` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `attached_file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_of_meeting` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_of_meeting` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meeting_duration` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `join_before_host` tinyint(1) DEFAULT NULL,
  `host_video` tinyint(1) DEFAULT NULL,
  `participant_video` tinyint(1) DEFAULT NULL,
  `mute_upon_entry` tinyint(1) DEFAULT NULL,
  `waiting_room` tinyint(1) DEFAULT NULL,
  `audio` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'both' COMMENT 'both, telephony & voip',
  `auto_recording` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'none' COMMENT 'local, cloud & none',
  `approval_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0' COMMENT '0 => Automatic, 1 => Manually & 2 No Registration',
  `is_recurring` tinyint(1) DEFAULT NULL,
  `recurring_type` tinyint(4) DEFAULT NULL,
  `recurring_repect_day` tinyint(4) DEFAULT NULL,
  `recurring_end_date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `updated_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zoom_meeting_users`
--

CREATE TABLE `zoom_meeting_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `meeting_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `host` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 = host 2= user',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `zoom_settings`
--

CREATE TABLE `zoom_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '1',
  `package_id` tinyint(4) NOT NULL DEFAULT '1',
  `host_video` tinyint(1) NOT NULL DEFAULT '0',
  `participant_video` tinyint(1) NOT NULL DEFAULT '0',
  `join_before_host` tinyint(1) NOT NULL DEFAULT '0',
  `audio` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'both' COMMENT 'both, telephony & voip',
  `auto_recording` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'none' COMMENT 'local, cloud & none',
  `approval_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 => Automatic, 1 => Manually & 2 No Registration',
  `mute_upon_entry` tinyint(1) NOT NULL DEFAULT '0',
  `waiting_room` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `zoom_settings`
--

INSERT INTO `zoom_settings` (`id`, `user_id`, `package_id`, `host_video`, `participant_video`, `join_before_host`, `audio`, `auto_recording`, `approval_type`, `mute_upon_entry`, `waiting_room`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 0, 0, 0, 'both', 'none', 0, 0, 0, '2021-02-17 07:17:45', '2021-02-17 07:17:45');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `about_pages`
--
ALTER TABLE `about_pages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `activity_log`
--
ALTER TABLE `activity_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `activity_log_log_name_index` (`log_name`),
  ADD KEY `subject` (`subject_id`,`subject_type`),
  ADD KEY `causer` (`causer_id`,`causer_type`);

--
-- Indexes for table `bank_payment_requests`
--
ALTER TABLE `bank_payment_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bbb_meetings`
--
ALTER TABLE `bbb_meetings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bbb_meeting_users`
--
ALTER TABLE `bbb_meeting_users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bbb_settings`
--
ALTER TABLE `bbb_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `become_instructors`
--
ALTER TABLE `become_instructors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `billing_details`
--
ALTER TABLE `billing_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bookmark_courses`
--
ALTER TABLE `bookmark_courses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `business_settings`
--
ALTER TABLE `business_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `carts`
--
ALTER TABLE `carts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `categories_name_unique` (`name`);

--
-- Indexes for table `certificates`
--
ALTER TABLE `certificates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `chapters`
--
ALTER TABLE `chapters`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `checkouts`
--
ALTER TABLE `checkouts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `class_settings`
--
ALTER TABLE `class_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `coupons`
--
ALTER TABLE `coupons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `courses`
--
ALTER TABLE `courses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_comments`
--
ALTER TABLE `course_comments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_comment_replies`
--
ALTER TABLE `course_comment_replies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_enrolleds`
--
ALTER TABLE `course_enrolleds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_exercises`
--
ALTER TABLE `course_exercises`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course_reveiws`
--
ALTER TABLE `course_reveiws`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `currencies`
--
ALTER TABLE `currencies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `date_formats`
--
ALTER TABLE `date_formats`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `deposit_records`
--
ALTER TABLE `deposit_records`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `email_settings`
--
ALTER TABLE `email_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `email_templates`
--
ALTER TABLE `email_templates`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email_templates_act_unique` (`act`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `footer_categories`
--
ALTER TABLE `footer_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `footer_contents`
--
ALTER TABLE `footer_contents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `footer_widgets`
--
ALTER TABLE `footer_widgets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `frontend_settings`
--
ALTER TABLE `frontend_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `front_pages`
--
ALTER TABLE `front_pages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `front_pages_slug_unique` (`slug`);

--
-- Indexes for table `general_settings`
--
ALTER TABLE `general_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `home_contents`
--
ALTER TABLE `home_contents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `image_galleries`
--
ALTER TABLE `image_galleries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `infix_module_managers`
--
ALTER TABLE `infix_module_managers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `instructor_payouts`
--
ALTER TABLE `instructor_payouts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `lessons`
--
ALTER TABLE `lessons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `lesson_completes`
--
ALTER TABLE `lesson_completes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `modules`
--
ALTER TABLE `modules`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_access_tokens`
--
ALTER TABLE `oauth_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_access_tokens_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_auth_codes`
--
ALTER TABLE `oauth_auth_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_auth_codes_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_clients_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_refresh_tokens`
--
ALTER TABLE `oauth_refresh_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`);

--
-- Indexes for table `offline_payments`
--
ALTER TABLE `offline_payments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `online_exam_question_assigns`
--
ALTER TABLE `online_exam_question_assigns`
  ADD PRIMARY KEY (`id`),
  ADD KEY `online_exam_question_assigns_online_exam_id_foreign` (`online_exam_id`),
  ADD KEY `online_exam_question_assigns_question_bank_id_foreign` (`question_bank_id`);

--
-- Indexes for table `online_quizzes`
--
ALTER TABLE `online_quizzes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `online_quizzes_category_id_foreign` (`category_id`),
  ADD KEY `online_quizzes_sub_category_id_foreign` (`sub_category_id`),
  ADD KEY `online_quizzes_course_id_foreign` (`course_id`);

--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `payment_methods`
--
ALTER TABLE `payment_methods`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `paytms`
--
ALTER TABLE `paytms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `privacy_policies`
--
ALTER TABLE `privacy_policies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `question_banks`
--
ALTER TABLE `question_banks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `question_bank_mu_options`
--
ALTER TABLE `question_bank_mu_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `question_bank_mu_options_question_bank_id_foreign` (`question_bank_id`);

--
-- Indexes for table `question_groups`
--
ALTER TABLE `question_groups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `question_levels`
--
ALTER TABLE `question_levels`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `quize_setups`
--
ALTER TABLE `quize_setups`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `quiz_tests`
--
ALTER TABLE `quiz_tests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `quiz_test_details`
--
ALTER TABLE `quiz_test_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `recentview_courses`
--
ALTER TABLE `recentview_courses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `role_permission`
--
ALTER TABLE `role_permission`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `social_links`
--
ALTER TABLE `social_links`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `spn_cities`
--
ALTER TABLE `spn_cities`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sponsors`
--
ALTER TABLE `sponsors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `student_take_online_quizzes`
--
ALTER TABLE `student_take_online_quizzes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `student_take_online_quizzes_online_exam_id_foreign` (`online_exam_id`);

--
-- Indexes for table `subscriptions`
--
ALTER TABLE `subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `subscriptions_email_unique` (`email`);

--
-- Indexes for table `sub_categories`
--
ALTER TABLE `sub_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testimonials`
--
ALTER TABLE `testimonials`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `themes`
--
ALTER TABLE `themes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `time_zones`
--
ALTER TABLE `time_zones`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `topic_reports`
--
ALTER TABLE `topic_reports`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_username_unique` (`username`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD UNIQUE KEY `users_phone_unique` (`phone`),
  ADD UNIQUE KEY `users_referral_unique` (`referral`);

--
-- Indexes for table `user_logins`
--
ALTER TABLE `user_logins`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `user_wise_coupons`
--
ALTER TABLE `user_wise_coupons`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `user_wise_coupon_settings`
--
ALTER TABLE `user_wise_coupon_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `vimeos`
--
ALTER TABLE `vimeos`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `virtual_classes`
--
ALTER TABLE `virtual_classes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `withdraws`
--
ALTER TABLE `withdraws`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `work_processes`
--
ALTER TABLE `work_processes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `zoom_meetings`
--
ALTER TABLE `zoom_meetings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `zoom_meeting_users`
--
ALTER TABLE `zoom_meeting_users`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `zoom_settings`
--
ALTER TABLE `zoom_settings`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `about_pages`
--
ALTER TABLE `about_pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `activity_log`
--
ALTER TABLE `activity_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bank_payment_requests`
--
ALTER TABLE `bank_payment_requests`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bbb_meetings`
--
ALTER TABLE `bbb_meetings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bbb_meeting_users`
--
ALTER TABLE `bbb_meeting_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bbb_settings`
--
ALTER TABLE `bbb_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `become_instructors`
--
ALTER TABLE `become_instructors`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `billing_details`
--
ALTER TABLE `billing_details`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bookmark_courses`
--
ALTER TABLE `bookmark_courses`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `business_settings`
--
ALTER TABLE `business_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `carts`
--
ALTER TABLE `carts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `certificates`
--
ALTER TABLE `certificates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `chapters`
--
ALTER TABLE `chapters`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `checkouts`
--
ALTER TABLE `checkouts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `class_settings`
--
ALTER TABLE `class_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=248;

--
-- AUTO_INCREMENT for table `coupons`
--
ALTER TABLE `coupons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `courses`
--
ALTER TABLE `courses`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_comments`
--
ALTER TABLE `course_comments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_comment_replies`
--
ALTER TABLE `course_comment_replies`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_enrolleds`
--
ALTER TABLE `course_enrolleds`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_exercises`
--
ALTER TABLE `course_exercises`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `course_reveiws`
--
ALTER TABLE `course_reveiws`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `currencies`
--
ALTER TABLE `currencies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=121;

--
-- AUTO_INCREMENT for table `date_formats`
--
ALTER TABLE `date_formats`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `deposit_records`
--
ALTER TABLE `deposit_records`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `email_settings`
--
ALTER TABLE `email_settings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `email_templates`
--
ALTER TABLE `email_templates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `footer_categories`
--
ALTER TABLE `footer_categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `footer_contents`
--
ALTER TABLE `footer_contents`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `footer_widgets`
--
ALTER TABLE `footer_widgets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `frontend_settings`
--
ALTER TABLE `frontend_settings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `front_pages`
--
ALTER TABLE `front_pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `general_settings`
--
ALTER TABLE `general_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `home_contents`
--
ALTER TABLE `home_contents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `image_galleries`
--
ALTER TABLE `image_galleries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `infix_module_managers`
--
ALTER TABLE `infix_module_managers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `instructor_payouts`
--
ALTER TABLE `instructor_payouts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `languages`
--
ALTER TABLE `languages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=115;

--
-- AUTO_INCREMENT for table `lessons`
--
ALTER TABLE `lessons`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lesson_completes`
--
ALTER TABLE `lesson_completes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `messages`
--
ALTER TABLE `messages`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=95;

--
-- AUTO_INCREMENT for table `modules`
--
ALTER TABLE `modules`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `notifications`
--
ALTER TABLE `notifications`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `offline_payments`
--
ALTER TABLE `offline_payments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `online_exam_question_assigns`
--
ALTER TABLE `online_exam_question_assigns`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `online_quizzes`
--
ALTER TABLE `online_quizzes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `password_resets`
--
ALTER TABLE `password_resets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `payment_methods`
--
ALTER TABLE `payment_methods`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `paytms`
--
ALTER TABLE `paytms`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=291;

--
-- AUTO_INCREMENT for table `privacy_policies`
--
ALTER TABLE `privacy_policies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `question_banks`
--
ALTER TABLE `question_banks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `question_bank_mu_options`
--
ALTER TABLE `question_bank_mu_options`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `question_groups`
--
ALTER TABLE `question_groups`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `question_levels`
--
ALTER TABLE `question_levels`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `quize_setups`
--
ALTER TABLE `quize_setups`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `quiz_tests`
--
ALTER TABLE `quiz_tests`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `quiz_test_details`
--
ALTER TABLE `quiz_test_details`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `recentview_courses`
--
ALTER TABLE `recentview_courses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `role_permission`
--
ALTER TABLE `role_permission`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `social_links`
--
ALTER TABLE `social_links`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `spn_cities`
--
ALTER TABLE `spn_cities`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47953;

--
-- AUTO_INCREMENT for table `sponsors`
--
ALTER TABLE `sponsors`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `student_take_online_quizzes`
--
ALTER TABLE `student_take_online_quizzes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `subscriptions`
--
ALTER TABLE `subscriptions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sub_categories`
--
ALTER TABLE `sub_categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `themes`
--
ALTER TABLE `themes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `time_zones`
--
ALTER TABLE `time_zones`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114;

--
-- AUTO_INCREMENT for table `topic_reports`
--
ALTER TABLE `topic_reports`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `user_logins`
--
ALTER TABLE `user_logins`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_wise_coupons`
--
ALTER TABLE `user_wise_coupons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_wise_coupon_settings`
--
ALTER TABLE `user_wise_coupon_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `vimeos`
--
ALTER TABLE `vimeos`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `virtual_classes`
--
ALTER TABLE `virtual_classes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `withdraws`
--
ALTER TABLE `withdraws`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `work_processes`
--
ALTER TABLE `work_processes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zoom_meetings`
--
ALTER TABLE `zoom_meetings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zoom_meeting_users`
--
ALTER TABLE `zoom_meeting_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `zoom_settings`
--
ALTER TABLE `zoom_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `online_exam_question_assigns`
--
ALTER TABLE `online_exam_question_assigns`
  ADD CONSTRAINT `online_exam_question_assigns_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `online_quizzes` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `online_exam_question_assigns_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `question_banks` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `online_quizzes`
--
ALTER TABLE `online_quizzes`
  ADD CONSTRAINT `online_quizzes_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `online_quizzes_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `online_quizzes_sub_category_id_foreign` FOREIGN KEY (`sub_category_id`) REFERENCES `sub_categories` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `question_bank_mu_options`
--
ALTER TABLE `question_bank_mu_options`
  ADD CONSTRAINT `question_bank_mu_options_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `question_banks` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `student_take_online_quizzes`
--
ALTER TABLE `student_take_online_quizzes`
  ADD CONSTRAINT `student_take_online_quizzes_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `online_quizzes` (`id`) ON DELETE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

© 2025 UnknownSec
afwwrfwafr45458465
Password