/var/www/vhosts/ihelp.ro/httpdocs/config/schema
Edit: /var/www/vhosts/ihelp.ro/httpdocs/config/schema/ihelp26.04.24.sql (687626B)
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 26, 2024 at 04:38 PM
-- Server version: 10.6.16-MariaDB
-- PHP Version: 8.2.15
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: `ihelp`
--
-- --------------------------------------------------------
--
-- Table structure for table `awbs`
--
CREATE TABLE `awbs` (
`id` int(11) NOT NULL,
`sender_user_id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`courier_id` int(11) DEFAULT NULL,
`recever_user_id` int(11) NOT NULL,
`sender_first_name` varchar(255) NOT NULL,
`sender_last_name` varchar(255) NOT NULL,
`sender_phone` varchar(255) NOT NULL,
`sender_city_name` varchar(255) NOT NULL,
`sender_county_name` varchar(255) NOT NULL,
`sender_str` varchar(255) NOT NULL,
`sender_nr` varchar(255) NOT NULL,
`sender_bl` varchar(255) DEFAULT NULL,
`sender_sc` varchar(255) DEFAULT NULL,
`sender_ap` varchar(255) DEFAULT NULL,
`sender_interfon` varchar(255) DEFAULT NULL,
`sender_postal_code` varchar(255) NOT NULL,
`recever_first_name` varchar(255) NOT NULL,
`recever_last_name` varchar(255) NOT NULL,
`recever_phone` varchar(255) NOT NULL,
`recever_city_name` varchar(255) NOT NULL,
`recever_county_name` varchar(255) NOT NULL,
`recever_str` varchar(255) NOT NULL,
`recever_nr` varchar(255) NOT NULL,
`recever_bl` varchar(255) DEFAULT NULL,
`recever_sc` varchar(255) DEFAULT NULL,
`recever_ap` varchar(255) DEFAULT NULL,
`recever_interfon` varchar(255) DEFAULT NULL,
`recever_postal_code` varchar(255) NOT NULL,
`awb_code` varchar(255) DEFAULT NULL,
`awb_path` varchar(255) DEFAULT NULL,
`is_generated` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `bank_accounts`
--
CREATE TABLE `bank_accounts` (
`id` int(11) NOT NULL,
`account_type_id` int(10) UNSIGNED DEFAULT NULL COMMENT '1=>leu, 2=>euro...',
`cause_id` int(11) NOT NULL,
`bank_contact_name` varchar(255) NOT NULL,
`bank_name` varchar(255) NOT NULL,
`bank_iban` varchar(255) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `banners`
--
CREATE TABLE `banners` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`image_path` varchar(255) NOT NULL,
`title_link` varchar(255) NOT NULL,
`url_link` varchar(255) NOT NULL,
`position` int(11) NOT NULL,
`is_active` tinyint(1) NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `banners`
--
INSERT INTO `banners` (`id`, `uuid`, `name`, `description`, `image_path`, `title_link`, `url_link`, `position`, `is_active`, `created`, `modified`) VALUES
(7, '1770495448216203', 'Unicef', 'Sprijină împreună cu noi!', 'UNI212397-1500x1000.jpg', 'Vezi cauza', 'https://www.unicef.dk/', 3, 1, '2023-07-04 13:07:16', '2024-02-19 11:11:36'),
(5, '1770479337411999', 'Pădurea copiilor', 'Alege să împadurești prin fiecare acțiune a ta și fii alături de noi în munca noastră de împădurire! Pădurea are nevoie de îngrijiri.', 'UNI212397-1500x1000.jpg', 'Vezi cauza', 'https://ihelp.ro/padurea-copiilor/c/1689221047221241', 2, 1, '2023-07-04 08:51:11', '2024-02-19 11:10:47'),
(8, '1778201213650688', 'Lucrurile Tale Nefolosite Pot Face Minuni pentru Alții - Hai Să Începem!', 'iHelp este o platformă dedicată schimbării pozitive. Aici, poți pune în \r\nvaloare obiectele nefolosite și să le transformi în sprijin pentru cauzele \r\nsociale care contează pentru tine. Fie că ești în căutarea unui loc unde să \r\nvinzi obiectele nefolosite sau dorești să donezi direct pentru cauzele \r\numanitare, iHelp este locul unde poți face asta.', '1500_500-dummy.png', 'Lucrurile Tăle Nefolosite Pot Face Minuni pentru Alții - Hai Să Începem', '#', 1, 1, '2023-09-27 14:27:06', '2024-02-19 11:14:03');
-- --------------------------------------------------------
--
-- Table structure for table `basic_settings`
--
CREATE TABLE `basic_settings` (
`id` int(11) NOT NULL,
`type` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`slug` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
`plugin` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`value` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `basic_settings`
--
INSERT INTO `basic_settings` (`id`, `type`, `name`, `slug`, `plugin`, `value`, `created`, `modified`) VALUES
(1, 'string', 'Website name', 'website-name', NULL, 'DocApp', '2020-06-29 18:18:47', '2020-08-10 08:10:33'),
(2, 'image', 'Logo', 'logo', NULL, NULL, '2020-08-18 10:39:01', '2020-08-18 10:39:01');
-- --------------------------------------------------------
--
-- Table structure for table `carts`
--
CREATE TABLE `carts` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`order_id` int(11) DEFAULT NULL,
`user_address_id` int(11) DEFAULT NULL,
`payment_method_id` int(11) DEFAULT NULL,
`notes` text NOT NULL DEFAULT '',
`is_active` tinyint(1) NOT NULL DEFAULT 1,
`modified` datetime NOT NULL,
`created` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `carts`
--
INSERT INTO `carts` (`id`, `uuid`, `user_id`, `order_id`, `user_address_id`, `payment_method_id`, `notes`, `is_active`, `modified`, `created`) VALUES
(1, '1796485790974846', 7, NULL, NULL, NULL, '', 1, '2024-04-16 10:12:38', '2024-04-16 10:12:38');
-- --------------------------------------------------------
--
-- Table structure for table `cart_products`
--
CREATE TABLE `cart_products` (
`id` int(11) NOT NULL,
`cart_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`qnt` int(11) NOT NULL,
`custom_price` varchar(11) DEFAULT NULL,
`modified` datetime NOT NULL,
`created` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `cart_products`
--
INSERT INTO `cart_products` (`id`, `cart_id`, `product_id`, `qnt`, `custom_price`, `modified`, `created`) VALUES
(1, 1, 1, 1, NULL, '2024-04-16 10:12:38', '2024-04-16 10:12:38');
-- --------------------------------------------------------
--
-- Table structure for table `categories`
--
CREATE TABLE `categories` (
`id` int(11) NOT NULL,
`parent_id` int(11) DEFAULT NULL,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`icon` varchar(255) NOT NULL,
`svg_icon` text NOT NULL,
`product_count` int(11) NOT NULL DEFAULT 0,
`is_active` tinyint(1) NOT NULL DEFAULT 1,
`lft` int(11) NOT NULL,
`rght` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `categories`
--
INSERT INTO `categories` (`id`, `parent_id`, `name`, `slug`, `icon`, `svg_icon`, `product_count`, `is_active`, `lft`, `rght`) VALUES
(1, NULL, 'Telefoane, Tablete & Accesorii', 'telefoane-tablete-accesorii', '', '
', 0, 1, 1, 14),
(2, NULL, 'Laptopuri, PC-uri & Periferice', 'laptopuri-pc-uri-periferice', '', '
', 0, 1, 15, 30),
(3, NULL, 'TV-uri & Accesorii', 'tv-uri-accesorii', '', '
', 0, 1, 31, 38),
(4, NULL, 'Audio-Video & Foto', 'audio-video-foto', '', '
', 0, 1, 39, 50),
(5, NULL, 'Console, Jocuri & Accesorii Gaming', 'console-jocuri-accesorii-gaming', '', '
', 0, 1, 51, 58),
(6, NULL, 'Cărți, Birotică & Papetărie', 'carti-birotica-papetarie', '', '
', 0, 1, 59, 66),
(7, NULL, 'Îmbrăcăminte, încălțăminte & accesorii', 'imbracaminte-incaltaminte-accesorii', '', '
', 0, 1, 67, 80),
(8, NULL, 'Jucării & Îmbrăcăminte Copii', 'jucarii-imbracaminte-copii', '', '
', 0, 1, 81, 90),
(9, NULL, 'Sport & Activități', 'sport-activitati', '', '
', 0, 1, 91, 100),
(10, NULL, 'Casă & Grădina', 'casa-gradina', '', '
', 0, 1, 101, 110),
(11, NULL, 'Altele', 'altele', '', '
', 0, 1, 111, 114),
(12, 1, 'Telefoane mobile', 'telefoane-mobile', '', '', 1, 1, 2, 3),
(13, 1, 'Accesorii Telefoane', 'accesorii-telefoane', '', '', 1, 1, 4, 5),
(14, 1, 'Tablete', 'tablete', '', '', 0, 1, 6, 7),
(15, 1, 'Accesorii Tablete', 'accesorii-tablete', '', '', 0, 1, 8, 9),
(16, 1, 'Smart Watch-uri', 'smart-watch-uri', '', '', 0, 1, 10, 11),
(17, 1, 'Gadget-uri', 'gadget-uri', '', '', 0, 1, 12, 13),
(18, 2, 'Laptop-uri', 'laptop-uri', '', '', 0, 1, 16, 17),
(19, 2, 'Accesorii Laptop', 'accesorii-laptop', '', '', 1, 1, 18, 19),
(20, 2, 'PC-uri', 'pc-uri', '', '', 0, 1, 20, 21),
(21, 2, 'Accesorii PC', 'accesorii-pc', '', '', 0, 1, 22, 23),
(22, 2, 'Imprimante & Scanere', 'imprimante-scanere', '', '', 1, 1, 26, 27),
(23, 2, 'Periferice', 'periferice', '', '', 0, 1, 24, 25),
(24, 2, 'Software', 'software', '', '', 0, 1, 28, 29),
(25, 3, 'Televizoare', 'televizoare', '', '', 0, 1, 32, 33),
(26, 3, 'Accesorii TV', 'accesorii-tv', '', '', 0, 1, 36, 37),
(27, 3, 'Sisteme Home Cinema', 'sisteme-home-cinema', '', '', 0, 1, 34, 35),
(28, 4, 'Aparate Foto', 'aparate-foto', '', '', 0, 1, 40, 41),
(29, 4, 'Aparate Audio-Video', 'aparate-audio-video', '', '', 1, 1, 44, 45),
(30, 4, 'Boxe & Casti', 'boxe-casti', '', '', 1, 1, 48, 49),
(31, 4, 'Accesorii Foto', 'accesorii-foto', '', '', 0, 1, 42, 43),
(32, 4, 'Accesorii Audio-Video', 'accesorii-audio-video', '', '', 0, 1, 46, 47),
(33, 5, 'Console Gaming', 'console-gaming', '', '', 0, 1, 52, 53),
(34, 5, 'Accesorii Gaming', 'accesorii-gaming', '', '', 0, 1, 54, 55),
(35, 5, 'Jocuri Console & PC', 'jocuri-console-pc', '', '', 0, 1, 56, 57),
(36, 6, 'Carti', 'carti', '', '', 1, 1, 60, 61),
(37, 6, 'Birotica', 'birotica', '', '', 0, 1, 62, 63),
(38, 6, 'Papetarie', 'papetarie', '', '', 0, 1, 64, 65),
(39, 7, 'Imbracaminte Femei', 'imbracaminte-femei', '', '', 0, 1, 68, 69),
(40, 7, 'Imbracaminte Barbati', 'imbracaminte-barbati', '', '', 0, 1, 70, 71),
(41, 7, 'Incaltaminte Femei', 'incaltaminte-femei', '', '', 0, 1, 72, 73),
(42, 7, 'Incaltaminte Barbati', 'incaltaminte-barbati', '', '', 0, 1, 74, 75),
(43, 7, 'Accesorii Imbracaminte Femei', 'accesorii-imbracaminte-femei', '', '', 0, 1, 76, 77),
(44, 7, 'Accesorii Imbracaminte Barbati', 'accesorii-imbracaminte-barbati', '', '', 0, 1, 78, 79),
(45, 8, 'Jucarii Copii & Bebelusi', 'jucarii-copii-bebelusi', '', '', 1, 1, 82, 83),
(46, 8, 'Jocuri & Puzzle-uri', 'jocuri-puzzle-uri', '', '', 0, 1, 84, 85),
(47, 8, 'Imbracaminte Copii', 'imbracaminte-copii', '', '', 0, 1, 86, 87),
(48, 8, 'Incaltaminte Copii', 'incaltaminte-copii', '', '', 0, 1, 88, 89),
(49, 9, 'Articole Sportive', 'articole-sportive', '', '', 1, 1, 92, 93),
(50, 9, 'Imbracaminte Sport', 'imbracaminte-sport', '', '', 0, 1, 94, 95),
(51, 9, 'Incaltaminte Sport', 'incaltaminte-sport', '', '', 0, 1, 96, 97),
(52, 9, 'Articole Voiaj', 'articole-voiaj', '', '', 0, 1, 98, 99),
(53, 10, 'Sanitare & Electrice', 'sanitare-electrice', '', '', 1, 1, 102, 103),
(54, 10, 'Articole Gradina', 'articole-gradina', '', '', 0, 1, 104, 105),
(55, 10, 'Decoratiuni', 'decoratiuni', '', '', 1, 1, 106, 107),
(56, 10, 'Scule & Mobilier', 'scule-mobilier', '', '', 1, 1, 108, 109),
(57, 11, 'iHelp', 'ihelp', '', '', 1, 1, 112, 113);
-- --------------------------------------------------------
--
-- Table structure for table `causes`
--
CREATE TABLE `causes` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`description` text NOT NULL,
`donation_amount` int(11) NOT NULL,
`date_start` date NOT NULL DEFAULT '0000-00-00',
`date_end` date NOT NULL DEFAULT '0000-00-00',
`order_count` int(11) DEFAULT 0,
`product_count` int(11) DEFAULT 0,
`donation_sum` int(11) NOT NULL DEFAULT 0,
`is_active` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `causes`
--
INSERT INTO `causes` (`id`, `uuid`, `user_id`, `name`, `slug`, `description`, `donation_amount`, `date_start`, `date_end`, `order_count`, `product_count`, `donation_sum`, `is_active`, `created`, `modified`) VALUES
(1, '1796479729688283', 1, 'Animal Life Sibiu', 'animal-life-sibiu', 'Animal Life este o organizaţie non-profit, fondată în 2006, a cărei membrii sunt voluntari aduşi împreună de dragostea faţă de animale şi natură. Am pornit la drum în 8, unii au plecat, unii au rămas, prieteni noi ni s-au alăturat de-a lungul anilor, și iată-ne acum, 10 ani mai târziu, animați de aceeași dorință de construi o lume mai bună, cu oameni care respectă toate formele de viață.', 10000, '2024-04-16', '2024-06-30', 0, 4, 0, 1, '2024-04-16 08:38:50', '2024-04-16 08:45:33');
-- --------------------------------------------------------
--
-- Table structure for table `causes_tags`
--
CREATE TABLE `causes_tags` (
`id` int(11) NOT NULL,
`cause_id` int(11) NOT NULL,
`tag_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `cause_news`
--
CREATE TABLE `cause_news` (
`id` int(11) NOT NULL,
`uuid` varchar(255) NOT NULL,
`cause_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`content` text NOT NULL,
`is_published` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `cities`
--
CREATE TABLE `cities` (
`id` int(11) NOT NULL,
`county_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`county_name` varchar(255) NOT NULL,
`county_code` varchar(2) DEFAULT NULL,
`extra_km` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `cities`
--
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(1, 1, 'Abrud', 'Alba', NULL, 70),
(2, 1, 'Abrud-Sat', 'Alba', NULL, 70),
(3, 1, 'Achimetesti', 'Alba', NULL, 110),
(4, 1, 'Acmariu', 'Alba', NULL, 20),
(5, 1, 'Aiud', 'Alba', NULL, 0),
(6, 1, 'Aiudul de Sus', 'Alba', NULL, 0),
(7, 1, 'Alba Iulia', 'Alba', NULL, 0),
(8, 1, 'Albac', 'Alba', NULL, 100),
(9, 1, 'Alecus', 'Alba', NULL, 55),
(10, 1, 'Almasu de Mijloc', 'Alba', NULL, 60),
(11, 1, 'Almasu Mare', 'Alba', NULL, 60),
(12, 1, 'Ampoita', 'Alba', NULL, 0),
(13, 1, 'Anghelesti', 'Alba', NULL, 62),
(14, 1, 'Arieseni', 'Alba', NULL, 122),
(15, 1, 'Aronesti', 'Alba', NULL, 91),
(16, 1, 'Arti', 'Alba', NULL, 35),
(17, 1, 'Asinip', 'Alba', NULL, 45),
(18, 1, 'Avram Iancu', 'Alba', NULL, 110),
(19, 1, 'Avramesti (Arieseni)', 'Alba', NULL, 130),
(20, 1, 'Avramesti (Avram Iancu)', 'Alba', NULL, 110),
(21, 1, 'Baba', 'Alba', NULL, 105),
(22, 1, 'Bacainti', 'Alba', NULL, 70),
(23, 1, 'Badai', 'Alba', NULL, 110),
(24, 1, 'Bagau', 'Alba', NULL, 45),
(25, 1, 'Bai', 'Alba', NULL, 97),
(26, 1, 'Baia de Aries', 'Alba', NULL, 100),
(27, 1, 'Balcaciu', 'Alba', NULL, 30),
(28, 1, 'Balesti', 'Alba', NULL, 85),
(29, 1, 'Balesti-Catun', 'Alba', NULL, 85),
(30, 1, 'Balmosesti', 'Alba', NULL, 77),
(31, 1, 'BALOMIRU DE CAMP', 'Alba', NULL, 20),
(32, 1, 'Barabant', 'Alba', NULL, 0),
(33, 1, 'Barasti', 'Alba', NULL, 120),
(34, 1, 'Barbesti', 'Alba', NULL, 62),
(35, 1, 'Bardesti', 'Alba', NULL, 99),
(36, 1, 'Barlesti (Bistra)', 'Alba', NULL, 85),
(37, 1, 'Barlesti (Mogos)', 'Alba', NULL, 95),
(38, 1, 'Barlesti (Scarisoara)', 'Alba', NULL, 110),
(39, 1, 'Barlesti-Catun', 'Alba', NULL, 65),
(40, 1, 'Barsana', 'Alba', NULL, 34),
(41, 1, 'Barzan', 'Alba', NULL, 96),
(42, 1, 'Barzogani', 'Alba', NULL, 85),
(43, 1, 'Bazesti', 'Alba', NULL, 77),
(44, 1, 'Beldiu', 'Alba', NULL, 0),
(45, 1, 'Benic', 'Alba', NULL, 30),
(46, 1, 'Berghin', 'Alba', NULL, 0),
(47, 1, 'Beta', 'Alba', NULL, 50),
(48, 1, 'Bidigesti', 'Alba', NULL, 71),
(49, 1, 'Biharia', 'Alba', NULL, 120),
(50, 1, 'Biia', 'Alba', NULL, 35),
(51, 1, 'Bilanesti', 'Alba', NULL, 80),
(52, 1, 'Bisericani', 'Alba', NULL, 73),
(53, 1, 'Bistra', 'Alba', NULL, 85),
(54, 1, 'Blaj', 'Alba', NULL, 0),
(55, 1, 'Blandiana', 'Alba', NULL, 20),
(56, 1, 'Blidesti', 'Alba', NULL, 80),
(57, 1, 'Bobaresti (Sohodol)', 'Alba', NULL, 80),
(58, 1, 'Bobaresti (Vidra)', 'Alba', NULL, 110),
(59, 1, 'Bocesti', 'Alba', NULL, 64),
(60, 1, 'Bocsitura', 'Alba', NULL, 44),
(61, 1, 'Bodesti', 'Alba', NULL, 90),
(62, 1, 'Bodresti', 'Alba', NULL, 108),
(63, 1, 'Bogdanesti (Mogos)', 'Alba', NULL, 95),
(64, 1, 'Bogdanesti (Vidra)', 'Alba', NULL, 110),
(65, 1, 'Boglesti', 'Alba', NULL, 69),
(66, 1, 'Boldesti', 'Alba', NULL, 102),
(67, 1, 'Bolovanesti', 'Alba', NULL, 37),
(68, 1, 'Boncesti', 'Alba', NULL, 90),
(69, 1, 'Bordestii Poieni', 'Alba', NULL, 95),
(70, 1, 'Borlesti', 'Alba', NULL, 87),
(71, 1, 'Botani', 'Alba', NULL, 44),
(72, 1, 'Botesti (Campeni)', 'Alba', NULL, 80),
(73, 1, 'Botesti (Scarisoara)', 'Alba', NULL, 110),
(74, 1, 'Botesti (Zlatna)', 'Alba', NULL, 40),
(75, 1, 'Boz', 'Alba', NULL, 30),
(76, 1, 'Bradeana', 'Alba', NULL, 90),
(77, 1, 'Bradesti', 'Alba', NULL, 60),
(78, 1, 'Bradet', 'Alba', NULL, 54),
(79, 1, 'Brazesti', 'Alba', NULL, 110),
(80, 1, 'Bubesti', 'Alba', NULL, 126),
(81, 1, 'Bucerdea granoasa', 'Alba', NULL, 0),
(82, 1, 'Bucerdea Vinoasa', 'Alba', NULL, 0),
(83, 1, 'Bucium', 'Alba', NULL, 80),
(84, 1, 'Bucium-Sat', 'Alba', NULL, 100),
(85, 1, 'Bucuru', 'Alba', NULL, 42),
(86, 1, 'Budaiesti', 'Alba', NULL, 120),
(87, 1, 'Budeni', 'Alba', NULL, 40),
(88, 1, 'Bulbuc', 'Alba', NULL, 42),
(89, 1, 'Buninginea', 'Alba', NULL, 90),
(90, 1, 'Bunta', 'Alba', NULL, 66),
(91, 1, 'Burzesti', 'Alba', NULL, 100),
(92, 1, 'Burzonesti', 'Alba', NULL, 90),
(93, 1, 'Butesti (Horea)', 'Alba', NULL, 110),
(94, 1, 'Butesti (Mogos)', 'Alba', NULL, 90),
(95, 1, 'Calene', 'Alba', NULL, 40),
(96, 1, 'Calnic', 'Alba', NULL, 0),
(97, 1, 'Calugaresti', 'Alba', NULL, 110),
(98, 1, 'Campu Goblii', 'Alba', NULL, 13),
(99, 1, 'Candesti', 'Alba', NULL, 110),
(100, 1, 'CAPALNA', 'Alba', NULL, 20),
(101, 1, 'Capalna de Jos', 'Alba', NULL, 30),
(102, 1, 'Captalan', 'Alba', NULL, 50),
(103, 1, 'Capu Dealului', 'Alba', NULL, 64),
(104, 1, 'Capud', 'Alba', NULL, 55),
(105, 1, 'Carasti', 'Alba', NULL, 110),
(106, 1, 'Carpen', 'Alba', NULL, 23),
(107, 1, 'Carpenii de Sus', 'Alba', NULL, 23),
(108, 1, 'Carpinis (Garbova)', 'Alba', NULL, 25),
(109, 1, 'Carpinis (Rosia Montana)', 'Alba', NULL, 75),
(110, 1, 'Cartulesti', 'Alba', NULL, 108),
(111, 1, 'Casa de Piatra', 'Alba', NULL, 125),
(112, 1, 'Casoaia', 'Alba', NULL, 110),
(113, 1, 'Cenade', 'Alba', NULL, 70),
(114, 1, 'Cerbu', 'Alba', NULL, 80),
(115, 1, 'Cergau', 'Alba', NULL, 60),
(116, 1, 'Cergau Mare', 'Alba', NULL, 60),
(117, 1, 'Cergau Mic', 'Alba', NULL, 60),
(118, 1, 'Certege', 'Alba', NULL, 90),
(119, 1, 'Ceru-Bacainti', 'Alba', NULL, 22),
(120, 1, 'Cetatea de Balta', 'Alba', NULL, 30),
(121, 1, 'Cetea', 'Alba', NULL, 30),
(122, 1, 'Cheia', 'Alba', NULL, 47),
(123, 1, 'Cheile Cibului', 'Alba', NULL, 60),
(124, 1, 'Cheleteni', 'Alba', NULL, 93),
(125, 1, 'Cib', 'Alba', NULL, 60),
(126, 1, 'Cicard', 'Alba', NULL, 52),
(127, 1, 'Cicau', 'Alba', NULL, 40),
(128, 1, 'Cioara de Sus', 'Alba', NULL, 100),
(129, 1, 'Ciocasu', 'Alba', NULL, 17),
(130, 1, 'Cionesti', 'Alba', NULL, 98),
(131, 1, 'Cistei', 'Alba', NULL, 0),
(132, 1, 'Cisteiu de Mures', 'Alba', NULL, 40),
(133, 1, 'Ciuculesti', 'Alba', NULL, 70),
(134, 1, 'Ciugud', 'Alba', NULL, 0),
(135, 1, 'Ciugudu de Jos', 'Alba', NULL, 60),
(136, 1, 'Ciugudu de Sus', 'Alba', NULL, 60),
(137, 1, 'Ciuguzel', 'Alba', NULL, 55),
(138, 1, 'Ciuldesti', 'Alba', NULL, 90),
(139, 1, 'Ciumbrud', 'Alba', NULL, 0),
(140, 1, 'Ciuruleasa', 'Alba', NULL, 75),
(141, 1, 'Coasta Hentii', 'Alba', NULL, 75),
(142, 1, 'Coasta Vascului', 'Alba', NULL, 87),
(143, 1, 'Cobles', 'Alba', NULL, 124),
(144, 1, 'Cocesti', 'Alba', NULL, 110),
(145, 1, 'Cocosesti', 'Alba', NULL, 110),
(146, 1, 'Cojocani', 'Alba', NULL, 85),
(147, 1, 'Coleseni', 'Alba', NULL, 80),
(148, 1, 'Colibi', 'Alba', NULL, 31),
(149, 1, 'Coltesti', 'Alba', NULL, 62),
(150, 1, 'Copand', 'Alba', NULL, 0),
(151, 1, 'Corna', 'Alba', NULL, 70),
(152, 1, 'Cornu', 'Alba', NULL, 39),
(153, 1, 'Coroiesti', 'Alba', NULL, 100),
(154, 1, 'Cortesti', 'Alba', NULL, 67),
(155, 1, 'Coslariu', 'Alba', NULL, 0),
(156, 1, 'Coslariu Nou', 'Alba', NULL, 0),
(157, 1, 'Costesti (Albac)', 'Alba', NULL, 100),
(158, 1, 'Costesti (Poiana Vadului)', 'Alba', NULL, 110),
(159, 1, 'Cotorasti', 'Alba', NULL, 52),
(160, 1, 'Craciunelu de Jos', 'Alba', NULL, 0),
(161, 1, 'Craciunelu de Sus', 'Alba', NULL, 26),
(162, 1, 'Craiva', 'Alba', NULL, 30),
(163, 1, 'Cretesti', 'Alba', NULL, 90),
(164, 1, 'Cricau', 'Alba', NULL, 0),
(165, 1, 'Criseni', 'Alba', NULL, 0),
(166, 1, 'Cristesti', 'Alba', NULL, 60),
(167, 1, 'Cucuta', 'Alba', NULL, 35),
(168, 1, 'Cugir', 'Alba', NULL, 0),
(169, 1, 'Culdesti', 'Alba', NULL, 100),
(170, 1, 'Cunta', 'Alba', NULL, 20),
(171, 1, 'Curaturi', 'Alba', NULL, 60),
(172, 1, 'Curmatura', 'Alba', NULL, 100),
(173, 1, 'Curpeni', 'Alba', NULL, 36),
(174, 1, 'Cut', 'Alba', NULL, 0),
(175, 1, 'Daia Romana', 'Alba', NULL, 15),
(176, 1, 'Dambureni', 'Alba', NULL, 85),
(177, 1, 'Dandut', 'Alba', NULL, 79),
(178, 1, 'Darlesti', 'Alba', NULL, 111),
(179, 1, 'Daroaia', 'Alba', NULL, 100),
(180, 1, 'Deal', 'Alba', NULL, 23),
(181, 1, 'Dealu Bajului', 'Alba', NULL, 119),
(182, 1, 'Dealu Bistrii', 'Alba', NULL, 85),
(183, 1, 'Dealu Capsei', 'Alba', NULL, 85),
(184, 1, 'Dealu Caselor', 'Alba', NULL, 80),
(185, 1, 'Dealu Crisului', 'Alba', NULL, 105),
(186, 1, 'Dealu Dostatului', 'Alba', NULL, 28),
(187, 1, 'Dealu Ferului', 'Alba', NULL, 14),
(188, 1, 'Dealu Frumos (Garda de Sus)', 'Alba', NULL, 120),
(189, 1, 'Dealu Frumos (Vadu Motilor)', 'Alba', NULL, 100),
(190, 1, 'Dealu Geoagiului', 'Alba', NULL, 40),
(191, 1, 'Dealu Goiesti', 'Alba', NULL, 100),
(192, 1, 'Dealu Lamasoi', 'Alba', NULL, 106),
(193, 1, 'Dealu Muntelui', 'Alba', NULL, 85),
(194, 1, 'Dealu Ordancusii', 'Alba', NULL, 125),
(195, 1, 'Dealu Roatei', 'Alba', NULL, 40),
(196, 1, 'Decea', 'Alba', NULL, 45),
(197, 1, 'Deleni-Obarsie', 'Alba', NULL, 48),
(198, 1, 'Deoncesti', 'Alba', NULL, 80),
(199, 1, 'Deve', 'Alba', NULL, 120),
(200, 1, 'Dilimani', 'Alba', NULL, 80),
(201, 1, 'Dobra', 'Alba', NULL, 35),
(202, 1, 'Dobresti', 'Alba', NULL, 113),
(203, 1, 'Dobrot', 'Alba', NULL, 52),
(204, 1, 'Dogaresti', 'Alba', NULL, 80),
(205, 1, 'Dolesti', 'Alba', NULL, 110),
(206, 1, 'Doptau', 'Alba', NULL, 40),
(207, 1, 'Dos', 'Alba', NULL, 100),
(208, 1, 'Dostat', 'Alba', NULL, 35),
(209, 1, 'Dosu Luncii', 'Alba', NULL, 100),
(210, 1, 'Dosu Vasesti', 'Alba', NULL, 100),
(211, 1, 'Dragoiesti-Lunca', 'Alba', NULL, 100),
(212, 1, 'Drambar', 'Alba', NULL, 0),
(213, 1, 'Drasov', 'Alba', NULL, 23),
(214, 1, 'Dric', 'Alba', NULL, 86),
(215, 1, 'Duduieni', 'Alba', NULL, 110),
(216, 1, 'Dumacesti', 'Alba', NULL, 110),
(217, 1, 'Dumbrava (Sasciori)', 'Alba', NULL, 15),
(218, 1, 'Dumbrava (Unirea)', 'Alba', NULL, 25),
(219, 1, 'Dumbrava (Zlatna)', 'Alba', NULL, 40),
(220, 1, 'Dumbravita', 'Alba', NULL, 37),
(221, 1, 'Dumesti', 'Alba', NULL, 62),
(222, 1, 'Dumitra', 'Alba', NULL, 0),
(223, 1, 'Dupa Deal (Lupsa)', 'Alba', NULL, 110),
(224, 1, 'Dupa Deal (Ponor)', 'Alba', NULL, 74),
(225, 1, 'Dupa Plese', 'Alba', NULL, 120),
(226, 1, 'Durasti', 'Alba', NULL, 90),
(227, 1, 'Faget', 'Alba', NULL, 62),
(228, 1, 'Fagetu de Jos', 'Alba', NULL, 110),
(229, 1, 'Fagetu de Sus', 'Alba', NULL, 110),
(230, 1, 'Fantanele', 'Alba', NULL, 40),
(231, 1, 'Farau', 'Alba', NULL, 45),
(232, 1, 'Fata', 'Alba', NULL, 70),
(233, 1, 'Fata Abrudului', 'Alba', NULL, 70),
(234, 1, 'Fata Cristesei', 'Alba', NULL, 122),
(235, 1, 'Fata Lapusului', 'Alba', NULL, 123),
(236, 1, 'Fata Pietrii', 'Alba', NULL, 37),
(237, 1, 'Fata-Lazesti', 'Alba', NULL, 110),
(238, 1, 'Feisa', 'Alba', NULL, 30),
(239, 1, 'Fenes', 'Alba', NULL, 0),
(240, 1, 'Feresti', 'Alba', NULL, 70),
(241, 1, 'Fericet', 'Alba', NULL, 109),
(242, 1, 'Feteni', 'Alba', NULL, 39),
(243, 1, 'Ficaresti', 'Alba', NULL, 100),
(244, 1, 'Flitesti', 'Alba', NULL, 48),
(245, 1, 'Floresti (Bucium)', 'Alba', NULL, 100),
(246, 1, 'Floresti (Campeni)', 'Alba', NULL, 80),
(247, 1, 'Floresti (Ramet)', 'Alba', NULL, 60),
(248, 1, 'Floresti (Scarisoara)', 'Alba', NULL, 110),
(249, 1, 'Furduiesti (Campeni)', 'Alba', NULL, 80),
(250, 1, 'Furduiesti (Sohodol)', 'Alba', NULL, 80),
(251, 1, 'Gabud', 'Alba', NULL, 51),
(252, 1, 'Galati', 'Alba', NULL, 40),
(253, 1, 'Galbena', 'Alba', NULL, 130),
(254, 1, 'Galda de Jos', 'Alba', NULL, 0),
(255, 1, 'Galda de Sus', 'Alba', NULL, 35),
(256, 1, 'Galtiu', 'Alba', NULL, 0),
(257, 1, 'GAMBAS', 'Alba', NULL, 40),
(258, 1, 'Ganesti', 'Alba', NULL, 90),
(259, 1, 'Garbova', 'Alba', NULL, 25),
(260, 1, 'Garbova de Jos', 'Alba', NULL, 0),
(261, 1, 'Garbova de Sus', 'Alba', NULL, 25),
(262, 1, 'Garbovita', 'Alba', NULL, 35),
(263, 1, 'Garda de Sus', 'Alba', NULL, 120),
(264, 1, 'Garda Seaca', 'Alba', NULL, 120),
(265, 1, 'Garda-Barbulesti', 'Alba', NULL, 120),
(266, 1, 'Garde', 'Alba', NULL, 85),
(267, 1, 'Geamana', 'Alba', NULL, 110),
(268, 1, 'Geoagiu de Sus', 'Alba', NULL, 35),
(269, 1, 'Geogel', 'Alba', NULL, 60),
(270, 1, 'Geomal', 'Alba', NULL, 30),
(271, 1, 'Ghedulesti', 'Alba', NULL, 75),
(272, 1, 'Ghetari', 'Alba', NULL, 110),
(273, 1, 'Ghioncani', 'Alba', NULL, 55),
(274, 1, 'Ghirbom', 'Alba', NULL, 0),
(275, 1, 'Giurgiut', 'Alba', NULL, 109),
(276, 1, 'Gligoresti', 'Alba', NULL, 103),
(277, 1, 'Glod', 'Alba', NULL, 52),
(278, 1, 'Glogovet', 'Alba', NULL, 60),
(279, 1, 'Goasele', 'Alba', NULL, 48),
(280, 1, 'Goiesti', 'Alba', NULL, 100),
(281, 1, 'Gojeiesti', 'Alba', NULL, 110),
(282, 1, 'Gorgan', 'Alba', NULL, 54),
(283, 1, 'Grosi', 'Alba', NULL, 39),
(284, 1, 'Gura Ariesului', 'Alba', NULL, 40),
(285, 1, 'Gura Cornei', 'Alba', NULL, 80),
(286, 1, 'Gura Cutului', 'Alba', NULL, 18),
(287, 1, 'Gura Izbitei', 'Alba', NULL, 67),
(288, 1, 'Gura Rosiei', 'Alba', NULL, 75),
(289, 1, 'Gura Sohodol', 'Alba', NULL, 80),
(290, 1, 'Hadarau', 'Alba', NULL, 110),
(291, 1, 'Haiducesti', 'Alba', NULL, 96),
(292, 1, 'Hanasesti (Garda de Sus)', 'Alba', NULL, 120),
(293, 1, 'Hanasesti (Poiana Vadului)', 'Alba', NULL, 110),
(294, 1, 'Hanes Mina', 'Alba', NULL, 70),
(295, 1, 'Hapria', 'Alba', NULL, 0),
(296, 1, 'Harasti', 'Alba', NULL, 97),
(297, 1, 'Hategana', 'Alba', NULL, 16),
(298, 1, 'Heleresti', 'Alba', NULL, 102),
(299, 1, 'Helesti', 'Alba', NULL, 71),
(300, 1, 'Henig', 'Alba', NULL, 0),
(301, 1, 'Heria', 'Alba', NULL, 45),
(302, 1, 'Hoanca (Sohodol)', 'Alba', NULL, 80),
(303, 1, 'Hoanca (Vidra)', 'Alba', NULL, 100),
(304, 1, 'Hodisesti', 'Alba', NULL, 90),
(305, 1, 'Hodobana', 'Alba', NULL, 130),
(306, 1, 'Holobani', 'Alba', NULL, 84),
(307, 1, 'Hoparta', 'Alba', NULL, 55),
(308, 1, 'Horea', 'Alba', NULL, 110),
(309, 1, 'Hudricesti', 'Alba', NULL, 85),
(310, 1, 'Huzaresti', 'Alba', NULL, 100),
(311, 1, 'Iacobesti', 'Alba', NULL, 80),
(312, 1, 'Ibru', 'Alba', NULL, 26),
(313, 1, 'Iclod', 'Alba', NULL, 60),
(314, 1, 'Ighiel', 'Alba', NULL, 0),
(315, 1, 'Ighiu', 'Alba', NULL, 0),
(316, 1, 'Ignatesti', 'Alba', NULL, 80),
(317, 1, 'Iliesti', 'Alba', NULL, 46),
(318, 1, 'Incesti (Avram Iancu)', 'Alba', NULL, 110),
(319, 1, 'Incesti (Posaga)', 'Alba', NULL, 0),
(320, 1, 'Inoc', 'Alba', NULL, 40),
(321, 1, 'Intregalde', 'Alba', NULL, 55),
(322, 1, 'Inuri', 'Alba', NULL, 19),
(323, 1, 'Isca', 'Alba', NULL, 23),
(324, 1, 'Ivanis', 'Alba', NULL, 65),
(325, 1, 'Izbicioara', 'Alba', NULL, 80),
(326, 1, 'Izbita', 'Alba', NULL, 80),
(327, 1, 'Izlaz', 'Alba', NULL, 123),
(328, 1, 'Izvoarele (Blaj)', 'Alba', NULL, 45),
(329, 1, 'Izvoarele (Garda de Sus)', 'Alba', NULL, 120),
(330, 1, 'Izvoarele (Livezile)', 'Alba', NULL, 50),
(331, 1, 'Izvoru Ampoiului', 'Alba', NULL, 50),
(332, 1, 'Jeflesti', 'Alba', NULL, 98),
(333, 1, 'Jidostina', 'Alba', NULL, 44),
(334, 1, 'Jidvei', 'Alba', NULL, 25),
(335, 1, 'Jojei', 'Alba', NULL, 110),
(336, 1, 'Joldisesti', 'Alba', NULL, 96),
(337, 1, 'Jurcuiesti', 'Alba', NULL, 73),
(338, 1, 'Lancram', 'Alba', NULL, 0),
(339, 1, 'Laz (Sasciori)', 'Alba', NULL, 20),
(340, 1, 'Laz (Vintu de Jos)', 'Alba', NULL, 20),
(341, 1, 'Lazesti (Scarisoara)', 'Alba', NULL, 110),
(342, 1, 'Lazesti (Vadu Motilor)', 'Alba', NULL, 100),
(343, 1, 'Lazuri (Lupsa)', 'Alba', NULL, 110),
(344, 1, 'Lazuri (Sohodol)', 'Alba', NULL, 80),
(345, 1, 'Lehesti', 'Alba', NULL, 80),
(346, 1, 'Leorint', 'Alba', NULL, 50),
(347, 1, 'Lespezea', 'Alba', NULL, 110),
(348, 1, 'Limba (Ciugud)', 'Alba', NULL, 0),
(349, 1, 'Lipaia', 'Alba', NULL, 85),
(350, 1, 'Livezile', 'Alba', NULL, 50),
(351, 1, 'Lodroman', 'Alba', NULL, 68),
(352, 1, 'Loman', 'Alba', NULL, 30),
(353, 1, 'Lopadea Noua', 'Alba', NULL, 40),
(354, 1, 'Lopadea Veche', 'Alba', NULL, 40),
(355, 1, 'Luminesti', 'Alba', NULL, 80),
(356, 1, 'Lunca (Lupsa)', 'Alba', NULL, 110),
(357, 1, 'Lunca (Posaga)', 'Alba', NULL, 70),
(358, 1, 'Lunca (Valea Lunga)', 'Alba', NULL, 55),
(359, 1, 'Lunca (Vidra)', 'Alba', NULL, 100),
(360, 1, 'Lunca Ampoitei', 'Alba', NULL, 0),
(361, 1, 'Lunca Bisericii', 'Alba', NULL, 100),
(362, 1, 'Lunca de Jos', 'Alba', NULL, 100),
(363, 1, 'Lunca Goiesti', 'Alba', NULL, 100),
(364, 1, 'Lunca Larga (Bistra)', 'Alba', NULL, 65),
(365, 1, 'Lunca Larga (Ocolis)', 'Alba', NULL, 50),
(366, 1, 'Lunca Merilor', 'Alba', NULL, 85),
(367, 1, 'Lunca Metesului', 'Alba', NULL, 0),
(368, 1, 'Lunca Muresului', 'Alba', NULL, 20),
(369, 1, 'Lunca Tarnavei', 'Alba', NULL, 55),
(370, 1, 'Lunca Vesesti', 'Alba', NULL, 100),
(371, 1, 'Lupaiesti', 'Alba', NULL, 110),
(372, 1, 'Lupsa', 'Alba', NULL, 110),
(373, 1, 'Lupseni', 'Alba', NULL, 34),
(374, 1, 'Lupu', 'Alba', NULL, 55),
(375, 1, 'Lupulesti', 'Alba', NULL, 80),
(376, 1, 'Macaresti', 'Alba', NULL, 60),
(377, 1, 'Maghierat', 'Alba', NULL, 27),
(378, 1, 'Magina', 'Alba', NULL, 40),
(379, 1, 'Magura (Bucium)', 'Alba', NULL, 80),
(380, 1, 'Magura (Galda de Jos)', 'Alba', NULL, 25),
(381, 1, 'Mahaceni', 'Alba', NULL, 30),
(382, 1, 'Mamaligani', 'Alba', NULL, 85),
(383, 1, 'Manarade', 'Alba', NULL, 55),
(384, 1, 'Manastire', 'Alba', NULL, 80),
(385, 1, 'Mancesti', 'Alba', NULL, 107),
(386, 1, 'Margaia', 'Alba', NULL, 95),
(387, 1, 'Margineni', 'Alba', NULL, 27),
(388, 1, 'Marinesti', 'Alba', NULL, 45),
(389, 1, 'Martesti', 'Alba', NULL, 110),
(390, 1, 'Martinie', 'Alba', NULL, 40),
(391, 1, 'Matacina', 'Alba', NULL, 18),
(392, 1, 'Matei', 'Alba', NULL, 100),
(393, 1, 'Matisesti (Ciuruleasa)', 'Alba', NULL, 75),
(394, 1, 'Matisesti (Horea)', 'Alba', NULL, 110),
(395, 1, 'Medresti', 'Alba', NULL, 71),
(396, 1, 'Medves', 'Alba', NULL, 35),
(397, 1, 'Mereteu', 'Alba', NULL, 18),
(398, 1, 'Mescreac', 'Alba', NULL, 40),
(399, 1, 'Mesentea', 'Alba', NULL, 0),
(400, 1, 'Metes', 'Alba', NULL, 0),
(401, 1, 'Micesti', 'Alba', NULL, 0),
(402, 1, 'Micoslaca', 'Alba', NULL, 45),
(403, 1, 'Mihaiesti', 'Alba', NULL, 85),
(404, 1, 'Mihalt', 'Alba', NULL, 0),
(405, 1, 'Mihoesti', 'Alba', NULL, 80),
(406, 1, 'Miraslau', 'Alba', NULL, 40),
(407, 1, 'Modolesti (Intregalde)', 'Alba', NULL, 55),
(408, 1, 'Modolesti (Vidra)', 'Alba', NULL, 100),
(409, 1, 'Mogos', 'Alba', NULL, 95),
(410, 1, 'Moraresti (Ciuruleasa)', 'Alba', NULL, 75),
(411, 1, 'Moraresti (Sohodol)', 'Alba', NULL, 80),
(412, 1, 'Morcanesti', 'Alba', NULL, 110),
(413, 1, 'Motorasti', 'Alba', NULL, 80),
(414, 1, 'Mugesti', 'Alba', NULL, 25),
(415, 1, 'Muncelu', 'Alba', NULL, 100),
(416, 1, 'Munesti', 'Alba', NULL, 80),
(417, 1, 'Muntari', 'Alba', NULL, 80),
(418, 1, 'Mununa', 'Alba', NULL, 120),
(419, 1, 'Musca', 'Alba', NULL, 100),
(420, 1, 'Nadastia', 'Alba', NULL, 60),
(421, 1, 'Namas', 'Alba', NULL, 85),
(422, 1, 'Napaiesti', 'Alba', NULL, 80),
(423, 1, 'Necrilesti', 'Alba', NULL, 90),
(424, 1, 'Necsesti', 'Alba', NULL, 110),
(425, 1, 'Negesti', 'Alba', NULL, 100),
(426, 1, 'Negresti', 'Alba', NULL, 110),
(427, 1, 'Nelegesti', 'Alba', NULL, 80),
(428, 1, 'Nemesi', 'Alba', NULL, 100),
(429, 1, 'Nicoresti', 'Alba', NULL, 80),
(430, 1, 'Niculesti', 'Alba', NULL, 100),
(431, 1, 'Noslac', 'Alba', NULL, 40),
(432, 1, 'Novacesti', 'Alba', NULL, 85),
(433, 1, 'Oarda', 'Alba', NULL, 0),
(434, 1, 'Obreja', 'Alba', NULL, 30),
(435, 1, 'Ocna Mures', 'Alba', NULL, 30),
(436, 1, 'Ocnisoara', 'Alba', NULL, 49),
(437, 1, 'Ocoale', 'Alba', NULL, 120),
(438, 1, 'Ocolis', 'Alba', NULL, 45),
(439, 1, 'Odverem', 'Alba', NULL, 50),
(440, 1, 'Ohaba', 'Alba', NULL, 40),
(441, 1, 'Oidesti', 'Alba', NULL, 93),
(442, 1, 'Oiejdea', 'Alba', NULL, 0),
(443, 1, 'Olteni', 'Alba', NULL, 60),
(444, 1, 'Oncesti', 'Alba', NULL, 85),
(445, 1, 'Orasti', 'Alba', NULL, 64),
(446, 1, 'Orgesti', 'Alba', NULL, 110),
(447, 1, 'Ormenis', 'Alba', NULL, 45),
(448, 1, 'Paclisa', 'Alba', NULL, 0),
(449, 1, 'Padure', 'Alba', NULL, 42),
(450, 1, 'Padurea', 'Alba', NULL, 15),
(451, 1, 'Pagida', 'Alba', NULL, 40),
(452, 1, 'Panade', 'Alba', NULL, 60),
(453, 1, 'Panca', 'Alba', NULL, 40),
(454, 1, 'Pantesti', 'Alba', NULL, 130),
(455, 1, 'Parau Gruiului', 'Alba', NULL, 40),
(456, 1, 'Parau lui Mihai', 'Alba', NULL, 15),
(457, 1, 'Parau-Carbunari', 'Alba', NULL, 93),
(458, 1, 'Pastesti', 'Alba', NULL, 110),
(459, 1, 'Patrahaitesti', 'Alba', NULL, 130),
(460, 1, 'Patrangeni', 'Alba', NULL, 40),
(461, 1, 'Patrusesti', 'Alba', NULL, 110),
(462, 1, 'Patrutesti', 'Alba', NULL, 103),
(463, 1, 'Peles', 'Alba', NULL, 80),
(464, 1, 'Perjesti', 'Alba', NULL, 85),
(465, 1, 'Peste Valea Bistrii', 'Alba', NULL, 85),
(466, 1, 'Petelca', 'Alba', NULL, 30),
(467, 1, 'Petelei', 'Alba', NULL, 110),
(468, 1, 'Petreasa', 'Alba', NULL, 113),
(469, 1, 'Petreni', 'Alba', NULL, 69),
(470, 1, 'Petresti', 'Alba', NULL, 0),
(471, 1, 'Petrisat', 'Alba', NULL, 0),
(472, 1, 'Pianu', 'Alba', NULL, 25),
(473, 1, 'Pianu de Jos', 'Alba', NULL, 25),
(474, 1, 'Pianu de Sus', 'Alba', NULL, 23),
(475, 1, 'Pirita', 'Alba', NULL, 40),
(476, 1, 'Pitarcesti', 'Alba', NULL, 100),
(477, 1, 'Pitiga', 'Alba', NULL, 100),
(478, 1, 'Plai (Avram Iancu)', 'Alba', NULL, 110),
(479, 1, 'Plai (Garda de Sus)', 'Alba', NULL, 120),
(480, 1, 'Plaiuri', 'Alba', NULL, 18),
(481, 1, 'Plescuta', 'Alba', NULL, 100),
(482, 1, 'Plesesti', 'Alba', NULL, 120),
(483, 1, 'Plesi', 'Alba', NULL, 21),
(484, 1, 'Plisti', 'Alba', NULL, 120),
(485, 1, 'Podu lui Paul', 'Alba', NULL, 40),
(486, 1, 'Poduri', 'Alba', NULL, 80),
(487, 1, 'Poduri-Bricesti', 'Alba', NULL, 80),
(488, 1, 'Poiana (Bistra)', 'Alba', NULL, 85),
(489, 1, 'Poiana (Bucium)', 'Alba', NULL, 80),
(490, 1, 'Poiana (Sohodol)', 'Alba', NULL, 80),
(491, 1, 'Poiana Aiudului', 'Alba', NULL, 45),
(492, 1, 'Poiana Ampoiului', 'Alba', NULL, 0),
(493, 1, 'Poiana Galdei', 'Alba', NULL, 30),
(494, 1, 'Poiana Ursului', 'Alba', NULL, 21),
(495, 1, 'Poiana Vadului', 'Alba', NULL, 110),
(496, 1, 'Poieni (Blandiana)', 'Alba', NULL, 20),
(497, 1, 'Poieni (Bucium)', 'Alba', NULL, 100),
(498, 1, 'Poieni (Vidra)', 'Alba', NULL, 100),
(499, 1, 'Poienile-Mogos', 'Alba', NULL, 95),
(500, 1, 'Poienita (Arieseni)', 'Alba', NULL, 130),
(501, 1, 'Poienita (Vintu de Jos)', 'Alba', NULL, 19),
(502, 1, 'Poiu', 'Alba', NULL, 85),
(503, 1, 'Ponor', 'Alba', NULL, 60),
(504, 1, 'Ponorel', 'Alba', NULL, 100),
(505, 1, 'Popesti', 'Alba', NULL, 120),
(506, 1, 'Popestii de Jos', 'Alba', NULL, 120),
(507, 1, 'Popestii de Sus', 'Alba', NULL, 100),
(508, 1, 'Posaga', 'Alba', NULL, 55),
(509, 1, 'Posaga de Jos', 'Alba', NULL, 55),
(510, 1, 'Posaga de Sus', 'Alba', NULL, 55),
(511, 1, 'Posogani', 'Alba', NULL, 90),
(512, 1, 'Potionci', 'Alba', NULL, 120),
(513, 1, 'Preluca', 'Alba', NULL, 110),
(514, 1, 'Presaca Ampoiului', 'Alba', NULL, 0),
(515, 1, 'Puiuletesti', 'Alba', NULL, 92),
(516, 1, 'Purcareti', 'Alba', NULL, 45),
(517, 1, 'Puselesti', 'Alba', NULL, 110),
(518, 1, 'Racatau', 'Alba', NULL, 30),
(519, 1, 'Rachis', 'Alba', NULL, 47),
(520, 1, 'Rachita', 'Alba', NULL, 15),
(521, 1, 'Radesti', 'Alba', NULL, 45),
(522, 1, 'Rahau', 'Alba', NULL, 0),
(523, 1, 'Raicani', 'Alba', NULL, 36),
(524, 1, 'Ramet', 'Alba', NULL, 60),
(525, 1, 'Ratitis', 'Alba', NULL, 85),
(526, 1, 'Ravicesti', 'Alba', NULL, 119),
(527, 1, 'Razboieni-Cetate', 'Alba', NULL, 40),
(528, 1, 'Reciu', 'Alba', NULL, 0),
(529, 1, 'Remetea', 'Alba', NULL, 65),
(530, 1, 'Rimetea', 'Alba', NULL, 65),
(531, 1, 'Robesti', 'Alba', NULL, 92),
(532, 1, 'Rogoz', 'Alba', NULL, 100),
(533, 1, 'Rosesti', 'Alba', NULL, 120),
(534, 1, 'Rosia de Secas', 'Alba', NULL, 45),
(535, 1, 'Rosia Montana', 'Alba', NULL, 80),
(536, 1, 'Runc (Ocolis)', 'Alba', NULL, 50),
(537, 1, 'Runc (Scarisoara)', 'Alba', NULL, 110),
(538, 1, 'Runc (Vidra)', 'Alba', NULL, 100),
(539, 1, 'Runc (Zlatna)', 'Alba', NULL, 40),
(540, 1, 'Runcuri', 'Alba', NULL, 89),
(541, 1, 'Rusesti', 'Alba', NULL, 80),
(542, 1, 'Rusi', 'Alba', NULL, 70),
(543, 1, 'Sagagea', 'Alba', NULL, 60),
(544, 1, 'Salagesti', 'Alba', NULL, 84),
(545, 1, 'Salciua', 'Alba', NULL, 65),
(546, 1, 'Salciua de Jos', 'Alba', NULL, 65),
(547, 1, 'Salciua de Sus', 'Alba', NULL, 65),
(548, 1, 'Salistea', 'Alba', NULL, 40),
(549, 1, 'Salistea-Deal', 'Alba', NULL, 24),
(550, 1, 'Sanbenedic', 'Alba', NULL, 50),
(551, 1, 'Sancel', 'Alba', NULL, 0),
(552, 1, 'Sancrai', 'Alba', NULL, 45),
(553, 1, 'Sanmiclaus', 'Alba', NULL, 45),
(554, 1, 'Santamarie', 'Alba', NULL, 30),
(555, 1, 'Santimbru', 'Alba', NULL, 0),
(556, 1, 'SARACSAU', 'Alba', NULL, 18),
(557, 1, 'Sard', 'Alba', NULL, 0),
(558, 1, 'Sartas', 'Alba', NULL, 110),
(559, 1, 'Sasa', 'Alba', NULL, 94),
(560, 1, 'Sasciori', 'Alba', NULL, 15),
(561, 1, 'Scarisoara', 'Alba', NULL, 110),
(562, 1, 'Scoarta', 'Alba', NULL, 120),
(563, 1, 'Sebes', 'Alba', NULL, 0),
(564, 1, 'Sebesel', 'Alba', NULL, 0),
(565, 1, 'Sebisesti', 'Alba', NULL, 80),
(566, 1, 'SECASEL', 'Alba', NULL, 40),
(567, 1, 'Segaj', 'Alba', NULL, 99),
(568, 1, 'Seusa', 'Alba', NULL, 0),
(569, 1, 'Sfarcea', 'Alba', NULL, 55),
(570, 1, 'Sfoartea', 'Alba', NULL, 122),
(571, 1, 'Sibot', 'Alba', NULL, 35),
(572, 1, 'Sicoiesti', 'Alba', NULL, 80),
(573, 1, 'Silea', 'Alba', NULL, 40),
(574, 1, 'Silivas', 'Alba', NULL, 35),
(575, 1, 'Simocesti', 'Alba', NULL, 90),
(576, 1, 'Simulesti', 'Alba', NULL, 112),
(577, 1, 'Snide', 'Alba', NULL, 85),
(578, 1, 'Soal', 'Alba', NULL, 80),
(579, 1, 'Soharu', 'Alba', NULL, 70),
(580, 1, 'Sohodol', 'Alba', NULL, 80),
(581, 1, 'Sohodol (Albac)', 'Alba', NULL, 100),
(582, 1, 'Soicesti', 'Alba', NULL, 110),
(583, 1, 'Soimus', 'Alba', NULL, 39),
(584, 1, 'Sona', 'Alba', NULL, 45),
(585, 1, 'Sorlita', 'Alba', NULL, 80),
(586, 1, 'Spalnaca', 'Alba', NULL, 40),
(587, 1, 'Spatac', 'Alba', NULL, 50),
(588, 1, 'Spring', 'Alba', NULL, 25),
(589, 1, 'Stalnisoara', 'Alba', NULL, 74),
(590, 1, 'Stana de Mures', 'Alba', NULL, 39),
(591, 1, 'Stanesti', 'Alba', NULL, 102),
(592, 1, 'Stauini', 'Alba', NULL, 15),
(593, 1, 'Stefanca', 'Alba', NULL, 85),
(594, 1, 'Stei-Arieseni', 'Alba', NULL, 130),
(595, 1, 'Stertesti', 'Alba', NULL, 101),
(596, 1, 'Stiuleti', 'Alba', NULL, 110),
(597, 1, 'Straja', 'Alba', NULL, 0),
(598, 1, 'Stremt', 'Alba', NULL, 0),
(599, 1, 'Strungari', 'Alba', NULL, 35),
(600, 1, 'Sturu', 'Alba', NULL, 118),
(601, 1, 'Sub Piatra', 'Alba', NULL, 75),
(602, 1, 'Sucesti', 'Alba', NULL, 117),
(603, 1, 'SUGAG', 'Alba', NULL, 30),
(604, 1, 'Surdesti', 'Alba', NULL, 90),
(605, 1, 'Suseni', 'Alba', NULL, 34),
(606, 1, 'Tamboresti', 'Alba', NULL, 120),
(607, 1, 'Taranesti', 'Alba', NULL, 85),
(608, 1, 'Tarina', 'Alba', NULL, 77),
(609, 1, 'Tarsa', 'Alba', NULL, 110),
(610, 1, 'Tarsa-Plai', 'Alba', NULL, 110),
(611, 1, 'Tartaria', 'Alba', NULL, 30),
(612, 1, 'Tatarlaua', 'Alba', NULL, 30),
(613, 1, 'Tau', 'Alba', NULL, 35),
(614, 1, 'Tau Bistra', 'Alba', NULL, 45),
(615, 1, 'Tauni', 'Alba', NULL, 55),
(616, 1, 'Tauti', 'Alba', NULL, 0),
(617, 1, 'Tecsesti', 'Alba', NULL, 85),
(618, 1, 'Teiu', 'Alba', NULL, 109),
(619, 1, 'Teius', 'Alba', NULL, 0),
(620, 1, 'Teleac', 'Alba', NULL, 0),
(621, 1, 'Telna', 'Alba', NULL, 0),
(622, 1, 'Tibru', 'Alba', NULL, 45),
(623, 1, 'Tifra', 'Alba', NULL, 0),
(624, 1, 'Tiur', 'Alba', NULL, 0),
(625, 1, 'Toci', 'Alba', NULL, 74),
(626, 1, 'Tolacesti', 'Alba', NULL, 93),
(627, 1, 'Tomesti', 'Alba', NULL, 85),
(628, 1, 'Tomnatec', 'Alba', NULL, 85),
(629, 1, 'Tomusesti', 'Alba', NULL, 96),
(630, 1, 'Tomutesti', 'Alba', NULL, 100),
(631, 1, 'Tonea', 'Alba', NULL, 33),
(632, 1, 'Totesti', 'Alba', NULL, 100),
(633, 1, 'Totoi', 'Alba', NULL, 0),
(634, 1, 'Trampoiele', 'Alba', NULL, 40),
(635, 1, 'Trancesti', 'Alba', NULL, 110),
(636, 1, 'Trifesti (Horea)', 'Alba', NULL, 110),
(637, 1, 'Trifesti (Lupsa)', 'Alba', NULL, 110),
(638, 1, 'Trisoresti', 'Alba', NULL, 85),
(639, 1, 'Turdas', 'Alba', NULL, 40),
(640, 1, 'Uioara de Jos', 'Alba', NULL, 36),
(641, 1, 'Uioara de Sus', 'Alba', NULL, 36),
(642, 1, 'Ungurei', 'Alba', NULL, 40),
(643, 1, 'Unirea', 'Alba', NULL, 30),
(644, 1, 'Urdes', 'Alba', NULL, 100),
(645, 1, 'Vadu Motilor', 'Alba', NULL, 100),
(646, 1, 'Vai', 'Alba', NULL, 93),
(647, 1, 'Valcaneasa', 'Alba', NULL, 97),
(648, 1, 'Valcea', 'Alba', NULL, 80),
(649, 1, 'Valcesti', 'Alba', NULL, 98),
(650, 1, 'Vale in Jos', 'Alba', NULL, 79),
(651, 1, 'Valea Abruzel', 'Alba', NULL, 70),
(652, 1, 'Valea Alba', 'Alba', NULL, 90),
(653, 1, 'Valea Barlutesti', 'Alba', NULL, 85),
(654, 1, 'Valea Barnii', 'Alba', NULL, 95),
(655, 1, 'valea bistrii', 'Alba', NULL, 80),
(656, 1, 'Valea Bucurului', 'Alba', NULL, 60),
(657, 1, 'Valea Caselor', 'Alba', NULL, 90),
(658, 1, 'Valea Cerbului', 'Alba', NULL, 59),
(659, 1, 'Valea Ciuciului', 'Alba', NULL, 47),
(660, 1, 'Valea Cocesti', 'Alba', NULL, 85),
(661, 1, 'Valea Fagetului', 'Alba', NULL, 60),
(662, 1, 'Valea Giogesti', 'Alba', NULL, 61),
(663, 1, 'Valea Goblii', 'Alba', NULL, 14),
(664, 1, 'Valea Holhorii', 'Alba', NULL, 99),
(665, 1, 'Valea Inzelului', 'Alba', NULL, 60),
(666, 1, 'Valea Larga', 'Alba', NULL, 64),
(667, 1, 'Valea lui Mihai', 'Alba', NULL, 17),
(668, 1, 'Valea Lunga', 'Alba', NULL, 55),
(669, 1, 'Valea Lupsii', 'Alba', NULL, 100),
(670, 1, 'Valea Maciului', 'Alba', NULL, 103),
(671, 1, 'Valea Manastirii', 'Alba', NULL, 80),
(672, 1, 'Valea Mare', 'Alba', NULL, 40),
(673, 1, 'Valea Mica', 'Alba', NULL, 40),
(674, 1, 'Valea Mlacii', 'Alba', NULL, 85),
(675, 1, 'Valea Morii', 'Alba', NULL, 100),
(676, 1, 'Valea Negrilesii', 'Alba', NULL, 80),
(677, 1, 'Valea Poienii (Bucium)', 'Alba', NULL, 80),
(678, 1, 'Valea Poienii (Ramet)', 'Alba', NULL, 60),
(679, 1, 'Valea Sasului', 'Alba', NULL, 32),
(680, 1, 'Valea sesii (Bucium)', 'Alba', NULL, 80),
(681, 1, 'Valea sesii (Lupsa)', 'Alba', NULL, 110),
(682, 1, 'Valea Tupilor', 'Alba', NULL, 58),
(683, 1, 'Valea Utului', 'Alba', NULL, 110),
(684, 1, 'Valea Uzei', 'Alba', NULL, 60),
(685, 1, 'Valea Verde', 'Alba', NULL, 99),
(686, 1, 'Valea Vintului', 'Alba', NULL, 0),
(687, 1, 'Valeni (Bucium)', 'Alba', NULL, 80),
(688, 1, 'Valeni (Metes)', 'Alba', NULL, 0),
(689, 1, 'Valisoara', 'Alba', NULL, 55),
(690, 1, 'Valtori (Vadu Motilor)', 'Alba', NULL, 45),
(691, 1, 'Valtori (Zlatna)', 'Alba', NULL, 40),
(692, 1, 'Vama Seaca', 'Alba', NULL, 35),
(693, 1, 'Vanvucesti', 'Alba', NULL, 123),
(694, 1, 'Varsi', 'Alba', NULL, 90),
(695, 1, 'Varsii Mari', 'Alba', NULL, 90),
(696, 1, 'Varsii Mici', 'Alba', NULL, 90),
(697, 1, 'Varsi-Rontu', 'Alba', NULL, 93),
(698, 1, 'Vartanesti', 'Alba', NULL, 90),
(699, 1, 'Vartop', 'Alba', NULL, 130),
(700, 1, 'Vasesti', 'Alba', NULL, 100),
(701, 1, 'Verdesti', 'Alba', NULL, 110),
(702, 1, 'Veseus', 'Alba', NULL, 40),
(703, 1, 'Veza', 'Alba', NULL, 0),
(704, 1, 'Vidolm', 'Alba', NULL, 45),
(705, 1, 'Vidra', 'Alba', NULL, 100),
(706, 1, 'Vidrisoara', 'Alba', NULL, 110),
(707, 1, 'Viezuri', 'Alba', NULL, 38),
(708, 1, 'Vinerea', 'Alba', NULL, 0),
(709, 1, 'Vingard', 'Alba', NULL, 30),
(710, 1, 'Vinta', 'Alba', NULL, 83),
(711, 1, 'Vintu de Jos', 'Alba', NULL, 0),
(712, 1, 'Vladesti', 'Alba', NULL, 60),
(713, 1, 'Vladosesti', 'Alba', NULL, 83),
(714, 1, 'Vulcan (Ciuruleasa)', 'Alba', NULL, 75),
(715, 1, 'Vurpar', 'Alba', NULL, 15),
(716, 1, 'Zagris', 'Alba', NULL, 34),
(717, 1, 'Zanzesti', 'Alba', NULL, 111),
(718, 1, 'Zaries', 'Alba', NULL, 0),
(719, 1, 'Zlatna', 'Alba', NULL, 40),
(720, 2, 'Aciuta', 'Arad', NULL, 60),
(721, 2, 'Adea', 'Arad', NULL, 50),
(722, 2, 'Agrisu Mare', 'Arad', NULL, 0),
(723, 2, 'Agrisu Mic', 'Arad', NULL, 35),
(724, 2, 'Aldesti', 'Arad', NULL, 20),
(725, 2, 'Almas', 'Arad', NULL, 25),
(726, 2, 'Alunis', 'Arad', NULL, 0),
(727, 2, 'Andrei Saguna', 'Arad', NULL, 0),
(728, 2, 'Apateu', 'Arad', NULL, 68),
(729, 2, 'Arad', 'Arad', NULL, 0),
(730, 2, 'Araneag', 'Arad', NULL, 0),
(731, 2, 'Archis', 'Arad', NULL, 20),
(732, 2, 'Avram Iancu (Cermei)', 'Arad', NULL, 20),
(733, 2, 'Avram Iancu (Varfurile)', 'Arad', NULL, 60),
(734, 2, 'Bacau de Mijloc', 'Arad', NULL, 76),
(735, 2, 'Baia', 'Arad', NULL, 80),
(736, 2, 'Banesti', 'Arad', NULL, 40),
(737, 2, 'Baratca', 'Arad', NULL, 0),
(738, 2, 'Barsa', 'Arad', NULL, 15),
(739, 2, 'Barzava', 'Arad', NULL, 60),
(740, 2, 'Barzesti', 'Arad', NULL, 25),
(741, 2, 'Bata', 'Arad', NULL, 70),
(742, 2, 'Batuta', 'Arad', NULL, 70),
(743, 2, 'Beliu', 'Arad', NULL, 20),
(744, 2, 'Belotint', 'Arad', NULL, 60),
(745, 2, 'Benesti', 'Arad', NULL, 32),
(746, 2, 'Berechiu', 'Arad', NULL, 15),
(747, 2, 'Berindia', 'Arad', NULL, 30),
(748, 2, 'Birchis', 'Arad', NULL, 80),
(749, 2, 'Bochia', 'Arad', NULL, 35),
(750, 2, 'Bocsig', 'Arad', NULL, 0),
(751, 2, 'Bodesti ', 'Arad', NULL, 70),
(752, 2, 'Bodrogu Nou', 'Arad', NULL, 0),
(753, 2, 'Bodrogu Vechi', 'Arad', NULL, 0),
(754, 2, 'Bontesti', 'Arad', NULL, 30),
(755, 2, 'Botfei', 'Arad', NULL, 27),
(756, 2, 'Brazii', 'Arad', NULL, 25),
(757, 2, 'Brusturi', 'Arad', NULL, 70),
(758, 2, 'Bruznic', 'Arad', NULL, 70),
(759, 2, 'Buceava-soimus', 'Arad', NULL, 57),
(760, 2, 'Budesti', 'Arad', NULL, 68),
(761, 2, 'Buhani', 'Arad', NULL, 30),
(762, 2, 'Bulci', 'Arad', NULL, 75),
(763, 2, 'Buteni', 'Arad', NULL, 25),
(764, 2, 'Calugareni', 'Arad', NULL, 0),
(765, 2, 'Camna', 'Arad', NULL, 0),
(766, 2, 'Capalnas', 'Arad', NULL, 94),
(767, 2, 'Caporal Alexa', 'Arad', NULL, 32),
(768, 2, 'Caprioara', 'Arad', NULL, 94),
(769, 2, 'Capruta', 'Arad', NULL, 70),
(770, 2, 'Carand', 'Arad', NULL, 25),
(771, 2, 'Cermei', 'Arad', NULL, 15),
(772, 2, 'Chelmac', 'Arad', NULL, 55),
(773, 2, 'Cherelus', 'Arad', NULL, 0),
(774, 2, 'Chesint', 'Arad', NULL, 40),
(775, 2, 'Chier', 'Arad', NULL, 0),
(776, 2, 'Chisindia', 'Arad', NULL, 25),
(777, 2, 'Chisineu-Cris', 'Arad', NULL, 0),
(778, 2, 'Chislaca', 'Arad', NULL, 25),
(779, 2, 'Cicir', 'Arad', NULL, 0),
(780, 2, 'Cil', 'Arad', NULL, 35),
(781, 2, 'Cintei', 'Arad', NULL, 45),
(782, 2, 'Ciuntesti', 'Arad', NULL, 45),
(783, 2, 'Cladova', 'Arad', NULL, 35),
(784, 2, 'Clit', 'Arad', NULL, 40),
(785, 2, 'Cociuba', 'Arad', NULL, 35),
(786, 2, 'Comanesti', 'Arad', NULL, 20),
(787, 2, 'Conop', 'Arad', NULL, 52),
(788, 2, 'Corbesti', 'Arad', NULL, 110),
(789, 2, 'Coroi', 'Arad', NULL, 34),
(790, 2, 'Covasint', 'Arad', NULL, 30),
(791, 2, 'Craiva', 'Arad', NULL, 35),
(792, 2, 'Cristesti', 'Arad', NULL, 75),
(793, 2, 'Crocna', 'Arad', NULL, 30),
(794, 2, 'Cruceni', 'Arad', NULL, 0),
(795, 2, 'Cuias', 'Arad', NULL, 94),
(796, 2, 'Cuied', 'Arad', NULL, 0),
(797, 2, 'Curtici', 'Arad', NULL, 0),
(798, 2, 'Cuvesdia', 'Arad', NULL, 60),
(799, 2, 'Cuvin', 'Arad', NULL, 30),
(800, 2, 'Dezna', 'Arad', NULL, 30),
(801, 2, 'Dieci', 'Arad', NULL, 37),
(802, 2, 'Donceni', 'Arad', NULL, 25),
(803, 2, 'Dorgos', 'Arad', NULL, 55),
(804, 2, 'Dorobanti', 'Arad', NULL, 0),
(805, 2, 'Draut', 'Arad', NULL, 0),
(806, 2, 'Dud', 'Arad', NULL, 18),
(807, 2, 'Dulcele', 'Arad', NULL, 65),
(808, 2, 'Dumbrava', 'Arad', NULL, 46),
(809, 2, 'Dumbravita', 'Arad', NULL, 75),
(810, 2, 'Fantanele', 'Arad', NULL, 0),
(811, 2, 'Felnac', 'Arad', NULL, 0),
(812, 2, 'Fenis', 'Arad', NULL, 55),
(813, 2, 'Firiteaz', 'Arad', NULL, 26),
(814, 2, 'Fiscut', 'Arad', NULL, 0),
(815, 2, 'Frumuseni', 'Arad', NULL, 0),
(816, 2, 'Galsa', 'Arad', NULL, 30),
(817, 2, 'Ghioroc', 'Arad', NULL, 28),
(818, 2, 'Graniceri', 'Arad', NULL, 63),
(819, 2, 'Groseni', 'Arad', NULL, 30),
(820, 2, 'Grosi', 'Arad', NULL, 65),
(821, 2, 'Grosii Noi', 'Arad', NULL, 75),
(822, 2, 'Gura Vaii', 'Arad', NULL, 40),
(823, 2, 'Gurahont', 'Arad', NULL, 50),
(824, 2, 'Gurba', 'Arad', NULL, 20),
(825, 2, 'Halalis', 'Arad', NULL, 90),
(826, 2, 'Halmagel', 'Arad', NULL, 65),
(827, 2, 'Halmagiu', 'Arad', NULL, 65),
(828, 2, 'Hasmas', 'Arad', NULL, 75),
(829, 2, 'Hodis', 'Arad', NULL, 15),
(830, 2, 'Hontisor', 'Arad', NULL, 40),
(831, 2, 'Horia', 'Arad', NULL, 0),
(832, 2, 'Hunedoara Timisana', 'Arad', NULL, 30),
(833, 2, 'Iacobini', 'Arad', NULL, 39),
(834, 2, 'Iercoseni', 'Arad', NULL, 35),
(835, 2, 'Iermata', 'Arad', NULL, 0),
(836, 2, 'Iermata Neagra', 'Arad', NULL, 58),
(837, 2, 'Ignesti', 'Arad', NULL, 20),
(838, 2, 'Ilteu', 'Arad', NULL, 100),
(839, 2, 'Ineu', 'Arad', NULL, 0),
(840, 2, 'Ionesti', 'Arad', NULL, 86),
(841, 2, 'Iosas', 'Arad', NULL, 36),
(842, 2, 'Iratosu', 'Arad', NULL, 0),
(843, 2, 'Joia Mare', 'Arad', NULL, 30),
(844, 2, 'Julita', 'Arad', NULL, 70),
(845, 2, 'Labasint', 'Arad', NULL, 56),
(846, 2, 'Lalasint', 'Arad', NULL, 60),
(847, 2, 'Laz', 'Arad', NULL, 35),
(848, 2, 'Lazuri', 'Arad', NULL, 60),
(849, 2, 'Leasa', 'Arad', NULL, 60),
(850, 2, 'Lestioara', 'Arad', NULL, 60),
(851, 2, 'Lipova', 'Arad', NULL, 0),
(852, 2, 'Livada', 'Arad', NULL, 0),
(853, 2, 'Luguzau', 'Arad', NULL, 25),
(854, 2, 'Luncsoara', 'Arad', NULL, 85),
(855, 2, 'Lupesti', 'Arad', NULL, 90),
(856, 2, 'Macea', 'Arad', NULL, 0),
(857, 2, 'Maderat', 'Arad', NULL, 27),
(858, 2, 'Madrigesti', 'Arad', NULL, 43),
(859, 2, 'Magulicea', 'Arad', NULL, 70),
(860, 2, 'Mailat', 'Arad', NULL, 33),
(861, 2, 'Manastur', 'Arad', NULL, 28),
(862, 2, 'Mandruloc', 'Arad', NULL, 0),
(863, 2, 'Manerau', 'Arad', NULL, 20),
(864, 2, 'Maraus', 'Arad', NULL, 37),
(865, 2, 'Masca', 'Arad', NULL, 30),
(866, 2, 'Mermesti', 'Arad', NULL, 74),
(867, 2, 'Milova', 'Arad', NULL, 45),
(868, 2, 'Minead', 'Arad', NULL, 23),
(869, 2, 'Minis', 'Arad', NULL, 30),
(870, 2, 'Minisel', 'Arad', NULL, 0),
(871, 2, 'Minisu de Sus', 'Arad', NULL, 0),
(872, 2, 'Misca', 'Arad', NULL, 60),
(873, 2, 'Mocrea', 'Arad', NULL, 0),
(874, 2, 'Moneasa', 'Arad', NULL, 40),
(875, 2, 'Monorostia', 'Arad', NULL, 65),
(876, 2, 'Moroda', 'Arad', NULL, 0),
(877, 2, 'Motiori', 'Arad', NULL, 19),
(878, 2, 'Munar', 'Arad', NULL, 28),
(879, 2, 'Mustesti', 'Arad', NULL, 36),
(880, 2, 'Nadab', 'Arad', NULL, 0),
(881, 2, 'Nadalbesti', 'Arad', NULL, 30),
(882, 2, 'Nadas', 'Arad', NULL, 0),
(883, 2, 'Nadlac', 'Arad', NULL, 0),
(884, 2, 'Neagra', 'Arad', NULL, 30),
(885, 2, 'Nermis', 'Arad', NULL, 22),
(886, 2, 'Neudorf', 'Arad', NULL, 35),
(887, 2, 'Nicolae Balcescu', 'Arad', NULL, 75),
(888, 2, 'Obarsia', 'Arad', NULL, 110),
(889, 2, 'Odvos', 'Arad', NULL, 50),
(890, 2, 'Olari', 'Arad', NULL, 32),
(891, 2, 'Ostrov', 'Arad', NULL, 85),
(892, 2, 'Paiuseni', 'Arad', NULL, 25),
(893, 2, 'Pancota', 'Arad', NULL, 20),
(894, 2, 'Parnesti', 'Arad', NULL, 90),
(895, 2, 'Patars', 'Arad', NULL, 60),
(896, 2, 'Paulian', 'Arad', NULL, 20),
(897, 2, 'Paulis', 'Arad', NULL, 0),
(898, 2, 'Pecica', 'Arad', NULL, 0),
(899, 2, 'Peregu Mare', 'Arad', NULL, 40),
(900, 2, 'Peregu Mic', 'Arad', NULL, 35),
(901, 2, 'Pescari', 'Arad', NULL, 34),
(902, 2, 'Petris', 'Arad', NULL, 105),
(903, 2, 'Pilu', 'Arad', NULL, 65),
(904, 2, 'Plescuta', 'Arad', NULL, 42),
(905, 2, 'Poiana', 'Arad', NULL, 65),
(906, 2, 'Poienari', 'Arad', NULL, 65),
(907, 2, 'Prunisor', 'Arad', NULL, 20),
(908, 2, 'Radesti', 'Arad', NULL, 40),
(909, 2, 'Radna', 'Arad', NULL, 0),
(910, 2, 'Ranusa', 'Arad', NULL, 35),
(911, 2, 'Rapsig', 'Arad', NULL, 20),
(912, 2, 'Revetis', 'Arad', NULL, 35),
(913, 2, 'Rogoz de Beliu', 'Arad', NULL, 40),
(914, 2, 'Rosia', 'Arad', NULL, 40),
(915, 2, 'Rosia Noua', 'Arad', NULL, 100),
(916, 2, 'Rostoci', 'Arad', NULL, 41),
(917, 2, 'Sagu', 'Arad', NULL, 0),
(918, 2, 'Salajeni', 'Arad', NULL, 25),
(919, 2, 'Sambateni', 'Arad', NULL, 0),
(920, 2, 'Sanleani', 'Arad', NULL, 0),
(921, 2, 'Sanmartin', 'Arad', NULL, 30),
(922, 2, 'Sanpaul', 'Arad', NULL, 0),
(923, 2, 'Sanpetru German', 'Arad', NULL, 30),
(924, 2, 'Santana', 'Arad', NULL, 30),
(925, 2, 'Sarbi', 'Arad', NULL, 60),
(926, 2, 'Satu Mare', 'Arad', NULL, 55),
(927, 2, 'Satu Mic', 'Arad', NULL, 25),
(928, 2, 'Satu Nou', 'Arad', NULL, 50),
(929, 2, 'Savarsin', 'Arad', NULL, 90),
(930, 2, 'Sebis', 'Arad', NULL, 0),
(931, 2, 'Secaci', 'Arad', NULL, 20),
(932, 2, 'Secas', 'Arad', NULL, 55),
(933, 2, 'Secusigiu', 'Arad', NULL, 32),
(934, 2, 'Sederhat', 'Arad', NULL, 0),
(935, 2, 'Seitin', 'Arad', NULL, 50),
(936, 2, 'Seleus', 'Arad', NULL, 15),
(937, 2, 'Seliste', 'Arad', NULL, 105),
(938, 2, 'Selistea', 'Arad', NULL, 35),
(939, 2, 'Semlac', 'Arad', NULL, 35),
(940, 2, 'Sepreus', 'Arad', NULL, 65),
(941, 2, 'Siad', 'Arad', NULL, 35),
(942, 2, 'Siclau', 'Arad', NULL, 56),
(943, 2, 'Sicula', 'Arad', NULL, 0),
(944, 2, 'Silindia', 'Arad', NULL, 0),
(945, 2, 'Simand', 'Arad', NULL, 35),
(946, 2, 'Sintea Mare', 'Arad', NULL, 55),
(947, 2, 'Sintea Mica', 'Arad', NULL, 32),
(948, 2, 'Siria', 'Arad', NULL, 30),
(949, 2, 'Sistarovat', 'Arad', NULL, 50),
(950, 2, 'Slatina de Cris', 'Arad', NULL, 35),
(951, 2, 'Slatina de Mures', 'Arad', NULL, 83),
(952, 2, 'Socodor', 'Arad', NULL, 50),
(953, 2, 'Sofronea', 'Arad', NULL, 0),
(954, 2, 'Soimos', 'Arad', NULL, 0),
(955, 2, 'Somosches', 'Arad', NULL, 20),
(956, 2, 'Stejar', 'Arad', NULL, 81),
(957, 2, 'Stoinesti', 'Arad', NULL, 40),
(958, 2, 'Susag', 'Arad', NULL, 39),
(959, 2, 'Susani', 'Arad', NULL, 25),
(960, 2, 'Tagadau', 'Arad', NULL, 17),
(961, 2, 'Talagiu', 'Arad', NULL, 50),
(962, 2, 'Talmaci', 'Arad', NULL, 41),
(963, 2, 'Tarmure', 'Arad', NULL, 85),
(964, 2, 'Tarnavita', 'Arad', NULL, 80),
(965, 2, 'Tarnova', 'Arad', NULL, 20),
(966, 2, 'Taut', 'Arad', NULL, 0),
(967, 2, 'Tela', 'Arad', NULL, 70),
(968, 2, 'Temesesti', 'Arad', NULL, 95),
(969, 2, 'Tipar', 'Arad', NULL, 55),
(970, 2, 'Tisa', 'Arad', NULL, 0),
(971, 2, 'Tisa Noua', 'Arad', NULL, 0),
(972, 2, 'Toc', 'Arad', NULL, 100),
(973, 2, 'Tohesti', 'Arad', NULL, 80),
(974, 2, 'Troas', 'Arad', NULL, 99),
(975, 2, 'Turnu', 'Arad', NULL, 0),
(976, 2, 'Urvisu de Beliu', 'Arad', NULL, 38),
(977, 2, 'Ususau', 'Arad', NULL, 52),
(978, 2, 'Valea Mare (Gurahont)', 'Arad', NULL, 55),
(979, 2, 'Valea Mare (Savarsin)', 'Arad', NULL, 95),
(980, 2, 'Vanatori', 'Arad', NULL, 64),
(981, 2, 'Varadia de Mures', 'Arad', NULL, 80),
(982, 2, 'Varfurile', 'Arad', NULL, 55),
(983, 2, 'Variasu Mare', 'Arad', NULL, 0),
(984, 2, 'Variasu Mic', 'Arad', NULL, 0),
(985, 2, 'Varnita', 'Arad', NULL, 55),
(986, 2, 'Varsand', 'Arad', NULL, 70),
(987, 2, 'Vasile Goldis', 'Arad', NULL, 22),
(988, 2, 'Vasoaia', 'Arad', NULL, 86),
(989, 2, 'Vidra', 'Arad', NULL, 55),
(990, 2, 'Vinga', 'Arad', NULL, 0),
(991, 2, 'Virismort', 'Arad', NULL, 75),
(992, 2, 'Vladimirescu', 'Arad', NULL, 0),
(993, 2, 'Voivodeni', 'Arad', NULL, 0),
(994, 2, 'Zabalt', 'Arad', NULL, 62),
(995, 2, 'Zabrani', 'Arad', NULL, 28),
(996, 2, 'Zadareni', 'Arad', NULL, 0),
(997, 2, 'Zarand', 'Arad', NULL, 20),
(998, 2, 'Zerind', 'Arad', NULL, 56),
(999, 2, 'Zerindu Mic', 'Arad', NULL, 57),
(1000, 2, 'Zimandcuz', 'Arad', NULL, 0),
(1001, 2, 'Zimandu Nou', 'Arad', NULL, 0),
(1002, 2, 'Zimbru', 'Arad', NULL, 40),
(1003, 3, 'ADUNATI', 'Arges', NULL, 65),
(1004, 3, 'Afrimesti', 'Arges', NULL, 50),
(1005, 3, 'Albesti', 'Arges', NULL, 0),
(1006, 3, 'Albestii de Arges', 'Arges', NULL, 0),
(1007, 3, 'Albestii de Muscel', 'Arges', NULL, 0),
(1008, 3, 'Albestii Pamanteni', 'Arges', NULL, 0),
(1009, 3, 'Albestii Ungureni', 'Arges', NULL, 0),
(1010, 3, 'Albota', 'Arges', NULL, 0),
(1011, 3, 'Albotele', 'Arges', NULL, 25),
(1012, 3, 'Alunis', 'Arges', NULL, 23),
(1013, 3, 'Alunisu (Baiculesti)', 'Arges', NULL, 22),
(1014, 3, 'Alunisu (Bradulet)', 'Arges', NULL, 27),
(1015, 3, 'Anghinesti', 'Arges', NULL, 0),
(1016, 3, 'Aninoasa', 'Arges', NULL, 20),
(1017, 3, 'Arefu', 'Arges', NULL, 30),
(1018, 3, 'Argesani', 'Arges', NULL, 18),
(1019, 3, 'Argeselu', 'Arges', NULL, 0),
(1020, 3, 'Babana', 'Arges', NULL, 20),
(1021, 3, 'Babaroaga', 'Arges', NULL, 50),
(1022, 3, 'Bacesti', 'Arges', NULL, 0),
(1023, 3, 'Badeni', 'Arges', NULL, 20),
(1024, 3, 'Badesti (Barla)', 'Arges', NULL, 32),
(1025, 3, 'Badesti (Pietrosani)', 'Arges', NULL, 32),
(1026, 3, 'Badicea', 'Arges', NULL, 30),
(1027, 3, 'Badila', 'Arges', NULL, 0),
(1028, 3, 'Badislava', 'Arges', NULL, 20),
(1029, 3, 'Badulesti', 'Arges', NULL, 35),
(1030, 3, 'Baiculesti', 'Arges', NULL, 0),
(1031, 3, 'Baila', 'Arges', NULL, 30),
(1032, 3, 'Bajanesti', 'Arges', NULL, 0),
(1033, 3, 'Bajesti', 'Arges', NULL, 25),
(1034, 3, 'Balabani', 'Arges', NULL, 32),
(1035, 3, 'Balilesti', 'Arges', NULL, 30),
(1036, 3, 'Balilesti (Tigveni)', 'Arges', NULL, 20),
(1037, 3, 'Baloteasca', 'Arges', NULL, 30),
(1038, 3, 'Baltata', 'Arges', NULL, 45),
(1039, 3, 'Balteni', 'Arges', NULL, 17),
(1040, 3, 'Banaresti', 'Arges', NULL, 0),
(1041, 3, 'Banicesti', 'Arges', NULL, 20),
(1042, 3, 'Bantau', 'Arges', NULL, 40),
(1043, 3, 'Baranesti', 'Arges', NULL, 35),
(1044, 3, 'Barasti', 'Arges', NULL, 27),
(1045, 3, 'Barbalani', 'Arges', NULL, 55),
(1046, 3, 'Barbalatesti', 'Arges', NULL, 0),
(1047, 3, 'Barbatesti', 'Arges', NULL, 30),
(1048, 3, 'Barla', 'Arges', NULL, 55),
(1049, 3, 'Barlogu', 'Arges', NULL, 40),
(1050, 3, 'Barloi', 'Arges', NULL, 40),
(1051, 3, 'Barsestii de Jos', 'Arges', NULL, 22),
(1052, 3, 'Barsestii de Sus', 'Arges', NULL, 22),
(1053, 3, 'Barzesti', 'Arges', NULL, 0),
(1054, 3, 'Bascov', 'Arges', NULL, 0),
(1055, 3, 'Bascovele', 'Arges', NULL, 30),
(1056, 3, 'Batrani', 'Arges', NULL, 0),
(1057, 3, 'Beculesti', 'Arges', NULL, 55),
(1058, 3, 'Beleti', 'Arges', NULL, 25),
(1059, 3, 'Beleti-Negresti', 'Arges', NULL, 35),
(1060, 3, 'Berevoesti', 'Arges', NULL, 20),
(1061, 3, 'Berindesti', 'Arges', NULL, 25),
(1062, 3, 'Bilcesti', 'Arges', NULL, 0),
(1063, 3, 'Blaju', 'Arges', NULL, 12),
(1064, 3, 'Blejani', 'Arges', NULL, 30),
(1065, 3, 'Bogati', 'Arges', NULL, 35),
(1066, 3, 'Bolculesti', 'Arges', NULL, 0),
(1067, 3, 'Bolovanesti', 'Arges', NULL, 22),
(1068, 3, 'Bordeieni', 'Arges', NULL, 0),
(1069, 3, 'Borlesti', 'Arges', NULL, 0),
(1070, 3, 'Borobanesti', 'Arges', NULL, 17),
(1071, 3, 'Borovinesti', 'Arges', NULL, 0),
(1072, 3, 'Botarcani', 'Arges', NULL, 0),
(1073, 3, 'Boteni', 'Arges', NULL, 20),
(1074, 3, 'Botesti', 'Arges', NULL, 0),
(1075, 3, 'Brabeti', 'Arges', NULL, 50),
(1076, 3, 'Bradetu', 'Arges', NULL, 30),
(1077, 3, 'Bradu', 'Arges', NULL, 0),
(1078, 3, 'Bradulet', 'Arges', NULL, 30),
(1079, 3, 'Braileni', 'Arges', NULL, 0),
(1080, 3, 'Branistea', 'Arges', NULL, 40),
(1081, 3, 'Branzari', 'Arges', NULL, 0),
(1082, 3, 'Brateasca', 'Arges', NULL, 0),
(1083, 3, 'Bratesti', 'Arges', NULL, 16),
(1084, 3, 'Bratia (Berevoesti)', 'Arges', NULL, 30),
(1085, 3, 'Bratia (Ciomagesti)', 'Arges', NULL, 45),
(1086, 3, 'Brosteni (Aninoasa)', 'Arges', NULL, 27),
(1087, 3, 'Brosteni (Costesti)', 'Arges', NULL, 20),
(1088, 3, 'Bucov', 'Arges', NULL, 60),
(1089, 3, 'Bucsenesti', 'Arges', NULL, 25),
(1090, 3, 'Bucsenesti-Lotasi', 'Arges', NULL, 23),
(1091, 3, 'Budeasa', 'Arges', NULL, 0),
(1092, 3, 'Budeasa Mare', 'Arges', NULL, 0),
(1093, 3, 'Budeasa Mica', 'Arges', NULL, 0),
(1094, 3, 'Budisteni', 'Arges', NULL, 0),
(1095, 3, 'Bughea de Jos', 'Arges', NULL, 0),
(1096, 3, 'Bughea de Sus', 'Arges', NULL, 0),
(1097, 3, 'Bujoi', 'Arges', NULL, 45),
(1098, 3, 'Bujoreni', 'Arges', NULL, 35),
(1099, 3, 'Bumbueni', 'Arges', NULL, 0),
(1100, 3, 'Bunesti (Cotmeana)', 'Arges', NULL, 30),
(1101, 3, 'Bunesti (Malureni)', 'Arges', NULL, 30),
(1102, 3, 'Burdea', 'Arges', NULL, 65),
(1103, 3, 'Burdesti', 'Arges', NULL, 0),
(1104, 3, 'Buretesti', 'Arges', NULL, 35),
(1105, 3, 'Burlusi', 'Arges', NULL, 18),
(1106, 3, 'Burnesti', 'Arges', NULL, 15),
(1107, 3, 'Buta', 'Arges', NULL, 40),
(1108, 3, 'Buzoesti', 'Arges', NULL, 40),
(1109, 3, 'Caldararu', 'Arges', NULL, 55),
(1110, 3, 'Calinesti', 'Arges', NULL, 0),
(1111, 3, 'Calotesti', 'Arges', NULL, 0),
(1112, 3, 'Campulung', 'Arges', NULL, 0),
(1113, 3, 'Candesti', 'Arges', NULL, 20),
(1114, 3, 'Capatanenii Pamanteni', 'Arges', NULL, 30),
(1115, 3, 'Capatanenii Ungureni', 'Arges', NULL, 30),
(1116, 3, 'Capu Piscului (Godeni)', 'Arges', NULL, 15),
(1117, 3, 'Capu Piscului (Merisani)', 'Arges', NULL, 20),
(1118, 3, 'Carcesti', 'Arges', NULL, 45),
(1119, 3, 'Carciumaresti', 'Arges', NULL, 25),
(1120, 3, 'Carpenis', 'Arges', NULL, 32),
(1121, 3, 'Carstieni', 'Arges', NULL, 0),
(1122, 3, 'Catane', 'Arges', NULL, 30),
(1123, 3, 'Catanele', 'Arges', NULL, 0),
(1124, 3, 'Cateasca', 'Arges', NULL, 0),
(1125, 3, 'Catunasi', 'Arges', NULL, 0),
(1126, 3, 'Ceauresti', 'Arges', NULL, 32),
(1127, 3, 'Ceausesti', 'Arges', NULL, 20),
(1128, 3, 'Cepari', 'Arges', NULL, 25),
(1129, 3, 'Cepari (Poiana Lacului)', 'Arges', NULL, 20),
(1130, 3, 'Ceparii Pamanteni', 'Arges', NULL, 25),
(1131, 3, 'Ceparii Ungureni', 'Arges', NULL, 20),
(1132, 3, 'Cerbu', 'Arges', NULL, 0),
(1133, 3, 'Cerbureni', 'Arges', NULL, 0),
(1134, 3, 'Cersani', 'Arges', NULL, 0),
(1135, 3, 'Cetateni', 'Arges', NULL, 25),
(1136, 3, 'Chilii', 'Arges', NULL, 0),
(1137, 3, 'Chiritesti (Suseni)', 'Arges', NULL, 0),
(1138, 3, 'Chiritesti (Uda)', 'Arges', NULL, 31),
(1139, 3, 'Chiritesti (Vedea)', 'Arges', NULL, 31),
(1140, 3, 'Chitani', 'Arges', NULL, 0),
(1141, 3, 'Chitesti', 'Arges', NULL, 35),
(1142, 3, 'Cicanesti', 'Arges', NULL, 20),
(1143, 3, 'Ciesti', 'Arges', NULL, 30),
(1144, 3, 'Ciobanesti', 'Arges', NULL, 20),
(1145, 3, 'Ciobani', 'Arges', NULL, 0),
(1146, 3, 'Ciocanai', 'Arges', NULL, 0),
(1147, 3, 'Ciocanesti', 'Arges', NULL, 0),
(1148, 3, 'Ciocanu', 'Arges', NULL, 50),
(1149, 3, 'Ciocesti', 'Arges', NULL, 40),
(1150, 3, 'Ciofrangeni', 'Arges', NULL, 25),
(1151, 3, 'Ciolcesti', 'Arges', NULL, 30),
(1152, 3, 'Ciomagesti', 'Arges', NULL, 0),
(1153, 3, 'Ciresu', 'Arges', NULL, 20),
(1154, 3, 'Cismea', 'Arges', NULL, 0),
(1155, 3, 'Ciulnita', 'Arges', NULL, 30),
(1156, 3, 'Ciupa-Manciulescu', 'Arges', NULL, 0),
(1157, 3, 'Ciuresti', 'Arges', NULL, 25),
(1158, 3, 'Clucereasa', 'Arges', NULL, 0),
(1159, 3, 'Cocenesti', 'Arges', NULL, 15),
(1160, 3, 'Cochinesti', 'Arges', NULL, 37),
(1161, 3, 'Cocu', 'Arges', NULL, 20),
(1162, 3, 'Colibasi', 'Arges', NULL, 0),
(1163, 3, 'Colnic', 'Arges', NULL, 0),
(1164, 3, 'Coltu', 'Arges', NULL, 45),
(1165, 3, 'Contesti', 'Arges', NULL, 0),
(1166, 3, 'Corbeni', 'Arges', NULL, 20),
(1167, 3, 'Corbi', 'Arges', NULL, 40),
(1168, 3, 'Corbsori', 'Arges', NULL, 35),
(1169, 3, 'Cornatel', 'Arges', NULL, 40),
(1170, 3, 'Cosaci', 'Arges', NULL, 25),
(1171, 3, 'Coseri', 'Arges', NULL, 0),
(1172, 3, 'Cosesti', 'Arges', NULL, 25),
(1173, 3, 'Costesti', 'Arges', NULL, 25),
(1174, 3, 'Costesti (Cotmeana)', 'Arges', NULL, 30),
(1175, 3, 'Costesti-Valsan', 'Arges', NULL, 30),
(1176, 3, 'Costita', 'Arges', NULL, 0),
(1177, 3, 'Coteasca', 'Arges', NULL, 32),
(1178, 3, 'Cotenesti', 'Arges', NULL, 25),
(1179, 3, 'Cotesti', 'Arges', NULL, 15),
(1180, 3, 'Cotmeana', 'Arges', NULL, 30),
(1181, 3, 'Cotmeana (Stolnici)', 'Arges', NULL, 40),
(1182, 3, 'Cotmenita', 'Arges', NULL, 0),
(1183, 3, 'Cotu (Cuca)', 'Arges', NULL, 46),
(1184, 3, 'Cotu (Uda)', 'Arges', NULL, 46),
(1185, 3, 'Cotu Malului', 'Arges', NULL, 20),
(1186, 3, 'Crampotani', 'Arges', NULL, 17),
(1187, 3, 'Crintesti', 'Arges', NULL, 0),
(1188, 3, 'Crivatu', 'Arges', NULL, 45),
(1189, 3, 'Crucisoara', 'Arges', NULL, 0),
(1190, 3, 'Cuca', 'Arges', NULL, 45),
(1191, 3, 'Cungrea', 'Arges', NULL, 50),
(1192, 3, 'Curtea de Arges', 'Arges', NULL, 0),
(1193, 3, 'Curteanca', 'Arges', NULL, 40),
(1194, 3, 'Dambovicioara', 'Arges', NULL, 45),
(1195, 3, 'Darmanesti', 'Arges', NULL, 0),
(1196, 3, 'Davidesti', 'Arges', NULL, 25),
(1197, 3, 'Deagu de Jos', 'Arges', NULL, 45),
(1198, 3, 'Deagu de Sus', 'Arges', NULL, 50),
(1199, 3, 'Dealu', 'Arges', NULL, 38),
(1200, 3, 'Dealu Bisericii', 'Arges', NULL, 32),
(1201, 3, 'Dealu Bradului', 'Arges', NULL, 27),
(1202, 3, 'Dealu Frumos', 'Arges', NULL, 0),
(1203, 3, 'Dealu Obejdeanului', 'Arges', NULL, 45),
(1204, 3, 'Dealu Orasului', 'Arges', NULL, 0),
(1205, 3, 'Dealu Padurii', 'Arges', NULL, 35),
(1206, 3, 'Dealu Tolcesii', 'Arges', NULL, 36),
(1207, 3, 'Dealu Viilor (Mosoaia)', 'Arges', NULL, 0),
(1208, 3, 'Dealu Viilor (Poiana Lacului)', 'Arges', NULL, 0),
(1209, 3, 'Dedulesti', 'Arges', NULL, 40),
(1210, 3, 'Diconesti', 'Arges', NULL, 30),
(1211, 3, 'Dincani', 'Arges', NULL, 30),
(1212, 3, 'Dinculesti', 'Arges', NULL, 0),
(1213, 3, 'Doblea', 'Arges', NULL, 0),
(1214, 3, 'Dobresti', 'Arges', NULL, 35),
(1215, 3, 'Dobrogostea', 'Arges', NULL, 0),
(1216, 3, 'Dobrotu', 'Arges', NULL, 0),
(1217, 3, 'Dogari', 'Arges', NULL, 45),
(1218, 3, 'Domnesti', 'Arges', NULL, 25),
(1219, 3, 'Draganu', 'Arges', NULL, 20),
(1220, 3, 'Draganu-Olteni', 'Arges', NULL, 0),
(1221, 3, 'Draghescu', 'Arges', NULL, 29),
(1222, 3, 'Draghicesti', 'Arges', NULL, 25),
(1223, 3, 'Draghici', 'Arges', NULL, 20),
(1224, 3, 'Dragolesti', 'Arges', NULL, 35),
(1225, 3, 'Dragoslavele', 'Arges', NULL, 20),
(1226, 3, 'Dumbrava', 'Arges', NULL, 40),
(1227, 3, 'Dumbravesti', 'Arges', NULL, 20),
(1228, 3, 'Dumiresti', 'Arges', NULL, 0),
(1229, 3, 'Enculesti', 'Arges', NULL, 0),
(1230, 3, 'Facaletesti', 'Arges', NULL, 0),
(1231, 3, 'Fagetu', 'Arges', NULL, 0),
(1232, 3, 'Falfani', 'Arges', NULL, 35),
(1233, 3, 'Fantanea', 'Arges', NULL, 0),
(1234, 3, 'Fata', 'Arges', NULL, 35),
(1235, 3, 'Fedelesoiu', 'Arges', NULL, 50),
(1236, 3, 'Florieni', 'Arges', NULL, 23),
(1237, 3, 'Fratesti', 'Arges', NULL, 0),
(1238, 3, 'Fratici', 'Arges', NULL, 30),
(1239, 3, 'Furduesti', 'Arges', NULL, 25),
(1240, 3, 'Furesti', 'Arges', NULL, 30),
(1241, 3, 'Furnicosi', 'Arges', NULL, 20),
(1242, 3, 'Gainusa', 'Arges', NULL, 28),
(1243, 3, 'Galasesti (Budeasa)', 'Arges', NULL, 0),
(1244, 3, 'Galasesti (Suseni)', 'Arges', NULL, 25),
(1245, 3, 'Galcesti', 'Arges', NULL, 0),
(1246, 3, 'Galesu', 'Arges', NULL, 25),
(1247, 3, 'Galeteanu', 'Arges', NULL, 0),
(1248, 3, 'Gamacesti', 'Arges', NULL, 20),
(1249, 3, 'Ganesti', 'Arges', NULL, 35),
(1250, 3, 'Gardinesti', 'Arges', NULL, 25),
(1251, 3, 'Gaujani', 'Arges', NULL, 40),
(1252, 3, 'Geamana', 'Arges', NULL, 0),
(1253, 3, 'Giuclani', 'Arges', NULL, 50),
(1254, 3, 'Glambocata', 'Arges', NULL, 30),
(1255, 3, 'Glambocata-Deal', 'Arges', NULL, 26),
(1256, 3, 'Glambocel', 'Arges', NULL, 45),
(1257, 3, 'Glambocelu', 'Arges', NULL, 30),
(1258, 3, 'Glambocu', 'Arges', NULL, 0),
(1259, 3, 'Glavacioc', 'Arges', NULL, 65),
(1260, 3, 'Gliganu de Jos', 'Arges', NULL, 25);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(1261, 3, 'Gliganu de Sus', 'Arges', NULL, 25),
(1262, 3, 'Glodu (Calinesti)', 'Arges', NULL, 0),
(1263, 3, 'Glodu (Leordeni)', 'Arges', NULL, 25),
(1264, 3, 'Godeni', 'Arges', NULL, 0),
(1265, 3, 'Goia', 'Arges', NULL, 45),
(1266, 3, 'Goleasca', 'Arges', NULL, 50),
(1267, 3, 'Golesti (Balilesti)', 'Arges', NULL, 30),
(1268, 3, 'Golesti (stefanesti)', 'Arges', NULL, 0),
(1269, 3, 'Goranesti', 'Arges', NULL, 0),
(1270, 3, 'Gorani', 'Arges', NULL, 40),
(1271, 3, 'Gorganu', 'Arges', NULL, 0),
(1272, 3, 'Greaban', 'Arges', NULL, 40),
(1273, 3, 'Greabanu', 'Arges', NULL, 25),
(1274, 3, 'Grosani', 'Arges', NULL, 0),
(1275, 3, 'Grosi', 'Arges', NULL, 0),
(1276, 3, 'Gruiu (Cateasca)', 'Arges', NULL, 25),
(1277, 3, 'Gruiu (Nucsoara)', 'Arges', NULL, 35),
(1278, 3, 'Gura Pravat', 'Arges', NULL, 0),
(1279, 3, 'Gura Vaii', 'Arges', NULL, 0),
(1280, 3, 'Harsesti', 'Arges', NULL, 45),
(1281, 3, 'Hartiesti', 'Arges', NULL, 40),
(1282, 3, 'Hintesti', 'Arges', NULL, 0),
(1283, 3, 'Huluba', 'Arges', NULL, 35),
(1284, 3, 'Humele', 'Arges', NULL, 45),
(1285, 3, 'Ianculesti', 'Arges', NULL, 37),
(1286, 3, 'Ioanicesti', 'Arges', NULL, 35),
(1287, 3, 'Ionesti', 'Arges', NULL, 35),
(1288, 3, 'Izbasesti', 'Arges', NULL, 35),
(1289, 3, 'Izvorani', 'Arges', NULL, 0),
(1290, 3, 'Izvoru', 'Arges', NULL, 50),
(1291, 3, 'Izvoru de Jos', 'Arges', NULL, 27),
(1292, 3, 'Izvoru de Sus', 'Arges', NULL, 25),
(1293, 3, 'Jgheaburi', 'Arges', NULL, 38),
(1294, 3, 'Jugur', 'Arges', NULL, 15),
(1295, 3, 'Jupanesti', 'Arges', NULL, 30),
(1296, 3, 'Laceni', 'Arges', NULL, 20),
(1297, 3, 'Lacurile', 'Arges', NULL, 28),
(1298, 3, 'Laicai', 'Arges', NULL, 30),
(1299, 3, 'Langesti', 'Arges', NULL, 20),
(1300, 3, 'Lapusani', 'Arges', NULL, 35),
(1301, 3, 'Launele de Sus', 'Arges', NULL, 50),
(1302, 3, 'Lazaresti (Mosoaia)', 'Arges', NULL, 0),
(1303, 3, 'Lazaresti (Schitu Golesti)', 'Arges', NULL, 20),
(1304, 3, 'Leicesti', 'Arges', NULL, 30),
(1305, 3, 'Lentea', 'Arges', NULL, 40),
(1306, 3, 'Leordeni', 'Arges', NULL, 25),
(1307, 3, 'Leresti', 'Arges', NULL, 0),
(1308, 3, 'Lesile', 'Arges', NULL, 40),
(1309, 3, 'Lespezi', 'Arges', NULL, 28),
(1310, 3, 'Lintesti', 'Arges', NULL, 30),
(1311, 3, 'Lipia', 'Arges', NULL, 0),
(1312, 3, 'Livezeni', 'Arges', NULL, 25),
(1313, 3, 'Loturi', 'Arges', NULL, 0),
(1314, 3, 'Lucieni', 'Arges', NULL, 27),
(1315, 3, 'Luminile', 'Arges', NULL, 35),
(1316, 3, 'Lunca', 'Arges', NULL, 25),
(1317, 3, 'Lunca Corbului', 'Arges', NULL, 25),
(1318, 3, 'Lunca Gartii', 'Arges', NULL, 20),
(1319, 3, 'Lungani', 'Arges', NULL, 30),
(1320, 3, 'Lungulesti', 'Arges', NULL, 30),
(1321, 3, 'Lupueni', 'Arges', NULL, 0),
(1322, 3, 'Macai', 'Arges', NULL, 40),
(1323, 3, 'Malu (Barla)', 'Arges', NULL, 50),
(1324, 3, 'Malu (Godeni)', 'Arges', NULL, 18),
(1325, 3, 'Malu Vanat', 'Arges', NULL, 0),
(1326, 3, 'Malureni', 'Arges', NULL, 30),
(1327, 3, 'Mancioiu', 'Arges', NULL, 40),
(1328, 3, 'Mandra', 'Arges', NULL, 50),
(1329, 3, 'Manesti', 'Arges', NULL, 25),
(1330, 3, 'Manicesti', 'Arges', NULL, 20),
(1331, 3, 'Maracineni', 'Arges', NULL, 0),
(1332, 3, 'Mares', 'Arges', NULL, 0),
(1333, 3, 'Marghia de Jos', 'Arges', NULL, 30),
(1334, 3, 'Marghia de Sus', 'Arges', NULL, 25),
(1335, 3, 'Martalogi', 'Arges', NULL, 45),
(1336, 3, 'Martesti', 'Arges', NULL, 30),
(1337, 3, 'Matau', 'Arges', NULL, 0),
(1338, 3, 'Mavrodolu', 'Arges', NULL, 35),
(1339, 3, 'Merisani', 'Arges', NULL, 0),
(1340, 3, 'Metofu', 'Arges', NULL, 0),
(1341, 3, 'Mica', 'Arges', NULL, 0),
(1342, 3, 'Micesti', 'Arges', NULL, 0),
(1343, 3, 'Miercani', 'Arges', NULL, 35),
(1344, 3, 'Mihaesti', 'Arges', NULL, 25),
(1345, 3, 'Mioarele', 'Arges', NULL, 0),
(1346, 3, 'Mioarele (Cicanesti)', 'Arges', NULL, 22),
(1347, 3, 'Mioveni', 'Arges', NULL, 0),
(1348, 3, 'Mirosi', 'Arges', NULL, 60),
(1349, 3, 'Moara Mocanului', 'Arges', NULL, 27),
(1350, 3, 'Mogosesti', 'Arges', NULL, 30),
(1351, 3, 'Moraresti', 'Arges', NULL, 35),
(1352, 3, 'Morasti', 'Arges', NULL, 26),
(1353, 3, 'Mosoaia', 'Arges', NULL, 0),
(1354, 3, 'Mosteni-Greci', 'Arges', NULL, 40),
(1355, 3, 'Mozaceni', 'Arges', NULL, 45),
(1356, 3, 'Mozacenii-Vale', 'Arges', NULL, 60),
(1357, 3, 'Mozacu', 'Arges', NULL, 40),
(1358, 3, 'Musatesti', 'Arges', NULL, 20),
(1359, 3, 'Muscel', 'Arges', NULL, 19),
(1360, 3, 'Mustatesti', 'Arges', NULL, 0),
(1361, 3, 'Namaesti', 'Arges', NULL, 0),
(1362, 3, 'Negesti', 'Arges', NULL, 35),
(1363, 3, 'Negrasi', 'Arges', NULL, 45),
(1364, 3, 'Negreni', 'Arges', NULL, 0),
(1365, 3, 'Negresti', 'Arges', NULL, 35),
(1366, 3, 'Nejlovelu', 'Arges', NULL, 30),
(1367, 3, 'Nigrisoara', 'Arges', NULL, 55),
(1368, 3, 'Noaptes', 'Arges', NULL, 0),
(1369, 3, 'Nucsoara', 'Arges', NULL, 40),
(1370, 3, 'Oarja', 'Arges', NULL, 0),
(1371, 3, 'Odaeni', 'Arges', NULL, 25),
(1372, 3, 'Oestii Pamanteni', 'Arges', NULL, 20),
(1373, 3, 'Oestii Ungureni', 'Arges', NULL, 20),
(1374, 3, 'Ogrezea', 'Arges', NULL, 25),
(1375, 3, 'Opresti', 'Arges', NULL, 31),
(1376, 3, 'Orodel', 'Arges', NULL, 45),
(1377, 3, 'Otelu', 'Arges', NULL, 0),
(1378, 3, 'Pacioiu', 'Arges', NULL, 28),
(1379, 3, 'Padureni', 'Arges', NULL, 0),
(1380, 3, 'Padureti', 'Arges', NULL, 27),
(1381, 3, 'Paduroiu din Deal', 'Arges', NULL, 0),
(1382, 3, 'Paduroiu din Vale', 'Arges', NULL, 20),
(1383, 3, 'Palanga', 'Arges', NULL, 55),
(1384, 3, 'Paltenu', 'Arges', NULL, 40),
(1385, 3, 'Paraschivesti', 'Arges', NULL, 25),
(1386, 3, 'Parvu Rosu', 'Arges', NULL, 0),
(1387, 3, 'Patuleni', 'Arges', NULL, 31),
(1388, 3, 'Pauleasca (Malureni)', 'Arges', NULL, 35),
(1389, 3, 'Pauleasca (Micesti)', 'Arges', NULL, 0),
(1390, 3, 'Pauleni', 'Arges', NULL, 22),
(1391, 3, 'Paunesti', 'Arges', NULL, 50),
(1392, 3, 'Petresti', 'Arges', NULL, 40),
(1393, 3, 'Piatra (Bradulet)', 'Arges', NULL, 25),
(1394, 3, 'Piatra (Ciofrangeni)', 'Arges', NULL, 32),
(1395, 3, 'Piatra (Stoenesti)', 'Arges', NULL, 16),
(1396, 3, 'Pielesti', 'Arges', NULL, 35),
(1397, 3, 'Pietroasa', 'Arges', NULL, 0),
(1398, 3, 'Pietrosani', 'Arges', NULL, 30),
(1399, 3, 'Piscani', 'Arges', NULL, 0),
(1400, 3, 'Pitesti', 'Arges', NULL, 0),
(1401, 3, 'Pitigaia', 'Arges', NULL, 32),
(1402, 3, 'Pitoi', 'Arges', NULL, 25),
(1403, 3, 'Podeni', 'Arges', NULL, 40),
(1404, 3, 'Podisoru', 'Arges', NULL, 55),
(1405, 3, 'Podu Brosteni', 'Arges', NULL, 0),
(1406, 3, 'Podu Dambovitei', 'Arges', NULL, 33),
(1407, 3, 'Poduri', 'Arges', NULL, 37),
(1408, 3, 'Poiana Lacului', 'Arges', NULL, 0),
(1409, 3, 'Poienarei', 'Arges', NULL, 35),
(1410, 3, 'Poienari (Corbeni)', 'Arges', NULL, 27),
(1411, 3, 'Poienari (Poienarii de Arges)', 'Arges', NULL, 21),
(1412, 3, 'Poienari (Poienarii de Muscel)', 'Arges', NULL, 0),
(1413, 3, 'Poienarii de Arges', 'Arges', NULL, 30),
(1414, 3, 'Poienarii de Muscel', 'Arges', NULL, 0),
(1415, 3, 'Poienita', 'Arges', NULL, 25),
(1416, 3, 'Pojorata', 'Arges', NULL, 0),
(1417, 3, 'Popesti', 'Arges', NULL, 60),
(1418, 3, 'Popesti (Cocu)', 'Arges', NULL, 25),
(1419, 3, 'Popesti (Sapata)', 'Arges', NULL, 26),
(1420, 3, 'Priboaia', 'Arges', NULL, 30),
(1421, 3, 'Priboieni', 'Arges', NULL, 25),
(1422, 3, 'Priseaca', 'Arges', NULL, 31),
(1423, 3, 'Prislopu Mare', 'Arges', NULL, 0),
(1424, 3, 'Prislopu Mic', 'Arges', NULL, 0),
(1425, 3, 'Prodani', 'Arges', NULL, 30),
(1426, 3, 'Prosia', 'Arges', NULL, 18),
(1427, 3, 'Purcareni (Micesti)', 'Arges', NULL, 0),
(1428, 3, 'Purcareni (Popesti)', 'Arges', NULL, 61),
(1429, 3, 'Putina', 'Arges', NULL, 31),
(1430, 3, 'Raca', 'Arges', NULL, 60),
(1431, 3, 'Rachitele de Jos', 'Arges', NULL, 25),
(1432, 3, 'Rachitele de Sus', 'Arges', NULL, 30),
(1433, 3, 'Racovita', 'Arges', NULL, 0),
(1434, 3, 'Radesti', 'Arges', NULL, 30),
(1435, 3, 'Radu Negru', 'Arges', NULL, 0),
(1436, 3, 'Radutesti', 'Arges', NULL, 50),
(1437, 3, 'Rajletu-Govora', 'Arges', NULL, 35),
(1438, 3, 'Rancaciov', 'Arges', NULL, 0),
(1439, 3, 'Ratesti', 'Arges', NULL, 25),
(1440, 3, 'Ratoi', 'Arges', NULL, 25),
(1441, 3, 'Recea', 'Arges', NULL, 45),
(1442, 3, 'Recea (Cateasca)', 'Arges', NULL, 0),
(1443, 3, 'Redea', 'Arges', NULL, 35),
(1444, 3, 'Retevoiesti', 'Arges', NULL, 35),
(1445, 3, 'Robaia', 'Arges', NULL, 26),
(1446, 3, 'Rociu', 'Arges', NULL, 30),
(1447, 3, 'Rogojina', 'Arges', NULL, 0),
(1448, 3, 'Romana', 'Arges', NULL, 40),
(1449, 3, 'Rotunda', 'Arges', NULL, 20),
(1450, 3, 'Rucar', 'Arges', NULL, 25),
(1451, 3, 'Rudeni (Mihaesti)', 'Arges', NULL, 27),
(1452, 3, 'Rudeni (suici)', 'Arges', NULL, 25),
(1453, 3, 'Ruginoasa', 'Arges', NULL, 0),
(1454, 3, 'Salatrucu', 'Arges', NULL, 40),
(1455, 3, 'Salistea', 'Arges', NULL, 25),
(1456, 3, 'Samaila', 'Arges', NULL, 25),
(1457, 3, 'Samara', 'Arges', NULL, 0),
(1458, 3, 'Sandulesti', 'Arges', NULL, 30),
(1459, 3, 'Sapata', 'Arges', NULL, 25),
(1460, 3, 'Sapunari', 'Arges', NULL, 43),
(1461, 3, 'Satic', 'Arges', NULL, 40),
(1462, 3, 'Satu Nou', 'Arges', NULL, 55),
(1463, 3, 'Sboghitesti', 'Arges', NULL, 40),
(1464, 3, 'Schiau', 'Arges', NULL, 0),
(1465, 3, 'Schitu Golesti', 'Arges', NULL, 0),
(1466, 3, 'Schitu Scoicesti', 'Arges', NULL, 28),
(1467, 3, 'Schitu-Matei', 'Arges', NULL, 30),
(1468, 3, 'Selareasca', 'Arges', NULL, 55),
(1469, 3, 'Selari', 'Arges', NULL, 0),
(1470, 3, 'Sendrulesti', 'Arges', NULL, 25),
(1471, 3, 'Serbanesti (Poienarii de Muscel)', 'Arges', NULL, 0),
(1472, 3, 'Serbanesti (Rociu)', 'Arges', NULL, 26),
(1473, 3, 'Serboeni', 'Arges', NULL, 30),
(1474, 3, 'Silistea', 'Arges', NULL, 25),
(1475, 3, 'Silisteni', 'Arges', NULL, 0),
(1476, 3, 'Sinesti', 'Arges', NULL, 40),
(1477, 3, 'Slamnesti', 'Arges', NULL, 25),
(1478, 3, 'Slanic', 'Arges', NULL, 27),
(1479, 3, 'Slatina', 'Arges', NULL, 40),
(1480, 3, 'Slatioarele', 'Arges', NULL, 0),
(1481, 3, 'Slobozia', 'Arges', NULL, 60),
(1482, 3, 'Slobozia (Popesti)', 'Arges', NULL, 60),
(1483, 3, 'Slobozia (Stoenesti)', 'Arges', NULL, 22),
(1484, 3, 'Smei', 'Arges', NULL, 0),
(1485, 3, 'Smeura', 'Arges', NULL, 0),
(1486, 3, 'Spiridoni', 'Arges', NULL, 35),
(1487, 3, 'Stalpeni', 'Arges', NULL, 30),
(1488, 3, 'Stanesti', 'Arges', NULL, 25),
(1489, 3, 'Stanicei', 'Arges', NULL, 45),
(1490, 3, 'Starci', 'Arges', NULL, 0),
(1491, 3, 'Stefan cel Mare', 'Arges', NULL, 55),
(1492, 3, 'Stefanesti', 'Arges', NULL, 0),
(1493, 3, 'Stefanesti (Suseni)', 'Arges', NULL, 0),
(1494, 3, 'Stefanestii Noi', 'Arges', NULL, 0),
(1495, 3, 'Stejari', 'Arges', NULL, 13),
(1496, 3, 'Stoenesti', 'Arges', NULL, 15),
(1497, 3, 'Stolnici', 'Arges', NULL, 40),
(1498, 3, 'Strambeni (Caldararu)', 'Arges', NULL, 55),
(1499, 3, 'Strambeni (Suseni)', 'Arges', NULL, 25),
(1500, 3, 'Stroesti', 'Arges', NULL, 28),
(1501, 3, 'Suici', 'Arges', NULL, 30),
(1502, 3, 'Surdulesti', 'Arges', NULL, 65),
(1503, 3, 'Suseni', 'Arges', NULL, 0),
(1504, 3, 'Suseni (Bogati)', 'Arges', NULL, 36),
(1505, 3, 'Suslanesti', 'Arges', NULL, 15),
(1506, 3, 'Teiu', 'Arges', NULL, 35),
(1507, 3, 'Teodoresti', 'Arges', NULL, 50),
(1508, 3, 'Tiganesti', 'Arges', NULL, 20),
(1509, 3, 'Tigveni', 'Arges', NULL, 0),
(1510, 3, 'Tigveni (Ratesti)', 'Arges', NULL, 30),
(1511, 3, 'Titesti', 'Arges', NULL, 25),
(1512, 3, 'Tomsanca', 'Arges', NULL, 35),
(1513, 3, 'Tomulesti', 'Arges', NULL, 30),
(1514, 3, 'Toplita', 'Arges', NULL, 42),
(1515, 3, 'Topoloveni', 'Arges', NULL, 0),
(1516, 3, 'Turburea', 'Arges', NULL, 33),
(1517, 3, 'Turcesti', 'Arges', NULL, 25),
(1518, 3, 'Tutana', 'Arges', NULL, 18),
(1519, 3, 'Tutulesti', 'Arges', NULL, 22),
(1520, 3, 'Uda', 'Arges', NULL, 40),
(1521, 3, 'Udeni-Zavoi', 'Arges', NULL, 0),
(1522, 3, 'Uiasca', 'Arges', NULL, 0),
(1523, 3, 'Uleni', 'Arges', NULL, 23),
(1524, 3, 'Ulita', 'Arges', NULL, 25),
(1525, 3, 'Ungheni', 'Arges', NULL, 50),
(1526, 3, 'Ungureni (Bradulet)', 'Arges', NULL, 25),
(1527, 3, 'Ungureni (Valea Iasului)', 'Arges', NULL, 0),
(1528, 3, 'Urechesti', 'Arges', NULL, 25),
(1529, 3, 'Urlucea', 'Arges', NULL, 20),
(1530, 3, 'Urlueni', 'Arges', NULL, 50),
(1531, 3, 'Urluiesti', 'Arges', NULL, 25),
(1532, 3, 'Ursoaia', 'Arges', NULL, 25),
(1533, 3, 'Vacarea', 'Arges', NULL, 35),
(1534, 3, 'Valcelele', 'Arges', NULL, 0),
(1535, 3, 'Valea Badenilor', 'Arges', NULL, 20),
(1536, 3, 'Valea Bradului', 'Arges', NULL, 25),
(1537, 3, 'Valea Brazilor', 'Arges', NULL, 17),
(1538, 3, 'Valea Calului', 'Arges', NULL, 20),
(1539, 3, 'Valea Cetatuia', 'Arges', NULL, 20),
(1540, 3, 'Valea Corbului', 'Arges', NULL, 0),
(1541, 3, 'Valea Cucii', 'Arges', NULL, 45),
(1542, 3, 'Valea Danului', 'Arges', NULL, 0),
(1543, 3, 'Valea Faurului', 'Arges', NULL, 25),
(1544, 3, 'Valea Hotarului', 'Arges', NULL, 22),
(1545, 3, 'Valea Iasului', 'Arges', NULL, 0),
(1546, 3, 'Valea Indarat', 'Arges', NULL, 15),
(1547, 3, 'Valea lui Enache', 'Arges', NULL, 22),
(1548, 3, 'Valea lui Mas', 'Arges', NULL, 20),
(1549, 3, 'Valea Magurei', 'Arges', NULL, 20),
(1550, 3, 'Valea Manastirii', 'Arges', NULL, 26),
(1551, 3, 'Valea Mare', 'Arges', NULL, 0),
(1552, 3, 'Valea Mare-Bratia', 'Arges', NULL, 25),
(1553, 3, 'Valea Mare-Podgoria', 'Arges', NULL, 0),
(1554, 3, 'Valea Mare-Pravat', 'Arges', NULL, 0),
(1555, 3, 'Valea Marului', 'Arges', NULL, 0),
(1556, 3, 'Valea Muscelului', 'Arges', NULL, 23),
(1557, 3, 'Valea Nandrii', 'Arges', NULL, 0),
(1558, 3, 'Valea Nenii', 'Arges', NULL, 25),
(1559, 3, 'Valea Pechii', 'Arges', NULL, 0),
(1560, 3, 'Valea Popii (Mihaesti)', 'Arges', NULL, 20),
(1561, 3, 'Valea Popii (Priboieni)', 'Arges', NULL, 26),
(1562, 3, 'Valea Rizii', 'Arges', NULL, 20),
(1563, 3, 'Valea Rumanestilor', 'Arges', NULL, 0),
(1564, 3, 'Valea Silistii', 'Arges', NULL, 25),
(1565, 3, 'Valea Stanii', 'Arges', NULL, 0),
(1566, 3, 'Valea Uleiului', 'Arges', NULL, 0),
(1567, 3, 'Valea Ursului', 'Arges', NULL, 0),
(1568, 3, 'Valeni', 'Arges', NULL, 30),
(1569, 3, 'Valeni-Podgoria', 'Arges', NULL, 0),
(1570, 3, 'Valsanesti', 'Arges', NULL, 23),
(1571, 3, 'Varloveni', 'Arges', NULL, 30),
(1572, 3, 'Varsesti', 'Arges', NULL, 30),
(1573, 3, 'Varzaroaia', 'Arges', NULL, 35),
(1574, 3, 'Varzaru', 'Arges', NULL, 0),
(1575, 3, 'Vata', 'Arges', NULL, 28),
(1576, 3, 'Vedea', 'Arges', NULL, 30),
(1577, 3, 'Vernesti', 'Arges', NULL, 18),
(1578, 3, 'Vetisoara', 'Arges', NULL, 30),
(1579, 3, 'Viisoara', 'Arges', NULL, 0),
(1580, 3, 'Vladesti', 'Arges', NULL, 29),
(1581, 3, 'Vladesti (Tigveni)', 'Arges', NULL, 18),
(1582, 3, 'Vladuta', 'Arges', NULL, 30),
(1583, 3, 'Vlascuta', 'Arges', NULL, 0),
(1584, 3, 'Voinesti', 'Arges', NULL, 0),
(1585, 3, 'Vonigeasa', 'Arges', NULL, 40),
(1586, 3, 'Voroveni', 'Arges', NULL, 30),
(1587, 3, 'Vranesti', 'Arges', NULL, 0),
(1588, 3, 'Vulpesti', 'Arges', NULL, 35),
(1589, 3, 'Vulturesti', 'Arges', NULL, 35),
(1590, 3, 'Zamfiresti (Cepari)', 'Arges', NULL, 25),
(1591, 3, 'Zamfiresti (Cotmeana)', 'Arges', NULL, 25),
(1592, 3, 'Zarnesti', 'Arges', NULL, 40),
(1593, 3, 'Zavoi', 'Arges', NULL, 0),
(1594, 3, 'Zgripcesti', 'Arges', NULL, 30),
(1595, 3, 'Zidurile', 'Arges', NULL, 50),
(1596, 3, 'Zigoneni', 'Arges', NULL, 0),
(1597, 3, 'Zuvelcati', 'Arges', NULL, 50),
(1598, 4, 'Agas', 'Bacau', NULL, 23),
(1599, 4, 'Albele', 'Bacau', NULL, 30),
(1600, 4, 'Antohesti', 'Bacau', NULL, 35),
(1601, 4, 'Apa Asau', 'Bacau', NULL, 20),
(1602, 4, 'Ardeoani', 'Bacau', NULL, 27),
(1603, 4, 'Arini', 'Bacau', NULL, 49),
(1604, 4, 'Asau', 'Bacau', NULL, 0),
(1605, 4, 'Bacau', 'Bacau', NULL, 0),
(1606, 4, 'Bacioiu', 'Bacau', NULL, 45),
(1607, 4, 'Baclesti', 'Bacau', NULL, 38),
(1608, 4, 'Bahna', 'Bacau', NULL, 22),
(1609, 4, 'Bahnaseni', 'Bacau', NULL, 29),
(1610, 4, 'Baimac', 'Bacau', NULL, 33),
(1611, 4, 'Balaia', 'Bacau', NULL, 33),
(1612, 4, 'Balaneasa', 'Bacau', NULL, 30),
(1613, 4, 'Balanesti (Dealu Morii)', 'Bacau', NULL, 40),
(1614, 4, 'Balanesti (Podu Turcului)', 'Bacau', NULL, 38),
(1615, 4, 'Balca', 'Bacau', NULL, 28),
(1616, 4, 'Balcani', 'Bacau', NULL, 50),
(1617, 4, 'Balotesti', 'Bacau', NULL, 63),
(1618, 4, 'Baltata', 'Bacau', NULL, 0),
(1619, 4, 'Balusa', 'Bacau', NULL, 22),
(1620, 4, 'Banca (Dealu Morii)', 'Bacau', NULL, 58),
(1621, 4, 'Barati', 'Bacau', NULL, 0),
(1622, 4, 'Barboasa', 'Bacau', NULL, 41),
(1623, 4, 'Barcana', 'Bacau', NULL, 59),
(1624, 4, 'Barna', 'Bacau', NULL, 37),
(1625, 4, 'Barnesti', 'Bacau', NULL, 48),
(1626, 4, 'Barsanesti', 'Bacau', NULL, 22),
(1627, 4, 'Bartasesti', 'Bacau', NULL, 42),
(1628, 4, 'Barzulesti', 'Bacau', NULL, 24),
(1629, 4, 'Basasti', 'Bacau', NULL, 40),
(1630, 4, 'Bazga', 'Bacau', NULL, 29),
(1631, 4, 'Belciuneasa', 'Bacau', NULL, 66),
(1632, 4, 'Beleghet', 'Bacau', NULL, 22),
(1633, 4, 'Benesti', 'Bacau', NULL, 66),
(1634, 4, 'Berbinceni', 'Bacau', NULL, 21),
(1635, 4, 'Beresti', 'Bacau', NULL, 16),
(1636, 4, 'Beresti-Bistrita', 'Bacau', NULL, 0),
(1637, 4, 'Beresti-Tazlau', 'Bacau', NULL, 39),
(1638, 4, 'Berzunti', 'Bacau', NULL, 37),
(1639, 4, 'Bibiresti', 'Bacau', NULL, 23),
(1640, 4, 'Bijghir', 'Bacau', NULL, 0),
(1641, 4, 'Blaga', 'Bacau', NULL, 58),
(1642, 4, 'Blagesti', 'Bacau', NULL, 24),
(1643, 4, 'Blidari', 'Bacau', NULL, 30),
(1644, 4, 'Boanta', 'Bacau', NULL, 29),
(1645, 4, 'Bobos', 'Bacau', NULL, 58),
(1646, 4, 'Bodeasa', 'Bacau', NULL, 49),
(1647, 4, 'Bogata', 'Bacau', NULL, 25),
(1648, 4, 'Bogdan Voda', 'Bacau', NULL, 0),
(1649, 4, 'Bogdana', 'Bacau', NULL, 26),
(1650, 4, 'Bogdanesti', 'Bacau', NULL, 0),
(1651, 4, 'Bogdanesti (Scorteni)', 'Bacau', NULL, 30),
(1652, 4, 'Bogdanesti (Traian)', 'Bacau', NULL, 0),
(1653, 4, 'Boistea', 'Bacau', NULL, 20),
(1654, 4, 'Bolatau', 'Bacau', NULL, 35),
(1655, 4, 'Bolovanis', 'Bacau', NULL, 45),
(1656, 4, 'Borsani', 'Bacau', NULL, 28),
(1657, 4, 'Borzesti', 'Bacau', NULL, 0),
(1658, 4, 'Bosia', 'Bacau', NULL, 55),
(1659, 4, 'Bosoteni', 'Bacau', NULL, 35),
(1660, 4, 'Bostanesti', 'Bacau', NULL, 58),
(1661, 4, 'Botesti', 'Bacau', NULL, 27),
(1662, 4, 'Brad (Beresti-Bistrita)', 'Bacau', NULL, 0),
(1663, 4, 'Brad (Filipeni)', 'Bacau', NULL, 23),
(1664, 4, 'Brad (Negri)', 'Bacau', NULL, 25),
(1665, 4, 'Bratesti', 'Bacau', NULL, 32),
(1666, 4, 'Bratila', 'Bacau', NULL, 20),
(1667, 4, 'Brusturoasa', 'Bacau', NULL, 32),
(1668, 4, 'Buchila', 'Bacau', NULL, 0),
(1669, 4, 'Buciumi', 'Bacau', NULL, 0),
(1670, 4, 'Bucsa', 'Bacau', NULL, 72),
(1671, 4, 'Bucsesti', 'Bacau', NULL, 20),
(1672, 4, 'Buda (Berzunti)', 'Bacau', NULL, 37),
(1673, 4, 'Buda (Blagesti)', 'Bacau', NULL, 30),
(1674, 4, 'Buda (Rachitoasa)', 'Bacau', NULL, 80),
(1675, 4, 'Budesti', 'Bacau', NULL, 42),
(1676, 4, 'Buhocel', 'Bacau', NULL, 0),
(1677, 4, 'Buhoci', 'Bacau', NULL, 0),
(1678, 4, 'Buhusi', 'Bacau', NULL, 0),
(1679, 4, 'Burdusaci', 'Bacau', NULL, 58),
(1680, 4, 'Buruienis', 'Bacau', NULL, 25),
(1681, 4, 'Buruienisu de Sus', 'Bacau', NULL, 27),
(1682, 4, 'Cabesti', 'Bacau', NULL, 35),
(1683, 4, 'Cadaresti', 'Bacau', NULL, 45),
(1684, 4, 'Caiuti', 'Bacau', NULL, 22),
(1685, 4, 'Calapodesti', 'Bacau', NULL, 58),
(1686, 4, 'Calcai', 'Bacau', NULL, 20),
(1687, 4, 'Calinesti', 'Bacau', NULL, 26),
(1688, 4, 'Calini', 'Bacau', NULL, 38),
(1689, 4, 'Calugareni', 'Bacau', NULL, 33),
(1690, 4, 'Camenca', 'Bacau', NULL, 28),
(1691, 4, 'Campeni', 'Bacau', NULL, 33),
(1692, 4, 'Capata', 'Bacau', NULL, 30),
(1693, 4, 'Capotesti', 'Bacau', NULL, 28),
(1694, 4, 'Caraclau', 'Bacau', NULL, 27),
(1695, 4, 'Carligi', 'Bacau', NULL, 25),
(1696, 4, 'Casin', 'Bacau', NULL, 0),
(1697, 4, 'Cauia', 'Bacau', NULL, 58),
(1698, 4, 'Cerdac', 'Bacau', NULL, 32),
(1699, 4, 'Cernu', 'Bacau', NULL, 23),
(1700, 4, 'Cetatuia', 'Bacau', NULL, 29),
(1701, 4, 'Chetreni', 'Bacau', NULL, 64),
(1702, 4, 'Chetris', 'Bacau', NULL, 0),
(1703, 4, 'Chicerea', 'Bacau', NULL, 55),
(1704, 4, 'Chilia Benei', 'Bacau', NULL, 53),
(1705, 4, 'Chiticeni', 'Bacau', NULL, 0),
(1706, 4, 'Ciobanus', 'Bacau', NULL, 20),
(1707, 4, 'Ciresoaia', 'Bacau', NULL, 29),
(1708, 4, 'Ciucani', 'Bacau', NULL, 32),
(1709, 4, 'Ciughes', 'Bacau', NULL, 35),
(1710, 4, 'Ciumasi', 'Bacau', NULL, 0),
(1711, 4, 'Ciuturesti', 'Bacau', NULL, 26),
(1712, 4, 'Cleja', 'Bacau', NULL, 0),
(1713, 4, 'Climesti', 'Bacau', NULL, 25),
(1714, 4, 'Cociu', 'Bacau', NULL, 55),
(1715, 4, 'Colonesti', 'Bacau', NULL, 40),
(1716, 4, 'Coman', 'Bacau', NULL, 28),
(1717, 4, 'Comanesti', 'Bacau', NULL, 0),
(1718, 4, 'Contesti', 'Bacau', NULL, 20),
(1719, 4, 'Corbasca', 'Bacau', NULL, 48),
(1720, 4, 'Cornatel', 'Bacau', NULL, 25),
(1721, 4, 'Cornatelu', 'Bacau', NULL, 48),
(1722, 4, 'Cornesti', 'Bacau', NULL, 22),
(1723, 4, 'Cornet', 'Bacau', NULL, 26),
(1724, 4, 'Cornii de Jos', 'Bacau', NULL, 35),
(1725, 4, 'Cornii de Sus', 'Bacau', NULL, 35),
(1726, 4, 'Cosnea', 'Bacau', NULL, 38),
(1727, 4, 'Coteni', 'Bacau', NULL, 17),
(1728, 4, 'Cotofanesti', 'Bacau', NULL, 30),
(1729, 4, 'Cotu Grosului', 'Bacau', NULL, 24),
(1730, 4, 'Cotumba', 'Bacau', NULL, 26),
(1731, 4, 'Craiesti', 'Bacau', NULL, 67),
(1732, 4, 'Crihan', 'Bacau', NULL, 0),
(1733, 4, 'Cuchinis', 'Bacau', NULL, 27),
(1734, 4, 'Cucova', 'Bacau', NULL, 41),
(1735, 4, 'Cucuieti (Dofteana)', 'Bacau', NULL, 30),
(1736, 4, 'Cucuieti (Solont)', 'Bacau', NULL, 34),
(1737, 4, 'Curita', 'Bacau', NULL, 22),
(1738, 4, 'Dadesti', 'Bacau', NULL, 80),
(1739, 4, 'Damienesti', 'Bacau', NULL, 35),
(1740, 4, 'Danaila', 'Bacau', NULL, 40),
(1741, 4, 'Darmaneasca', 'Bacau', NULL, 0),
(1742, 4, 'Darmanesti', 'Bacau', NULL, 0),
(1743, 4, 'Dealu Mare', 'Bacau', NULL, 0),
(1744, 4, 'Dealu Morii', 'Bacau', NULL, 58),
(1745, 4, 'Dealu Perjului', 'Bacau', NULL, 60),
(1746, 4, 'Deleni', 'Bacau', NULL, 27),
(1747, 4, 'Diaconesti', 'Bacau', NULL, 30),
(1748, 4, 'Dienet', 'Bacau', NULL, 35),
(1749, 4, 'Dofteana', 'Bacau', NULL, 20),
(1750, 4, 'Dorneni (Plopana)', 'Bacau', NULL, 33),
(1751, 4, 'Dorneni (Vultureni)', 'Bacau', NULL, 45),
(1752, 4, 'Dorofei', 'Bacau', NULL, 49),
(1753, 4, 'Dospinesti', 'Bacau', NULL, 0),
(1754, 4, 'Dragesti (Damienesti)', 'Bacau', NULL, 35),
(1755, 4, 'Dragesti (Tatarasti)', 'Bacau', NULL, 35),
(1756, 4, 'Dragomir', 'Bacau', NULL, 32),
(1757, 4, 'Dragugesti', 'Bacau', NULL, 29),
(1758, 4, 'Dragusani', 'Bacau', NULL, 40),
(1759, 4, 'Dumbrava (Beresti-Bistrita)', 'Bacau', NULL, 0),
(1760, 4, 'Dumbrava (Gura Vaii)', 'Bacau', NULL, 30),
(1761, 4, 'Dumbrava (Rachitoasa)', 'Bacau', NULL, 53),
(1762, 4, 'Enachesti', 'Bacau', NULL, 38),
(1763, 4, 'Faget', 'Bacau', NULL, 45),
(1764, 4, 'Fagetel', 'Bacau', NULL, 48),
(1765, 4, 'Fagetu de Sus', 'Bacau', NULL, 50),
(1766, 4, 'Faghieni', 'Bacau', NULL, 36),
(1767, 4, 'Fantanele (Hemeius)', 'Bacau', NULL, 0),
(1768, 4, 'Fantanele (Motoseni)', 'Bacau', NULL, 61),
(1769, 4, 'Faraoani', 'Bacau', NULL, 0),
(1770, 4, 'Farcasa', 'Bacau', NULL, 51),
(1771, 4, 'Ferestrau-Oituz', 'Bacau', NULL, 27),
(1772, 4, 'Fichitesti', 'Bacau', NULL, 38),
(1773, 4, 'Filipeni', 'Bacau', NULL, 33),
(1774, 4, 'Filipesti', 'Bacau', NULL, 0),
(1775, 4, 'Filipesti (Bogdanesti)', 'Bacau', NULL, 0),
(1776, 4, 'Floresti (Caiuti)', 'Bacau', NULL, 21),
(1777, 4, 'Floresti (Huruiesti)', 'Bacau', NULL, 30),
(1778, 4, 'Floresti (Scorteni)', 'Bacau', NULL, 34),
(1779, 4, 'Frumoasa', 'Bacau', NULL, 54),
(1780, 4, 'Frumuselu', 'Bacau', NULL, 61),
(1781, 4, 'Fruntesti', 'Bacau', NULL, 40),
(1782, 4, 'Fulgeris', 'Bacau', NULL, 48),
(1783, 4, 'Fundatura', 'Bacau', NULL, 26),
(1784, 4, 'Fundatura Rachitoasa', 'Bacau', NULL, 64),
(1785, 4, 'Fundeni', 'Bacau', NULL, 0),
(1786, 4, 'Fundoaia', 'Bacau', NULL, 35),
(1787, 4, 'Fundu Racaciuni', 'Bacau', NULL, 35),
(1788, 4, 'Fundu Tutovei', 'Bacau', NULL, 30),
(1789, 4, 'Fundu Vaii', 'Bacau', NULL, 35),
(1790, 4, 'Furnicari', 'Bacau', NULL, 25),
(1791, 4, 'Gaiceana', 'Bacau', NULL, 65),
(1792, 4, 'Galbeni (Filipesti)', 'Bacau', NULL, 22),
(1793, 4, 'Galbeni (Nicolae Balcescu)', 'Bacau', NULL, 0),
(1794, 4, 'Galeri', 'Bacau', NULL, 39),
(1795, 4, 'Garla Anei', 'Bacau', NULL, 35),
(1796, 4, 'Garleni', 'Bacau', NULL, 0),
(1797, 4, 'Garlenii de Sus', 'Bacau', NULL, 0),
(1798, 4, 'Gasteni', 'Bacau', NULL, 34),
(1799, 4, 'Gazarie', 'Bacau', NULL, 0),
(1800, 4, 'Gheorghe Doja', 'Bacau', NULL, 23),
(1801, 4, 'Gherdana', 'Bacau', NULL, 35),
(1802, 4, 'Ghilavesti', 'Bacau', NULL, 42),
(1803, 4, 'Ghimes', 'Bacau', NULL, 39),
(1804, 4, 'Ghimes-Faget', 'Bacau', NULL, 43),
(1805, 4, 'Ghionoaia', 'Bacau', NULL, 50),
(1806, 4, 'Gioseni', 'Bacau', NULL, 22),
(1807, 4, 'Giurgeni', 'Bacau', NULL, 35),
(1808, 4, 'Giurgioana', 'Bacau', NULL, 40),
(1809, 4, 'Glavanesti', 'Bacau', NULL, 55),
(1810, 4, 'Glodisoarele', 'Bacau', NULL, 0),
(1811, 4, 'Godinestii de Jos', 'Bacau', NULL, 28),
(1812, 4, 'Godinestii de Sus', 'Bacau', NULL, 27),
(1813, 4, 'Goioasa', 'Bacau', NULL, 23),
(1814, 4, 'Gorghesti', 'Bacau', NULL, 52),
(1815, 4, 'Gradesti', 'Bacau', NULL, 55),
(1816, 4, 'Grigoreni', 'Bacau', NULL, 24),
(1817, 4, 'Gura Craiesti', 'Bacau', NULL, 60),
(1818, 4, 'Gura Vaii', 'Bacau', NULL, 20),
(1819, 4, 'Gura Vaii (Racova)', 'Bacau', NULL, 27),
(1820, 4, 'Gutinas', 'Bacau', NULL, 21),
(1821, 4, 'Haghiac (Dofteana)', 'Bacau', NULL, 26),
(1822, 4, 'Haghiac (Rachitoasa)', 'Bacau', NULL, 70),
(1823, 4, 'Haineala', 'Bacau', NULL, 41),
(1824, 4, 'Halmacioaia', 'Bacau', NULL, 25),
(1825, 4, 'Hanganesti', 'Bacau', NULL, 38),
(1826, 4, 'Hanta', 'Bacau', NULL, 0),
(1827, 4, 'Harja', 'Bacau', NULL, 36),
(1828, 4, 'Harlesti', 'Bacau', NULL, 29),
(1829, 4, 'Helegiu', 'Bacau', NULL, 0),
(1830, 4, 'Heltiu', 'Bacau', NULL, 25),
(1831, 4, 'Hemeius', 'Bacau', NULL, 0),
(1832, 4, 'Hemieni', 'Bacau', NULL, 38),
(1833, 4, 'Hertioana de Jos', 'Bacau', NULL, 0),
(1834, 4, 'Hertioana-Razesi', 'Bacau', NULL, 0),
(1835, 4, 'Holt', 'Bacau', NULL, 0),
(1836, 4, 'Horgesti', 'Bacau', NULL, 33),
(1837, 4, 'Huruiesti', 'Bacau', NULL, 25),
(1838, 4, 'Hutu', 'Bacau', NULL, 70),
(1839, 4, 'Iaz', 'Bacau', NULL, 25),
(1840, 4, 'Iliesi', 'Bacau', NULL, 26),
(1841, 4, 'Itcani', 'Bacau', NULL, 40),
(1842, 4, 'Itesti', 'Bacau', NULL, 0),
(1843, 4, 'Izvoru Berheciului', 'Bacau', NULL, 30),
(1844, 4, 'Lapos', 'Bacau', NULL, 20),
(1845, 4, 'Larga', 'Bacau', NULL, 23),
(1846, 4, 'Larguta', 'Bacau', NULL, 26),
(1847, 4, 'Lehancea', 'Bacau', NULL, 37),
(1848, 4, 'Leontinesti', 'Bacau', NULL, 25),
(1849, 4, 'Lespezi', 'Bacau', NULL, 0),
(1850, 4, 'Letea Veche', 'Bacau', NULL, 0),
(1851, 4, 'Lichitiseni', 'Bacau', NULL, 80),
(1852, 4, 'Lilieci', 'Bacau', NULL, 0),
(1853, 4, 'Lipova', 'Bacau', NULL, 29),
(1854, 4, 'Livezi', 'Bacau', NULL, 25),
(1855, 4, 'Ludasi', 'Bacau', NULL, 47),
(1856, 4, 'Luizi-Calugara', 'Bacau', NULL, 0),
(1857, 4, 'Lunca Asau', 'Bacau', NULL, 0),
(1858, 4, 'Lunca Dochiei', 'Bacau', NULL, 0),
(1859, 4, 'Luncani', 'Bacau', NULL, 0),
(1860, 4, 'Lupesti', 'Bacau', NULL, 24),
(1861, 4, 'Magazia', 'Bacau', NULL, 50),
(1862, 4, 'Magiresti', 'Bacau', NULL, 22),
(1863, 4, 'Magla', 'Bacau', NULL, 24),
(1864, 4, 'Magura', 'Bacau', NULL, 0),
(1865, 4, 'Malosu', 'Bacau', NULL, 43),
(1866, 4, 'Manastirea Casin', 'Bacau', NULL, 27),
(1867, 4, 'Marascu', 'Bacau', NULL, 37),
(1868, 4, 'Marasti', 'Bacau', NULL, 29),
(1869, 4, 'Marginea (Buhusi)', 'Bacau', NULL, 28),
(1870, 4, 'Marginea (Oituz)', 'Bacau', NULL, 20),
(1871, 4, 'Margineni', 'Bacau', NULL, 0),
(1872, 4, 'Marvila', 'Bacau', NULL, 39),
(1873, 4, 'Medeleni', 'Bacau', NULL, 25),
(1874, 4, 'Milestii de Jos', 'Bacau', NULL, 27),
(1875, 4, 'Milestii de Sus', 'Bacau', NULL, 26),
(1876, 4, 'Misihanesti', 'Bacau', NULL, 33),
(1877, 4, 'Moinesti', 'Bacau', NULL, 0),
(1878, 4, 'Motoc', 'Bacau', NULL, 42),
(1879, 4, 'Motoseni', 'Bacau', NULL, 50),
(1880, 4, 'Movilita', 'Bacau', NULL, 73),
(1881, 4, 'Muncelu', 'Bacau', NULL, 48),
(1882, 4, 'Nadisa', 'Bacau', NULL, 40),
(1883, 4, 'Nanesti', 'Bacau', NULL, 30),
(1884, 4, 'Nastaseni', 'Bacau', NULL, 36),
(1885, 4, 'Nazarioaia', 'Bacau', NULL, 80),
(1886, 4, 'Negoiesti', 'Bacau', NULL, 0),
(1887, 4, 'Negreni', 'Bacau', NULL, 17),
(1888, 4, 'Negri', 'Bacau', NULL, 24),
(1889, 4, 'Negulesti', 'Bacau', NULL, 61),
(1890, 4, 'Neguseni', 'Bacau', NULL, 26),
(1891, 4, 'Nicolae Balcescu', 'Bacau', NULL, 0),
(1892, 4, 'Nicoresti', 'Bacau', NULL, 30),
(1893, 4, 'Obarsia', 'Bacau', NULL, 35),
(1894, 4, 'Ocheni', 'Bacau', NULL, 30),
(1895, 4, 'Odobesti', 'Bacau', NULL, 23),
(1896, 4, 'Oituz', 'Bacau', NULL, 0),
(1897, 4, 'Oncesti', 'Bacau', NULL, 42),
(1898, 4, 'Oncestii Vechi', 'Bacau', NULL, 49),
(1899, 4, 'Onesti', 'Bacau', NULL, 0),
(1900, 4, 'Oniscani', 'Bacau', NULL, 25),
(1901, 4, 'Oprisesti', 'Bacau', NULL, 68),
(1902, 4, 'Orasa', 'Bacau', NULL, 33),
(1903, 4, 'Orbeni', 'Bacau', NULL, 40),
(1904, 4, 'Osebiti', 'Bacau', NULL, 0),
(1905, 4, 'Otelesti', 'Bacau', NULL, 36),
(1906, 4, 'Padureni (Beresti-Bistrita)', 'Bacau', NULL, 29),
(1907, 4, 'Padureni (Damienesti)', 'Bacau', NULL, 33),
(1908, 4, 'Padureni (Filipeni)', 'Bacau', NULL, 43),
(1909, 4, 'Padureni (Izvoru Berheciului)', 'Bacau', NULL, 34),
(1910, 4, 'Padureni (Margineni)', 'Bacau', NULL, 0),
(1911, 4, 'Pagubeni', 'Bacau', NULL, 0),
(1912, 4, 'Pajistea', 'Bacau', NULL, 44),
(1913, 4, 'Palanca', 'Bacau', NULL, 35),
(1914, 4, 'Paltinata', 'Bacau', NULL, 25),
(1915, 4, 'Paltinis', 'Bacau', NULL, 45),
(1916, 4, 'Pancesti', 'Bacau', NULL, 38),
(1917, 4, 'Pancesti (Adjud)', 'Bacau', NULL, 20),
(1918, 4, 'Parau Boghii', 'Bacau', NULL, 27),
(1919, 4, 'Parava', 'Bacau', NULL, 36),
(1920, 4, 'Pargaresti', 'Bacau', NULL, 28),
(1921, 4, 'Parincea', 'Bacau', NULL, 28),
(1922, 4, 'Parjol', 'Bacau', NULL, 35),
(1923, 4, 'Parvulesti', 'Bacau', NULL, 22),
(1924, 4, 'Perchiu', 'Bacau', NULL, 25),
(1925, 4, 'Petresti', 'Bacau', NULL, 44),
(1926, 4, 'Petricica', 'Bacau', NULL, 23),
(1927, 4, 'Plopana', 'Bacau', NULL, 32),
(1928, 4, 'Plopu (Darmanesti)', 'Bacau', NULL, 20),
(1929, 4, 'Plopu (Podu Turcului)', 'Bacau', NULL, 38),
(1930, 4, 'Podei', 'Bacau', NULL, 0),
(1931, 4, 'Podis', 'Bacau', NULL, 0),
(1932, 4, 'Podu Turcului', 'Bacau', NULL, 35),
(1933, 4, 'Poduri', 'Bacau', NULL, 20),
(1934, 4, 'Poglet', 'Bacau', NULL, 43),
(1935, 4, 'Poiana (Livezi)', 'Bacau', NULL, 27),
(1936, 4, 'Poiana (Margineni)', 'Bacau', NULL, 0),
(1937, 4, 'Poiana (Motoseni)', 'Bacau', NULL, 63),
(1938, 4, 'Poiana (Negri)', 'Bacau', NULL, 22),
(1939, 4, 'Poiana Negustorului', 'Bacau', NULL, 33),
(1940, 4, 'Poiana Sarata', 'Bacau', NULL, 35),
(1941, 4, 'Poieni (Parincea)', 'Bacau', NULL, 35),
(1942, 4, 'Poieni (Rosiori)', 'Bacau', NULL, 26),
(1943, 4, 'Poieni (Targu Ocna)', 'Bacau', NULL, 23),
(1944, 4, 'Popeni', 'Bacau', NULL, 25),
(1945, 4, 'Popesti', 'Bacau', NULL, 53),
(1946, 4, 'Popoiu', 'Bacau', NULL, 31),
(1947, 4, 'Pradais', 'Bacau', NULL, 25),
(1948, 4, 'Praja', 'Bacau', NULL, 64),
(1949, 4, 'Prajesti', 'Bacau', NULL, 0),
(1950, 4, 'Prajesti (Magiresti)', 'Bacau', NULL, 20),
(1951, 4, 'Prajoaia', 'Bacau', NULL, 32),
(1952, 4, 'Pralea', 'Bacau', NULL, 26),
(1953, 4, 'Preluci', 'Bacau', NULL, 20),
(1954, 4, 'Prisaca', 'Bacau', NULL, 36),
(1955, 4, 'Prohozesti', 'Bacau', NULL, 22),
(1956, 4, 'Pustiana', 'Bacau', NULL, 43),
(1957, 4, 'Putini', 'Bacau', NULL, 49),
(1958, 4, 'Putredeni', 'Bacau', NULL, 55),
(1959, 4, 'Racaciuni', 'Bacau', NULL, 30),
(1960, 4, 'Racatau de Jos', 'Bacau', NULL, 42),
(1961, 4, 'Racatau-Razesi', 'Bacau', NULL, 43),
(1962, 4, 'Racauti', 'Bacau', NULL, 0),
(1963, 4, 'Rachitis', 'Bacau', NULL, 40),
(1964, 4, 'Rachitisu', 'Bacau', NULL, 0),
(1965, 4, 'Rachitoasa', 'Bacau', NULL, 58),
(1966, 4, 'Racova', 'Bacau', NULL, 23),
(1967, 4, 'Racusana', 'Bacau', NULL, 40),
(1968, 4, 'Radeana', 'Bacau', NULL, 23),
(1969, 4, 'Radoaia', 'Bacau', NULL, 40),
(1970, 4, 'Radomiresti', 'Bacau', NULL, 0),
(1971, 4, 'Rastoaca', 'Bacau', NULL, 34),
(1972, 4, 'Razesu', 'Bacau', NULL, 58),
(1973, 4, 'Recea', 'Bacau', NULL, 40),
(1974, 4, 'Reprivat', 'Bacau', NULL, 46),
(1975, 4, 'Rogoaza', 'Bacau', NULL, 0),
(1976, 4, 'Romanesti', 'Bacau', NULL, 40),
(1977, 4, 'Rosiori', 'Bacau', NULL, 26),
(1978, 4, 'Rotaria', 'Bacau', NULL, 61),
(1979, 4, 'Runcu', 'Bacau', NULL, 31),
(1980, 4, 'Rusenii de Sus', 'Bacau', NULL, 40),
(1981, 4, 'Rusenii Razesi', 'Bacau', NULL, 41),
(1982, 4, 'Rusi-Ciutea', 'Bacau', NULL, 0),
(1983, 4, 'Salatruc', 'Bacau', NULL, 22),
(1984, 4, 'Sanduleni', 'Bacau', NULL, 30),
(1985, 4, 'Sarata', 'Bacau', NULL, 0),
(1986, 4, 'Sarata (Solont)', 'Bacau', NULL, 30),
(1987, 4, 'Sarbi', 'Bacau', NULL, 32),
(1988, 4, 'Sascut', 'Bacau', NULL, 14),
(1989, 4, 'Sascut-Sat', 'Bacau', NULL, 18),
(1990, 4, 'Satu Nou (Colonesti)', 'Bacau', NULL, 42),
(1991, 4, 'Satu Nou (Lipova)', 'Bacau', NULL, 47),
(1992, 4, 'Satu Nou (Oncesti)', 'Bacau', NULL, 43),
(1993, 4, 'Satu Nou (Pargaresti)', 'Bacau', NULL, 34),
(1994, 4, 'Satu Nou (Parincea)', 'Bacau', NULL, 35),
(1995, 4, 'Satu Nou (Urechesti)', 'Bacau', NULL, 0),
(1996, 4, 'Saucesti', 'Bacau', NULL, 0),
(1997, 4, 'Scariga', 'Bacau', NULL, 33),
(1998, 4, 'Scarisoara', 'Bacau', NULL, 44),
(1999, 4, 'Schineni (Sascut)', 'Bacau', NULL, 16),
(2000, 4, 'Schineni (Saucesti)', 'Bacau', NULL, 0),
(2001, 4, 'Schitu Frumoasa', 'Bacau', NULL, 50),
(2002, 4, 'Scorteni', 'Bacau', NULL, 29),
(2003, 4, 'Scurta', 'Bacau', NULL, 39),
(2004, 4, 'Scutaru', 'Bacau', NULL, 32),
(2005, 4, 'Seaca', 'Bacau', NULL, 25),
(2006, 4, 'Secuieni', 'Bacau', NULL, 0),
(2007, 4, 'Sendresti', 'Bacau', NULL, 71),
(2008, 4, 'Serbesti', 'Bacau', NULL, 0),
(2009, 4, 'Serpeni', 'Bacau', NULL, 20),
(2010, 4, 'Sesuri', 'Bacau', NULL, 22),
(2011, 4, 'Siretu (Letea Veche)', 'Bacau', NULL, 0),
(2012, 4, 'Siretu (Saucesti)', 'Bacau', NULL, 0),
(2013, 4, 'Slanic-Moldova', 'Bacau', NULL, 36),
(2014, 4, 'Slobozia (Filipeni)', 'Bacau', NULL, 43),
(2015, 4, 'Slobozia (Onesti)', 'Bacau', NULL, 0),
(2016, 4, 'Slobozia (Stanisesti)', 'Bacau', NULL, 66),
(2017, 4, 'Slobozia (Urechesti)', 'Bacau', NULL, 0),
(2018, 4, 'Slobozia Noua', 'Bacau', NULL, 70),
(2019, 4, 'Soci', 'Bacau', NULL, 46),
(2020, 4, 'Sohodol', 'Bacau', NULL, 0),
(2021, 4, 'Sohodor', 'Bacau', NULL, 35),
(2022, 4, 'Solont', 'Bacau', NULL, 25),
(2023, 4, 'Somusca', 'Bacau', NULL, 25),
(2024, 4, 'Spria', 'Bacau', NULL, 36),
(2025, 4, 'Stanesti', 'Bacau', NULL, 25),
(2026, 4, 'Stanisesti', 'Bacau', NULL, 56),
(2027, 4, 'Stefan Cel Mare', 'Bacau', NULL, 0),
(2028, 4, 'Stefan Voda', 'Bacau', NULL, 20),
(2029, 4, 'Stejaru', 'Bacau', NULL, 35),
(2030, 4, 'Straja', 'Bacau', NULL, 0),
(2031, 4, 'Straminoasa', 'Bacau', NULL, 43),
(2032, 4, 'Strugari', 'Bacau', NULL, 24),
(2033, 4, 'Stufu', 'Bacau', NULL, 36),
(2034, 4, 'Sulta', 'Bacau', NULL, 24),
(2035, 4, 'Surina', 'Bacau', NULL, 0),
(2036, 4, 'Tamasi', 'Bacau', NULL, 24),
(2037, 4, 'Tamasoaia', 'Bacau', NULL, 36),
(2038, 4, 'Tarata', 'Bacau', NULL, 30),
(2039, 4, 'Tardenii Mari', 'Bacau', NULL, 30),
(2040, 4, 'Targu Ocna', 'Bacau', NULL, 20),
(2041, 4, 'Targu Trotus', 'Bacau', NULL, 0),
(2042, 4, 'Tarhausi', 'Bacau', NULL, 44),
(2043, 4, 'Tarnita', 'Bacau', NULL, 37),
(2044, 4, 'Tatarasti', 'Bacau', NULL, 35),
(2045, 4, 'Taula', 'Bacau', NULL, 55),
(2046, 4, 'Tavadaresti', 'Bacau', NULL, 58),
(2047, 4, 'Teius', 'Bacau', NULL, 38),
(2048, 4, 'Temelia', 'Bacau', NULL, 25),
(2049, 4, 'Tepoaia', 'Bacau', NULL, 50),
(2050, 4, 'Tescani', 'Bacau', NULL, 35),
(2051, 4, 'Tiganesti', 'Bacau', NULL, 58),
(2052, 4, 'Tisa', 'Bacau', NULL, 30),
(2053, 4, 'Tisa-Silvestri', 'Bacau', NULL, 22),
(2054, 4, 'Tochilea', 'Bacau', NULL, 63),
(2055, 4, 'Tomozia', 'Bacau', NULL, 45),
(2056, 4, 'Traian', 'Bacau', NULL, 0),
(2057, 4, 'Trebes', 'Bacau', NULL, 0),
(2058, 4, 'Turluianu', 'Bacau', NULL, 42),
(2059, 4, 'Tuta', 'Bacau', NULL, 25),
(2060, 4, 'Ungureni', 'Bacau', NULL, 26),
(2061, 4, 'Ungureni (Tatarasti)', 'Bacau', NULL, 35),
(2062, 4, 'Urechesti', 'Bacau', NULL, 0),
(2063, 4, 'Ursoaia', 'Bacau', NULL, 22),
(2064, 4, 'Valcele (Corbasca)', 'Bacau', NULL, 49),
(2065, 4, 'Valcele (Targu Ocna)', 'Bacau', NULL, 25),
(2066, 4, 'Valea Arinilor', 'Bacau', NULL, 20),
(2067, 4, 'Valea Botului', 'Bacau', NULL, 41),
(2068, 4, 'Valea Budului', 'Bacau', NULL, 0),
(2069, 4, 'Valea Caselor', 'Bacau', NULL, 37),
(2070, 4, 'Valea Hogei ', 'Bacau', NULL, 42),
(2071, 4, 'Valea lui Ion', 'Bacau', NULL, 28),
(2072, 4, 'Valea Lupului', 'Bacau', NULL, 46),
(2073, 4, 'Valea Mare (Colonesti)', 'Bacau', NULL, 41),
(2074, 4, 'Valea Mare (Rosiori)', 'Bacau', NULL, 26),
(2075, 4, 'Valea Marului', 'Bacau', NULL, 42),
(2076, 4, 'Valea Merilor', 'Bacau', NULL, 40),
(2077, 4, 'Valea Mica (Cleja)', 'Bacau', NULL, 22),
(2078, 4, 'Valea Mica (Rosiori)', 'Bacau', NULL, 33),
(2079, 4, 'Valea Mosneagului', 'Bacau', NULL, 45),
(2080, 4, 'Valea Nacului', 'Bacau', NULL, 18),
(2081, 4, 'Valea Salciei', 'Bacau', NULL, 38),
(2082, 4, 'Valea Seaca', 'Bacau', NULL, 44),
(2083, 4, 'Valea Seaca (Nicolae Balcescu)', 'Bacau', NULL, 0),
(2084, 4, 'Valea sosii', 'Bacau', NULL, 25),
(2085, 4, 'Valeni (Parincea)', 'Bacau', NULL, 24),
(2086, 4, 'Valeni (Stanisesti)', 'Bacau', NULL, 56),
(2087, 4, 'Vermesti', 'Bacau', NULL, 0),
(2088, 4, 'Versesti', 'Bacau', NULL, 35),
(2089, 4, 'Viforeni', 'Bacau', NULL, 34),
(2090, 4, 'Viisoara (stefan cel Mare)', 'Bacau', NULL, 20),
(2091, 4, 'Viisoara (Targu Trotus)', 'Bacau', NULL, 22),
(2092, 4, 'Vladnic', 'Bacau', NULL, 34),
(2093, 4, 'Vranceni', 'Bacau', NULL, 26),
(2094, 4, 'Vultureni', 'Bacau', NULL, 80),
(2095, 4, 'Zapodia (Colonesti)', 'Bacau', NULL, 45),
(2096, 4, 'Zapodia (Traian)', 'Bacau', NULL, 0),
(2097, 4, 'Zemes', 'Bacau', NULL, 23),
(2098, 4, 'Zlatari', 'Bacau', NULL, 28),
(2099, 5, 'Abram', 'Bihor', NULL, 0),
(2100, 5, 'Abramut', 'Bihor', NULL, 0),
(2101, 5, 'Adoni', 'Bihor', NULL, 85),
(2102, 5, 'Albesti', 'Bihor', NULL, 20),
(2103, 5, 'Albis', 'Bihor', NULL, 0),
(2104, 5, 'Alesd', 'Bihor', NULL, 0),
(2105, 5, 'Almasu Mare', 'Bihor', NULL, 25),
(2106, 5, 'Almasu Mic (Balc)', 'Bihor', NULL, 20),
(2107, 5, 'Almasu Mic (Sarbi)', 'Bihor', NULL, 33),
(2108, 5, 'Alparea', 'Bihor', NULL, 0),
(2109, 5, 'Ant', 'Bihor', NULL, 23),
(2110, 5, 'Apateu', 'Bihor', NULL, 0),
(2111, 5, 'Arpasel', 'Bihor', NULL, 10),
(2112, 5, 'Astileu', 'Bihor', NULL, 0),
(2113, 5, 'Ateas', 'Bihor', NULL, 30),
(2114, 5, 'Auseu', 'Bihor', NULL, 0),
(2115, 5, 'Avram Iancu', 'Bihor', NULL, 20),
(2116, 5, 'Baile 1 Mai', 'Bihor', NULL, 0),
(2117, 5, 'Baile Felix', 'Bihor', NULL, 0),
(2118, 5, 'Baita', 'Bihor', NULL, 30),
(2119, 5, 'Baita-Plai', 'Bihor', NULL, 35),
(2120, 5, 'Balaia', 'Bihor', NULL, 30),
(2121, 5, 'Balc', 'Bihor', NULL, 19),
(2122, 5, 'Baleni', 'Bihor', NULL, 10),
(2123, 5, 'Balnaca', 'Bihor', NULL, 40),
(2124, 5, 'Balnaca-Grosi', 'Bihor', NULL, 40),
(2125, 5, 'Baraj Lesu', 'Bihor', NULL, 95),
(2126, 5, 'Batar', 'Bihor', NULL, 18),
(2127, 5, 'Beius', 'Bihor', NULL, 0),
(2128, 5, 'Beiusele', 'Bihor', NULL, 12),
(2129, 5, 'Belejeni', 'Bihor', NULL, 10),
(2130, 5, 'Belfir', 'Bihor', NULL, 28),
(2131, 5, 'BERECHIU', 'Bihor', NULL, 35),
(2132, 5, 'Betfia', 'Bihor', NULL, 0),
(2133, 5, 'Beznea', 'Bihor', NULL, 30),
(2134, 5, 'Bicacel', 'Bihor', NULL, 30),
(2135, 5, 'BICACI', 'Bihor', NULL, 0),
(2136, 5, 'Biharia', 'Bihor', NULL, 0),
(2137, 5, 'Birtin', 'Bihor', NULL, 20),
(2138, 5, 'Bistra', 'Bihor', NULL, 18),
(2139, 5, 'Bogei', 'Bihor', NULL, 13),
(2140, 5, 'Boianu Mare', 'Bihor', NULL, 20),
(2141, 5, 'Boiu', 'Bihor', NULL, 18),
(2142, 5, 'Borod', 'Bihor', NULL, 30),
(2143, 5, 'Borozel', 'Bihor', NULL, 0),
(2144, 5, 'Bors', 'Bihor', NULL, 0),
(2145, 5, 'Borsa', 'Bihor', NULL, 0),
(2146, 5, 'Borumlaca', 'Bihor', NULL, 27),
(2147, 5, 'Borz', 'Bihor', NULL, 15),
(2148, 5, 'Botean', 'Bihor', NULL, 35),
(2149, 5, 'Bradet', 'Bihor', NULL, 20),
(2150, 5, 'Bratca', 'Bihor', NULL, 30),
(2151, 5, 'Bratesti', 'Bihor', NULL, 15),
(2152, 5, 'Briheni', 'Bihor', NULL, 35),
(2153, 5, 'Brusturi', 'Bihor', NULL, 35),
(2154, 5, 'Brusturi (Finis)', 'Bihor', NULL, 70),
(2155, 5, 'Bucium', 'Bihor', NULL, 35),
(2156, 5, 'Bucuroaia', 'Bihor', NULL, 50),
(2157, 5, 'Budoi', 'Bihor', NULL, 25),
(2158, 5, 'Budureasa', 'Bihor', NULL, 14),
(2159, 5, 'Buduslau', 'Bihor', NULL, 0),
(2160, 5, 'Bulz', 'Bihor', NULL, 45),
(2161, 5, 'Buntesti', 'Bihor', NULL, 14),
(2162, 5, 'Burda', 'Bihor', NULL, 15),
(2163, 5, 'Burzuc', 'Bihor', NULL, 36),
(2164, 5, 'Butani', 'Bihor', NULL, 0),
(2165, 5, 'Cabesti', 'Bihor', NULL, 15),
(2166, 5, 'Cacuciu Nou', 'Bihor', NULL, 25),
(2167, 5, 'Cacuciu Vechi', 'Bihor', NULL, 20),
(2168, 5, 'Cadea', 'Bihor', NULL, 0),
(2169, 5, 'Calacea', 'Bihor', NULL, 38),
(2170, 5, 'Calatani', 'Bihor', NULL, 30),
(2171, 5, 'Calatea', 'Bihor', NULL, 20),
(2172, 5, 'Calea Mare', 'Bihor', NULL, 30),
(2173, 5, 'Calugari', 'Bihor', NULL, 35),
(2174, 5, 'Camp', 'Bihor', NULL, 32),
(2175, 5, 'Campani', 'Bihor', NULL, 26),
(2176, 5, 'Campani de Pomezeu', 'Bihor', NULL, 25),
(2177, 5, 'Camp-Moti', 'Bihor', NULL, 36),
(2178, 5, 'Capalna', 'Bihor', NULL, 43),
(2179, 5, 'Carandeni', 'Bihor', NULL, 90),
(2180, 5, 'Caranzel', 'Bihor', NULL, 108),
(2181, 5, 'Carasau', 'Bihor', NULL, 41),
(2182, 5, 'Carpinet', 'Bihor', NULL, 30),
(2183, 5, 'Cauaceu', 'Bihor', NULL, 0),
(2184, 5, 'Cauasd', 'Bihor', NULL, 14),
(2185, 5, 'Cefa', 'Bihor', NULL, 40),
(2186, 5, 'Ceica', 'Bihor', NULL, 40),
(2187, 5, 'Ceisoara', 'Bihor', NULL, 44),
(2188, 5, 'Cenalos', 'Bihor', NULL, 26),
(2189, 5, 'Cetariu', 'Bihor', NULL, 0),
(2190, 5, 'Cetea', 'Bihor', NULL, 85),
(2191, 5, 'Cherechiu', 'Bihor', NULL, 60),
(2192, 5, 'Cheresig', 'Bihor', NULL, 30),
(2193, 5, 'Cheriu', 'Bihor', NULL, 0),
(2194, 5, 'Chesa', 'Bihor', NULL, 37),
(2195, 5, 'Chesereu', 'Bihor', NULL, 55),
(2196, 5, 'Chet', 'Bihor', NULL, 10),
(2197, 5, 'Chijic', 'Bihor', NULL, 32),
(2198, 5, 'CHIOAG', 'Bihor', NULL, 33),
(2199, 5, 'Chiraleu', 'Bihor', NULL, 0),
(2200, 5, 'Chiribis', 'Bihor', NULL, 0),
(2201, 5, 'Chiscau', 'Bihor', NULL, 23),
(2202, 5, 'Chisirid', 'Bihor', NULL, 0),
(2203, 5, 'Chislaz', 'Bihor', NULL, 15),
(2204, 5, 'Chistag', 'Bihor', NULL, 0),
(2205, 5, 'Cihei', 'Bihor', NULL, 0),
(2206, 5, 'Ciocaia', 'Bihor', NULL, 45),
(2207, 5, 'Ciuhoi', 'Bihor', NULL, 28),
(2208, 5, 'Ciulesti', 'Bihor', NULL, 24),
(2209, 5, 'Ciumeghiu', 'Bihor', NULL, 0),
(2210, 5, 'Ciutelec', 'Bihor', NULL, 15),
(2211, 5, 'Cociuba Mare', 'Bihor', NULL, 33),
(2212, 5, 'Cociuba Mica', 'Bihor', NULL, 20),
(2213, 5, 'Codrisoru', 'Bihor', NULL, 105),
(2214, 5, 'Codru', 'Bihor', NULL, 30),
(2215, 5, 'Cohani', 'Bihor', NULL, 0),
(2216, 5, 'Colesti', 'Bihor', NULL, 32),
(2217, 5, 'Copacel', 'Bihor', NULL, 0),
(2218, 5, 'Copaceni', 'Bihor', NULL, 19),
(2219, 5, 'Corbesti', 'Bihor', NULL, 75),
(2220, 5, 'Corboaia', 'Bihor', NULL, 22),
(2221, 5, 'Cordau', 'Bihor', NULL, 0),
(2222, 5, 'Cornisesti', 'Bihor', NULL, 31),
(2223, 5, 'Cornitel', 'Bihor', NULL, 20),
(2224, 5, 'Cosdeni', 'Bihor', NULL, 20),
(2225, 5, 'Cotiglet', 'Bihor', NULL, 115),
(2226, 5, 'Crancesti', 'Bihor', NULL, 27),
(2227, 5, 'Crestur', 'Bihor', NULL, 11),
(2228, 5, 'Cresuia', 'Bihor', NULL, 15),
(2229, 5, 'Cristioru de jos', 'Bihor', NULL, 45),
(2230, 5, 'Cristioru de sus', 'Bihor', NULL, 40),
(2231, 5, 'Cubulcut', 'Bihor', NULL, 17),
(2232, 5, 'Cucuceni', 'Bihor', NULL, 15),
(2233, 5, 'Cuiesd', 'Bihor', NULL, 45),
(2234, 5, 'Curatele', 'Bihor', NULL, 10),
(2235, 5, 'Curtuiseni', 'Bihor', NULL, 35),
(2236, 5, 'Cusuius', 'Bihor', NULL, 14),
(2237, 5, 'Cuzap', 'Bihor', NULL, 24),
(2238, 5, 'Damis', 'Bihor', NULL, 40),
(2239, 5, 'Delani', 'Bihor', NULL, 0),
(2240, 5, 'Derna', 'Bihor', NULL, 30),
(2241, 5, 'Dernisoara', 'Bihor', NULL, 24),
(2242, 5, 'Dicanesti', 'Bihor', NULL, 55),
(2243, 5, 'Dijir', 'Bihor', NULL, 18),
(2244, 5, 'Diosig', 'Bihor', NULL, 0),
(2245, 5, 'Dobresti', 'Bihor', NULL, 32),
(2246, 5, 'Dobricionesti', 'Bihor', NULL, 30),
(2247, 5, 'Dolea', 'Bihor', NULL, 17),
(2248, 5, 'Draganesti', 'Bihor', NULL, 0),
(2249, 5, 'Dragesti', 'Bihor', NULL, 30),
(2250, 5, 'Dragoteni', 'Bihor', NULL, 10),
(2251, 5, 'Dumbrava', 'Bihor', NULL, 35),
(2252, 5, 'Dumbravani', 'Bihor', NULL, 17),
(2253, 5, 'Dumbravita', 'Bihor', NULL, 95),
(2254, 5, 'Dumbravita de Codru', 'Bihor', NULL, 20),
(2255, 5, 'Dusesti', 'Bihor', NULL, 30),
(2256, 5, 'Fanate', 'Bihor', NULL, 28),
(2257, 5, 'Fancica', 'Bihor', NULL, 0),
(2258, 5, 'Fasca', 'Bihor', NULL, 30),
(2259, 5, 'Fegernic', 'Bihor', NULL, 26),
(2260, 5, 'Fegernicu Nou', 'Bihor', NULL, 26),
(2261, 5, 'Felcheriu', 'Bihor', NULL, 0),
(2262, 5, 'Feneris', 'Bihor', NULL, 0),
(2263, 5, 'Ferice', 'Bihor', NULL, 20),
(2264, 5, 'Finis', 'Bihor', NULL, 0),
(2265, 5, 'Fizis', 'Bihor', NULL, 0),
(2266, 5, 'Foglas', 'Bihor', NULL, 23),
(2267, 5, 'Fonau', 'Bihor', NULL, 35),
(2268, 5, 'Forau', 'Bihor', NULL, 20),
(2269, 5, 'Forosig', 'Bihor', NULL, 85),
(2270, 5, 'Fughiu', 'Bihor', NULL, 0),
(2271, 5, 'Galaseni', 'Bihor', NULL, 65),
(2272, 5, 'Galospetreu', 'Bihor', NULL, 65),
(2273, 5, 'Gepis', 'Bihor', NULL, 55),
(2274, 5, 'Gepiu', 'Bihor', NULL, 0),
(2275, 5, 'Gheghie ', 'Bihor', NULL, 0),
(2276, 5, 'Ghenetea', 'Bihor', NULL, 0),
(2277, 5, 'Ghida', 'Bihor', NULL, 17),
(2278, 5, 'Ghighiseni', 'Bihor', NULL, 18),
(2279, 5, 'Ghiorac', 'Bihor', NULL, 16),
(2280, 5, 'Ginta', 'Bihor', NULL, 40),
(2281, 5, 'Girisu de Cris', 'Bihor', NULL, 0),
(2282, 5, 'Girisu Negru', 'Bihor', NULL, 28),
(2283, 5, 'Giulesti', 'Bihor', NULL, 26),
(2284, 5, 'Goila', 'Bihor', NULL, 15),
(2285, 5, 'Gradinari', 'Bihor', NULL, 0),
(2286, 5, 'Grosi ', 'Bihor', NULL, 0),
(2287, 5, 'Gruilung', 'Bihor', NULL, 50),
(2288, 5, 'Gurani', 'Bihor', NULL, 20),
(2289, 5, 'Gurbediu', 'Bihor', NULL, 18),
(2290, 5, 'Gurbesti (Cabesti)', 'Bihor', NULL, 12),
(2291, 5, 'Gurbesti (Spinus)', 'Bihor', NULL, 30),
(2292, 5, 'Haieu', 'Bihor', NULL, 0),
(2293, 5, 'Harsesti', 'Bihor', NULL, 25),
(2294, 5, 'Haucesti', 'Bihor', NULL, 20),
(2295, 5, 'Hidis', 'Bihor', NULL, 20),
(2296, 5, 'Hidisel', 'Bihor', NULL, 29),
(2297, 5, 'Hidiselu de Jos', 'Bihor', NULL, 0),
(2298, 5, 'Hidiselu de Sus', 'Bihor', NULL, 0),
(2299, 5, 'HINCHIRIS', 'Bihor', NULL, 10),
(2300, 5, 'Hodis', 'Bihor', NULL, 55),
(2301, 5, 'Hodisel', 'Bihor', NULL, 44),
(2302, 5, 'Hodos', 'Bihor', NULL, 0),
(2303, 5, 'Holod', 'Bihor', NULL, 60),
(2304, 5, 'Homorog', 'Bihor', NULL, 0),
(2305, 5, 'Hotar', 'Bihor', NULL, 35),
(2306, 5, 'Hotarel', 'Bihor', NULL, 20),
(2307, 5, 'Husasau de Cris', 'Bihor', NULL, 0),
(2308, 5, 'Husasau de Tinca', 'Bihor', NULL, 30),
(2309, 5, 'Huta', 'Bihor', NULL, 23),
(2310, 5, 'Huta Voivozi', 'Bihor', NULL, 95),
(2311, 5, 'Ianca', 'Bihor', NULL, 0),
(2312, 5, 'Ianosda', 'Bihor', NULL, 0),
(2313, 5, 'Inand', 'Bihor', NULL, 0),
(2314, 5, 'Incesti', 'Bihor', NULL, 40),
(2315, 5, 'Ineu', 'Bihor', NULL, 0),
(2316, 5, 'Ioanis ', 'Bihor', NULL, 0),
(2317, 5, 'Iteu', 'Bihor', NULL, 14),
(2318, 5, 'Iteu Nou', 'Bihor', NULL, 12),
(2319, 5, 'Izbuc', 'Bihor', NULL, 35),
(2320, 5, 'Izvoarele', 'Bihor', NULL, 10),
(2321, 5, 'Josani (Cabesti)', 'Bihor', NULL, 13),
(2322, 5, 'Josani (Magesti)', 'Bihor', NULL, 25),
(2323, 5, 'Lacu Sarat', 'Bihor', NULL, 29),
(2324, 5, 'Lazareni', 'Bihor', NULL, 30),
(2325, 5, 'Lazuri', 'Bihor', NULL, 15),
(2326, 5, 'Lazuri de Beius', 'Bihor', NULL, 10),
(2327, 5, 'Leheceni', 'Bihor', NULL, 30),
(2328, 5, 'Lelesti', 'Bihor', NULL, 15),
(2329, 5, 'Les', 'Bihor', NULL, 0),
(2330, 5, 'Livada Beiusului', 'Bihor', NULL, 0),
(2331, 5, 'Livada de Bihor', 'Bihor', NULL, 0),
(2332, 5, 'Loranta', 'Bihor', NULL, 85),
(2333, 5, 'Lorau', 'Bihor', NULL, 70),
(2334, 5, 'Lugasu de Jos', 'Bihor', NULL, 0),
(2335, 5, 'Lugasu de Sus', 'Bihor', NULL, 0),
(2336, 5, 'Lunca', 'Bihor', NULL, 0),
(2337, 5, 'Luncasprie', 'Bihor', NULL, 30),
(2338, 5, 'Luncsoara', 'Bihor', NULL, 40),
(2339, 5, 'Lupoaia', 'Bihor', NULL, 105),
(2340, 5, 'Madaras', 'Bihor', NULL, 0),
(2341, 5, 'Magesti', 'Bihor', NULL, 0),
(2342, 5, 'Magura', 'Bihor', NULL, 20),
(2343, 5, 'Marghita', 'Bihor', NULL, 0),
(2344, 5, 'Margine', 'Bihor', NULL, 11),
(2345, 5, 'Martihaz', 'Bihor', NULL, 28),
(2346, 5, 'Meziad', 'Bihor', NULL, 15),
(2347, 5, 'Mierag', 'Bihor', NULL, 10),
(2348, 5, 'Mierlau', 'Bihor', NULL, 40),
(2349, 5, 'Miersig', 'Bihor', NULL, 0),
(2350, 5, 'Mihai Bravu', 'Bihor', NULL, 0),
(2351, 5, 'Miheleu', 'Bihor', NULL, 45),
(2352, 5, 'Misca', 'Bihor', NULL, 15),
(2353, 5, 'Mizies', 'Bihor', NULL, 0),
(2354, 5, 'Motesti', 'Bihor', NULL, 20),
(2355, 5, 'Munteni', 'Bihor', NULL, 100),
(2356, 5, 'Nadar', 'Bihor', NULL, 24),
(2357, 5, 'Nimaiesti', 'Bihor', NULL, 0),
(2358, 5, 'Niuved', 'Bihor', NULL, 45),
(2359, 5, 'Nojorid', 'Bihor', NULL, 0),
(2360, 5, 'Nucet', 'Bihor', NULL, 30),
(2361, 5, 'Ogesti', 'Bihor', NULL, 25),
(2362, 5, 'Olcea', 'Bihor', NULL, 35),
(2363, 5, 'Olosig', 'Bihor', NULL, 15),
(2364, 5, 'Oradea', 'Bihor', NULL, 0),
(2365, 5, 'Ortiteag', 'Bihor', NULL, 0),
(2366, 5, 'Orvisele', 'Bihor', NULL, 60),
(2367, 5, 'Osand', 'Bihor', NULL, 34),
(2368, 5, 'Osorhei', 'Bihor', NULL, 0),
(2369, 5, 'Otomani', 'Bihor', NULL, 14),
(2370, 5, 'Pacalesti', 'Bihor', NULL, 0),
(2371, 5, 'Padurea Neagra', 'Bihor', NULL, 35),
(2372, 5, 'Padureni', 'Bihor', NULL, 15),
(2373, 5, 'Pagaia', 'Bihor', NULL, 16),
(2374, 5, 'Paleu', 'Bihor', NULL, 0),
(2375, 5, 'Palota', 'Bihor', NULL, 0),
(2376, 5, 'Pantasesti', 'Bihor', NULL, 10),
(2377, 5, 'Parhida', 'Bihor', NULL, 35),
(2378, 5, 'Paulesti', 'Bihor', NULL, 35),
(2379, 5, 'Pausa', 'Bihor', NULL, 15),
(2380, 5, 'Pestere', 'Bihor', NULL, 0),
(2381, 5, 'Pestis', 'Bihor', NULL, 0),
(2382, 5, 'Petid', 'Bihor', NULL, 39),
(2383, 5, 'Petrani', 'Bihor', NULL, 0),
(2384, 5, 'Petreasa', 'Bihor', NULL, 0),
(2385, 5, 'Petreu', 'Bihor', NULL, 0),
(2386, 5, 'Petrileni', 'Bihor', NULL, 15),
(2387, 5, 'Picleu', 'Bihor', NULL, 32),
(2388, 5, 'Pietroasa', 'Bihor', NULL, 20),
(2389, 5, 'Pocioveliste', 'Bihor', NULL, 10),
(2390, 5, 'Poclusa de Barcau', 'Bihor', NULL, 19),
(2391, 5, 'Poclusa de Beius', 'Bihor', NULL, 29),
(2392, 5, 'Pocola', 'Bihor', NULL, 0),
(2393, 5, 'Poiana (Cristioru de Jos)', 'Bihor', NULL, 45),
(2394, 5, 'Poiana (Tauteu)', 'Bihor', NULL, 0),
(2395, 5, 'Poiana Tasad', 'Bihor', NULL, 35),
(2396, 5, 'Poienii de jos', 'Bihor', NULL, 0),
(2397, 5, 'Poienii de sus', 'Bihor', NULL, 20),
(2398, 5, 'Poietari', 'Bihor', NULL, 0),
(2399, 5, 'Pomezeu', 'Bihor', NULL, 25),
(2400, 5, 'Ponoara', 'Bihor', NULL, 55),
(2401, 5, 'Popesti', 'Bihor', NULL, 18),
(2402, 5, 'Posoloaca', 'Bihor', NULL, 0),
(2403, 5, 'Prisaca', 'Bihor', NULL, 15),
(2404, 5, 'Rabagani', 'Bihor', NULL, 15),
(2405, 5, 'Racas', 'Bihor', NULL, 105),
(2406, 5, 'Rapa', 'Bihor', NULL, 31),
(2407, 5, 'Reghea', 'Bihor', NULL, 14),
(2408, 5, 'Remetea', 'Bihor', NULL, 10),
(2409, 5, 'Remeti', 'Bihor', NULL, 55),
(2410, 5, 'Rieni', 'Bihor', NULL, 15),
(2411, 5, 'Rogoz', 'Bihor', NULL, 65),
(2412, 5, 'Rohani', 'Bihor', NULL, 44),
(2413, 5, 'Roit', 'Bihor', NULL, 40),
(2414, 5, 'Rontau', 'Bihor', NULL, 0),
(2415, 5, 'Rosia', 'Bihor', NULL, 20),
(2416, 5, 'Rosiori', 'Bihor', NULL, 0),
(2417, 5, 'Rotaresti', 'Bihor', NULL, 24),
(2418, 5, 'Rugea', 'Bihor', NULL, 29),
(2419, 5, 'Sabolciu', 'Bihor', NULL, 0),
(2420, 5, 'Saca', 'Bihor', NULL, 10),
(2421, 5, 'Sacadat', 'Bihor', NULL, 0),
(2422, 5, 'Sacalasau', 'Bihor', NULL, 31),
(2423, 5, 'Sacalasau Nou', 'Bihor', NULL, 32),
(2424, 5, 'Sacueni', 'Bihor', NULL, 0),
(2425, 5, 'Salacea', 'Bihor', NULL, 20),
(2426, 5, 'Salard', 'Bihor', NULL, 0),
(2427, 5, 'Saldabagiu de Barcau', 'Bihor', NULL, 15),
(2428, 5, 'Saldabagiu de munte', 'Bihor', NULL, 0),
(2429, 5, 'Saldabagiu Mic', 'Bihor', NULL, 47),
(2430, 5, 'Saliste', 'Bihor', NULL, 30),
(2431, 5, 'Saliste de Beius', 'Bihor', NULL, 10),
(2432, 5, 'Saliste de Pomezeu', 'Bihor', NULL, 15),
(2433, 5, 'Saliste de Vascau', 'Bihor', NULL, 35),
(2434, 5, 'Salonta', 'Bihor', NULL, 0),
(2435, 5, 'Sambata', 'Bihor', NULL, 30),
(2436, 5, 'Saniob', 'Bihor', NULL, 30),
(2437, 5, 'Sanlazar', 'Bihor', NULL, 11),
(2438, 5, 'Sanmartin', 'Bihor', NULL, 0),
(2439, 5, 'Sanmartin de Beius', 'Bihor', NULL, 0),
(2440, 5, 'Sannicolau de beius', 'Bihor', NULL, 23),
(2441, 5, 'Sannicolau de Munte', 'Bihor', NULL, 25),
(2442, 5, 'Sannicolau roman', 'Bihor', NULL, 35),
(2443, 5, 'Santandrei', 'Bihor', NULL, 0),
(2444, 5, 'Santaul Mare', 'Bihor', NULL, 0),
(2445, 5, 'Santaul Mic', 'Bihor', NULL, 0),
(2446, 5, 'Santelec', 'Bihor', NULL, 20),
(2447, 5, 'SANTIMREU', 'Bihor', NULL, 30),
(2448, 5, 'Santion', 'Bihor', NULL, 0),
(2449, 5, 'Sarand', 'Bihor', NULL, 0),
(2450, 5, 'Sarbesti', 'Bihor', NULL, 25),
(2451, 5, 'Sarbi', 'Bihor', NULL, 29),
(2452, 5, 'Sarcau', 'Bihor', NULL, 26),
(2453, 5, 'Sarsig', 'Bihor', NULL, 20),
(2454, 5, 'Satu Barba', 'Bihor', NULL, 12),
(2455, 5, 'Satu nou', 'Bihor', NULL, 0),
(2456, 5, 'Sauaieu', 'Bihor', NULL, 65),
(2457, 5, 'Saucani', 'Bihor', NULL, 10),
(2458, 5, 'Saud', 'Bihor', NULL, 15),
(2459, 5, 'Sebis', 'Bihor', NULL, 10),
(2460, 5, 'Seghiste', 'Bihor', NULL, 25),
(2461, 5, 'Serani', 'Bihor', NULL, 38),
(2462, 5, 'Serghis', 'Bihor', NULL, 35),
(2463, 5, 'Sfarnas', 'Bihor', NULL, 30),
(2464, 5, 'Sighistel', 'Bihor', NULL, 30),
(2465, 5, 'Silindru', 'Bihor', NULL, 42),
(2466, 5, 'Simian', 'Bihor', NULL, 34),
(2467, 5, 'Sinteu', 'Bihor', NULL, 45),
(2468, 5, 'Sisterea', 'Bihor', NULL, 0),
(2469, 5, 'Sitani', 'Bihor', NULL, 25);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(2470, 5, 'Sititelec', 'Bihor', NULL, 40),
(2471, 5, 'Socet', 'Bihor', NULL, 95),
(2472, 5, 'Sohodol', 'Bihor', NULL, 25),
(2473, 5, 'Soimi', 'Bihor', NULL, 22),
(2474, 5, 'Soimus', 'Bihor', NULL, 0),
(2475, 5, 'Spinus', 'Bihor', NULL, 25),
(2476, 5, 'Spinus de Pomezeu', 'Bihor', NULL, 20),
(2477, 5, 'Stancesti', 'Bihor', NULL, 20),
(2478, 5, 'Stei', 'Bihor', NULL, 0),
(2479, 5, 'Stracos', 'Bihor', NULL, 65),
(2480, 5, 'Subpiatra', 'Bihor', NULL, 0),
(2481, 5, 'Sudrigiu', 'Bihor', NULL, 10),
(2482, 5, 'Suiug', 'Bihor', NULL, 11),
(2483, 5, 'Sumugiu', 'Bihor', NULL, 35),
(2484, 5, 'Suncuis', 'Bihor', NULL, 0),
(2485, 5, 'Suncuius', 'Bihor', NULL, 0),
(2486, 5, 'Suplacu de barcau', 'Bihor', NULL, 0),
(2487, 5, 'Suplacu de Tinca', 'Bihor', NULL, 25),
(2488, 5, 'Surduc', 'Bihor', NULL, 35),
(2489, 5, 'Surducel', 'Bihor', NULL, 45),
(2490, 5, 'Sustiu', 'Bihor', NULL, 25),
(2491, 5, 'Susturogi', 'Bihor', NULL, 30),
(2492, 5, 'Talpe', 'Bihor', NULL, 0),
(2493, 5, 'Talpos', 'Bihor', NULL, 20),
(2494, 5, 'Tamasda', 'Bihor', NULL, 25),
(2495, 5, 'Tamaseu', 'Bihor', NULL, 0),
(2496, 5, 'Tarcaia', 'Bihor', NULL, 0),
(2497, 5, 'Tarcaita', 'Bihor', NULL, 10),
(2498, 5, 'Tarcea', 'Bihor', NULL, 0),
(2499, 5, 'Targusor', 'Bihor', NULL, 65),
(2500, 5, 'Tarian', 'Bihor', NULL, 0),
(2501, 5, 'Tasad', 'Bihor', NULL, 35),
(2502, 5, 'Taut', 'Bihor', NULL, 20),
(2503, 5, 'Tautelec', 'Bihor', NULL, 0),
(2504, 5, 'Tauteu', 'Bihor', NULL, 11),
(2505, 5, 'Teleac', 'Bihor', NULL, 0),
(2506, 5, 'Telechiu', 'Bihor', NULL, 0),
(2507, 5, 'Tetchea', 'Bihor', NULL, 25),
(2508, 5, 'Tiganestii de Beius', 'Bihor', NULL, 0),
(2509, 5, 'Tiganestii de Cris', 'Bihor', NULL, 115),
(2510, 5, 'Tileagd', 'Bihor', NULL, 0),
(2511, 5, 'Tilecus', 'Bihor', NULL, 40),
(2512, 5, 'Tinaud', 'Bihor', NULL, 0),
(2513, 5, 'Tinca', 'Bihor', NULL, 0),
(2514, 5, 'Toboliu', 'Bihor', NULL, 0),
(2515, 5, 'TOMNATIC', 'Bihor', NULL, 45),
(2516, 5, 'Topa de Cris', 'Bihor', NULL, 20),
(2517, 5, 'Topa de Jos', 'Bihor', NULL, 32),
(2518, 5, 'Topa de Sus', 'Bihor', NULL, 34),
(2519, 5, 'Topesti', 'Bihor', NULL, 95),
(2520, 5, 'Totoreni', 'Bihor', NULL, 0),
(2521, 5, 'Tria', 'Bihor', NULL, 22),
(2522, 5, 'Tulca', 'Bihor', NULL, 0),
(2523, 5, 'Ucuris', 'Bihor', NULL, 40),
(2524, 5, 'Uileacu de beius', 'Bihor', NULL, 10),
(2525, 5, 'Uileacu de Cris', 'Bihor', NULL, 0),
(2526, 5, 'Uileacu de Munte', 'Bihor', NULL, 0),
(2527, 5, 'URSAD', 'Bihor', NULL, 26),
(2528, 5, 'Urvind', 'Bihor', NULL, 0),
(2529, 5, 'Urvis de beius', 'Bihor', NULL, 20),
(2530, 5, 'Vadu Crisului', 'Bihor', NULL, 0),
(2531, 5, 'Vaida', 'Bihor', NULL, 45),
(2532, 5, 'Valani de Pomezeu', 'Bihor', NULL, 20),
(2533, 5, 'Valanii de Beius', 'Bihor', NULL, 10),
(2534, 5, 'Valcelele', 'Bihor', NULL, 24),
(2535, 5, 'Valea Cerului', 'Bihor', NULL, 23),
(2536, 5, 'Valea Crisului', 'Bihor', NULL, 40),
(2537, 5, 'Valea de Jos', 'Bihor', NULL, 15),
(2538, 5, 'Valea de Sus', 'Bihor', NULL, 25),
(2539, 5, 'Valea Iadului', 'Bihor', NULL, 34),
(2540, 5, 'Valea lui Mihai', 'Bihor', NULL, 0),
(2541, 5, 'Valea Mare de Codru', 'Bihor', NULL, 110),
(2542, 5, 'Valea Mare de Cris', 'Bihor', NULL, 35),
(2543, 5, 'Valea Tarnei', 'Bihor', NULL, 50),
(2544, 5, 'Varasau', 'Bihor', NULL, 40),
(2545, 5, 'Varaseni', 'Bihor', NULL, 15),
(2546, 5, 'Varciorog', 'Bihor', NULL, 40),
(2547, 5, 'Varviz', 'Bihor', NULL, 21),
(2548, 5, 'Varzari', 'Bihor', NULL, 25),
(2549, 5, 'Varzarii de Jos', 'Bihor', NULL, 30),
(2550, 5, 'Varzarii de Sus', 'Bihor', NULL, 30),
(2551, 5, 'Vasad', 'Bihor', NULL, 40),
(2552, 5, 'Vascau', 'Bihor', NULL, 30),
(2553, 5, 'Viisoara', 'Bihor', NULL, 10),
(2554, 5, 'Vintere', 'Bihor', NULL, 60),
(2555, 5, 'Voivozi (Popesti)', 'Bihor', NULL, 22),
(2556, 5, 'Voivozi (simian)', 'Bihor', NULL, 40),
(2557, 5, 'Zavoiu', 'Bihor', NULL, 80),
(2558, 5, 'Zece Hotare', 'Bihor', NULL, 45),
(2559, 6, 'Agries', 'Bistrita-Nasaud', NULL, 45),
(2560, 6, 'Agriesel', 'Bistrita-Nasaud', NULL, 49),
(2561, 6, 'Agrisu de Jos', 'Bistrita-Nasaud', NULL, 40),
(2562, 6, 'Agrisu de Sus', 'Bistrita-Nasaud', NULL, 35),
(2563, 6, 'Albestii Bistritei', 'Bistrita-Nasaud', NULL, 35),
(2564, 6, 'Alunisul', 'Bistrita-Nasaud', NULL, 50),
(2565, 6, 'Anies', 'Bistrita-Nasaud', NULL, 70),
(2566, 6, 'Apatiu', 'Bistrita-Nasaud', NULL, 58),
(2567, 6, 'Arcalia', 'Bistrita-Nasaud', NULL, 0),
(2568, 6, 'Archiud', 'Bistrita-Nasaud', NULL, 55),
(2569, 6, 'Ardan', 'Bistrita-Nasaud', NULL, 35),
(2570, 6, 'Arsita', 'Bistrita-Nasaud', NULL, 70),
(2571, 6, 'Barla', 'Bistrita-Nasaud', NULL, 30),
(2572, 6, 'Bata', 'Bistrita-Nasaud', NULL, 0),
(2573, 6, 'Beclean', 'Bistrita-Nasaud', NULL, 25),
(2574, 6, 'Beudiu', 'Bistrita-Nasaud', NULL, 40),
(2575, 6, 'Bichigiu', 'Bistrita-Nasaud', NULL, 45),
(2576, 6, 'Bidiu', 'Bistrita-Nasaud', NULL, 45),
(2577, 6, 'Bistrita', 'Bistrita-Nasaud', NULL, 0),
(2578, 6, 'BISTRITA BARGAULUI', 'Bistrita-Nasaud', NULL, 25),
(2579, 6, 'Bistrita Bargaului Fabrici', 'Bistrita-Nasaud', NULL, 0),
(2580, 6, 'Blajenii de Jos', 'Bistrita-Nasaud', NULL, 35),
(2581, 6, 'Blajenii de Sus', 'Bistrita-Nasaud', NULL, 30),
(2582, 6, 'Borleasa', 'Bistrita-Nasaud', NULL, 50),
(2583, 6, 'Bozies', 'Bistrita-Nasaud', NULL, 40),
(2584, 6, 'Branistea', 'Bistrita-Nasaud', NULL, 20),
(2585, 6, 'Brateni', 'Bistrita-Nasaud', NULL, 50),
(2586, 6, 'Breaza', 'Bistrita-Nasaud', NULL, 35),
(2587, 6, 'Bretea', 'Bistrita-Nasaud', NULL, 55),
(2588, 6, 'Budacu de Jos', 'Bistrita-Nasaud', NULL, 20),
(2589, 6, 'Budacu de Sus', 'Bistrita-Nasaud', NULL, 20),
(2590, 6, 'Budesti', 'Bistrita-Nasaud', NULL, 65),
(2591, 6, 'Budesti-Fanate', 'Bistrita-Nasaud', NULL, 70),
(2592, 6, 'Budurleni', 'Bistrita-Nasaud', NULL, 40),
(2593, 6, 'Budus', 'Bistrita-Nasaud', NULL, 22),
(2594, 6, 'Bungard', 'Bistrita-Nasaud', NULL, 64),
(2595, 6, 'Buza Catun', 'Bistrita-Nasaud', NULL, 73),
(2596, 6, 'Caianu Mare', 'Bistrita-Nasaud', NULL, 59),
(2597, 6, 'Caianu Mic', 'Bistrita-Nasaud', NULL, 35),
(2598, 6, 'Caila', 'Bistrita-Nasaud', NULL, 30),
(2599, 6, 'Camp', 'Bistrita-Nasaud', NULL, 63),
(2600, 6, 'Cepari', 'Bistrita-Nasaud', NULL, 0),
(2601, 6, 'Cetate', 'Bistrita-Nasaud', NULL, 0),
(2602, 6, 'Chetiu', 'Bistrita-Nasaud', NULL, 45),
(2603, 6, 'Chintelnic', 'Bistrita-Nasaud', NULL, 20),
(2604, 6, 'Chiochis', 'Bistrita-Nasaud', NULL, 60),
(2605, 6, 'Chirales', 'Bistrita-Nasaud', NULL, 25),
(2606, 6, 'Chiuza', 'Bistrita-Nasaud', NULL, 40),
(2607, 6, 'Ciceu-Corabia', 'Bistrita-Nasaud', NULL, 30),
(2608, 6, 'Ciceu-Giurgesti', 'Bistrita-Nasaud', NULL, 20),
(2609, 6, 'Ciceu-Mihaiesti', 'Bistrita-Nasaud', NULL, 0),
(2610, 6, 'Ciceu-Poieni', 'Bistrita-Nasaud', NULL, 27),
(2611, 6, 'Ciosa', 'Bistrita-Nasaud', NULL, 80),
(2612, 6, 'Cireasi', 'Bistrita-Nasaud', NULL, 60),
(2613, 6, 'Ciresoaia', 'Bistrita-Nasaud', NULL, 25),
(2614, 6, 'Coasta', 'Bistrita-Nasaud', NULL, 35),
(2615, 6, 'Cociu', 'Bistrita-Nasaud', NULL, 35),
(2616, 6, 'Coldau', 'Bistrita-Nasaud', NULL, 23),
(2617, 6, 'Colibita', 'Bistrita-Nasaud', NULL, 50),
(2618, 6, 'Comlod', 'Bistrita-Nasaud', NULL, 70),
(2619, 6, 'Cormaia', 'Bistrita-Nasaud', NULL, 65),
(2620, 6, 'Corvinesti', 'Bistrita-Nasaud', NULL, 40),
(2621, 6, 'Cosbuc', 'Bistrita-Nasaud', NULL, 35),
(2622, 6, 'Coseriu', 'Bistrita-Nasaud', NULL, 70),
(2623, 6, 'CRAINIMAT', 'Bistrita-Nasaud', NULL, 0),
(2624, 6, 'Cristestii Ciceului', 'Bistrita-Nasaud', NULL, 20),
(2625, 6, 'Cristur-sieu', 'Bistrita-Nasaud', NULL, 25),
(2626, 6, 'Cusma', 'Bistrita-Nasaud', NULL, 40),
(2627, 6, 'Dealu Stefanitei', 'Bistrita-Nasaud', NULL, 60),
(2628, 6, 'Delureni', 'Bistrita-Nasaud', NULL, 70),
(2629, 6, 'Dipsa', 'Bistrita-Nasaud', NULL, 30),
(2630, 6, 'Dobric', 'Bistrita-Nasaud', NULL, 25),
(2631, 6, 'Dobricel', 'Bistrita-Nasaud', NULL, 33),
(2632, 6, 'Domnesti', 'Bistrita-Nasaud', NULL, 0),
(2633, 6, 'Dorolea', 'Bistrita-Nasaud', NULL, 0),
(2634, 6, 'Draga', 'Bistrita-Nasaud', NULL, 70),
(2635, 6, 'Dumbrava (Livezile)', 'Bistrita-Nasaud', NULL, 20),
(2636, 6, 'Dumbrava (Nuseni)', 'Bistrita-Nasaud', NULL, 35),
(2637, 6, 'Dumbraveni', 'Bistrita-Nasaud', NULL, 26),
(2638, 6, 'Dumbravita', 'Bistrita-Nasaud', NULL, 38),
(2639, 6, 'Dumitra', 'Bistrita-Nasaud', NULL, 0),
(2640, 6, 'Dumitrita', 'Bistrita-Nasaud', NULL, 0),
(2641, 6, 'Dupa Deal', 'Bistrita-Nasaud', NULL, 75),
(2642, 6, 'Enciu', 'Bistrita-Nasaud', NULL, 40),
(2643, 6, 'Fanate', 'Bistrita-Nasaud', NULL, 55),
(2644, 6, 'Fanatele Silivasului', 'Bistrita-Nasaud', NULL, 80),
(2645, 6, 'Fantanele', 'Bistrita-Nasaud', NULL, 55),
(2646, 6, 'Fantanita', 'Bistrita-Nasaud', NULL, 65),
(2647, 6, 'Feldru', 'Bistrita-Nasaud', NULL, 45),
(2648, 6, 'Feleac', 'Bistrita-Nasaud', NULL, 33),
(2649, 6, 'Fiad', 'Bistrita-Nasaud', NULL, 62),
(2650, 6, 'Figa', 'Bistrita-Nasaud', NULL, 33),
(2651, 6, 'Floresti', 'Bistrita-Nasaud', NULL, 50),
(2652, 6, 'GALATII BISTRITEI', 'Bistrita-Nasaud', NULL, 25),
(2653, 6, 'Gersa I', 'Bistrita-Nasaud', NULL, 40),
(2654, 6, 'Gersa II', 'Bistrita-Nasaud', NULL, 43),
(2655, 6, 'Ghemes', 'Bistrita-Nasaud', NULL, 75),
(2656, 6, 'Ghinda', 'Bistrita-Nasaud', NULL, 0),
(2657, 6, 'Gledin', 'Bistrita-Nasaud', NULL, 35),
(2658, 6, 'Halmasau', 'Bistrita-Nasaud', NULL, 50),
(2659, 6, 'Hasmasu Ciceului', 'Bistrita-Nasaud', NULL, 25),
(2660, 6, 'Herina', 'Bistrita-Nasaud', NULL, 20),
(2661, 6, 'Hirean', 'Bistrita-Nasaud', NULL, 75),
(2662, 6, 'Ilisua', 'Bistrita-Nasaud', NULL, 25),
(2663, 6, 'Ilva Mare', 'Bistrita-Nasaud', NULL, 75),
(2664, 6, 'Ilva Mica', 'Bistrita-Nasaud', NULL, 50),
(2665, 6, 'Ivaneasa', 'Bistrita-Nasaud', NULL, 85),
(2666, 6, 'Jeica', 'Bistrita-Nasaud', NULL, 35),
(2667, 6, 'Jelna', 'Bistrita-Nasaud', NULL, 0),
(2668, 6, 'Jimbor', 'Bistrita-Nasaud', NULL, 75),
(2669, 6, 'JOSENII BARGAULUI', 'Bistrita-Nasaud', NULL, 0),
(2670, 6, 'La Curte', 'Bistrita-Nasaud', NULL, 55),
(2671, 6, 'Lechinta', 'Bistrita-Nasaud', NULL, 30),
(2672, 6, 'Lelesti', 'Bistrita-Nasaud', NULL, 25),
(2673, 6, 'Lesu', 'Bistrita-Nasaud', NULL, 60),
(2674, 6, 'Livezile', 'Bistrita-Nasaud', NULL, 0),
(2675, 6, 'Liviu Rebreanu', 'Bistrita-Nasaud', NULL, 0),
(2676, 6, 'Lunca', 'Bistrita-Nasaud', NULL, 35),
(2677, 6, 'Lunca Borlesei', 'Bistrita-Nasaud', NULL, 45),
(2678, 6, 'Lunca Ilvei', 'Bistrita-Nasaud', NULL, 85),
(2679, 6, 'Lunca Lesului', 'Bistrita-Nasaud', NULL, 65),
(2680, 6, 'Lunca Sateasca', 'Bistrita-Nasaud', NULL, 60),
(2681, 6, 'Lusca ', 'Bistrita-Nasaud', NULL, 0),
(2682, 6, 'Magura Ilvei', 'Bistrita-Nasaud', NULL, 65),
(2683, 6, 'Magurele', 'Bistrita-Nasaud', NULL, 20),
(2684, 6, 'Maieru', 'Bistrita-Nasaud', NULL, 65),
(2685, 6, 'Malin', 'Bistrita-Nasaud', NULL, 35),
(2686, 6, 'Malut', 'Bistrita-Nasaud', NULL, 20),
(2687, 6, 'Manic', 'Bistrita-Nasaud', NULL, 35),
(2688, 6, 'Mariselu', 'Bistrita-Nasaud', NULL, 30),
(2689, 6, 'Matei', 'Bistrita-Nasaud', NULL, 45),
(2690, 6, 'Micestii de Campie', 'Bistrita-Nasaud', NULL, 55),
(2691, 6, 'MIJLOCENII BARGAULUI', 'Bistrita-Nasaud', NULL, 25),
(2692, 6, 'Milas', 'Bistrita-Nasaud', NULL, 70),
(2693, 6, 'Mintiu', 'Bistrita-Nasaud', NULL, 50),
(2694, 6, 'Mires', 'Bistrita-Nasaud', NULL, 52),
(2695, 6, 'Mititei', 'Bistrita-Nasaud', NULL, 33),
(2696, 6, 'Mocod', 'Bistrita-Nasaud', NULL, 36),
(2697, 6, 'Mogoseni', 'Bistrita-Nasaud', NULL, 45),
(2698, 6, 'Moliset', 'Bistrita-Nasaud', NULL, 65),
(2699, 6, 'Monariu', 'Bistrita-Nasaud', NULL, 25),
(2700, 6, 'Monor', 'Bistrita-Nasaud', NULL, 35),
(2701, 6, 'Morut', 'Bistrita-Nasaud', NULL, 50),
(2702, 6, 'Muresenii Bargaului', 'Bistrita-Nasaud', NULL, 45),
(2703, 6, 'Nasaud', 'Bistrita-Nasaud', NULL, 0),
(2704, 6, 'Negrilesti', 'Bistrita-Nasaud', NULL, 20),
(2705, 6, 'Nepos', 'Bistrita-Nasaud', NULL, 40),
(2706, 6, 'Neteni', 'Bistrita-Nasaud', NULL, 0),
(2707, 6, 'Nimigea', 'Bistrita-Nasaud', NULL, 45),
(2708, 6, 'Nimigea de Jos', 'Bistrita-Nasaud', NULL, 45),
(2709, 6, 'Nimigea de Sus', 'Bistrita-Nasaud', NULL, 50),
(2710, 6, 'Nuseni', 'Bistrita-Nasaud', NULL, 35),
(2711, 6, 'Oarzina', 'Bistrita-Nasaud', NULL, 60),
(2712, 6, 'Ocnita', 'Bistrita-Nasaud', NULL, 60),
(2713, 6, 'Orheiu Bistritei', 'Bistrita-Nasaud', NULL, 0),
(2714, 6, 'Orosfaia', 'Bistrita-Nasaud', NULL, 75),
(2715, 6, 'Paltineasa', 'Bistrita-Nasaud', NULL, 45),
(2716, 6, 'Parva', 'Bistrita-Nasaud', NULL, 40),
(2717, 6, 'Perisor', 'Bistrita-Nasaud', NULL, 70),
(2718, 6, 'Petris', 'Bistrita-Nasaud', NULL, 0),
(2719, 6, 'Petru Rares', 'Bistrita-Nasaud', NULL, 0),
(2720, 6, 'Piatra ', 'Bistrita-Nasaud', NULL, 38),
(2721, 6, 'PIATRA FANTANELE', 'Bistrita-Nasaud', NULL, 65),
(2722, 6, 'Pinticu', 'Bistrita-Nasaud', NULL, 60),
(2723, 6, 'Podenii', 'Bistrita-Nasaud', NULL, 85),
(2724, 6, 'Poderei', 'Bistrita-Nasaud', NULL, 40),
(2725, 6, 'Podirei', 'Bistrita-Nasaud', NULL, 20),
(2726, 6, 'Poiana Ilvei', 'Bistrita-Nasaud', NULL, 60),
(2727, 6, 'POIENILE ZAGREI', 'Bistrita-Nasaud', NULL, 52),
(2728, 6, 'Porumbenii', 'Bistrita-Nasaud', NULL, 85),
(2729, 6, 'Posmus', 'Bistrita-Nasaud', NULL, 35),
(2730, 6, 'Prundu Bargaului', 'Bistrita-Nasaud', NULL, 20),
(2731, 6, 'Purcarete', 'Bistrita-Nasaud', NULL, 65),
(2732, 6, 'Racatesu', 'Bistrita-Nasaud', NULL, 55),
(2733, 6, 'Ragla', 'Bistrita-Nasaud', NULL, 0),
(2734, 6, 'Rebra', 'Bistrita-Nasaud', NULL, 40),
(2735, 6, 'Rebrisoara', 'Bistrita-Nasaud', NULL, 35),
(2736, 6, 'Reteag', 'Bistrita-Nasaud', NULL, 0),
(2737, 6, 'Rodna', 'Bistrita-Nasaud', NULL, 75),
(2738, 6, 'Romuli', 'Bistrita-Nasaud', NULL, 60),
(2739, 6, 'Runcu Salvei', 'Bistrita-Nasaud', NULL, 45),
(2740, 6, 'Rustior', 'Bistrita-Nasaud', NULL, 45),
(2741, 6, 'Rusu Bargaului', 'Bistrita-Nasaud', NULL, 0),
(2742, 6, 'Rusu de Jos', 'Bistrita-Nasaud', NULL, 25),
(2743, 6, 'Rusu de Sus', 'Bistrita-Nasaud', NULL, 35),
(2744, 6, 'Salcuta', 'Bistrita-Nasaud', NULL, 40),
(2745, 6, 'Salva', 'Bistrita-Nasaud', NULL, 30),
(2746, 6, 'Sangeorz-Bai', 'Bistrita-Nasaud', NULL, 55),
(2747, 6, 'SANGEORZU NOU', 'Bistrita-Nasaud', NULL, 60),
(2748, 6, 'Saniacob', 'Bistrita-Nasaud', NULL, 25),
(2749, 6, 'Sanmihaiu de Campie', 'Bistrita-Nasaud', NULL, 50),
(2750, 6, 'Sannicoara', 'Bistrita-Nasaud', NULL, 70),
(2751, 6, 'Sant', 'Bistrita-Nasaud', NULL, 85),
(2752, 6, 'Santioana', 'Bistrita-Nasaud', NULL, 25),
(2753, 6, 'Sarata', 'Bistrita-Nasaud', NULL, 0),
(2754, 6, 'Saratel', 'Bistrita-Nasaud', NULL, 0),
(2755, 6, 'Sasarm', 'Bistrita-Nasaud', NULL, 30),
(2756, 6, 'Satu Nou', 'Bistrita-Nasaud', NULL, 0),
(2757, 6, 'Scoabe', 'Bistrita-Nasaud', NULL, 65),
(2758, 6, 'Sebis', 'Bistrita-Nasaud', NULL, 45),
(2759, 6, 'Sendroaia', 'Bistrita-Nasaud', NULL, 55),
(2760, 6, 'Sesuri Spermezeu-Vale', 'Bistrita-Nasaud', NULL, 50),
(2761, 6, 'Sieu', 'Bistrita-Nasaud', NULL, 30),
(2762, 6, 'Sieu-Magherus', 'Bistrita-Nasaud', NULL, 0),
(2763, 6, 'Sieu-Odorhei', 'Bistrita-Nasaud', NULL, 45),
(2764, 6, 'Sieu-Sfantu', 'Bistrita-Nasaud', NULL, 25),
(2765, 6, 'Sieut', 'Bistrita-Nasaud', NULL, 35),
(2766, 6, 'Sigmir', 'Bistrita-Nasaud', NULL, 0),
(2767, 6, 'SILIVASU DE CAMPIE', 'Bistrita-Nasaud', NULL, 85),
(2768, 6, 'Simionesti', 'Bistrita-Nasaud', NULL, 25),
(2769, 6, 'Sintereag', 'Bistrita-Nasaud', NULL, 40),
(2770, 6, 'Sintereag-Gara', 'Bistrita-Nasaud', NULL, 40),
(2771, 6, 'Sirioara', 'Bistrita-Nasaud', NULL, 50),
(2772, 6, 'Sita', 'Bistrita-Nasaud', NULL, 36),
(2773, 6, 'Slatinita', 'Bistrita-Nasaud', NULL, 0),
(2774, 6, 'Soimus', 'Bistrita-Nasaud', NULL, 35),
(2775, 6, 'Sopteriu', 'Bistrita-Nasaud', NULL, 75),
(2776, 6, 'Spermezeu', 'Bistrita-Nasaud', NULL, 30),
(2777, 6, 'Stramba', 'Bistrita-Nasaud', NULL, 23),
(2778, 6, 'Strugureni', 'Bistrita-Nasaud', NULL, 45),
(2779, 6, 'Stupini', 'Bistrita-Nasaud', NULL, 60),
(2780, 6, 'Suplai', 'Bistrita-Nasaud', NULL, 70),
(2781, 6, 'SUSENII BARGAULUI', 'Bistrita-Nasaud', NULL, 20),
(2782, 6, 'Tagsoru', 'Bistrita-Nasaud', NULL, 70),
(2783, 6, 'Tagu', 'Bistrita-Nasaud', NULL, 60),
(2784, 6, 'Tarlisua', 'Bistrita-Nasaud', NULL, 50),
(2785, 6, 'Tarpiu', 'Bistrita-Nasaud', NULL, 25),
(2786, 6, 'Taure', 'Bistrita-Nasaud', NULL, 40),
(2787, 6, 'Teaca', 'Bistrita-Nasaud', NULL, 50),
(2788, 6, 'Telcisor', 'Bistrita-Nasaud', NULL, 60),
(2789, 6, 'Telciu', 'Bistrita-Nasaud', NULL, 55),
(2790, 6, 'Tentea', 'Bistrita-Nasaud', NULL, 0),
(2791, 6, 'Tigau', 'Bistrita-Nasaud', NULL, 30),
(2792, 6, 'Tiha Bargaului', 'Bistrita-Nasaud', NULL, 40),
(2793, 6, 'Tonciu', 'Bistrita-Nasaud', NULL, 30),
(2794, 6, 'Tureac', 'Bistrita-Nasaud', NULL, 35),
(2795, 6, 'Unirea', 'Bistrita-Nasaud', NULL, 0),
(2796, 6, 'Uriu', 'Bistrita-Nasaud', NULL, 0),
(2797, 6, 'Urmenis', 'Bistrita-Nasaud', NULL, 60),
(2798, 6, 'Valea', 'Bistrita-Nasaud', NULL, 63),
(2799, 6, 'Valea Borcutului', 'Bistrita-Nasaud', NULL, 60),
(2800, 6, 'Valea Magherusului', 'Bistrita-Nasaud', NULL, 20),
(2801, 6, 'Valea Mare (sant)', 'Bistrita-Nasaud', NULL, 90),
(2802, 6, 'Valea Mare (Urmenis)', 'Bistrita-Nasaud', NULL, 60),
(2803, 6, 'Valea Poenii', 'Bistrita-Nasaud', NULL, 25),
(2804, 6, 'Valea Vinului', 'Bistrita-Nasaud', NULL, 80),
(2805, 6, 'Vermes', 'Bistrita-Nasaud', NULL, 35),
(2806, 6, 'Viile Tecii', 'Bistrita-Nasaud', NULL, 35),
(2807, 6, 'Viisoara', 'Bistrita-Nasaud', NULL, 0),
(2808, 6, 'Visuia', 'Bistrita-Nasaud', NULL, 65),
(2809, 6, 'Vita', 'Bistrita-Nasaud', NULL, 55),
(2810, 6, 'Zagra', 'Bistrita-Nasaud', NULL, 45),
(2811, 6, 'Zoreni', 'Bistrita-Nasaud', NULL, 55),
(2812, 7, 'Adaseni', 'Botosani', NULL, 60),
(2813, 7, 'Agafton', 'Botosani', NULL, 0),
(2814, 7, 'Alba', 'Botosani', NULL, 70),
(2815, 7, 'Albesti', 'Botosani', NULL, 45),
(2816, 7, 'Arborea', 'Botosani', NULL, 55),
(2817, 7, 'Aurel Vlaicu', 'Botosani', NULL, 50),
(2818, 7, 'Avram Iancu', 'Botosani', NULL, 60),
(2819, 7, 'Avrameni', 'Botosani', NULL, 50),
(2820, 7, 'Babiceni', 'Botosani', NULL, 45),
(2821, 7, 'Badarai', 'Botosani', NULL, 70),
(2822, 7, 'Badiuti', 'Botosani', NULL, 60),
(2823, 7, 'Baiceni', 'Botosani', NULL, 0),
(2824, 7, 'Baisa', 'Botosani', NULL, 0),
(2825, 7, 'Bajura', 'Botosani', NULL, 70),
(2826, 7, 'Balinti', 'Botosani', NULL, 68),
(2827, 7, 'Balta Arsa', 'Botosani', NULL, 0),
(2828, 7, 'Baluseni', 'Botosani', NULL, 0),
(2829, 7, 'Balusenii Noi', 'Botosani', NULL, 0),
(2830, 7, 'Baranca (Cristinesti)', 'Botosani', NULL, 65),
(2831, 7, 'Baranca (Hudesti)', 'Botosani', NULL, 70),
(2832, 7, 'Barsanesti', 'Botosani', NULL, 45),
(2833, 7, 'Baseu', 'Botosani', NULL, 75),
(2834, 7, 'Batranesti', 'Botosani', NULL, 0),
(2835, 7, 'Belcea', 'Botosani', NULL, 0),
(2836, 7, 'Berza', 'Botosani', NULL, 75),
(2837, 7, 'Bivolari', 'Botosani', NULL, 50),
(2838, 7, 'Blandesti', 'Botosani', NULL, 0),
(2839, 7, 'Bobulesti', 'Botosani', NULL, 60),
(2840, 7, 'Bodeasa', 'Botosani', NULL, 50),
(2841, 7, 'Bogdanesti', 'Botosani', NULL, 65),
(2842, 7, 'Bohoghina', 'Botosani', NULL, 30),
(2843, 7, 'Bold', 'Botosani', NULL, 0),
(2844, 7, 'Borolea', 'Botosani', NULL, 50),
(2845, 7, 'Borzesti', 'Botosani', NULL, 35),
(2846, 7, 'Boscoteni', 'Botosani', NULL, 45),
(2847, 7, 'Botosani', 'Botosani', NULL, 0),
(2848, 7, 'Bozieni', 'Botosani', NULL, 45),
(2849, 7, 'Braesti', 'Botosani', NULL, 0),
(2850, 7, 'Brateni', 'Botosani', NULL, 45),
(2851, 7, 'Brehuiesti', 'Botosani', NULL, 0),
(2852, 7, 'Broscauti', 'Botosani', NULL, 40),
(2853, 7, 'Brosteni', 'Botosani', NULL, 50),
(2854, 7, 'Bucecea', 'Botosani', NULL, 0),
(2855, 7, 'Buda', 'Botosani', NULL, 25),
(2856, 7, 'Buhaceni', 'Botosani', NULL, 45),
(2857, 7, 'Buimaceni', 'Botosani', NULL, 50),
(2858, 7, 'Burla', 'Botosani', NULL, 0),
(2859, 7, 'Burlesti', 'Botosani', NULL, 0),
(2860, 7, 'Buzeni', 'Botosani', NULL, 0),
(2861, 7, 'Calarasi', 'Botosani', NULL, 65),
(2862, 7, 'Calinesti (Bucecea)', 'Botosani', NULL, 0),
(2863, 7, 'Calinesti (Candesti)', 'Botosani', NULL, 70),
(2864, 7, 'Calugareni', 'Botosani', NULL, 40),
(2865, 7, 'Calugarenii Noi', 'Botosani', NULL, 40),
(2866, 7, 'Campeni', 'Botosani', NULL, 40),
(2867, 7, 'Candesti', 'Botosani', NULL, 55),
(2868, 7, 'Caraiman', 'Botosani', NULL, 60),
(2869, 7, 'Carasa', 'Botosani', NULL, 55),
(2870, 7, 'Catamaresti', 'Botosani', NULL, 0),
(2871, 7, 'Catamaresti-Deal', 'Botosani', NULL, 0),
(2872, 7, 'Cerbu', 'Botosani', NULL, 35),
(2873, 7, 'Cerchejeni', 'Botosani', NULL, 25),
(2874, 7, 'Cernesti', 'Botosani', NULL, 45),
(2875, 7, 'Cervicesti', 'Botosani', NULL, 0),
(2876, 7, 'Cervicesti-Deal', 'Botosani', NULL, 0),
(2877, 7, 'Chelis', 'Botosani', NULL, 35),
(2878, 7, 'Chiscareni', 'Botosani', NULL, 40),
(2879, 7, 'Chitoveni', 'Botosani', NULL, 35),
(2880, 7, 'Cinghiniia', 'Botosani', NULL, 74),
(2881, 7, 'Ciritei', 'Botosani', NULL, 0),
(2882, 7, 'Cismanesti', 'Botosani', NULL, 45),
(2883, 7, 'Cismea', 'Botosani', NULL, 0),
(2884, 7, 'Codreni', 'Botosani', NULL, 75),
(2885, 7, 'Concesti', 'Botosani', NULL, 75),
(2886, 7, 'Copalau', 'Botosani', NULL, 25),
(2887, 7, 'Cordareni', 'Botosani', NULL, 65),
(2888, 7, 'Corjauti', 'Botosani', NULL, 55),
(2889, 7, 'Corlateni', 'Botosani', NULL, 65),
(2890, 7, 'Corni', 'Botosani', NULL, 30),
(2891, 7, 'Costesti', 'Botosani', NULL, 0),
(2892, 7, 'Costinesti', 'Botosani', NULL, 0),
(2893, 7, 'Costiugeni', 'Botosani', NULL, 55),
(2894, 7, 'Cosula', 'Botosani', NULL, 25),
(2895, 7, 'Cosuleni', 'Botosani', NULL, 0),
(2896, 7, 'Cotargaci', 'Botosani', NULL, 0),
(2897, 7, 'Cotu', 'Botosani', NULL, 25),
(2898, 7, 'Cotu Miculinti', 'Botosani', NULL, 65),
(2899, 7, 'Cotusca', 'Botosani', NULL, 65),
(2900, 7, 'Crasnaleuca', 'Botosani', NULL, 65),
(2901, 7, 'Cristesti', 'Botosani', NULL, 25),
(2902, 7, 'Cristinesti', 'Botosani', NULL, 65),
(2903, 7, 'Cucorani', 'Botosani', NULL, 0),
(2904, 7, 'Cucuteni', 'Botosani', NULL, 55),
(2905, 7, 'Curtesti', 'Botosani', NULL, 0),
(2906, 7, 'Cuza Voda', 'Botosani', NULL, 85),
(2907, 7, 'Cuzlau', 'Botosani', NULL, 85),
(2908, 7, 'Dacia', 'Botosani', NULL, 35),
(2909, 7, 'Damideni', 'Botosani', NULL, 90),
(2910, 7, 'Damileni', 'Botosani', NULL, 80),
(2911, 7, 'Dangeni', 'Botosani', NULL, 40),
(2912, 7, 'Darabani', 'Botosani', NULL, 70),
(2913, 7, 'Davidoaia', 'Botosani', NULL, 0),
(2914, 7, 'Dealu Crucii', 'Botosani', NULL, 0),
(2915, 7, 'Dealu Mare', 'Botosani', NULL, 35),
(2916, 7, 'Dersca', 'Botosani', NULL, 65),
(2917, 7, 'Dimacheni', 'Botosani', NULL, 60),
(2918, 7, 'Dimitrie Cantemir', 'Botosani', NULL, 0),
(2919, 7, 'Dobarceni', 'Botosani', NULL, 50),
(2920, 7, 'Doina', 'Botosani', NULL, 65),
(2921, 7, 'Dolina', 'Botosani', NULL, 0),
(2922, 7, 'Dorobanti', 'Botosani', NULL, 0),
(2923, 7, 'Dorohoi', 'Botosani', NULL, 0),
(2924, 7, 'Dracsani ', 'Botosani', NULL, 35),
(2925, 7, 'Dragalina (Cristinesti)', 'Botosani', NULL, 65),
(2926, 7, 'Dragalina (Hlipiceni)', 'Botosani', NULL, 55),
(2927, 7, 'Draguseni', 'Botosani', NULL, 45),
(2928, 7, 'Draxini', 'Botosani', NULL, 25),
(2929, 7, 'Drislea', 'Botosani', NULL, 30),
(2930, 7, 'Dumbravita', 'Botosani', NULL, 45),
(2931, 7, 'Dumeni', 'Botosani', NULL, 65),
(2932, 7, 'Durnesti', 'Botosani', NULL, 40),
(2933, 7, 'Durnesti (Santa Mare)', 'Botosani', NULL, 75),
(2934, 7, 'Durnesti (Ungureni)', 'Botosani', NULL, 35),
(2935, 7, 'Esanca', 'Botosani', NULL, 85),
(2936, 7, 'Flamanzi', 'Botosani', NULL, 40),
(2937, 7, 'Flondora', 'Botosani', NULL, 60),
(2938, 7, 'Floresti', 'Botosani', NULL, 0),
(2939, 7, 'Frumusica', 'Botosani', NULL, 45),
(2940, 7, 'Fundu Hertii', 'Botosani', NULL, 70),
(2941, 7, 'Galbeni', 'Botosani', NULL, 0),
(2942, 7, 'Garbeni', 'Botosani', NULL, 75),
(2943, 7, 'Garbesti', 'Botosani', NULL, 0),
(2944, 7, 'George Cosbuc', 'Botosani', NULL, 30),
(2945, 7, 'George Enescu', 'Botosani', NULL, 55),
(2946, 7, 'Ghireni', 'Botosani', NULL, 65),
(2947, 7, 'Gorbanesti', 'Botosani', NULL, 25),
(2948, 7, 'Gorovei', 'Botosani', NULL, 0),
(2949, 7, 'Grivita', 'Botosani', NULL, 65),
(2950, 7, 'Guranda', 'Botosani', NULL, 45),
(2951, 7, 'Hanesti', 'Botosani', NULL, 45),
(2952, 7, 'Havarna', 'Botosani', NULL, 65),
(2953, 7, 'Hiliseu-Closca', 'Botosani', NULL, 50),
(2954, 7, 'Hiliseu-Crisan', 'Botosani', NULL, 55),
(2955, 7, 'Hiliseu-Horia', 'Botosani', NULL, 55),
(2956, 7, 'Hlipiceni', 'Botosani', NULL, 55),
(2957, 7, 'Horia', 'Botosani', NULL, 70),
(2958, 7, 'Horlaceni', 'Botosani', NULL, 45),
(2959, 7, 'Horodistea', 'Botosani', NULL, 90),
(2960, 7, 'Hriscani', 'Botosani', NULL, 0),
(2961, 7, 'Hudesti', 'Botosani', NULL, 60),
(2962, 7, 'Hudum', 'Botosani', NULL, 0),
(2963, 7, 'Hulub', 'Botosani', NULL, 45),
(2964, 7, 'Hulubesti', 'Botosani', NULL, 60),
(2965, 7, 'Hutani', 'Botosani', NULL, 0),
(2966, 7, 'Iacobeni', 'Botosani', NULL, 40),
(2967, 7, 'Ibaneasa', 'Botosani', NULL, 60),
(2968, 7, 'Ibanesti', 'Botosani', NULL, 69),
(2969, 7, 'Ichimeni', 'Botosani', NULL, 60),
(2970, 7, 'Icuseni', 'Botosani', NULL, 30),
(2971, 7, 'Iezer', 'Botosani', NULL, 50),
(2972, 7, 'Iliseni', 'Botosani', NULL, 0),
(2973, 7, 'Ionaseni (Trusesti)', 'Botosani', NULL, 0),
(2974, 7, 'Ionaseni (Varfu Campului)', 'Botosani', NULL, 35),
(2975, 7, 'Iorga', 'Botosani', NULL, 0),
(2976, 7, 'Ipotesti', 'Botosani', NULL, 0),
(2977, 7, 'Iuresti', 'Botosani', NULL, 45),
(2978, 7, 'Izvoare', 'Botosani', NULL, 0),
(2979, 7, 'Jijia', 'Botosani', NULL, 55),
(2980, 7, 'Joldesti', 'Botosani', NULL, 35),
(2981, 7, 'Lehnesti', 'Botosani', NULL, 100),
(2982, 7, 'Leorda', 'Botosani', NULL, 25),
(2983, 7, 'Libertatea', 'Botosani', NULL, 70),
(2984, 7, 'Lismanita', 'Botosani', NULL, 80),
(2985, 7, 'Lisna', 'Botosani', NULL, 60),
(2986, 7, 'Livada', 'Botosani', NULL, 0),
(2987, 7, 'Liveni', 'Botosani', NULL, 55),
(2988, 7, 'Loturi', 'Botosani', NULL, 65),
(2989, 7, 'Loturi Enescu', 'Botosani', NULL, 70),
(2990, 7, 'Lozna', 'Botosani', NULL, 50),
(2991, 7, 'Lunca', 'Botosani', NULL, 40),
(2992, 7, 'Lunca (Varfu Campului)', 'Botosani', NULL, 40),
(2993, 7, 'Luparia', 'Botosani', NULL, 50),
(2994, 7, 'Maghera', 'Botosani', NULL, 0),
(2995, 7, 'Manastirea Doamnei', 'Botosani', NULL, 0),
(2996, 7, 'Manastireni', 'Botosani', NULL, 0),
(2997, 7, 'Mandresti (Ungureni)', 'Botosani', NULL, 35),
(2998, 7, 'Mandresti (Vladeni)', 'Botosani', NULL, 0),
(2999, 7, 'Manoleasa', 'Botosani', NULL, 65),
(3000, 7, 'Manoleasa-Prut', 'Botosani', NULL, 70),
(3001, 7, 'Manolesti', 'Botosani', NULL, 0),
(3002, 7, 'Mascateni', 'Botosani', NULL, 45),
(3003, 7, 'Mateieni', 'Botosani', NULL, 50),
(3004, 7, 'Mesteacan', 'Botosani', NULL, 0),
(3005, 7, 'Mihai Eminescu', 'Botosani', NULL, 0),
(3006, 7, 'Mihai Eminescu (Gorbanesti)', 'Botosani', NULL, 0),
(3007, 7, 'Mihai Viteazu', 'Botosani', NULL, 35),
(3008, 7, 'Mihail Kogalniceanu', 'Botosani', NULL, 0),
(3009, 7, 'Mihaileni', 'Botosani', NULL, 70),
(3010, 7, 'Mihalaseni', 'Botosani', NULL, 50),
(3011, 7, 'Mileanca', 'Botosani', NULL, 80),
(3012, 7, 'Miletin', 'Botosani', NULL, 55),
(3013, 7, 'Miorcani', 'Botosani', NULL, 90),
(3014, 7, 'Miron Costin', 'Botosani', NULL, 50),
(3015, 7, 'Mitoc', 'Botosani', NULL, 65),
(3016, 7, 'Mitoc (Leorda)', 'Botosani', NULL, 0),
(3017, 7, 'Mlenauti', 'Botosani', NULL, 65),
(3018, 7, 'Moara Jorii', 'Botosani', NULL, 0),
(3019, 7, 'Movila Rupta', 'Botosani', NULL, 100),
(3020, 7, 'Movileni', 'Botosani', NULL, 65),
(3021, 7, 'Murguta', 'Botosani', NULL, 50),
(3022, 7, 'Nastase', 'Botosani', NULL, 65),
(3023, 7, 'Negreni', 'Botosani', NULL, 55),
(3024, 7, 'Negresti', 'Botosani', NULL, 70),
(3025, 7, 'Nichiteni', 'Botosani', NULL, 65),
(3026, 7, 'Nicolae Balcescu (Cotusca)', 'Botosani', NULL, 0),
(3027, 7, 'Nicolae Balcescu (Flamanzi)', 'Botosani', NULL, 35),
(3028, 7, 'Nicseni', 'Botosani', NULL, 0),
(3029, 7, 'Niculcea', 'Botosani', NULL, 0),
(3030, 7, 'Oneaga', 'Botosani', NULL, 30),
(3031, 7, 'Oraseni-Deal', 'Botosani', NULL, 0),
(3032, 7, 'Oraseni-Vale', 'Botosani', NULL, 0),
(3033, 7, 'Oroftiana', 'Botosani', NULL, 75),
(3034, 7, 'Padureni (Cosula)', 'Botosani', NULL, 30),
(3035, 7, 'Padureni (sendriceni)', 'Botosani', NULL, 45),
(3036, 7, 'Paltinis', 'Botosani', NULL, 80),
(3037, 7, 'Panaitoaia', 'Botosani', NULL, 60),
(3038, 7, 'Parau Negru', 'Botosani', NULL, 70),
(3039, 7, 'Pasateni', 'Botosani', NULL, 40),
(3040, 7, 'Paun', 'Botosani', NULL, 65),
(3041, 7, 'Petricani', 'Botosani', NULL, 42),
(3042, 7, 'Plesani', 'Botosani', NULL, 70),
(3043, 7, 'Plevna', 'Botosani', NULL, 60),
(3044, 7, 'Plopenii Mari', 'Botosani', NULL, 30),
(3045, 7, 'Plopenii Mici', 'Botosani', NULL, 30),
(3046, 7, 'Podeni', 'Botosani', NULL, 80),
(3047, 7, 'Podriga', 'Botosani', NULL, 45),
(3048, 7, 'Pogorasti', 'Botosani', NULL, 60),
(3049, 7, 'Poiana (Braesti)', 'Botosani', NULL, 0),
(3050, 7, 'Poiana (Cristinesti)', 'Botosani', NULL, 65),
(3051, 7, 'Poiana (Flamanzi)', 'Botosani', NULL, 40),
(3052, 7, 'Poiana (Vorona)', 'Botosani', NULL, 25),
(3053, 7, 'Pomarla', 'Botosani', NULL, 60),
(3054, 7, 'Popeni (Braesti)', 'Botosani', NULL, 0),
(3055, 7, 'Popeni (George Enescu)', 'Botosani', NULL, 60),
(3056, 7, 'Popoaia', 'Botosani', NULL, 100),
(3057, 7, 'Prajeni', 'Botosani', NULL, 45),
(3058, 7, 'Prisacani', 'Botosani', NULL, 0),
(3059, 7, 'Progresul', 'Botosani', NULL, 0),
(3060, 7, 'Pustoaia', 'Botosani', NULL, 35),
(3061, 7, 'Putureni', 'Botosani', NULL, 65),
(3062, 7, 'Rachiti', 'Botosani', NULL, 0),
(3063, 7, 'Racovat', 'Botosani', NULL, 75),
(3064, 7, 'Radauti-Prut', 'Botosani', NULL, 85),
(3065, 7, 'Radeni', 'Botosani', NULL, 45),
(3066, 7, 'Ranghilesti', 'Botosani', NULL, 75),
(3067, 7, 'Ranghilesti-Deal', 'Botosani', NULL, 75),
(3068, 7, 'Rasca', 'Botosani', NULL, 100),
(3069, 7, 'Rauseni', 'Botosani', NULL, 60),
(3070, 7, 'Recia-Verbia', 'Botosani', NULL, 55),
(3071, 7, 'Rediu (Radauti-Prut)', 'Botosani', NULL, 80),
(3072, 7, 'Rediu (Rauseni)', 'Botosani', NULL, 65),
(3073, 7, 'Ripiceni', 'Botosani', NULL, 65),
(3074, 7, 'Ripicenii Vechi', 'Botosani', NULL, 65),
(3075, 7, 'Rogojesti', 'Botosani', NULL, 60),
(3076, 7, 'Roma', 'Botosani', NULL, 0),
(3077, 7, 'Romanesti', 'Botosani', NULL, 65),
(3078, 7, 'Romanesti-Vale', 'Botosani', NULL, 65),
(3079, 7, 'Rosiori', 'Botosani', NULL, 0),
(3080, 7, 'Sadoveni', 'Botosani', NULL, 70),
(3081, 7, 'Santa Mare', 'Botosani', NULL, 75),
(3082, 7, 'Sarafinesti', 'Botosani', NULL, 0),
(3083, 7, 'Sarata', 'Botosani', NULL, 65),
(3084, 7, 'Sarata-Basarab', 'Botosani', NULL, 50),
(3085, 7, 'Sarata-Draguseni', 'Botosani', NULL, 55),
(3086, 7, 'Sarbi', 'Botosani', NULL, 50),
(3087, 7, 'Sat Nou', 'Botosani', NULL, 40),
(3088, 7, 'Saucenita', 'Botosani', NULL, 0),
(3089, 7, 'Saveni', 'Botosani', NULL, 40),
(3090, 7, 'Schit-Oraseni', 'Botosani', NULL, 0),
(3091, 7, 'Scutari', 'Botosani', NULL, 0),
(3092, 7, 'Selistea', 'Botosani', NULL, 95),
(3093, 7, 'Sendreni', 'Botosani', NULL, 40),
(3094, 7, 'Sendriceni', 'Botosani', NULL, 0),
(3095, 7, 'Serpenita', 'Botosani', NULL, 100),
(3096, 7, 'Siliscani', 'Botosani', NULL, 0),
(3097, 7, 'Silistea', 'Botosani', NULL, 0),
(3098, 7, 'Slobozia (Broscauti)', 'Botosani', NULL, 0),
(3099, 7, 'Slobozia (Cordareni)', 'Botosani', NULL, 70),
(3100, 7, 'Slobozia (Paltinis)', 'Botosani', NULL, 85),
(3101, 7, 'Slobozia Hanesti', 'Botosani', NULL, 45),
(3102, 7, 'Slobozia Siliscani', 'Botosani', NULL, 70),
(3103, 7, 'Smardan', 'Botosani', NULL, 0),
(3104, 7, 'Socrujeni', 'Botosani', NULL, 0),
(3105, 7, 'Soldanesti', 'Botosani', NULL, 0),
(3106, 7, 'Soroceni', 'Botosani', NULL, 0),
(3107, 7, 'Stanca (George Enescu)', 'Botosani', NULL, 60),
(3108, 7, 'Stanca (stefanesti)', 'Botosani', NULL, 65),
(3109, 7, 'Stancesti', 'Botosani', NULL, 0),
(3110, 7, 'Stauceni', 'Botosani', NULL, 0),
(3111, 7, 'Stefanesti', 'Botosani', NULL, 60),
(3112, 7, 'Stefanesti-Sat', 'Botosani', NULL, 60),
(3113, 7, 'Stiubieni', 'Botosani', NULL, 50),
(3114, 7, 'Stolniceni', 'Botosani', NULL, 65),
(3115, 7, 'Storesti', 'Botosani', NULL, 45),
(3116, 7, 'Strahotin', 'Botosani', NULL, 30),
(3117, 7, 'Strateni', 'Botosani', NULL, 50),
(3118, 7, 'Stroiesti', 'Botosani', NULL, 40),
(3119, 7, 'Suharau', 'Botosani', NULL, 60),
(3120, 7, 'Sulita', 'Botosani', NULL, 30),
(3121, 7, 'Supitca', 'Botosani', NULL, 0),
(3122, 7, 'Talpa', 'Botosani', NULL, 45),
(3123, 7, 'Tataraseni', 'Botosani', NULL, 70),
(3124, 7, 'Tautesti', 'Botosani', NULL, 0),
(3125, 7, 'Timus', 'Botosani', NULL, 0),
(3126, 7, 'Tocileni', 'Botosani', NULL, 0),
(3127, 7, 'Todireni', 'Botosani', NULL, 50),
(3128, 7, 'Trusesti', 'Botosani', NULL, 40),
(3129, 7, 'Tudor Vladimirescu (Albesti)', 'Botosani', NULL, 55),
(3130, 7, 'Tudor Vladimirescu (Avrameni)', 'Botosani', NULL, 55),
(3131, 7, 'Tudora', 'Botosani', NULL, 35),
(3132, 7, 'Ungureni', 'Botosani', NULL, 30),
(3133, 7, 'Unguroaia', 'Botosani', NULL, 0),
(3134, 7, 'Unteni', 'Botosani', NULL, 0),
(3135, 7, 'Vaculesti', 'Botosani', NULL, 25),
(3136, 7, 'Valcelele', 'Botosani', NULL, 28),
(3137, 7, 'Valea Grajdului', 'Botosani', NULL, 0),
(3138, 7, 'Vanatori', 'Botosani', NULL, 25),
(3139, 7, 'Varfu Campului', 'Botosani', NULL, 35),
(3140, 7, 'Vatra', 'Botosani', NULL, 67),
(3141, 7, 'Vicoleni', 'Botosani', NULL, 0),
(3142, 7, 'Victoria (Hlipiceni)', 'Botosani', NULL, 50),
(3143, 7, 'Victoria (Stauceni)', 'Botosani', NULL, 0),
(3144, 7, 'Viforeni', 'Botosani', NULL, 0),
(3145, 7, 'Viisoara', 'Botosani', NULL, 90),
(3146, 7, 'Viisoara Mica', 'Botosani', NULL, 90),
(3147, 7, 'Vitcani', 'Botosani', NULL, 0),
(3148, 7, 'Vladeni', 'Botosani', NULL, 0),
(3149, 7, 'Vladeni (Corlateni)', 'Botosani', NULL, 55),
(3150, 7, 'Vladeni-Deal', 'Botosani', NULL, 45),
(3151, 7, 'Vlasinesti', 'Botosani', NULL, 45),
(3152, 7, 'Vorniceni', 'Botosani', NULL, 60),
(3153, 7, 'Vorona', 'Botosani', NULL, 25),
(3154, 7, 'Vorona Mare', 'Botosani', NULL, 30),
(3155, 7, 'Vorona-Teodoru', 'Botosani', NULL, 30),
(3156, 7, 'Vultureni', 'Botosani', NULL, 0),
(3157, 7, 'Zahoreni', 'Botosani', NULL, 55),
(3158, 7, 'Zaicesti', 'Botosani', NULL, 0),
(3159, 7, 'Zlatunoaia', 'Botosani', NULL, 45),
(3160, 7, 'Zoitani', 'Botosani', NULL, 60),
(3161, 9, 'Albina', 'Braila', NULL, 0),
(3162, 9, 'Ariciu', 'Braila', NULL, 49),
(3163, 9, 'Baldovinesti', 'Braila', NULL, 0),
(3164, 9, 'Baraganul', 'Braila', NULL, 32),
(3165, 9, 'Batogu', 'Braila', NULL, 66),
(3166, 9, 'Berlesti', 'Braila', NULL, 60),
(3167, 9, 'Bertestii de Jos', 'Braila', NULL, 58),
(3168, 9, 'Bertestii de Sus', 'Braila', NULL, 60),
(3169, 9, 'Boarca', 'Braila', NULL, 40),
(3170, 9, 'Bordei Verde', 'Braila', NULL, 53),
(3171, 9, 'Braila', 'Braila', NULL, 0),
(3172, 9, 'Bratesu Vechi', 'Braila', NULL, 0),
(3173, 9, 'Bumbacari', 'Braila', NULL, 78),
(3174, 9, 'Caineni-Bai', 'Braila', NULL, 83),
(3175, 9, 'Caldarusa', 'Braila', NULL, 40),
(3176, 9, 'Cazasu', 'Braila', NULL, 0),
(3177, 9, 'Chichinetu', 'Braila', NULL, 90),
(3178, 9, 'Chioibasesti', 'Braila', NULL, 100),
(3179, 9, 'Chiscani', 'Braila', NULL, 0),
(3180, 9, 'Ciocile', 'Braila', NULL, 85),
(3181, 9, 'Ciresu', 'Braila', NULL, 75),
(3182, 9, 'Coltea', 'Braila', NULL, 42),
(3183, 9, 'Comaneasca', 'Braila', NULL, 33),
(3184, 9, 'Constantin Gabrielescu', 'Braila', NULL, 55),
(3185, 9, 'Constantinesti', 'Braila', NULL, 50),
(3186, 9, 'Corbeni', 'Braila', NULL, 57),
(3187, 9, 'Corbu Nou', 'Braila', NULL, 31),
(3188, 9, 'Corbu Vechi', 'Braila', NULL, 36),
(3189, 9, 'Cotu Lung', 'Braila', NULL, 0),
(3190, 9, 'Cotu Mihalea', 'Braila', NULL, 23),
(3191, 9, 'Custura', 'Braila', NULL, 66),
(3192, 9, 'Cuza Voda (Salcia Tudor)', 'Braila', NULL, 51),
(3193, 9, 'Cuza Voda (Stancuta)', 'Braila', NULL, 51),
(3194, 9, 'Dedulesti', 'Braila', NULL, 57),
(3195, 9, 'Desirati', 'Braila', NULL, 50),
(3196, 9, 'Drogu', 'Braila', NULL, 80),
(3197, 9, 'Dudescu', 'Braila', NULL, 70),
(3198, 9, 'Dudesti', 'Braila', NULL, 78),
(3199, 9, 'Esna', 'Braila', NULL, 40),
(3200, 9, 'Faurei', 'Braila', NULL, 0),
(3201, 9, 'Faurei-Sat', 'Braila', NULL, 0),
(3202, 9, 'Filipesti', 'Braila', NULL, 57),
(3203, 9, 'Filiu', 'Braila', NULL, 58),
(3204, 9, 'Florica', 'Braila', NULL, 38),
(3205, 9, 'Galbenu', 'Braila', NULL, 70),
(3206, 9, 'Gara Ianca', 'Braila', NULL, 50),
(3207, 9, 'Gavani', 'Braila', NULL, 24),
(3208, 9, 'Gemenele', 'Braila', NULL, 26),
(3209, 9, 'Gradistea', 'Braila', NULL, 60),
(3210, 9, 'Gropeni', 'Braila', NULL, 30),
(3211, 9, 'Gulianca', 'Braila', NULL, 45),
(3212, 9, 'Gura Calmatui', 'Braila', NULL, 62),
(3213, 9, 'Gura Garlutei', 'Braila', NULL, 63),
(3214, 9, 'Gurguieti', 'Braila', NULL, 30),
(3215, 9, 'Horia', 'Braila', NULL, 74),
(3216, 9, 'Ianca', 'Braila', NULL, 53),
(3217, 9, 'Ibrianu', 'Braila', NULL, 56),
(3218, 9, 'Insuratei', 'Braila', NULL, 45),
(3219, 9, 'Ionesti', 'Braila', NULL, 60),
(3220, 9, 'Jirlau', 'Braila', NULL, 76),
(3221, 9, 'Jugureanu', 'Braila', NULL, 84),
(3222, 9, 'Lacu Rezii', 'Braila', NULL, 62),
(3223, 9, 'Lacu Sarat', 'Braila', NULL, 0),
(3224, 9, 'Lanurile', 'Braila', NULL, 32),
(3225, 9, 'Latinu', 'Braila', NULL, 35),
(3226, 9, 'Liscoteanca', 'Braila', NULL, 45),
(3227, 9, 'Maraloiu', 'Braila', NULL, 67),
(3228, 9, 'Martacesti', 'Braila', NULL, 0),
(3229, 9, 'Maru Rosu', 'Braila', NULL, 54),
(3230, 9, 'Maxineni', 'Braila', NULL, 32),
(3231, 9, 'Mihai Bravu', 'Braila', NULL, 65),
(3232, 9, 'Mihail Kogalniceanu (Ramnicelu)', 'Braila', NULL, 49),
(3233, 9, 'Mihail Kogalniceanu (sutesti)', 'Braila', NULL, 57),
(3234, 9, 'Mircea Voda', 'Braila', NULL, 55),
(3235, 9, 'Morotesti', 'Braila', NULL, 31),
(3236, 9, 'Movila Miresii', 'Braila', NULL, 41),
(3237, 9, 'Muchea', 'Braila', NULL, 0),
(3238, 9, 'Oancea', 'Braila', NULL, 27),
(3239, 9, 'Odaieni', 'Braila', NULL, 95),
(3240, 9, 'Olaneasca', 'Braila', NULL, 47),
(3241, 9, 'Oprisenesti', 'Braila', NULL, 40),
(3242, 9, 'Pantecani', 'Braila', NULL, 85),
(3243, 9, 'Perisoru', 'Braila', NULL, 45),
(3244, 9, 'Pietroiu', 'Braila', NULL, 0),
(3245, 9, 'Pitulati', 'Braila', NULL, 46),
(3246, 9, 'Plasoiu', 'Braila', NULL, 86),
(3247, 9, 'Plopi', 'Braila', NULL, 53),
(3248, 9, 'Plopu', 'Braila', NULL, 46),
(3249, 9, 'Polizesti', 'Braila', NULL, 59),
(3250, 9, 'Pribeagu', 'Braila', NULL, 75),
(3251, 9, 'Racovita', 'Braila', NULL, 68),
(3252, 9, 'Ramnicelu', 'Braila', NULL, 48),
(3253, 9, 'Romanu', 'Braila', NULL, 0),
(3254, 9, 'Rosiori', 'Braila', NULL, 34),
(3255, 9, 'Salcia', 'Braila', NULL, 65),
(3256, 9, 'Salcia Tudor', 'Braila', NULL, 50),
(3257, 9, 'Satuc', 'Braila', NULL, 78),
(3258, 9, 'Scarlatesti', 'Braila', NULL, 70),
(3259, 9, 'Scortaru Nou', 'Braila', NULL, 36),
(3260, 9, 'Scortaru Vechi', 'Braila', NULL, 0),
(3261, 9, 'Sihleanu', 'Braila', NULL, 35),
(3262, 9, 'Silistea', 'Braila', NULL, 0),
(3263, 9, 'Silistraru', 'Braila', NULL, 0),
(3264, 9, 'Spiru Haret', 'Braila', NULL, 60),
(3265, 9, 'Stanca', 'Braila', NULL, 56),
(3266, 9, 'Stancuta', 'Braila', NULL, 54),
(3267, 9, 'Surdila-Gaiseanca', 'Braila', NULL, 65),
(3268, 9, 'Surdila-Greci', 'Braila', NULL, 0),
(3269, 9, 'Sutesti', 'Braila', NULL, 50),
(3270, 9, 'Tarlele Filiu', 'Braila', NULL, 57),
(3271, 9, 'Tataru', 'Braila', NULL, 41),
(3272, 9, 'Tepes Voda', 'Braila', NULL, 38),
(3273, 9, 'Tichilesti', 'Braila', NULL, 22),
(3274, 9, 'Traian', 'Braila', NULL, 27),
(3275, 9, 'Tudor Vladimirescu', 'Braila', NULL, 0),
(3276, 9, 'Tufesti', 'Braila', NULL, 39),
(3277, 9, 'Ulmu', 'Braila', NULL, 79),
(3278, 9, 'Unirea', 'Braila', NULL, 26),
(3279, 9, 'Urleasca', 'Braila', NULL, 40),
(3280, 9, 'Vadeni', 'Braila', NULL, 0),
(3281, 9, 'Valea Calmatuiului', 'Braila', NULL, 56),
(3282, 9, 'Valea Canepii', 'Braila', NULL, 26),
(3283, 9, 'Vamesu', 'Braila', NULL, 24),
(3284, 9, 'Varsatura', 'Braila', NULL, 0),
(3285, 9, 'Victoria', 'Braila', NULL, 40),
(3286, 9, 'Visani', 'Braila', NULL, 80),
(3287, 9, 'Viziru', 'Braila', NULL, 45),
(3288, 9, 'Voinesti', 'Braila', NULL, 27),
(3289, 9, 'Vultureni', 'Braila', NULL, 80),
(3290, 9, 'Zamfiresti', 'Braila', NULL, 83),
(3291, 9, 'Zavoaia', 'Braila', NULL, 65),
(3292, 8, 'Acris', 'Brasov', NULL, 45),
(3293, 8, 'Apata', 'Brasov', NULL, 37),
(3294, 8, 'Arini', 'Brasov', NULL, 45),
(3295, 8, 'Augustin', 'Brasov', NULL, 70),
(3296, 8, 'Barcut', 'Brasov', NULL, 25),
(3297, 8, 'Beclean', 'Brasov', NULL, 0),
(3298, 8, 'Beia', 'Brasov', NULL, 66),
(3299, 8, 'Berivoi', 'Brasov', NULL, 0),
(3300, 8, 'Bod', 'Brasov', NULL, 0),
(3301, 8, 'Bogata Olteana', 'Brasov', NULL, 52),
(3302, 8, 'Boholt', 'Brasov', NULL, 0),
(3303, 8, 'Bran', 'Brasov', NULL, 0),
(3304, 8, 'Brasov', 'Brasov', NULL, 0),
(3305, 8, 'Breaza', 'Brasov', NULL, 25),
(3306, 8, 'Bucium', 'Brasov', NULL, 21),
(3307, 8, 'Budila', 'Brasov', NULL, 0),
(3308, 8, 'Bunesti', 'Brasov', NULL, 65),
(3309, 8, 'Buzaiel', 'Brasov', NULL, 45),
(3310, 8, 'Calbor', 'Brasov', NULL, 0),
(3311, 8, 'Carpinis', 'Brasov', NULL, 0),
(3312, 8, 'Cata', 'Brasov', NULL, 54),
(3313, 8, 'Cheia', 'Brasov', NULL, 0),
(3314, 8, 'Cincsor', 'Brasov', NULL, 0),
(3315, 8, 'Cincu', 'Brasov', NULL, 25),
(3316, 8, 'Cobor', 'Brasov', NULL, 21),
(3317, 8, 'Codlea', 'Brasov', NULL, 0),
(3318, 8, 'Colonia 1 Mai', 'Brasov', NULL, 0),
(3319, 8, 'Colonia Bod', 'Brasov', NULL, 0),
(3320, 8, 'Colonia Reconstructia', 'Brasov', NULL, 0),
(3321, 8, 'Comana', 'Brasov', NULL, 32),
(3322, 8, 'Comana de Jos', 'Brasov', NULL, 32),
(3323, 8, 'Comana de Sus', 'Brasov', NULL, 35),
(3324, 8, 'Copacel', 'Brasov', NULL, 14),
(3325, 8, 'Corbi', 'Brasov', NULL, 24),
(3326, 8, 'Crihalma', 'Brasov', NULL, 31),
(3327, 8, 'Cristian', 'Brasov', NULL, 0),
(3328, 8, 'Crit', 'Brasov', NULL, 61),
(3329, 8, 'Crizbav', 'Brasov', NULL, 31),
(3330, 8, 'Cuciulata', 'Brasov', NULL, 32),
(3331, 8, 'Cutus', 'Brasov', NULL, 40),
(3332, 8, 'Dacia', 'Brasov', NULL, 36),
(3333, 8, 'Daisoara', 'Brasov', NULL, 42),
(3334, 8, 'Dalghiu', 'Brasov', NULL, 60),
(3335, 8, 'Dejani', 'Brasov', NULL, 25),
(3336, 8, 'Dopca', 'Brasov', NULL, 55),
(3337, 8, 'Dragus', 'Brasov', NULL, 25),
(3338, 8, 'Drauseni', 'Brasov', NULL, 61),
(3339, 8, 'Dridif', 'Brasov', NULL, 0),
(3340, 8, 'Drumul Carului', 'Brasov', NULL, 40),
(3341, 8, 'Dumbravita', 'Brasov', NULL, 0),
(3342, 8, 'Fagaras', 'Brasov', NULL, 0),
(3343, 8, 'Fantana', 'Brasov', NULL, 40),
(3344, 8, 'Feldioara', 'Brasov', NULL, 0),
(3345, 8, 'Feldioara (Ucea)', 'Brasov', NULL, 25),
(3346, 8, 'Felmer', 'Brasov', NULL, 17),
(3347, 8, 'Fiser', 'Brasov', NULL, 48),
(3348, 8, 'Fundata', 'Brasov', NULL, 45),
(3349, 8, 'Fundatica', 'Brasov', NULL, 55),
(3350, 8, 'Ghimbav', 'Brasov', NULL, 0),
(3351, 8, 'Granari', 'Brasov', NULL, 29),
(3352, 8, 'Grid', 'Brasov', NULL, 28),
(3353, 8, 'Gura Vaii', 'Brasov', NULL, 20),
(3354, 8, 'Halchiu', 'Brasov', NULL, 0),
(3355, 8, 'Halmeag', 'Brasov', NULL, 20),
(3356, 8, 'Harman', 'Brasov', NULL, 0),
(3357, 8, 'Harseni', 'Brasov', NULL, 0),
(3358, 8, 'Hoghiz', 'Brasov', NULL, 45),
(3359, 8, 'Holbav', 'Brasov', NULL, 27),
(3360, 8, 'Homorod', 'Brasov', NULL, 50),
(3361, 8, 'Hurez', 'Brasov', NULL, 0),
(3362, 8, 'Iasi', 'Brasov', NULL, 16),
(3363, 8, 'Ileni', 'Brasov', NULL, 0),
(3364, 8, 'Ionesti', 'Brasov', NULL, 65),
(3365, 8, 'Jibert', 'Brasov', NULL, 29),
(3366, 8, 'Jimbor', 'Brasov', NULL, 62),
(3367, 8, 'Lisa', 'Brasov', NULL, 22),
(3368, 8, 'Lovnic', 'Brasov', NULL, 25),
(3369, 8, 'Ludisor', 'Brasov', NULL, 15),
(3370, 8, 'Lunca Calnicului', 'Brasov', NULL, 0),
(3371, 8, 'Lupsa', 'Brasov', NULL, 47),
(3372, 8, 'Luta', 'Brasov', NULL, 0),
(3373, 8, 'Magura', 'Brasov', NULL, 10),
(3374, 8, 'Maierus', 'Brasov', NULL, 30),
(3375, 8, 'Malinis', 'Brasov', NULL, 21),
(3376, 8, 'Mandra', 'Brasov', NULL, 0),
(3377, 8, 'Margineni', 'Brasov', NULL, 20),
(3378, 8, 'Mateias', 'Brasov', NULL, 59),
(3379, 8, 'Mercheasa ', 'Brasov', NULL, 56),
(3380, 8, 'Mesendorf', 'Brasov', NULL, 67),
(3381, 8, 'Moieciu', 'Brasov', NULL, 0),
(3382, 8, 'Moieciu de Jos', 'Brasov', NULL, 0),
(3383, 8, 'Moieciu de Sus', 'Brasov', NULL, 0),
(3384, 8, 'Ohaba', 'Brasov', NULL, 21),
(3385, 8, 'Oltet', 'Brasov', NULL, 25),
(3386, 8, 'Ormenis', 'Brasov', NULL, 40),
(3387, 8, 'Palos', 'Brasov', NULL, 60),
(3388, 8, 'Paltin', 'Brasov', NULL, 66),
(3389, 8, 'Parau', 'Brasov', NULL, 25),
(3390, 8, 'Paraul Rece', 'Brasov', NULL, 30),
(3391, 8, 'Persani', 'Brasov', NULL, 25),
(3392, 8, 'Pestera', 'Brasov', NULL, 40),
(3393, 8, 'Podu Oltului', 'Brasov', NULL, 0),
(3394, 8, 'Poiana Brasov', 'Brasov', NULL, 0),
(3395, 8, 'Poiana Marului', 'Brasov', NULL, 50),
(3396, 8, 'Pojorta', 'Brasov', NULL, 20),
(3397, 8, 'Predeal', 'Brasov', NULL, 20),
(3398, 8, 'Predelut', 'Brasov', NULL, 0),
(3399, 8, 'Prejmer', 'Brasov', NULL, 0),
(3400, 8, 'Purcareni', 'Brasov', NULL, 0),
(3401, 8, 'Racos', 'Brasov', NULL, 60),
(3402, 8, 'Rasnov', 'Brasov', NULL, 0),
(3403, 8, 'Rasnov Romacril', 'Brasov', NULL, 0),
(3404, 8, 'Rausor', 'Brasov', NULL, 0),
(3405, 8, 'Recea', 'Brasov', NULL, 28),
(3406, 8, 'Roades', 'Brasov', NULL, 57),
(3407, 8, 'Rodbav', 'Brasov', NULL, 27),
(3408, 8, 'Rotbav', 'Brasov', NULL, 28),
(3409, 8, 'Rucar', 'Brasov', NULL, 28),
(3410, 8, 'Rupea', 'Brasov', NULL, 42),
(3411, 8, 'Sacele', 'Brasov', NULL, 0),
(3412, 8, 'Sambata de Jos', 'Brasov', NULL, 15),
(3413, 8, 'Sambata de Sus', 'Brasov', NULL, 21),
(3414, 8, 'Sanpetru', 'Brasov', NULL, 0),
(3415, 8, 'Sasciori', 'Brasov', NULL, 0),
(3416, 8, 'Satu Nou', 'Brasov', NULL, 0),
(3417, 8, 'Savastreni', 'Brasov', NULL, 0),
(3418, 8, 'Sebes', 'Brasov', NULL, 20),
(3419, 8, 'Selistat', 'Brasov', NULL, 25),
(3420, 8, 'Sercaia', 'Brasov', NULL, 0),
(3421, 8, 'Sercaita', 'Brasov', NULL, 23),
(3422, 8, 'Simon', 'Brasov', NULL, 0),
(3423, 8, 'Sinca', 'Brasov', NULL, 26),
(3424, 8, 'Sinca Noua', 'Brasov', NULL, 35),
(3425, 8, 'Sinca Veche', 'Brasov', NULL, 26),
(3426, 8, 'Sirnea', 'Brasov', NULL, 60),
(3427, 8, 'Soars', 'Brasov', NULL, 0),
(3428, 8, 'Sohodol', 'Brasov', NULL, 0),
(3429, 8, 'sona', 'Brasov', NULL, 0),
(3430, 8, 'Statiunea Climaterica Sambata', 'Brasov', NULL, 39),
(3431, 8, 'Stupinii Prejmerului', 'Brasov', NULL, 0),
(3432, 8, 'Tarlungeni', 'Brasov', NULL, 0),
(3433, 8, 'Teliu', 'Brasov', NULL, 28),
(3434, 8, 'Ticusu', 'Brasov', NULL, 40),
(3435, 8, 'Ticusu Nou', 'Brasov', NULL, 33),
(3436, 8, 'Ticusu Vechi', 'Brasov', NULL, 42),
(3437, 8, 'Timisu de jos', 'Brasov', NULL, 0),
(3438, 8, 'Timisu de sus', 'Brasov', NULL, 0),
(3439, 8, 'Toarcla', 'Brasov', NULL, 35),
(3440, 8, 'Toderita', 'Brasov', NULL, 0),
(3441, 8, 'Tohanu Nou', 'Brasov', NULL, 0),
(3442, 8, 'Ucea', 'Brasov', NULL, 25),
(3443, 8, 'Ucea de jos', 'Brasov', NULL, 25),
(3444, 8, 'Ucea de Sus', 'Brasov', NULL, 29),
(3445, 8, 'Ungra', 'Brasov', NULL, 51),
(3446, 8, 'Vad', 'Brasov', NULL, 20),
(3447, 8, 'Valcea', 'Brasov', NULL, 27),
(3448, 8, 'Valeni', 'Brasov', NULL, 20),
(3449, 8, 'Vama Buzaului', 'Brasov', NULL, 45),
(3450, 8, 'Venetia de Jos', 'Brasov', NULL, 25),
(3451, 8, 'Venetia de Sus', 'Brasov', NULL, 26),
(3452, 8, 'Victoria', 'Brasov', NULL, 0),
(3453, 8, 'Viscri', 'Brasov', NULL, 43),
(3454, 8, 'Vistea', 'Brasov', NULL, 21),
(3455, 8, 'Vistea de Jos', 'Brasov', NULL, 21),
(3456, 8, 'Vistea de Sus', 'Brasov', NULL, 26),
(3457, 8, 'Vistisoara', 'Brasov', NULL, 32),
(3458, 8, 'Vladeni', 'Brasov', NULL, 27),
(3459, 8, 'Voila', 'Brasov', NULL, 20),
(3460, 8, 'Voivodeni', 'Brasov', NULL, 15),
(3461, 8, 'Vulcan', 'Brasov', NULL, 0),
(3462, 8, 'Zarnesti', 'Brasov', NULL, 0),
(3463, 8, 'Zizin', 'Brasov', NULL, 0),
(3464, 10, 'Bucuresti', 'Bucuresti', NULL, 0),
(3465, 11, 'Albesti', 'Buzau', NULL, 26),
(3466, 11, 'Aldeni', 'Buzau', NULL, 25),
(3467, 11, 'Alexandru Odobescu', 'Buzau', NULL, 25),
(3468, 11, 'Aliceni', 'Buzau', NULL, 0),
(3469, 11, 'Alunis', 'Buzau', NULL, 70),
(3470, 11, 'Amara', 'Buzau', NULL, 35),
(3471, 11, 'Amaru', 'Buzau', NULL, 40),
(3472, 11, 'Anini', 'Buzau', NULL, 45),
(3473, 11, 'Arbanasi', 'Buzau', NULL, 35),
(3474, 11, 'Arcanu', 'Buzau', NULL, 45),
(3475, 11, 'Babeni', 'Buzau', NULL, 0),
(3476, 11, 'Baceni', 'Buzau', NULL, 35),
(3477, 11, 'Badeni', 'Buzau', NULL, 35),
(3478, 11, 'Badila', 'Buzau', NULL, 35),
(3479, 11, 'Baesti', 'Buzau', NULL, 30),
(3480, 11, 'Baile', 'Buzau', NULL, 35),
(3481, 11, 'Bajani', 'Buzau', NULL, 0),
(3482, 11, 'Balaceanu', 'Buzau', NULL, 25),
(3483, 11, 'Balaia', 'Buzau', NULL, 25),
(3484, 11, 'Balanesti', 'Buzau', NULL, 45),
(3485, 11, 'Balhacu', 'Buzau', NULL, 0),
(3486, 11, 'Balta Alba', 'Buzau', NULL, 28),
(3487, 11, 'Balta Tocila', 'Buzau', NULL, 45),
(3488, 11, 'Baltagari', 'Buzau', NULL, 65),
(3489, 11, 'Baltareti', 'Buzau', NULL, 0),
(3490, 11, 'Balteni', 'Buzau', NULL, 40),
(3491, 11, 'Banita', 'Buzau', NULL, 45),
(3492, 11, 'Barasti', 'Buzau', NULL, 50),
(3493, 11, 'Barbuncesti', 'Buzau', NULL, 0),
(3494, 11, 'Basca Chiojdului', 'Buzau', NULL, 75),
(3495, 11, 'Basca Rozilei', 'Buzau', NULL, 75),
(3496, 11, 'Bascenii de Jos', 'Buzau', NULL, 55),
(3497, 11, 'Bascenii de Sus', 'Buzau', NULL, 65),
(3498, 11, 'Batogu', 'Buzau', NULL, 25),
(3499, 11, 'Beceni', 'Buzau', NULL, 35),
(3500, 11, 'Beciu', 'Buzau', NULL, 45),
(3501, 11, 'Begu', 'Buzau', NULL, 65),
(3502, 11, 'Beilic', 'Buzau', NULL, 25),
(3503, 11, 'Bentu', 'Buzau', NULL, 0),
(3504, 11, 'Berca', 'Buzau', NULL, 0),
(3505, 11, 'Bercesti', 'Buzau', NULL, 45),
(3506, 11, 'Beslii', 'Buzau', NULL, 60),
(3507, 11, 'Bisoca', 'Buzau', NULL, 70),
(3508, 11, 'Blajani', 'Buzau', NULL, 25),
(3509, 11, 'Boboc', 'Buzau', NULL, 0),
(3510, 11, 'Bodinesti', 'Buzau', NULL, 55),
(3511, 11, 'Boldu', 'Buzau', NULL, 23),
(3512, 11, 'Bordusani', 'Buzau', NULL, 0),
(3513, 11, 'Bozioru', 'Buzau', NULL, 50),
(3514, 11, 'Bradeanca', 'Buzau', NULL, 0),
(3515, 11, 'Bradeanu', 'Buzau', NULL, 30),
(3516, 11, 'Braesti', 'Buzau', NULL, 60),
(3517, 11, 'Bragareasa', 'Buzau', NULL, 45),
(3518, 11, 'Bratilesti', 'Buzau', NULL, 65),
(3519, 11, 'Breaza', 'Buzau', NULL, 30),
(3520, 11, 'Brebu', 'Buzau', NULL, 65),
(3521, 11, 'Buda', 'Buzau', NULL, 22),
(3522, 11, 'Buda Craciunesti', 'Buzau', NULL, 55),
(3523, 11, 'Budesti', 'Buzau', NULL, 65),
(3524, 11, 'Budisteni', 'Buzau', NULL, 0),
(3525, 11, 'Budrea', 'Buzau', NULL, 25),
(3526, 11, 'Buduile', 'Buzau', NULL, 60),
(3527, 11, 'Bustea', 'Buzau', NULL, 60),
(3528, 11, 'Buzau', 'Buzau', NULL, 0),
(3529, 11, 'C.A. Rosetti', 'Buzau', NULL, 0),
(3530, 11, 'Caldarasti', 'Buzau', NULL, 45),
(3531, 11, 'Caldarusa', 'Buzau', NULL, 0),
(3532, 11, 'Caldaruseanca', 'Buzau', NULL, 40),
(3533, 11, 'Calea Chiojdului', 'Buzau', NULL, 65),
(3534, 11, 'Caltesti', 'Buzau', NULL, 25),
(3535, 11, 'Caltuna', 'Buzau', NULL, 30),
(3536, 11, 'Calvini', 'Buzau', NULL, 60),
(3537, 11, 'Campeni', 'Buzau', NULL, 40),
(3538, 11, 'Campulungeanca', 'Buzau', NULL, 30),
(3539, 11, 'Candesti', 'Buzau', NULL, 0),
(3540, 11, 'Canesti', 'Buzau', NULL, 45),
(3541, 11, 'Capatanesti', 'Buzau', NULL, 0),
(3542, 11, 'Capu Satului', 'Buzau', NULL, 60),
(3543, 11, 'Caragele', 'Buzau', NULL, 40),
(3544, 11, 'Caratnau de Jos', 'Buzau', NULL, 50),
(3545, 11, 'Caratnau de Sus', 'Buzau', NULL, 55),
(3546, 11, 'Carligu Mare', 'Buzau', NULL, 44),
(3547, 11, 'Carligu Mic', 'Buzau', NULL, 45),
(3548, 11, 'Carlomanesti', 'Buzau', NULL, 0),
(3549, 11, 'Carpinistea', 'Buzau', NULL, 35),
(3550, 11, 'Casoca', 'Buzau', NULL, 85),
(3551, 11, 'Casota', 'Buzau', NULL, 40),
(3552, 11, 'Catiasu', 'Buzau', NULL, 80),
(3553, 11, 'Catina', 'Buzau', NULL, 65),
(3554, 11, 'Ceairu', 'Buzau', NULL, 24),
(3555, 11, 'Cernatesti', 'Buzau', NULL, 0),
(3556, 11, 'Chiliile', 'Buzau', NULL, 60),
(3557, 11, 'Chiojdu', 'Buzau', NULL, 70),
(3558, 11, 'Chiperu', 'Buzau', NULL, 27),
(3559, 11, 'Chirlesti', 'Buzau', NULL, 65),
(3560, 11, 'Cilibia', 'Buzau', NULL, 0),
(3561, 11, 'Ciobanoaia', 'Buzau', NULL, 0),
(3562, 11, 'Ciocanesti', 'Buzau', NULL, 40),
(3563, 11, 'Cioranca', 'Buzau', NULL, 25),
(3564, 11, 'Ciresu', 'Buzau', NULL, 65),
(3565, 11, 'Cislau', 'Buzau', NULL, 50),
(3566, 11, 'Ciuta', 'Buzau', NULL, 35),
(3567, 11, 'Clondiru', 'Buzau', NULL, 0),
(3568, 11, 'Clondiru de Sus', 'Buzau', NULL, 25),
(3569, 11, 'Coca-Antimiresti', 'Buzau', NULL, 58),
(3570, 11, 'Coca-Niculesti', 'Buzau', NULL, 45),
(3571, 11, 'Cocarceni', 'Buzau', NULL, 50),
(3572, 11, 'Cochirleanca', 'Buzau', NULL, 30),
(3573, 11, 'Coconari', 'Buzau', NULL, 0),
(3574, 11, 'Cojanu', 'Buzau', NULL, 30),
(3575, 11, 'Colibasi', 'Buzau', NULL, 0),
(3576, 11, 'Coltaneni', 'Buzau', NULL, 35),
(3577, 11, 'Colteni', 'Buzau', NULL, 40),
(3578, 11, 'Colti', 'Buzau', NULL, 70),
(3579, 11, 'Coltii de Jos', 'Buzau', NULL, 66),
(3580, 11, 'Coltu Pietrii', 'Buzau', NULL, 80),
(3581, 11, 'Comisoaia', 'Buzau', NULL, 0),
(3582, 11, 'Corbu (Catina)', 'Buzau', NULL, 70),
(3583, 11, 'Corbu (Glodeanu-Silistea)', 'Buzau', NULL, 40),
(3584, 11, 'Corneanu', 'Buzau', NULL, 60),
(3585, 11, 'Costesti', 'Buzau', NULL, 0),
(3586, 11, 'Costieni', 'Buzau', NULL, 22),
(3587, 11, 'Costomiru', 'Buzau', NULL, 30),
(3588, 11, 'Cotatcu', 'Buzau', NULL, 0),
(3589, 11, 'Cotorca', 'Buzau', NULL, 45),
(3590, 11, 'Cotu Ciorii', 'Buzau', NULL, 0),
(3591, 11, 'Cozieni', 'Buzau', NULL, 40),
(3592, 11, 'Crang', 'Buzau', NULL, 65),
(3593, 11, 'Crevelesti', 'Buzau', NULL, 65);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(3594, 11, 'Cuculeasa', 'Buzau', NULL, 24),
(3595, 11, 'Curcanesti', 'Buzau', NULL, 35),
(3596, 11, 'Curmatura', 'Buzau', NULL, 75),
(3597, 11, 'Dalma', 'Buzau', NULL, 50),
(3598, 11, 'Dambroca', 'Buzau', NULL, 0),
(3599, 11, 'Danulesti', 'Buzau', NULL, 28),
(3600, 11, 'Dara', 'Buzau', NULL, 25),
(3601, 11, 'Dascalesti', 'Buzau', NULL, 25),
(3602, 11, 'Dealu Viei', 'Buzau', NULL, 0),
(3603, 11, 'Dedulesti', 'Buzau', NULL, 22),
(3604, 11, 'Deleni', 'Buzau', NULL, 45),
(3605, 11, 'Dobrilesti', 'Buzau', NULL, 25),
(3606, 11, 'Dogari', 'Buzau', NULL, 40),
(3607, 11, 'Dulbanu', 'Buzau', NULL, 45),
(3608, 11, 'Fantanele (Margaritesti)', 'Buzau', NULL, 25),
(3609, 11, 'Fantanele (Naeni)', 'Buzau', NULL, 40),
(3610, 11, 'Fata lui Nan', 'Buzau', NULL, 55),
(3611, 11, 'Fintesti', 'Buzau', NULL, 45),
(3612, 11, 'Fisici', 'Buzau', NULL, 55),
(3613, 11, 'Floresti', 'Buzau', NULL, 35),
(3614, 11, 'Florica', 'Buzau', NULL, 32),
(3615, 11, 'Focsanei', 'Buzau', NULL, 0),
(3616, 11, 'Fotin', 'Buzau', NULL, 0),
(3617, 11, 'Frasinet', 'Buzau', NULL, 60),
(3618, 11, 'Fulga', 'Buzau', NULL, 25),
(3619, 11, 'Fundata', 'Buzau', NULL, 70),
(3620, 11, 'Fundaturile', 'Buzau', NULL, 65),
(3621, 11, 'Fundeni', 'Buzau', NULL, 0),
(3622, 11, 'Furtunesti', 'Buzau', NULL, 90),
(3623, 11, 'Gageni', 'Buzau', NULL, 30),
(3624, 11, 'Galbinasi', 'Buzau', NULL, 0),
(3625, 11, 'Gara Bobocu', 'Buzau', NULL, 0),
(3626, 11, 'Gara Cilibia', 'Buzau', NULL, 28),
(3627, 11, 'Gavanele', 'Buzau', NULL, 60),
(3628, 11, 'Gavanesti', 'Buzau', NULL, 30),
(3629, 11, 'Gheraseni', 'Buzau', NULL, 0),
(3630, 11, 'Ghergheasa', 'Buzau', NULL, 25),
(3631, 11, 'Ghiocari', 'Buzau', NULL, 60),
(3632, 11, 'Ghizdita', 'Buzau', NULL, 60),
(3633, 11, 'Glodeanu Sarat', 'Buzau', NULL, 45),
(3634, 11, 'Glodeanu-Silistea', 'Buzau', NULL, 45),
(3635, 11, 'Glodu-Petcari', 'Buzau', NULL, 60),
(3636, 11, 'Glodurile', 'Buzau', NULL, 40),
(3637, 11, 'Goicelu', 'Buzau', NULL, 50),
(3638, 11, 'Goidesti', 'Buzau', NULL, 70),
(3639, 11, 'Golu Grabicina', 'Buzau', NULL, 45),
(3640, 11, 'Gomoesti', 'Buzau', NULL, 0),
(3641, 11, 'Gontesti', 'Buzau', NULL, 40),
(3642, 11, 'Gorani', 'Buzau', NULL, 60),
(3643, 11, 'Gornet', 'Buzau', NULL, 70),
(3644, 11, 'Grabicina de Jos', 'Buzau', NULL, 50),
(3645, 11, 'Grabicina de Sus', 'Buzau', NULL, 50),
(3646, 11, 'Grajdana', 'Buzau', NULL, 0),
(3647, 11, 'Grebanu', 'Buzau', NULL, 0),
(3648, 11, 'Greceanca', 'Buzau', NULL, 27),
(3649, 11, 'Gresia', 'Buzau', NULL, 50),
(3650, 11, 'Grosani', 'Buzau', NULL, 0),
(3651, 11, 'Gura Badicului', 'Buzau', NULL, 60),
(3652, 11, 'Gura Bascei', 'Buzau', NULL, 55),
(3653, 11, 'Gura Calnaului', 'Buzau', NULL, 0),
(3654, 11, 'Gura Dimienii', 'Buzau', NULL, 40),
(3655, 11, 'Gura Fagetului', 'Buzau', NULL, 23),
(3656, 11, 'Gura Saratii', 'Buzau', NULL, 0),
(3657, 11, 'Gura Siriului', 'Buzau', NULL, 90),
(3658, 11, 'Gura Teghii', 'Buzau', NULL, 90),
(3659, 11, 'Gura Vaii', 'Buzau', NULL, 45),
(3660, 11, 'Hales', 'Buzau', NULL, 35),
(3661, 11, 'Heliade Radulescu', 'Buzau', NULL, 22),
(3662, 11, 'Homesti', 'Buzau', NULL, 0),
(3663, 11, 'Ileana', 'Buzau', NULL, 47),
(3664, 11, 'Istrita de Jos', 'Buzau', NULL, 25),
(3665, 11, 'Ivanetu', 'Buzau', NULL, 70),
(3666, 11, 'Izvoarele', 'Buzau', NULL, 50),
(3667, 11, 'Izvoranu', 'Buzau', NULL, 30),
(3668, 11, 'Izvoru (Cozieni)', 'Buzau', NULL, 45),
(3669, 11, 'Izvoru (Tisau)', 'Buzau', NULL, 35),
(3670, 11, 'Izvoru Dulce (Beceni)', 'Buzau', NULL, 30),
(3671, 11, 'Izvoru Dulce (Merei)', 'Buzau', NULL, 0),
(3672, 11, 'Jghiab', 'Buzau', NULL, 60),
(3673, 11, 'Joseni', 'Buzau', NULL, 30),
(3674, 11, 'Lacu', 'Buzau', NULL, 55),
(3675, 11, 'Lacu cu Anini', 'Buzau', NULL, 65),
(3676, 11, 'Lacu Sinaia', 'Buzau', NULL, 50),
(3677, 11, 'Lacurile', 'Buzau', NULL, 75),
(3678, 11, 'Lanurile', 'Buzau', NULL, 21),
(3679, 11, 'Largu', 'Buzau', NULL, 30),
(3680, 11, 'Leiculesti', 'Buzau', NULL, 35),
(3681, 11, 'Lera', 'Buzau', NULL, 70),
(3682, 11, 'Limpezis', 'Buzau', NULL, 30),
(3683, 11, 'Lipanescu', 'Buzau', NULL, 45),
(3684, 11, 'Lipia', 'Buzau', NULL, 0),
(3685, 11, 'Livada', 'Buzau', NULL, 0),
(3686, 11, 'Livada Mica', 'Buzau', NULL, 0),
(3687, 11, 'Lopatareasa', 'Buzau', NULL, 70),
(3688, 11, 'Lopatari', 'Buzau', NULL, 60),
(3689, 11, 'Luciu', 'Buzau', NULL, 35),
(3690, 11, 'Lunca (Amaru)', 'Buzau', NULL, 50),
(3691, 11, 'Lunca (C.A. Rosetti)', 'Buzau', NULL, 46),
(3692, 11, 'Lunca (Patarlagele)', 'Buzau', NULL, 60),
(3693, 11, 'Lunca (Puiesti)', 'Buzau', NULL, 23),
(3694, 11, 'Lunca Frumoasa', 'Buzau', NULL, 35),
(3695, 11, 'Lunca Jaristei', 'Buzau', NULL, 82),
(3696, 11, 'Lunca Priporului', 'Buzau', NULL, 75),
(3697, 11, 'Luncile', 'Buzau', NULL, 65),
(3698, 11, 'Lungesti', 'Buzau', NULL, 40),
(3699, 11, 'Macrina', 'Buzau', NULL, 25),
(3700, 11, 'Magura', 'Buzau', NULL, 30),
(3701, 11, 'Maguricea', 'Buzau', NULL, 65),
(3702, 11, 'Manasia', 'Buzau', NULL, 0),
(3703, 11, 'Manastirea', 'Buzau', NULL, 60),
(3704, 11, 'Manastirea Ratesti', 'Buzau', NULL, 30),
(3705, 11, 'Manzalesti', 'Buzau', NULL, 55),
(3706, 11, 'Manzu', 'Buzau', NULL, 0),
(3707, 11, 'Maracineni', 'Buzau', NULL, 0),
(3708, 11, 'Margaritesti', 'Buzau', NULL, 25),
(3709, 11, 'Margariti', 'Buzau', NULL, 35),
(3710, 11, 'Margineanu', 'Buzau', NULL, 30),
(3711, 11, 'Maruntisu', 'Buzau', NULL, 59),
(3712, 11, 'Matesti', 'Buzau', NULL, 0),
(3713, 11, 'Maxenu', 'Buzau', NULL, 0),
(3714, 11, 'Merei', 'Buzau', NULL, 0),
(3715, 11, 'Mierea', 'Buzau', NULL, 0),
(3716, 11, 'Mihailesti', 'Buzau', NULL, 28),
(3717, 11, 'Mitropolia', 'Buzau', NULL, 30),
(3718, 11, 'Mlajet', 'Buzau', NULL, 65),
(3719, 11, 'Modreni', 'Buzau', NULL, 31),
(3720, 11, 'Moisica', 'Buzau', NULL, 25),
(3721, 11, 'Mosesti', 'Buzau', NULL, 40),
(3722, 11, 'Movila Banului', 'Buzau', NULL, 25),
(3723, 11, 'Movila Oii', 'Buzau', NULL, 30),
(3724, 11, 'Movilita', 'Buzau', NULL, 35),
(3725, 11, 'Mucesti-Danulesti', 'Buzau', NULL, 27),
(3726, 11, 'Murgesti', 'Buzau', NULL, 22),
(3727, 11, 'Muscel', 'Buzau', NULL, 61),
(3728, 11, 'Muscelu Caramanesti', 'Buzau', NULL, 75),
(3729, 11, 'Muscelusa', 'Buzau', NULL, 80),
(3730, 11, 'Naeni', 'Buzau', NULL, 40),
(3731, 11, 'Negosina', 'Buzau', NULL, 40),
(3732, 11, 'Nehoiasu', 'Buzau', NULL, 75),
(3733, 11, 'Nehoiu', 'Buzau', NULL, 70),
(3734, 11, 'Nemertea', 'Buzau', NULL, 90),
(3735, 11, 'Nenciu', 'Buzau', NULL, 0),
(3736, 11, 'Nenciulesti', 'Buzau', NULL, 0),
(3737, 11, 'Nicolesti', 'Buzau', NULL, 24),
(3738, 11, 'Niculesti', 'Buzau', NULL, 50),
(3739, 11, 'Niscov', 'Buzau', NULL, 0),
(3740, 11, 'Nistoresti', 'Buzau', NULL, 45),
(3741, 11, 'Nucu', 'Buzau', NULL, 60),
(3742, 11, 'Odaia Banului', 'Buzau', NULL, 0),
(3743, 11, 'Odaile', 'Buzau', NULL, 60),
(3744, 11, 'Ograzile', 'Buzau', NULL, 0),
(3745, 11, 'Ojasca', 'Buzau', NULL, 25),
(3746, 11, 'Olari', 'Buzau', NULL, 60),
(3747, 11, 'Olesesti', 'Buzau', NULL, 40),
(3748, 11, 'Oratia', 'Buzau', NULL, 0),
(3749, 11, 'Oreavul', 'Buzau', NULL, 0),
(3750, 11, 'Paclele', 'Buzau', NULL, 30),
(3751, 11, 'Pacurile', 'Buzau', NULL, 47),
(3752, 11, 'Padina', 'Buzau', NULL, 40),
(3753, 11, 'Padurenii', 'Buzau', NULL, 40),
(3754, 11, 'Palici', 'Buzau', NULL, 45),
(3755, 11, 'Paltineni', 'Buzau', NULL, 67),
(3756, 11, 'Paltinis', 'Buzau', NULL, 85),
(3757, 11, 'Panatau', 'Buzau', NULL, 65),
(3758, 11, 'Pardosi', 'Buzau', NULL, 27),
(3759, 11, 'Parjolesti', 'Buzau', NULL, 40),
(3760, 11, 'Parscov', 'Buzau', NULL, 30),
(3761, 11, 'Parscovelu', 'Buzau', NULL, 75),
(3762, 11, 'Patarlagele', 'Buzau', NULL, 60),
(3763, 11, 'Pestritu', 'Buzau', NULL, 70),
(3764, 11, 'Petrachesti', 'Buzau', NULL, 40),
(3765, 11, 'Petrisoru', 'Buzau', NULL, 0),
(3766, 11, 'Piatra Alba', 'Buzau', NULL, 60),
(3767, 11, 'Pietraru', 'Buzau', NULL, 45),
(3768, 11, 'Pietroasa Mica', 'Buzau', NULL, 30),
(3769, 11, 'Pietroasele', 'Buzau', NULL, 0),
(3770, 11, 'Pietrosu', 'Buzau', NULL, 0),
(3771, 11, 'Pinu', 'Buzau', NULL, 70),
(3772, 11, 'Pitulicea', 'Buzau', NULL, 40),
(3773, 11, 'Plaisor', 'Buzau', NULL, 65),
(3774, 11, 'Plaiu Nucului', 'Buzau', NULL, 70),
(3775, 11, 'Plavatu', 'Buzau', NULL, 65),
(3776, 11, 'Plescioara', 'Buzau', NULL, 75),
(3777, 11, 'Plescoi', 'Buzau', NULL, 0),
(3778, 11, 'Plesesti (Berca)', 'Buzau', NULL, 0),
(3779, 11, 'Plesesti (Podgoria)', 'Buzau', NULL, 25),
(3780, 11, 'Plesi', 'Buzau', NULL, 75),
(3781, 11, 'Plevna', 'Buzau', NULL, 0),
(3782, 11, 'Plopeasa', 'Buzau', NULL, 40),
(3783, 11, 'Plopi', 'Buzau', NULL, 26),
(3784, 11, 'Plostina', 'Buzau', NULL, 75),
(3785, 11, 'Podgoria', 'Buzau', NULL, 0),
(3786, 11, 'Podu Muncii', 'Buzau', NULL, 50),
(3787, 11, 'Poenitele', 'Buzau', NULL, 73),
(3788, 11, 'Pogoanele', 'Buzau', NULL, 40),
(3789, 11, 'Pogonele', 'Buzau', NULL, 0),
(3790, 11, 'Poiana Pletari', 'Buzau', NULL, 53),
(3791, 11, 'Poiana Valcului', 'Buzau', NULL, 55),
(3792, 11, 'Poienile', 'Buzau', NULL, 55),
(3793, 11, 'Policiori', 'Buzau', NULL, 35),
(3794, 11, 'Posobesti', 'Buzau', NULL, 60),
(3795, 11, 'Posta (Cilibia)', 'Buzau', NULL, 25),
(3796, 11, 'Posta (Topliceni)', 'Buzau', NULL, 0),
(3797, 11, 'Posta Calnau', 'Buzau', NULL, 0),
(3798, 11, 'Potarnichesti', 'Buzau', NULL, 0),
(3799, 11, 'Potecu', 'Buzau', NULL, 70),
(3800, 11, 'Potoceni', 'Buzau', NULL, 0),
(3801, 11, 'Prosca', 'Buzau', NULL, 40),
(3802, 11, 'Pruneni', 'Buzau', NULL, 25),
(3803, 11, 'Puiesti', 'Buzau', NULL, 22),
(3804, 11, 'Puiestii de Jos', 'Buzau', NULL, 22),
(3805, 11, 'Puiestii de Sus', 'Buzau', NULL, 0),
(3806, 11, 'Punga', 'Buzau', NULL, 40),
(3807, 11, 'Racoviteni', 'Buzau', NULL, 0),
(3808, 11, 'Raducesti', 'Buzau', NULL, 0),
(3809, 11, 'Ramnicelu', 'Buzau', NULL, 0),
(3810, 11, 'Ramnicu Sarat', 'Buzau', NULL, 0),
(3811, 11, 'Rapile', 'Buzau', NULL, 70),
(3812, 11, 'Ratesti', 'Buzau', NULL, 25),
(3813, 11, 'Recea', 'Buzau', NULL, 75),
(3814, 11, 'Robeasca', 'Buzau', NULL, 45),
(3815, 11, 'Robesti', 'Buzau', NULL, 30),
(3816, 11, 'Rosioru', 'Buzau', NULL, 26),
(3817, 11, 'Rubla', 'Buzau', NULL, 0),
(3818, 11, 'Ruginoasa', 'Buzau', NULL, 65),
(3819, 11, 'Runcu', 'Buzau', NULL, 35),
(3820, 11, 'Rusavat', 'Buzau', NULL, 50),
(3821, 11, 'Rusetu', 'Buzau', NULL, 0),
(3822, 11, 'Sageata', 'Buzau', NULL, 0),
(3823, 11, 'Sahateni', 'Buzau', NULL, 27),
(3824, 11, 'Salcia', 'Buzau', NULL, 25),
(3825, 11, 'Salcioara', 'Buzau', NULL, 22),
(3826, 11, 'Sapoca', 'Buzau', NULL, 0),
(3827, 11, 'Saranga', 'Buzau', NULL, 0),
(3828, 11, 'Sarata', 'Buzau', NULL, 0),
(3829, 11, 'Sarata-Monteoru', 'Buzau', NULL, 0),
(3830, 11, 'Sarbesti', 'Buzau', NULL, 55),
(3831, 11, 'Sareni', 'Buzau', NULL, 60),
(3832, 11, 'Sarile', 'Buzau', NULL, 65),
(3833, 11, 'Sarile-Catun', 'Buzau', NULL, 55),
(3834, 11, 'Sarulesti', 'Buzau', NULL, 50),
(3835, 11, 'Sasenii Noi', 'Buzau', NULL, 0),
(3836, 11, 'Sasenii pe Vale', 'Buzau', NULL, 0),
(3837, 11, 'Sasenii Vechi', 'Buzau', NULL, 0),
(3838, 11, 'Satu Nou (Glodeanu-Silistea)', 'Buzau', NULL, 50),
(3839, 11, 'Satu Nou (Mihailesti)', 'Buzau', NULL, 35),
(3840, 11, 'Satu Vechi', 'Buzau', NULL, 55),
(3841, 11, 'Satuc', 'Buzau', NULL, 0),
(3842, 11, 'Scaeni', 'Buzau', NULL, 60),
(3843, 11, 'Scarisoara', 'Buzau', NULL, 55),
(3844, 11, 'Scarlatesti', 'Buzau', NULL, 25),
(3845, 11, 'Scorosesti', 'Buzau', NULL, 60),
(3846, 11, 'Scorteanca', 'Buzau', NULL, 47),
(3847, 11, 'Scortoasa', 'Buzau', NULL, 40),
(3848, 11, 'Scurtesti', 'Buzau', NULL, 0),
(3849, 11, 'Scutelnici', 'Buzau', NULL, 45),
(3850, 11, 'Secuiu', 'Buzau', NULL, 108),
(3851, 11, 'Sergent Ionel stefan', 'Buzau', NULL, 56),
(3852, 11, 'Sibiciu de Jos', 'Buzau', NULL, 65),
(3853, 11, 'Sibiciu de Sus', 'Buzau', NULL, 65),
(3854, 11, 'Sindrila', 'Buzau', NULL, 74),
(3855, 11, 'Siriu', 'Buzau', NULL, 80),
(3856, 11, 'Slobozia', 'Buzau', NULL, 65),
(3857, 11, 'Smardan', 'Buzau', NULL, 35),
(3858, 11, 'Smeeni', 'Buzau', NULL, 0),
(3859, 11, 'Smeesti', 'Buzau', NULL, 65),
(3860, 11, 'Soresti', 'Buzau', NULL, 0),
(3861, 11, 'Spataru', 'Buzau', NULL, 0),
(3862, 11, 'Spidele', 'Buzau', NULL, 28),
(3863, 11, 'Stalpu', 'Buzau', NULL, 0),
(3864, 11, 'Stancesti', 'Buzau', NULL, 0),
(3865, 11, 'Stanila', 'Buzau', NULL, 80),
(3866, 11, 'Stavarasti', 'Buzau', NULL, 38),
(3867, 11, 'Stiubei', 'Buzau', NULL, 0),
(3868, 11, 'Strezeni', 'Buzau', NULL, 40),
(3869, 11, 'Stroesti', 'Buzau', NULL, 65),
(3870, 11, 'Suchea', 'Buzau', NULL, 50),
(3871, 11, 'Suditi (Gheraseni)', 'Buzau', NULL, 0),
(3872, 11, 'Suditi (Posta Calnau)', 'Buzau', NULL, 0),
(3873, 11, 'Tabacari', 'Buzau', NULL, 0),
(3874, 11, 'Tabarasti', 'Buzau', NULL, 0),
(3875, 11, 'Tarcov', 'Buzau', NULL, 40),
(3876, 11, 'Tarlele', 'Buzau', NULL, 30),
(3877, 11, 'Tatarligu', 'Buzau', NULL, 35),
(3878, 11, 'Tatulesti', 'Buzau', NULL, 63),
(3879, 11, 'Tega', 'Buzau', NULL, 65),
(3880, 11, 'Teisu', 'Buzau', NULL, 45),
(3881, 11, 'Terca', 'Buzau', NULL, 70),
(3882, 11, 'Tintesti', 'Buzau', NULL, 0),
(3883, 11, 'Tisau', 'Buzau', NULL, 35),
(3884, 11, 'Tocileni', 'Buzau', NULL, 35),
(3885, 11, 'Topliceni', 'Buzau', NULL, 0),
(3886, 11, 'Toropalesti', 'Buzau', NULL, 22),
(3887, 11, 'Trestia', 'Buzau', NULL, 38),
(3888, 11, 'Trestieni', 'Buzau', NULL, 40),
(3889, 11, 'Trestioara (Chiliile)', 'Buzau', NULL, 65),
(3890, 11, 'Trestioara (Manzalesti)', 'Buzau', NULL, 60),
(3891, 11, 'Tronari', 'Buzau', NULL, 50),
(3892, 11, 'Tulburea', 'Buzau', NULL, 45),
(3893, 11, 'Udati-Lucieni', 'Buzau', NULL, 35),
(3894, 11, 'Udati-Manzu', 'Buzau', NULL, 30),
(3895, 11, 'Ulmeni', 'Buzau', NULL, 0),
(3896, 11, 'Ulmet', 'Buzau', NULL, 50),
(3897, 11, 'Unguriu', 'Buzau', NULL, 25),
(3898, 11, 'Ursoaia', 'Buzau', NULL, 50),
(3899, 11, 'Vacareasca', 'Buzau', NULL, 45),
(3900, 11, 'Vadu Oii', 'Buzau', NULL, 100),
(3901, 11, 'Vadu Pasii', 'Buzau', NULL, 0),
(3902, 11, 'Vadu Soresti', 'Buzau', NULL, 22),
(3903, 11, 'Valcele', 'Buzau', NULL, 0),
(3904, 11, 'Valcelele', 'Buzau', NULL, 33),
(3905, 11, 'Valea Banului', 'Buzau', NULL, 45),
(3906, 11, 'Valea Catinei', 'Buzau', NULL, 70),
(3907, 11, 'Valea Cotoarei', 'Buzau', NULL, 60),
(3908, 11, 'Valea Fantanei', 'Buzau', NULL, 60),
(3909, 11, 'Valea Larga', 'Buzau', NULL, 25),
(3910, 11, 'Valea Larga-Sarulesti', 'Buzau', NULL, 50),
(3911, 11, 'Valea lui Lalu', 'Buzau', NULL, 30),
(3912, 11, 'Valea Lupului', 'Buzau', NULL, 65),
(3913, 11, 'Valea Nucului', 'Buzau', NULL, 0),
(3914, 11, 'Valea Parului', 'Buzau', NULL, 30),
(3915, 11, 'Valea Purcarului', 'Buzau', NULL, 39),
(3916, 11, 'Valea Putului Merei', 'Buzau', NULL, 0),
(3917, 11, 'Valea Ramnicului', 'Buzau', NULL, 0),
(3918, 11, 'Valea Ratei', 'Buzau', NULL, 23),
(3919, 11, 'Valea Roatei', 'Buzau', NULL, 45),
(3920, 11, 'Valea Salciei', 'Buzau', NULL, 30),
(3921, 11, 'Valea Salciei-Catun', 'Buzau', NULL, 33),
(3922, 11, 'Valea Salciilor', 'Buzau', NULL, 0),
(3923, 11, 'Valea Schiopului', 'Buzau', NULL, 27),
(3924, 11, 'Valea Sibiciului', 'Buzau', NULL, 70),
(3925, 11, 'Valea Stanei', 'Buzau', NULL, 50),
(3926, 11, 'Valea stefanului', 'Buzau', NULL, 65),
(3927, 11, 'Valea Ursului', 'Buzau', NULL, 55),
(3928, 11, 'Valea Verzei', 'Buzau', NULL, 45),
(3929, 11, 'Valea Viei', 'Buzau', NULL, 60),
(3930, 11, 'Valeanca-Vilanesti', 'Buzau', NULL, 40),
(3931, 11, 'Varf', 'Buzau', NULL, 40),
(3932, 11, 'Varlaam', 'Buzau', NULL, 95),
(3933, 11, 'Varteju', 'Buzau', NULL, 65),
(3934, 11, 'Vavalucile', 'Buzau', NULL, 63),
(3935, 11, 'Vernesti', 'Buzau', NULL, 0),
(3936, 11, 'Viforata', 'Buzau', NULL, 35),
(3937, 11, 'Vinetisu', 'Buzau', NULL, 85),
(3938, 11, 'Vintila Voda', 'Buzau', NULL, 55),
(3939, 11, 'Vintileanca', 'Buzau', NULL, 29),
(3940, 11, 'Viperesti', 'Buzau', NULL, 41),
(3941, 11, 'Vispesti', 'Buzau', NULL, 35),
(3942, 11, 'Vizireni', 'Buzau', NULL, 0),
(3943, 11, 'Vladeni', 'Buzau', NULL, 0),
(3944, 11, 'Zaharesti', 'Buzau', NULL, 65),
(3945, 11, 'Zaplazi', 'Buzau', NULL, 0),
(3946, 11, 'Zapodia', 'Buzau', NULL, 42),
(3947, 11, 'Zarnesti', 'Buzau', NULL, 0),
(3948, 11, 'Zarnestii de Slanic', 'Buzau', NULL, 0),
(3949, 11, 'Zeletin', 'Buzau', NULL, 60),
(3950, 11, 'Ziduri', 'Buzau', NULL, 0),
(3951, 11, 'Zilisteanca', 'Buzau', NULL, 0),
(3952, 11, 'Zoita', 'Buzau', NULL, 22),
(3953, 11, 'Zoresti', 'Buzau', NULL, 0),
(3954, 12, 'Alexandru Odobescu', 'Calarasi', NULL, 28),
(3955, 12, 'Aprozi', 'Calarasi', NULL, 35),
(3956, 12, 'Artari', 'Calarasi', NULL, 44),
(3957, 12, 'Belciugatele', 'Calarasi', NULL, 0),
(3958, 12, 'bogata', 'Calarasi', NULL, 25),
(3959, 12, 'Bogdana', 'Calarasi', NULL, 50),
(3960, 12, 'Borcea', 'Calarasi', NULL, 15),
(3961, 12, 'Bosneagu', 'Calarasi', NULL, 38),
(3962, 12, 'Buciumeni', 'Calarasi', NULL, 40),
(3963, 12, 'Budesti', 'Calarasi', NULL, 30),
(3964, 12, 'Buzoeni', 'Calarasi', NULL, 56),
(3965, 12, 'Calarasi', 'Calarasi', NULL, 0),
(3966, 12, 'Calarasii Vechi', 'Calarasi', NULL, 0),
(3967, 12, 'Calareti', 'Calarasi', NULL, 45),
(3968, 12, 'Candeasca', 'Calarasi', NULL, 32),
(3969, 12, 'Cascioarele', 'Calarasi', NULL, 20),
(3970, 12, 'Ceacu', 'Calarasi', NULL, 0),
(3971, 12, 'Cetatea Veche', 'Calarasi', NULL, 20),
(3972, 12, 'Chirnogi', 'Calarasi', NULL, 0),
(3973, 12, 'Chiselet', 'Calarasi', NULL, 25),
(3974, 12, 'Ciocanesti', 'Calarasi', NULL, 26),
(3975, 12, 'Ciulnita-Gara', 'Calarasi', NULL, 31),
(3976, 12, 'Clatesti', 'Calarasi', NULL, 0),
(3977, 12, 'Coconi', 'Calarasi', NULL, 35),
(3978, 12, 'Cojesti', 'Calarasi', NULL, 35),
(3979, 12, 'Constantin Brancoveanu', 'Calarasi', NULL, 37),
(3980, 12, 'Coslogeni', 'Calarasi', NULL, 0),
(3981, 12, 'Cotofanca', 'Calarasi', NULL, 65),
(3982, 12, 'Crivat', 'Calarasi', NULL, 35),
(3983, 12, 'Cucuieti', 'Calarasi', NULL, 0),
(3984, 12, 'Cunesti', 'Calarasi', NULL, 23),
(3985, 12, 'Curatesti', 'Calarasi', NULL, 45),
(3986, 12, 'Curcani', 'Calarasi', NULL, 0),
(3987, 12, 'Cuza Voda', 'Calarasi', NULL, 0),
(3988, 12, 'Dalga', 'Calarasi', NULL, 56),
(3989, 12, 'Dalga-Gara', 'Calarasi', NULL, 54),
(3990, 12, 'Danesti', 'Calarasi', NULL, 66),
(3991, 12, 'Darvari', 'Calarasi', NULL, 40),
(3992, 12, 'Dichiseni', 'Calarasi', NULL, 20),
(3993, 12, 'Dor Marunt', 'Calarasi', NULL, 58),
(3994, 12, 'Dorobantu', 'Calarasi', NULL, 35),
(3995, 12, 'Dorobantu (Plataresti)', 'Calarasi', NULL, 40),
(3996, 12, 'Dragalina', 'Calarasi', NULL, 31),
(3997, 12, 'Dragos Voda', 'Calarasi', NULL, 48),
(3998, 12, 'Drajna Noua', 'Calarasi', NULL, 28),
(3999, 12, 'Fantana Doamnei', 'Calarasi', NULL, 66),
(4000, 12, 'Faurei', 'Calarasi', NULL, 50),
(4001, 12, 'Florica', 'Calarasi', NULL, 45),
(4002, 12, 'Floroaica', 'Calarasi', NULL, 29),
(4003, 12, 'Frasinet', 'Calarasi', NULL, 65),
(4004, 12, 'Frasinetu de Jos', 'Calarasi', NULL, 57),
(4005, 12, 'Frumusani', 'Calarasi', NULL, 0),
(4006, 12, 'Fundeni (Calarasi)', 'Calarasi', NULL, 0),
(4007, 12, 'Fundulea', 'Calarasi', NULL, 40),
(4008, 12, 'Galatui', 'Calarasi', NULL, 24),
(4009, 12, 'Galbinasi', 'Calarasi', NULL, 0),
(4010, 12, 'Galdau', 'Calarasi', NULL, 32),
(4011, 12, 'Gostilele', 'Calarasi', NULL, 40),
(4012, 12, 'Gradistea', 'Calarasi', NULL, 22),
(4013, 12, 'Gruiu', 'Calarasi', NULL, 30),
(4014, 12, 'Gurbanesti', 'Calarasi', NULL, 65),
(4015, 12, 'Iezeru', 'Calarasi', NULL, 30),
(4016, 12, 'Ileana', 'Calarasi', NULL, 45),
(4017, 12, 'Independenta', 'Calarasi', NULL, 20),
(4018, 12, 'Infratirea', 'Calarasi', NULL, 66),
(4019, 12, 'Jegalia', 'Calarasi', NULL, 30),
(4020, 12, 'Lehliu', 'Calarasi', NULL, 57),
(4021, 12, 'Lehliu-Gara', 'Calarasi', NULL, 51),
(4022, 12, 'Libertatea', 'Calarasi', NULL, 0),
(4023, 12, 'Luica', 'Calarasi', NULL, 20),
(4024, 12, 'Lupsanu', 'Calarasi', NULL, 44),
(4025, 12, 'Luptatori', 'Calarasi', NULL, 65),
(4026, 12, 'Manastirea', 'Calarasi', NULL, 28),
(4027, 12, 'Marculesti-Gara', 'Calarasi', NULL, 30),
(4028, 12, 'Mariuta', 'Calarasi', NULL, 45),
(4029, 12, 'Mataraua', 'Calarasi', NULL, 47),
(4030, 12, 'Mihai Viteazu', 'Calarasi', NULL, 30),
(4031, 12, 'Mitreni', 'Calarasi', NULL, 0),
(4032, 12, 'Modelu', 'Calarasi', NULL, 0),
(4033, 12, 'Nana', 'Calarasi', NULL, 25),
(4034, 12, 'Negoesti', 'Calarasi', NULL, 25),
(4035, 12, 'Nicolae Balcescu', 'Calarasi', NULL, 63),
(4036, 12, 'Nicolae Balcescu (Alexandru Odobescu)', 'Calarasi', NULL, 30),
(4037, 12, 'Nucetu', 'Calarasi', NULL, 50),
(4038, 12, 'Nuci', 'Calarasi', NULL, 35),
(4039, 12, 'Ogoru', 'Calarasi', NULL, 57),
(4040, 12, 'Oltenita', 'Calarasi', NULL, 0),
(4041, 12, 'Oltina', 'Calarasi', NULL, 21),
(4042, 12, 'Orasti', 'Calarasi', NULL, 0),
(4043, 12, 'Ostrovu', 'Calarasi', NULL, 60),
(4044, 12, 'Padurisu', 'Calarasi', NULL, 0),
(4045, 12, 'Paicu', 'Calarasi', NULL, 60),
(4046, 12, 'Pasarea (Calarasi)', 'Calarasi', NULL, 0),
(4047, 12, 'Pelinu', 'Calarasi', NULL, 70),
(4048, 12, 'Perisoru', 'Calarasi', NULL, 23),
(4049, 12, 'Plataresti', 'Calarasi', NULL, 0),
(4050, 12, 'Plevna', 'Calarasi', NULL, 36),
(4051, 12, 'Plumbuita', 'Calarasi', NULL, 55),
(4052, 12, 'Podari', 'Calarasi', NULL, 45),
(4053, 12, 'Podu Pitarului', 'Calarasi', NULL, 0),
(4054, 12, 'Polcesti', 'Calarasi', NULL, 49),
(4055, 12, 'Popesti', 'Calarasi', NULL, 45),
(4056, 12, 'Postavari', 'Calarasi', NULL, 0),
(4057, 12, 'Potcoava', 'Calarasi', NULL, 25),
(4058, 12, 'Preasna', 'Calarasi', NULL, 68),
(4059, 12, 'Progresu', 'Calarasi', NULL, 39),
(4060, 12, 'Radovanu', 'Calarasi', NULL, 20),
(4061, 12, 'Radu Negru', 'Calarasi', NULL, 0),
(4062, 12, 'Radu Voda', 'Calarasi', NULL, 46),
(4063, 12, 'Rasa', 'Calarasi', NULL, 22),
(4064, 12, 'Rasurile', 'Calarasi', NULL, 45),
(4065, 12, 'Razoarele', 'Calarasi', NULL, 45),
(4066, 12, 'Razvani', 'Calarasi', NULL, 49),
(4067, 12, 'Roseti', 'Calarasi', NULL, 0),
(4068, 12, 'Sacele', 'Calarasi', NULL, 46),
(4069, 12, 'Salcioara', 'Calarasi', NULL, 0),
(4070, 12, 'Sandulita', 'Calarasi', NULL, 65),
(4071, 12, 'Sapunari', 'Calarasi', NULL, 60),
(4072, 12, 'Sarulesti', 'Calarasi', NULL, 60),
(4073, 12, 'Sarulesti-Gara', 'Calarasi', NULL, 55),
(4074, 12, 'Satnoeni', 'Calarasi', NULL, 20),
(4075, 12, 'Satu Nou', 'Calarasi', NULL, 56),
(4076, 12, 'Seinoiu', 'Calarasi', NULL, 45),
(4077, 12, 'Silistea', 'Calarasi', NULL, 69),
(4078, 12, 'Socoalele', 'Calarasi', NULL, 54),
(4079, 12, 'Sohatu', 'Calarasi', NULL, 40),
(4080, 12, 'Solacolu', 'Calarasi', NULL, 50),
(4081, 12, 'Soldanu', 'Calarasi', NULL, 20),
(4082, 12, 'Spantov', 'Calarasi', NULL, 20),
(4083, 12, 'Stancea', 'Calarasi', NULL, 0),
(4084, 12, 'Stefan cel mare', 'Calarasi', NULL, 0),
(4085, 12, 'Stefan Voda', 'Calarasi', NULL, 20),
(4086, 12, 'Stefanesti', 'Calarasi', NULL, 52),
(4087, 12, 'Stoenesti', 'Calarasi', NULL, 0),
(4088, 12, 'Sultana', 'Calarasi', NULL, 40),
(4089, 12, 'Tamadau Mare', 'Calarasi', NULL, 45),
(4090, 12, 'Tamadau Mic', 'Calarasi', NULL, 45),
(4091, 12, 'Tariceni', 'Calarasi', NULL, 54),
(4092, 12, 'Tonea', 'Calarasi', NULL, 0),
(4093, 12, 'Tudor Vladimirescu', 'Calarasi', NULL, 30),
(4094, 12, 'Ulmeni', 'Calarasi', NULL, 0),
(4095, 12, 'Ulmu', 'Calarasi', NULL, 42),
(4096, 12, 'Unirea', 'Calarasi', NULL, 22),
(4097, 12, 'Valcelele', 'Calarasi', NULL, 30),
(4098, 12, 'Valea Argovei', 'Calarasi', NULL, 66),
(4099, 12, 'Valea Popii', 'Calarasi', NULL, 0),
(4100, 12, 'Valea Presnei', 'Calarasi', NULL, 65),
(4101, 12, 'Valea Rosie', 'Calarasi', NULL, 0),
(4102, 12, 'Valea Rusului', 'Calarasi', NULL, 40),
(4103, 12, 'Valea Seaca', 'Calarasi', NULL, 51),
(4104, 12, 'Valea Stanii', 'Calarasi', NULL, 27),
(4105, 12, 'Varasti', 'Calarasi', NULL, 35),
(4106, 12, 'Vasilati', 'Calarasi', NULL, 30),
(4107, 12, 'Visinii', 'Calarasi', NULL, 22),
(4108, 12, 'Vlad Tepes', 'Calarasi', NULL, 30),
(4109, 12, 'Vladiceasca', 'Calarasi', NULL, 66),
(4110, 12, 'Vlaiculesti', 'Calarasi', NULL, 42),
(4111, 12, 'Zimbru', 'Calarasi', NULL, 43),
(4112, 13, '23 August', 'Caras-Severin', NULL, 25),
(4113, 13, 'Agadici', 'Caras-Severin', NULL, 50),
(4114, 13, 'Anina', 'Caras-Severin', NULL, 34),
(4115, 13, 'Apadia', 'Caras-Severin', NULL, 28),
(4116, 13, 'Armenis', 'Caras-Severin', NULL, 30),
(4117, 13, 'Arsuri', 'Caras-Severin', NULL, 53),
(4118, 13, 'Baile Herculane', 'Caras-Severin', NULL, 0),
(4119, 13, 'Bania', 'Caras-Severin', NULL, 80),
(4120, 13, 'Barbosu', 'Caras-Severin', NULL, 50),
(4121, 13, 'Barz', 'Caras-Severin', NULL, 85),
(4122, 13, 'Barza', 'Caras-Severin', NULL, 0),
(4123, 13, 'Bautar', 'Caras-Severin', NULL, 33),
(4124, 13, 'Bazias', 'Caras-Severin', NULL, 35),
(4125, 13, 'Belobresca', 'Caras-Severin', NULL, 12),
(4126, 13, 'Berliste', 'Caras-Severin', NULL, 53),
(4127, 13, 'Berzasca', 'Caras-Severin', NULL, 45),
(4128, 13, 'Berzovia', 'Caras-Severin', NULL, 30),
(4129, 13, 'Bigar', 'Caras-Severin', NULL, 58),
(4130, 13, 'Binis', 'Caras-Severin', NULL, 24),
(4131, 13, 'Bocsa', 'Caras-Severin', NULL, 0),
(4132, 13, 'Bogaltin', 'Caras-Severin', NULL, 43),
(4133, 13, 'Bogodint', 'Caras-Severin', NULL, 59),
(4134, 13, 'Boina', 'Caras-Severin', NULL, 85),
(4135, 13, 'Boinita', 'Caras-Severin', NULL, 95),
(4136, 13, 'Bojia', 'Caras-Severin', NULL, 52),
(4137, 13, 'Bolvasnita', 'Caras-Severin', NULL, 0),
(4138, 13, 'Borlova', 'Caras-Severin', NULL, 0),
(4139, 13, 'Borlovenii Noi', 'Caras-Severin', NULL, 80),
(4140, 13, 'Borlovenii Vechi', 'Caras-Severin', NULL, 70),
(4141, 13, 'Borugi', 'Caras-Severin', NULL, 46),
(4142, 13, 'Bozovici', 'Caras-Severin', NULL, 65),
(4143, 13, 'Bradisoru de Jos', 'Caras-Severin', NULL, 45),
(4144, 13, 'Bratova', 'Caras-Severin', NULL, 0),
(4145, 13, 'Brebu', 'Caras-Severin', NULL, 22),
(4146, 13, 'Brebu Nou', 'Caras-Severin', NULL, 45),
(4147, 13, 'Brestelnic', 'Caras-Severin', NULL, 35),
(4148, 13, 'Brezon', 'Caras-Severin', NULL, 55),
(4149, 13, 'Brosteni', 'Caras-Severin', NULL, 60),
(4150, 13, 'Buchin', 'Caras-Severin', NULL, 0),
(4151, 13, 'Bucosnita', 'Caras-Severin', NULL, 0),
(4152, 13, 'Bucova', 'Caras-Severin', NULL, 41),
(4153, 13, 'Calina', 'Caras-Severin', NULL, 46),
(4154, 13, 'Calnic', 'Caras-Severin', NULL, 0),
(4155, 13, 'Camena', 'Caras-Severin', NULL, 54),
(4156, 13, 'Camenita', 'Caras-Severin', NULL, 27),
(4157, 13, 'Campia', 'Caras-Severin', NULL, 30),
(4158, 13, 'Canicea', 'Caras-Severin', NULL, 50),
(4159, 13, 'Caransebes', 'Caras-Severin', NULL, 0),
(4160, 13, 'Carasova', 'Caras-Severin', NULL, 0),
(4161, 13, 'Carbunari', 'Caras-Severin', NULL, 69),
(4162, 13, 'Carnecea', 'Caras-Severin', NULL, 45),
(4163, 13, 'Carsa Rosie', 'Caras-Severin', NULL, 102),
(4164, 13, 'Carsie', 'Caras-Severin', NULL, 25),
(4165, 13, 'Cavaran', 'Caras-Severin', NULL, 18),
(4166, 13, 'Cicleni', 'Caras-Severin', NULL, 0),
(4167, 13, 'Ciclova Montana', 'Caras-Severin', NULL, 60),
(4168, 13, 'Ciclova Romana', 'Caras-Severin', NULL, 55),
(4169, 13, 'Ciortea', 'Caras-Severin', NULL, 60),
(4170, 13, 'Ciresa', 'Caras-Severin', NULL, 20),
(4171, 13, 'Ciresel', 'Caras-Severin', NULL, 49),
(4172, 13, 'Ciuchici', 'Caras-Severin', NULL, 50),
(4173, 13, 'Ciudanovita', 'Caras-Severin', NULL, 49),
(4174, 13, 'Ciuta', 'Caras-Severin', NULL, 0),
(4175, 13, 'Clocotici', 'Caras-Severin', NULL, 25),
(4176, 13, 'Comoraste', 'Caras-Severin', NULL, 31),
(4177, 13, 'Constantin Daicoviciu', 'Caras-Severin', NULL, 18),
(4178, 13, 'Copacele', 'Caras-Severin', NULL, 23),
(4179, 13, 'Cornea', 'Caras-Severin', NULL, 42),
(4180, 13, 'Cornereva', 'Caras-Severin', NULL, 46),
(4181, 13, 'Cornisoru', 'Caras-Severin', NULL, 36),
(4182, 13, 'Cornutel', 'Caras-Severin', NULL, 0),
(4183, 13, 'Coronini', 'Caras-Severin', NULL, 0),
(4184, 13, 'Costis', 'Caras-Severin', NULL, 42),
(4185, 13, 'Cozia', 'Caras-Severin', NULL, 55),
(4186, 13, 'Cozla', 'Caras-Severin', NULL, 48),
(4187, 13, 'Cracu Almaj', 'Caras-Severin', NULL, 40),
(4188, 13, 'Cracu Mare', 'Caras-Severin', NULL, 41),
(4189, 13, 'Cracu Teiului', 'Caras-Severin', NULL, 45),
(4190, 13, 'Crusovat', 'Caras-Severin', NULL, 38),
(4191, 13, 'Crusovita', 'Caras-Severin', NULL, 39),
(4192, 13, 'Cuptoare (Cornea)', 'Caras-Severin', NULL, 39),
(4193, 13, 'Cuptoare (Resita)', 'Caras-Severin', NULL, 0),
(4194, 13, 'Curmatura', 'Caras-Severin', NULL, 35),
(4195, 13, 'Dalboset', 'Caras-Severin', NULL, 60),
(4196, 13, 'Dalci', 'Caras-Severin', NULL, 0),
(4197, 13, 'Delinesti', 'Caras-Severin', NULL, 25),
(4198, 13, 'Dezesti', 'Caras-Severin', NULL, 33),
(4199, 13, 'Divici', 'Caras-Severin', NULL, 21),
(4200, 13, 'Dobraia', 'Caras-Severin', NULL, 49),
(4201, 13, 'Doclin', 'Caras-Severin', NULL, 36),
(4202, 13, 'Dognecea', 'Caras-Severin', NULL, 30),
(4203, 13, 'Dolina', 'Caras-Severin', NULL, 50),
(4204, 13, 'Doman', 'Caras-Severin', NULL, 0),
(4205, 13, 'Domasnea', 'Caras-Severin', NULL, 45),
(4206, 13, 'Drencova', 'Caras-Severin', NULL, 48),
(4207, 13, 'Dristie', 'Caras-Severin', NULL, 79),
(4208, 13, 'Duleu', 'Caras-Severin', NULL, 50),
(4209, 13, 'Eftimie Murgu', 'Caras-Severin', NULL, 70),
(4210, 13, 'Ersig', 'Caras-Severin', NULL, 40),
(4211, 13, 'Ezeris', 'Caras-Severin', NULL, 0),
(4212, 13, 'Farliug', 'Caras-Severin', NULL, 35),
(4213, 13, 'Fenes', 'Caras-Severin', NULL, 31),
(4214, 13, 'Fizes', 'Caras-Severin', NULL, 35),
(4215, 13, 'Forotic', 'Caras-Severin', NULL, 54),
(4216, 13, 'Frasinis', 'Caras-Severin', NULL, 33),
(4217, 13, 'Garana', 'Caras-Severin', NULL, 35),
(4218, 13, 'Garbovat', 'Caras-Severin', NULL, 81),
(4219, 13, 'Garliste', 'Caras-Severin', NULL, 35),
(4220, 13, 'Garnic', 'Caras-Severin', NULL, 24),
(4221, 13, 'Ghertenis', 'Caras-Severin', NULL, 40),
(4222, 13, 'Giurgiova', 'Caras-Severin', NULL, 30),
(4223, 13, 'Glimboca', 'Caras-Severin', NULL, 0),
(4224, 13, 'Globu Craiovei', 'Caras-Severin', NULL, 38),
(4225, 13, 'Globurau', 'Caras-Severin', NULL, 35),
(4226, 13, 'Golet', 'Caras-Severin', NULL, 0),
(4227, 13, 'Gornea', 'Caras-Severin', NULL, 36),
(4228, 13, 'Goruia', 'Caras-Severin', NULL, 0),
(4229, 13, 'Gradinari', 'Caras-Severin', NULL, 40),
(4230, 13, 'Greoni', 'Caras-Severin', NULL, 45),
(4231, 13, 'Gruni', 'Caras-Severin', NULL, 52),
(4232, 13, 'Hora Mare', 'Caras-Severin', NULL, 53),
(4233, 13, 'Hora Mica', 'Caras-Severin', NULL, 52),
(4234, 13, 'Iabalcea', 'Caras-Severin', NULL, 0),
(4235, 13, 'Iablanita ', 'Caras-Severin', NULL, 31),
(4236, 13, 'Iam', 'Caras-Severin', NULL, 60),
(4237, 13, 'Iaz', 'Caras-Severin', NULL, 0),
(4238, 13, 'Iertof', 'Caras-Severin', NULL, 70),
(4239, 13, 'Ilidia', 'Caras-Severin', NULL, 63),
(4240, 13, 'Ilova', 'Caras-Severin', NULL, 21),
(4241, 13, 'Inelet', 'Caras-Severin', NULL, 43),
(4242, 13, 'Izgar', 'Caras-Severin', NULL, 45),
(4243, 13, 'Izvor', 'Caras-Severin', NULL, 50),
(4244, 13, 'Jitin', 'Caras-Severin', NULL, 45),
(4245, 13, 'Jupa ', 'Caras-Severin', NULL, 0),
(4246, 13, 'Lapusnicel', 'Caras-Severin', NULL, 43),
(4247, 13, 'Lapusnicu Mare', 'Caras-Severin', NULL, 80),
(4248, 13, 'Lescovita', 'Caras-Severin', NULL, 25),
(4249, 13, 'Liborajdea', 'Caras-Severin', NULL, 0),
(4250, 13, 'Lindenfeld', 'Caras-Severin', NULL, 0),
(4251, 13, 'Liubcova', 'Caras-Severin', NULL, 22),
(4252, 13, 'Lucacevat', 'Caras-Severin', NULL, 32),
(4253, 13, 'Lunca Florii', 'Caras-Severin', NULL, 52),
(4254, 13, 'Lunca Zaicii', 'Caras-Severin', NULL, 51),
(4255, 13, 'Luncavita', 'Caras-Severin', NULL, 40),
(4256, 13, 'Lupac', 'Caras-Severin', NULL, 0),
(4257, 13, 'Macesti', 'Caras-Severin', NULL, 0),
(4258, 13, 'Maciova', 'Caras-Severin', NULL, 0),
(4259, 13, 'Macoviste (Ciuchici)', 'Caras-Severin', NULL, 55),
(4260, 13, 'Macoviste (Cornea)', 'Caras-Severin', NULL, 65),
(4261, 13, 'Magura', 'Caras-Severin', NULL, 24),
(4262, 13, 'Mal', 'Caras-Severin', NULL, 30),
(4263, 13, 'Marga', 'Caras-Severin', NULL, 35),
(4264, 13, 'Marila', 'Caras-Severin', NULL, 45),
(4265, 13, 'Martinovat', 'Caras-Severin', NULL, 33),
(4266, 13, 'Maru', 'Caras-Severin', NULL, 25),
(4267, 13, 'Matnicu Mare', 'Caras-Severin', NULL, 23),
(4268, 13, 'Maureni', 'Caras-Severin', NULL, 45),
(4269, 13, 'Mehadia', 'Caras-Severin', NULL, 23),
(4270, 13, 'Mehadica', 'Caras-Severin', NULL, 44),
(4271, 13, 'Mercina', 'Caras-Severin', NULL, 60),
(4272, 13, 'Mesteacan', 'Caras-Severin', NULL, 47),
(4273, 13, 'Milcoveni', 'Caras-Severin', NULL, 58),
(4274, 13, 'Moceris', 'Caras-Severin', NULL, 90),
(4275, 13, 'Moldova Noua', 'Caras-Severin', NULL, 0),
(4276, 13, 'Moldova Veche', 'Caras-Severin', NULL, 0),
(4277, 13, 'Moldovita', 'Caras-Severin', NULL, 0),
(4278, 13, 'Moniom', 'Caras-Severin', NULL, 0),
(4279, 13, 'Naidas', 'Caras-Severin', NULL, 30),
(4280, 13, 'Negiudin', 'Caras-Severin', NULL, 51),
(4281, 13, 'Nermed', 'Caras-Severin', NULL, 0),
(4282, 13, 'Nicolint', 'Caras-Severin', NULL, 41),
(4283, 13, 'Obita', 'Caras-Severin', NULL, 40),
(4284, 13, 'Obreja', 'Caras-Severin', NULL, 0),
(4285, 13, 'Ocna de Fier', 'Caras-Severin', NULL, 25),
(4286, 13, 'Ogasu Podului', 'Caras-Severin', NULL, 38),
(4287, 13, 'Ohaba-Matnic', 'Caras-Severin', NULL, 35),
(4288, 13, 'Ohabita', 'Caras-Severin', NULL, 19),
(4289, 13, 'Oravita', 'Caras-Severin', NULL, 0),
(4290, 13, 'Otelu Rosu', 'Caras-Severin', NULL, 0),
(4291, 13, 'Padina Matei', 'Caras-Severin', NULL, 0),
(4292, 13, 'Paltinis', 'Caras-Severin', NULL, 0),
(4293, 13, 'Parneaura', 'Caras-Severin', NULL, 43),
(4294, 13, 'Parvova', 'Caras-Severin', NULL, 46),
(4295, 13, 'Patas', 'Caras-Severin', NULL, 75),
(4296, 13, 'Pecinisca', 'Caras-Severin', NULL, 0),
(4297, 13, 'Pestere', 'Caras-Severin', NULL, 30),
(4298, 13, 'Petnic', 'Caras-Severin', NULL, 35),
(4299, 13, 'Petrilova', 'Caras-Severin', NULL, 40),
(4300, 13, 'Petrosnita', 'Caras-Severin', NULL, 29),
(4301, 13, 'Plopu', 'Caras-Severin', NULL, 40),
(4302, 13, 'Plugova', 'Caras-Severin', NULL, 0),
(4303, 13, 'Pogara', 'Caras-Severin', NULL, 43),
(4304, 13, 'Pogara de Sus', 'Caras-Severin', NULL, 57),
(4305, 13, 'Poiana', 'Caras-Severin', NULL, 0),
(4306, 13, 'Poiana Lunga', 'Caras-Severin', NULL, 49),
(4307, 13, 'Poiana Marului', 'Caras-Severin', NULL, 40),
(4308, 13, 'Poienile Boinei', 'Caras-Severin', NULL, 90),
(4309, 13, 'Pojejena', 'Caras-Severin', NULL, 0),
(4310, 13, 'Poneasca', 'Caras-Severin', NULL, 50),
(4311, 13, 'Potoc', 'Caras-Severin', NULL, 57),
(4312, 13, 'Preveciori', 'Caras-Severin', NULL, 58),
(4313, 13, 'Prigor', 'Caras-Severin', NULL, 70),
(4314, 13, 'Prilipet', 'Caras-Severin', NULL, 66),
(4315, 13, 'Prisaca', 'Caras-Severin', NULL, 0),
(4316, 13, 'Prisacina', 'Caras-Severin', NULL, 49),
(4317, 13, 'Prisian', 'Caras-Severin', NULL, 0),
(4318, 13, 'Prislop (Cornereva)', 'Caras-Severin', NULL, 48),
(4319, 13, 'Prislop (Dalboset)', 'Caras-Severin', NULL, 83),
(4320, 13, 'Putna', 'Caras-Severin', NULL, 70),
(4321, 13, 'Racasdia', 'Caras-Severin', NULL, 50),
(4322, 13, 'Rachita', 'Caras-Severin', NULL, 98),
(4323, 13, 'Rachitova', 'Caras-Severin', NULL, 62),
(4324, 13, 'Radimna', 'Caras-Severin', NULL, 0),
(4325, 13, 'Rafnic', 'Caras-Severin', NULL, 30),
(4326, 13, 'Ramna', 'Caras-Severin', NULL, 40),
(4327, 13, 'Ravensca', 'Caras-Severin', NULL, 95),
(4328, 13, 'Remetea-Poganici', 'Caras-Severin', NULL, 35),
(4329, 13, 'Resita', 'Caras-Severin', NULL, 0),
(4330, 13, 'Resita Mica', 'Caras-Severin', NULL, 80),
(4331, 13, 'Rugi', 'Caras-Severin', NULL, 0),
(4332, 13, 'Ruginosu', 'Caras-Severin', NULL, 0),
(4333, 13, 'Rusca', 'Caras-Severin', NULL, 32),
(4334, 13, 'Rusca Montana', 'Caras-Severin', NULL, 32),
(4335, 13, 'Ruschita', 'Caras-Severin', NULL, 45),
(4336, 13, 'Rusova Noua', 'Caras-Severin', NULL, 46),
(4337, 13, 'Rusova Veche', 'Caras-Severin', NULL, 48),
(4338, 13, 'Rustin', 'Caras-Severin', NULL, 51),
(4339, 13, 'Sacu', 'Caras-Severin', NULL, 22),
(4340, 13, 'Sadova Noua', 'Caras-Severin', NULL, 25),
(4341, 13, 'Sadova Veche', 'Caras-Severin', NULL, 19),
(4342, 13, 'Salbagelu Nou', 'Caras-Severin', NULL, 0),
(4343, 13, 'Sasca Montana', 'Caras-Severin', NULL, 60),
(4344, 13, 'Sasca Romana', 'Caras-Severin', NULL, 61),
(4345, 13, 'Sat Batran', 'Caras-Severin', NULL, 25),
(4346, 13, 'Scaius', 'Caras-Severin', NULL, 40),
(4347, 13, 'Scarisoara', 'Caras-Severin', NULL, 44),
(4348, 13, 'Secaseni', 'Caras-Severin', NULL, 37),
(4349, 13, 'Secu', 'Caras-Severin', NULL, 0),
(4350, 13, 'Sfanta Elena', 'Caras-Severin', NULL, 0),
(4351, 13, 'Sichevita', 'Caras-Severin', NULL, 30),
(4352, 13, 'Slatina-Nera', 'Caras-Severin', NULL, 55),
(4353, 13, 'Slatina-Timis', 'Caras-Severin', NULL, 20),
(4354, 13, 'Soceni', 'Caras-Severin', NULL, 0),
(4355, 13, 'Socol', 'Caras-Severin', NULL, 42),
(4356, 13, 'Socolari', 'Caras-Severin', NULL, 59),
(4357, 13, 'Sopotu Nou', 'Caras-Severin', NULL, 85),
(4358, 13, 'Sopotu Vechi', 'Caras-Severin', NULL, 85),
(4359, 13, 'Sosdea', 'Caras-Severin', NULL, 47),
(4360, 13, 'Stancilova', 'Caras-Severin', NULL, 102),
(4361, 13, 'Steierdorf', 'Caras-Severin', NULL, 34),
(4362, 13, 'Stinapari', 'Caras-Severin', NULL, 21),
(4363, 13, 'Streneac', 'Caras-Severin', NULL, 33),
(4364, 13, 'Strugasca', 'Caras-Severin', NULL, 52),
(4365, 13, 'Studena', 'Caras-Severin', NULL, 51),
(4366, 13, 'Sub Crang', 'Caras-Severin', NULL, 53),
(4367, 13, 'Sub Margine', 'Caras-Severin', NULL, 40),
(4368, 13, 'Sub Plai', 'Caras-Severin', NULL, 51),
(4369, 13, 'Sumita', 'Caras-Severin', NULL, 49),
(4370, 13, 'Surducu Mare', 'Caras-Severin', NULL, 59),
(4371, 13, 'Susca', 'Caras-Severin', NULL, 0),
(4372, 13, 'Tarnova', 'Caras-Severin', NULL, 0),
(4373, 13, 'Tatu', 'Caras-Severin', NULL, 47),
(4374, 13, 'Teregova', 'Caras-Severin', NULL, 34),
(4375, 13, 'Terova', 'Caras-Severin', NULL, 0),
(4376, 13, 'Ticvaniu Mare', 'Caras-Severin', NULL, 35),
(4377, 13, 'Ticvaniu Mic', 'Caras-Severin', NULL, 37),
(4378, 13, 'Tincova', 'Caras-Severin', NULL, 22),
(4379, 13, 'Tirol', 'Caras-Severin', NULL, 44),
(4380, 13, 'Topla', 'Caras-Severin', NULL, 52),
(4381, 13, 'Toplet', 'Caras-Severin', NULL, 0),
(4382, 13, 'Turnu Ruieni', 'Caras-Severin', NULL, 0),
(4383, 13, 'Urcu', 'Caras-Severin', NULL, 80),
(4384, 13, 'Valea Bistrei', 'Caras-Severin', NULL, 23),
(4385, 13, 'Valea Bolvasnita', 'Caras-Severin', NULL, 28),
(4386, 13, 'Valea Mare', 'Caras-Severin', NULL, 42),
(4387, 13, 'Valea Minisului', 'Caras-Severin', NULL, 50),
(4388, 13, 'Valea Orevita', 'Caras-Severin', NULL, 42),
(4389, 13, 'Valea Rachitei', 'Caras-Severin', NULL, 90),
(4390, 13, 'Valea Ravensca', 'Caras-Severin', NULL, 30),
(4391, 13, 'Valea Rosie', 'Caras-Severin', NULL, 90),
(4392, 13, 'Valea Sichevitei', 'Caras-Severin', NULL, 32),
(4393, 13, 'Valea Timisului', 'Caras-Severin', NULL, 0),
(4394, 13, 'Valeadeni', 'Caras-Severin', NULL, 27),
(4395, 13, 'Valeapai', 'Caras-Severin', NULL, 45),
(4396, 13, 'Valisoara', 'Caras-Severin', NULL, 0),
(4397, 13, 'Valiug', 'Caras-Severin', NULL, 24),
(4398, 13, 'Vama Marga', 'Caras-Severin', NULL, 32),
(4399, 13, 'Var', 'Caras-Severin', NULL, 0),
(4400, 13, 'Varadia', 'Caras-Severin', NULL, 40),
(4401, 13, 'Varciorova', 'Caras-Severin', NULL, 20),
(4402, 13, 'Verendin', 'Caras-Severin', NULL, 50),
(4403, 13, 'Vermes', 'Caras-Severin', NULL, 40),
(4404, 13, 'Vodnic', 'Caras-Severin', NULL, 0),
(4405, 13, 'Voislova', 'Caras-Severin', NULL, 20),
(4406, 13, 'Vrani', 'Caras-Severin', NULL, 40),
(4407, 13, 'Vraniut', 'Caras-Severin', NULL, 55),
(4408, 13, 'Zagujeni', 'Caras-Severin', NULL, 11),
(4409, 13, 'Zanogi', 'Caras-Severin', NULL, 52),
(4410, 13, 'Zanou', 'Caras-Severin', NULL, 32),
(4411, 13, 'Zasloane', 'Caras-Severin', NULL, 30),
(4412, 13, 'Zavoi', 'Caras-Severin', NULL, 26),
(4413, 13, 'Zbegu', 'Caras-Severin', NULL, 50),
(4414, 13, 'Zervesti', 'Caras-Severin', NULL, 0),
(4415, 13, 'Zlagna', 'Caras-Severin', NULL, 0),
(4416, 13, 'Zlatita', 'Caras-Severin', NULL, 52),
(4417, 13, 'Zmogotin', 'Caras-Severin', NULL, 53),
(4418, 13, 'Zoina', 'Caras-Severin', NULL, 51),
(4419, 13, 'Zorile', 'Caras-Severin', NULL, 30),
(4420, 13, 'Zorlencior', 'Caras-Severin', NULL, 37),
(4421, 13, 'Zorlentu Mare', 'Caras-Severin', NULL, 27),
(4422, 14, 'Agarbiciu', 'Cluj', NULL, 38),
(4423, 14, 'Aghiresu', 'Cluj', NULL, 23),
(4424, 14, 'Aghiresu-Fabrici', 'Cluj', NULL, 25),
(4425, 14, 'Agris', 'Cluj', NULL, 59),
(4426, 14, 'Aiton', 'Cluj', NULL, 26),
(4427, 14, 'Alunis', 'Cluj', NULL, 28),
(4428, 14, 'Alunisu', 'Cluj', NULL, 20),
(4429, 14, 'Andici', 'Cluj', NULL, 0),
(4430, 14, 'Antas', 'Cluj', NULL, 30),
(4431, 14, 'Apahida', 'Cluj', NULL, 0),
(4432, 14, 'Ardeova', 'Cluj', NULL, 20),
(4433, 14, 'Arghisu', 'Cluj', NULL, 42),
(4434, 14, 'Aruncuta', 'Cluj', NULL, 74),
(4435, 14, 'Aschileu', 'Cluj', NULL, 65),
(4436, 14, 'Aschileu Mare', 'Cluj', NULL, 65),
(4437, 14, 'Aschileu Mic', 'Cluj', NULL, 40),
(4438, 14, 'Babdiu', 'Cluj', NULL, 0),
(4439, 14, 'Babutiu', 'Cluj', NULL, 46),
(4440, 14, 'Baciu', 'Cluj', NULL, 0),
(4441, 14, 'Badeni', 'Cluj', NULL, 0),
(4442, 14, 'Badesti', 'Cluj', NULL, 56),
(4443, 14, 'Bagaciu', 'Cluj', NULL, 49),
(4444, 14, 'Bagara', 'Cluj', NULL, 25),
(4445, 14, 'Baisoara', 'Cluj', NULL, 29),
(4446, 14, 'Baita', 'Cluj', NULL, 0),
(4447, 14, 'Balcesti (Belis)', 'Cluj', NULL, 50),
(4448, 14, 'Balcesti (Capusu Mare)', 'Cluj', NULL, 50),
(4449, 14, 'Barai', 'Cluj', NULL, 40),
(4450, 14, 'Barlea', 'Cluj', NULL, 35),
(4451, 14, 'Batin', 'Cluj', NULL, 25),
(4452, 14, 'Bedeciu', 'Cluj', NULL, 25),
(4453, 14, 'Belis', 'Cluj', NULL, 35),
(4454, 14, 'Berchiesu', 'Cluj', NULL, 30),
(4455, 14, 'Berindu', 'Cluj', NULL, 54),
(4456, 14, 'Bica', 'Cluj', NULL, 25),
(4457, 14, 'Bicalatu', 'Cluj', NULL, 0),
(4458, 14, 'Blidaresti', 'Cluj', NULL, 32),
(4459, 14, 'Bobalna', 'Cluj', NULL, 20),
(4460, 14, 'Bociu', 'Cluj', NULL, 40),
(4461, 14, 'Bodrog', 'Cluj', NULL, 25),
(4462, 14, 'Bogata', 'Cluj', NULL, 0),
(4463, 14, 'Bogata de Jos', 'Cluj', NULL, 0),
(4464, 14, 'Bogata de Sus', 'Cluj', NULL, 0),
(4465, 14, 'Boian', 'Cluj', NULL, 0),
(4466, 14, 'Boj-Catun', 'Cluj', NULL, 30),
(4467, 14, 'Boju', 'Cluj', NULL, 30),
(4468, 14, 'Boldut', 'Cluj', NULL, 0),
(4469, 14, 'Bologa', 'Cluj', NULL, 0),
(4470, 14, 'Bont', 'Cluj', NULL, 23),
(4471, 14, 'Bontida', 'Cluj', NULL, 35),
(4472, 14, 'Borsa', 'Cluj', NULL, 52),
(4473, 14, 'Borsa-Catun', 'Cluj', NULL, 52),
(4474, 14, 'Borsa-Crestaia', 'Cluj', NULL, 54),
(4475, 14, 'Borzesti', 'Cluj', NULL, 0),
(4476, 14, 'Boteni', 'Cluj', NULL, 48),
(4477, 14, 'Braisoru', 'Cluj', NULL, 0),
(4478, 14, 'Bucea', 'Cluj', NULL, 40),
(4479, 14, 'Bunesti', 'Cluj', NULL, 0),
(4480, 14, 'Buru', 'Cluj', NULL, 35),
(4481, 14, 'Buteni', 'Cluj', NULL, 25),
(4482, 14, 'Buza', 'Cluj', NULL, 46),
(4483, 14, 'Cacova Ierii', 'Cluj', NULL, 55),
(4484, 14, 'Caianu', 'Cluj', NULL, 32),
(4485, 14, 'Caianu Mic', 'Cluj', NULL, 30),
(4486, 14, 'Caianu-Vama', 'Cluj', NULL, 28),
(4487, 14, 'Calarasi', 'Cluj', NULL, 26),
(4488, 14, 'Calarasi-Gara', 'Cluj', NULL, 26),
(4489, 14, 'Calata', 'Cluj', NULL, 20),
(4490, 14, 'Calatele', 'Cluj', NULL, 20),
(4491, 14, 'Calna', 'Cluj', NULL, 0),
(4492, 14, 'Camarasu', 'Cluj', NULL, 66),
(4493, 14, 'Campenesti', 'Cluj', NULL, 23),
(4494, 14, 'Campia Turzii', 'Cluj', NULL, 0),
(4495, 14, 'Caprioara', 'Cluj', NULL, 38),
(4496, 14, 'Capusu Mare', 'Cluj', NULL, 25),
(4497, 14, 'Capusu Mic', 'Cluj', NULL, 25),
(4498, 14, 'Cara', 'Cluj', NULL, 22),
(4499, 14, 'Caseiu', 'Cluj', NULL, 0),
(4500, 14, 'Casele Micesti', 'Cluj', NULL, 25),
(4501, 14, 'Catalina', 'Cluj', NULL, 42),
(4502, 14, 'Catcau', 'Cluj', NULL, 0),
(4503, 14, 'Catina', 'Cluj', NULL, 42),
(4504, 14, 'Ceaba', 'Cluj', NULL, 20),
(4505, 14, 'Ceanu Mare', 'Cluj', NULL, 20),
(4506, 14, 'Ceanu Mic', 'Cluj', NULL, 23),
(4507, 14, 'Cerbesti', 'Cluj', NULL, 0),
(4508, 14, 'Cerc', 'Cluj', NULL, 68),
(4509, 14, 'Cetan', 'Cluj', NULL, 0),
(4510, 14, 'Cheia', 'Cluj', NULL, 20),
(4511, 14, 'Chesau', 'Cluj', NULL, 50),
(4512, 14, 'Chidea', 'Cluj', NULL, 50),
(4513, 14, 'Chinteni', 'Cluj', NULL, 0),
(4514, 14, 'Chiris', 'Cluj', NULL, 45),
(4515, 14, 'Chiuiesti', 'Cluj', NULL, 30),
(4516, 14, 'Ciubanca', 'Cluj', NULL, 33),
(4517, 14, 'Ciubancuta', 'Cluj', NULL, 30),
(4518, 14, 'Ciucea', 'Cluj', NULL, 25),
(4519, 14, 'Ciuleni', 'Cluj', NULL, 35),
(4520, 14, 'Ciumafaia', 'Cluj', NULL, 56),
(4521, 14, 'Ciurgau', 'Cluj', NULL, 0),
(4522, 14, 'Ciurila', 'Cluj', NULL, 0),
(4523, 14, 'Clapa ', 'Cluj', NULL, 0),
(4524, 14, 'Cluj-Napoca', 'Cluj', NULL, 0),
(4525, 14, 'Coasta', 'Cluj', NULL, 43),
(4526, 14, 'Codor', 'Cluj', NULL, 0),
(4527, 14, 'Cojocna', 'Cluj', NULL, 25),
(4528, 14, 'Colonia', 'Cluj', NULL, 0),
(4529, 14, 'Comorata', 'Cluj', NULL, 25),
(4530, 14, 'Comsesti', 'Cluj', NULL, 28),
(4531, 14, 'Copaceni', 'Cluj', NULL, 0),
(4532, 14, 'Coplean', 'Cluj', NULL, 0),
(4533, 14, 'Copru', 'Cluj', NULL, 44),
(4534, 14, 'Corneni', 'Cluj', NULL, 30),
(4535, 14, 'Cornesti', 'Cluj', NULL, 47),
(4536, 14, 'Cornesti (Garbau)', 'Cluj', NULL, 48),
(4537, 14, 'Cornesti (Mihai Viteazu)', 'Cluj', NULL, 20),
(4538, 14, 'Corpadea', 'Cluj', NULL, 25),
(4539, 14, 'Corusu', 'Cluj', NULL, 20),
(4540, 14, 'Craesti', 'Cluj', NULL, 35),
(4541, 14, 'Crairat', 'Cluj', NULL, 0),
(4542, 14, 'Cremenea', 'Cluj', NULL, 0),
(4543, 14, 'Criseni', 'Cluj', NULL, 33),
(4544, 14, 'Cristorel', 'Cluj', NULL, 23),
(4545, 14, 'Cublesu Somesan', 'Cluj', NULL, 50),
(4546, 14, 'Curtuiusu Dejului', 'Cluj', NULL, 0),
(4547, 14, 'Custura', 'Cluj', NULL, 0),
(4548, 14, 'Cutca', 'Cluj', NULL, 38),
(4549, 14, 'Cuzdrioara', 'Cluj', NULL, 0),
(4550, 14, 'Dabaca', 'Cluj', NULL, 42),
(4551, 14, 'Dambu Mare', 'Cluj', NULL, 0),
(4552, 14, 'Damburile', 'Cluj', NULL, 75),
(4553, 14, 'Dancu', 'Cluj', NULL, 38),
(4554, 14, 'Dangau Mare', 'Cluj', NULL, 45),
(4555, 14, 'Dangau Mic', 'Cluj', NULL, 40),
(4556, 14, 'Darja', 'Cluj', NULL, 40),
(4557, 14, 'Darot', 'Cluj', NULL, 20),
(4558, 14, 'Dealu Botii', 'Cluj', NULL, 76),
(4559, 14, 'Dealu Mare', 'Cluj', NULL, 55),
(4560, 14, 'Dealu Negru', 'Cluj', NULL, 30),
(4561, 14, 'Dej', 'Cluj', NULL, 0),
(4562, 14, 'Deleni', 'Cluj', NULL, 28),
(4563, 14, 'Deusu', 'Cluj', NULL, 22),
(4564, 14, 'Dezmir', 'Cluj', NULL, 0),
(4565, 14, 'Diviciorii Mari', 'Cluj', NULL, 30),
(4566, 14, 'Diviciorii Mici', 'Cluj', NULL, 35),
(4567, 14, 'Domosu', 'Cluj', NULL, 0),
(4568, 14, 'Dorna', 'Cluj', NULL, 40),
(4569, 14, 'Doroltu', 'Cluj', NULL, 30),
(4570, 14, 'Dosu Bricii', 'Cluj', NULL, 25),
(4571, 14, 'Dosu Napului', 'Cluj', NULL, 24),
(4572, 14, 'Dretea', 'Cluj', NULL, 25),
(4573, 14, 'Dumbrava', 'Cluj', NULL, 25),
(4574, 14, 'Elciu', 'Cluj', NULL, 46),
(4575, 14, 'Escu', 'Cluj', NULL, 0),
(4576, 14, 'Fagetu Ierii', 'Cluj', NULL, 55),
(4577, 14, 'Falca', 'Cluj', NULL, 47),
(4578, 14, 'Fanate', 'Cluj', NULL, 20),
(4579, 14, 'Faureni', 'Cluj', NULL, 48),
(4580, 14, 'Feiurdeni', 'Cluj', NULL, 23),
(4581, 14, 'Feldioara', 'Cluj', NULL, 45),
(4582, 14, 'Feleacu', 'Cluj', NULL, 0),
(4583, 14, 'Filea de Jos', 'Cluj', NULL, 40),
(4584, 14, 'Filea de Sus', 'Cluj', NULL, 40),
(4585, 14, 'Finciu', 'Cluj', NULL, 32),
(4586, 14, 'Finisel ', 'Cluj', NULL, 18),
(4587, 14, 'Fizesu Gherlii', 'Cluj', NULL, 0),
(4588, 14, 'Floresti', 'Cluj', NULL, 0),
(4589, 14, 'Fodora', 'Cluj', NULL, 58),
(4590, 14, 'Frasinet', 'Cluj', NULL, 36),
(4591, 14, 'Frata', 'Cluj', NULL, 27),
(4592, 14, 'Fundatura', 'Cluj', NULL, 30),
(4593, 14, 'Gadalin', 'Cluj', NULL, 42),
(4594, 14, 'Garbau', 'Cluj', NULL, 25),
(4595, 14, 'Garbau Dejului', 'Cluj', NULL, 0),
(4596, 14, 'Geaca', 'Cluj', NULL, 41),
(4597, 14, 'Gheorghieni', 'Cluj', NULL, 0),
(4598, 14, 'Gherla', 'Cluj', NULL, 0),
(4599, 14, 'Ghirisu Roman', 'Cluj', NULL, 42),
(4600, 14, 'Ghirolt', 'Cluj', NULL, 35),
(4601, 14, 'Gilau', 'Cluj', NULL, 0),
(4602, 14, 'Giula', 'Cluj', NULL, 56),
(4603, 14, 'Giurcuta de Jos', 'Cluj', NULL, 130),
(4604, 14, 'Giurcuta de Sus', 'Cluj', NULL, 110),
(4605, 14, 'Gligoresti', 'Cluj', NULL, 0),
(4606, 14, 'Guga', 'Cluj', NULL, 0),
(4607, 14, 'Hagau', 'Cluj', NULL, 54),
(4608, 14, 'Hasdate (Gherla)', 'Cluj', NULL, 0),
(4609, 14, 'Hasdate (Savadisla)', 'Cluj', NULL, 0),
(4610, 14, 'Hodai-Boian', 'Cluj', NULL, 23),
(4611, 14, 'Hodaie', 'Cluj', NULL, 70),
(4612, 14, 'Hodisu', 'Cluj', NULL, 0),
(4613, 14, 'Horlacea', 'Cluj', NULL, 0),
(4614, 14, 'Huci', 'Cluj', NULL, 27),
(4615, 14, 'Huedin', 'Cluj', NULL, 0),
(4616, 14, 'Huta', 'Cluj', NULL, 32),
(4617, 14, 'Iacobeni', 'Cluj', NULL, 35),
(4618, 14, 'Iara', 'Cluj', NULL, 50),
(4619, 14, 'Iclod', 'Cluj', NULL, 30),
(4620, 14, 'Iclozel', 'Cluj', NULL, 32),
(4621, 14, 'Igritia', 'Cluj', NULL, 32),
(4622, 14, 'Inucu', 'Cluj', NULL, 35),
(4623, 14, 'Iuriu de Campie', 'Cluj', NULL, 55),
(4624, 14, 'Izvoru Crisului', 'Cluj', NULL, 0),
(4625, 14, 'Jichisu de Jos', 'Cluj', NULL, 0),
(4626, 14, 'Jichisu de Sus', 'Cluj', NULL, 0),
(4627, 14, 'Juc-Herghelie', 'Cluj', NULL, 30),
(4628, 14, 'Jucu', 'Cluj', NULL, 30),
(4629, 14, 'Jucu de Mijloc', 'Cluj', NULL, 30),
(4630, 14, 'Jucu de Sus', 'Cluj', NULL, 30),
(4631, 14, 'Jurca', 'Cluj', NULL, 0),
(4632, 14, 'Lacu', 'Cluj', NULL, 38),
(4633, 14, 'Lapustesti', 'Cluj', NULL, 56),
(4634, 14, 'Leghia', 'Cluj', NULL, 20),
(4635, 14, 'Legii', 'Cluj', NULL, 70),
(4636, 14, 'Leurda', 'Cluj', NULL, 23),
(4637, 14, 'Lita', 'Cluj', NULL, 20),
(4638, 14, 'Liteni', 'Cluj', NULL, 23),
(4639, 14, 'Livada (Iclod)', 'Cluj', NULL, 30),
(4640, 14, 'Livada (Petrestii de Jos)', 'Cluj', NULL, 27),
(4641, 14, 'Lobodas', 'Cluj', NULL, 35),
(4642, 14, 'Lujerdiu', 'Cluj', NULL, 48),
(4643, 14, 'Luna', 'Cluj', NULL, 0),
(4644, 14, 'Luna de jos', 'Cluj', NULL, 45),
(4645, 14, 'Luna de Sus', 'Cluj', NULL, 0),
(4646, 14, 'Lunca Bontului', 'Cluj', NULL, 50),
(4647, 14, 'Lunca Visagului', 'Cluj', NULL, 42),
(4648, 14, 'Luncani', 'Cluj', NULL, 0),
(4649, 14, 'Lungesti', 'Cluj', NULL, 40),
(4650, 14, 'Macau', 'Cluj', NULL, 25),
(4651, 14, 'Macicasu', 'Cluj', NULL, 40),
(4652, 14, 'Magoaja', 'Cluj', NULL, 25),
(4653, 14, 'Magura Ierii', 'Cluj', NULL, 39),
(4654, 14, 'Maguri', 'Cluj', NULL, 46),
(4655, 14, 'Maguri-Racatau', 'Cluj', NULL, 32),
(4656, 14, 'Mahal', 'Cluj', NULL, 33),
(4657, 14, 'Maia', 'Cluj', NULL, 0),
(4658, 14, 'Manastirea', 'Cluj', NULL, 0),
(4659, 14, 'Manastireni', 'Cluj', NULL, 30),
(4660, 14, 'Manasturel', 'Cluj', NULL, 0),
(4661, 14, 'Manasturu Romanesc', 'Cluj', NULL, 30),
(4662, 14, 'Marcesti', 'Cluj', NULL, 50),
(4663, 14, 'Margau', 'Cluj', NULL, 37),
(4664, 14, 'Marisel', 'Cluj', NULL, 65),
(4665, 14, 'Martinesti', 'Cluj', NULL, 0),
(4666, 14, 'Masca', 'Cluj', NULL, 50),
(4667, 14, 'Mera', 'Cluj', NULL, 33),
(4668, 14, 'Mica', 'Cluj', NULL, 0),
(4669, 14, 'Micesti', 'Cluj', NULL, 30),
(4670, 14, 'Mihai Viteazu', 'Cluj', NULL, 0),
(4671, 14, 'Mihaiesti', 'Cluj', NULL, 48),
(4672, 14, 'Mintiu Gherlii', 'Cluj', NULL, 0),
(4673, 14, 'Moara de Padure', 'Cluj', NULL, 32),
(4674, 14, 'Mociu', 'Cluj', NULL, 40),
(4675, 14, 'Moldovenesti', 'Cluj', NULL, 25),
(4676, 14, 'Morau', 'Cluj', NULL, 40),
(4677, 14, 'Moristi', 'Cluj', NULL, 0),
(4678, 14, 'Morlaca', 'Cluj', NULL, 20),
(4679, 14, 'Mortesti', 'Cluj', NULL, 0),
(4680, 14, 'Muncel', 'Cluj', NULL, 21),
(4681, 14, 'Muntele Baisorii', 'Cluj', NULL, 39),
(4682, 14, 'Muntele Bocului', 'Cluj', NULL, 43),
(4683, 14, 'Muntele Cacovei', 'Cluj', NULL, 44),
(4684, 14, 'Muntele Filii', 'Cluj', NULL, 49),
(4685, 14, 'Muntele Rece', 'Cluj', NULL, 27),
(4686, 14, 'Muntele Sacelului', 'Cluj', NULL, 37),
(4687, 14, 'Muresenii de Campie', 'Cluj', NULL, 47),
(4688, 14, 'Nadaselu', 'Cluj', NULL, 30),
(4689, 14, 'Nadasu', 'Cluj', NULL, 20),
(4690, 14, 'Naoiu', 'Cluj', NULL, 60),
(4691, 14, 'Nasal', 'Cluj', NULL, 46),
(4692, 14, 'Nearsova', 'Cluj', NULL, 0),
(4693, 14, 'Negreni', 'Cluj', NULL, 35),
(4694, 14, 'Nicula', 'Cluj', NULL, 0),
(4695, 14, 'Nima', 'Cluj', NULL, 0),
(4696, 14, 'Nires', 'Cluj', NULL, 0),
(4697, 14, 'Oas', 'Cluj', NULL, 25),
(4698, 14, 'Ocna Dejului', 'Cluj', NULL, 0),
(4699, 14, 'Ocolisel', 'Cluj', NULL, 40),
(4700, 14, 'Olariu', 'Cluj', NULL, 0),
(4701, 14, 'Orman', 'Cluj', NULL, 38),
(4702, 14, 'Osoi', 'Cluj', NULL, 45),
(4703, 14, 'Osorhel', 'Cluj', NULL, 27),
(4704, 14, 'Padurea Iacobeni', 'Cluj', NULL, 0),
(4705, 14, 'Padureni (Chinteni)', 'Cluj', NULL, 0),
(4706, 14, 'Padureni (Ciurila)', 'Cluj', NULL, 0),
(4707, 14, 'Padurenii (Mintiu Gherlii)', 'Cluj', NULL, 20),
(4708, 14, 'Padurenii (Tritenii de Jos)', 'Cluj', NULL, 25),
(4709, 14, 'Paglisa', 'Cluj', NULL, 48),
(4710, 14, 'Palatca', 'Cluj', NULL, 45),
(4711, 14, 'Paniceni', 'Cluj', NULL, 25),
(4712, 14, 'Panticeu', 'Cluj', NULL, 42),
(4713, 14, 'Pata', 'Cluj', NULL, 0),
(4714, 14, 'Pestera', 'Cluj', NULL, 0),
(4715, 14, 'Petea', 'Cluj', NULL, 48),
(4716, 14, 'Petresti', 'Cluj', NULL, 23),
(4717, 14, 'Petrestii de jos', 'Cluj', NULL, 27),
(4718, 14, 'Petrestii de Mijloc', 'Cluj', NULL, 27),
(4719, 14, 'Petrestii de Sus', 'Cluj', NULL, 31),
(4720, 14, 'Pietroasa', 'Cluj', NULL, 30),
(4721, 14, 'Pintic', 'Cluj', NULL, 0),
(4722, 14, 'Plaiesti', 'Cluj', NULL, 30),
(4723, 14, 'Plaiuri', 'Cluj', NULL, 35),
(4724, 14, 'Plopi', 'Cluj', NULL, 30),
(4725, 14, 'Ploscos', 'Cluj', NULL, 29),
(4726, 14, 'Podeni', 'Cluj', NULL, 35);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(4727, 14, 'Poiana Fratii', 'Cluj', NULL, 0),
(4728, 14, 'Poiana Horea', 'Cluj', NULL, 68),
(4729, 14, 'Poieni', 'Cluj', NULL, 20),
(4730, 14, 'Popesti', 'Cluj', NULL, 0),
(4731, 14, 'Prelucele', 'Cluj', NULL, 35),
(4732, 14, 'Pruneni', 'Cluj', NULL, 35),
(4733, 14, 'Pruni', 'Cluj', NULL, 20),
(4734, 14, 'Prunis', 'Cluj', NULL, 0),
(4735, 14, 'Puini', 'Cluj', NULL, 42),
(4736, 14, 'Pustuta', 'Cluj', NULL, 30),
(4737, 14, 'Rachitele', 'Cluj', NULL, 38),
(4738, 14, 'Radaia', 'Cluj', NULL, 20),
(4739, 14, 'Rascruci', 'Cluj', NULL, 45),
(4740, 14, 'Razbuneni', 'Cluj', NULL, 20),
(4741, 14, 'Razoare (Cluj)', 'Cluj', NULL, 60),
(4742, 14, 'Recea-Cristur', 'Cluj', NULL, 40),
(4743, 14, 'Rediu', 'Cluj', NULL, 0),
(4744, 14, 'Risca', 'Cluj', NULL, 45),
(4745, 14, 'Rogojel', 'Cluj', NULL, 47),
(4746, 14, 'Rosieni', 'Cluj', NULL, 55),
(4747, 14, 'Rotunda', 'Cluj', NULL, 40),
(4748, 14, 'Rugasesti', 'Cluj', NULL, 0),
(4749, 14, 'Sacalaia', 'Cluj', NULL, 30),
(4750, 14, 'Sacel', 'Cluj', NULL, 26),
(4751, 14, 'Sacuieu', 'Cluj', NULL, 30),
(4752, 14, 'Salatiu', 'Cluj', NULL, 0),
(4753, 14, 'Salatruc', 'Cluj', NULL, 0),
(4754, 14, 'Salicea', 'Cluj', NULL, 0),
(4755, 14, 'Salisca', 'Cluj', NULL, 20),
(4756, 14, 'Saliste', 'Cluj', NULL, 25),
(4757, 14, 'Salistea Noua', 'Cluj', NULL, 22),
(4758, 14, 'Salistea Veche', 'Cluj', NULL, 25),
(4759, 14, 'Samboieni', 'Cluj', NULL, 25),
(4760, 14, 'Samboleni', 'Cluj', NULL, 50),
(4761, 14, 'Sancraiu', 'Cluj', NULL, 0),
(4762, 14, 'Sandulesti', 'Cluj', NULL, 0),
(4763, 14, 'Sanmarghita', 'Cluj', NULL, 0),
(4764, 14, 'Sanmartin', 'Cluj', NULL, 40),
(4765, 14, 'Sanmartin (Chinteni)', 'Cluj', NULL, 0),
(4766, 14, 'Sannicoara', 'Cluj', NULL, 0),
(4767, 14, 'Sanpaul', 'Cluj', NULL, 38),
(4768, 14, 'Santejude', 'Cluj', NULL, 40),
(4769, 14, 'Santejude-Vale', 'Cluj', NULL, 30),
(4770, 14, 'Santioana', 'Cluj', NULL, 30),
(4771, 14, 'Saradis', 'Cluj', NULL, 0),
(4772, 14, 'Sarata', 'Cluj', NULL, 48),
(4773, 14, 'Sardu', 'Cluj', NULL, 40),
(4774, 14, 'Satu Lung', 'Cluj', NULL, 45),
(4775, 14, 'Saula', 'Cluj', NULL, 0),
(4776, 14, 'Sava', 'Cluj', NULL, 50),
(4777, 14, 'Savadisla', 'Cluj', NULL, 0),
(4778, 14, 'Scrind-Frasinet', 'Cluj', NULL, 38),
(4779, 14, 'Sic', 'Cluj', NULL, 35),
(4780, 14, 'Sicfa', 'Cluj', NULL, 0),
(4781, 14, 'Sigau', 'Cluj', NULL, 22),
(4782, 14, 'Silivas', 'Cluj', NULL, 21),
(4783, 14, 'Smida', 'Cluj', NULL, 88),
(4784, 14, 'Soimeni', 'Cluj', NULL, 60),
(4785, 14, 'Somcutu Mic', 'Cluj', NULL, 0),
(4786, 14, 'Somesu Cald', 'Cluj', NULL, 15),
(4787, 14, 'Somesu Rece', 'Cluj', NULL, 13),
(4788, 14, 'Soporu de Campie', 'Cluj', NULL, 20),
(4789, 14, 'Starcu', 'Cluj', NULL, 31),
(4790, 14, 'Stejeris', 'Cluj', NULL, 35),
(4791, 14, 'Stoiana', 'Cluj', NULL, 42),
(4792, 14, 'Stolna', 'Cluj', NULL, 11),
(4793, 14, 'Straja (Capusu Mare)', 'Cluj', NULL, 35),
(4794, 14, 'Straja (Cojocna)', 'Cluj', NULL, 45),
(4795, 14, 'Strambu', 'Cluj', NULL, 36),
(4796, 14, 'Strucut', 'Cluj', NULL, 24),
(4797, 14, 'Suaras', 'Cluj', NULL, 0),
(4798, 14, 'Suatu', 'Cluj', NULL, 35),
(4799, 14, 'Sub Coasta', 'Cluj', NULL, 0),
(4800, 14, 'Suceagu', 'Cluj', NULL, 0),
(4801, 14, 'Sucutard', 'Cluj', NULL, 40),
(4802, 14, 'Sumurducu', 'Cluj', NULL, 49),
(4803, 14, 'Surduc', 'Cluj', NULL, 45),
(4804, 14, 'Sutu', 'Cluj', NULL, 67),
(4805, 14, 'Taga', 'Cluj', NULL, 35),
(4806, 14, 'Targusor', 'Cluj', NULL, 30),
(4807, 14, 'Tarnita', 'Cluj', NULL, 21),
(4808, 14, 'Tarpiu', 'Cluj', NULL, 0),
(4809, 14, 'Tauseni', 'Cluj', NULL, 60),
(4810, 14, 'Tauti', 'Cluj', NULL, 0),
(4811, 14, 'Ticu', 'Cluj', NULL, 30),
(4812, 14, 'Ticu-Colonie', 'Cluj', NULL, 32),
(4813, 14, 'Tiocu de Jos', 'Cluj', NULL, 40),
(4814, 14, 'Tiocu de Sus', 'Cluj', NULL, 42),
(4815, 14, 'Tioltiur', 'Cluj', NULL, 40),
(4816, 14, 'Topa Mica', 'Cluj', NULL, 52),
(4817, 14, 'Tranisu', 'Cluj', NULL, 40),
(4818, 14, 'Tritenii de Jos', 'Cluj', NULL, 25),
(4819, 14, 'Tritenii de Sus', 'Cluj', NULL, 20),
(4820, 14, 'Tritenii-Hotar', 'Cluj', NULL, 25),
(4821, 14, 'Turda', 'Cluj', NULL, 0),
(4822, 14, 'Turea', 'Cluj', NULL, 36),
(4823, 14, 'Tureni', 'Cluj', NULL, 0),
(4824, 14, 'Turmasi', 'Cluj', NULL, 46),
(4825, 14, 'Unguras', 'Cluj', NULL, 0),
(4826, 14, 'Urca', 'Cluj', NULL, 0),
(4827, 14, 'Urisor', 'Cluj', NULL, 0),
(4828, 14, 'Vad', 'Cluj', NULL, 0),
(4829, 14, 'Vaida-Camaras', 'Cluj', NULL, 35),
(4830, 14, 'Valcele', 'Cluj', NULL, 0),
(4831, 14, 'Valcelele', 'Cluj', NULL, 30),
(4832, 14, 'Vale', 'Cluj', NULL, 35),
(4833, 14, 'Valea Agrisului', 'Cluj', NULL, 65),
(4834, 14, 'Valea Calda', 'Cluj', NULL, 0),
(4835, 14, 'Valea Caseielului', 'Cluj', NULL, 37),
(4836, 14, 'Valea Ciresoii', 'Cluj', NULL, 20),
(4837, 14, 'Valea Draganului', 'Cluj', NULL, 30),
(4838, 14, 'Valea Florilor', 'Cluj', NULL, 0),
(4839, 14, 'Valea Garboului', 'Cluj', NULL, 0),
(4840, 14, 'Valea Grosilor', 'Cluj', NULL, 25),
(4841, 14, 'Valea Ierii', 'Cluj', NULL, 42),
(4842, 14, 'Valea lui Cati', 'Cluj', NULL, 0),
(4843, 14, 'Valea lui Opris', 'Cluj', NULL, 32),
(4844, 14, 'Valea Luncii', 'Cluj', NULL, 0),
(4845, 14, 'Valea Ungurasului', 'Cluj', NULL, 0),
(4846, 14, 'Valea Vadului', 'Cluj', NULL, 0),
(4847, 14, 'Valeni (Caianu)', 'Cluj', NULL, 65),
(4848, 14, 'Valeni (Calatele)', 'Cluj', NULL, 20),
(4849, 14, 'Valisoara ', 'Cluj', NULL, 17),
(4850, 14, 'Vanatori', 'Cluj', NULL, 30),
(4851, 14, 'Vechea', 'Cluj', NULL, 23),
(4852, 14, 'Viisoara', 'Cluj', NULL, 0),
(4853, 14, 'Visagu', 'Cluj', NULL, 50),
(4854, 14, 'Visea', 'Cluj', NULL, 55),
(4855, 14, 'Vistea', 'Cluj', NULL, 33),
(4856, 14, 'Vlaha', 'Cluj', NULL, 0),
(4857, 14, 'Vultureni', 'Cluj', NULL, 61),
(4858, 14, 'Zorenii de Vale', 'Cluj', NULL, 52),
(4859, 15, '2 Mai', 'Constanta', NULL, 0),
(4860, 15, '23 August', 'Constanta', NULL, 15),
(4861, 15, 'Abrud', 'Constanta', NULL, 55),
(4862, 15, 'Adamclisi', 'Constanta', NULL, 55),
(4863, 15, 'Agigea', 'Constanta', NULL, 0),
(4864, 15, 'Albesti', 'Constanta', NULL, 15),
(4865, 15, 'Aliman', 'Constanta', NULL, 30),
(4866, 15, 'Almalau', 'Constanta', NULL, 85),
(4867, 15, 'Amzacea', 'Constanta', NULL, 50),
(4868, 15, 'Arsa', 'Constanta', NULL, 0),
(4869, 15, 'Aurora', 'Constanta', NULL, 0),
(4870, 15, 'Baltagesti', 'Constanta', NULL, 26),
(4871, 15, 'Baneasa', 'Constanta', NULL, 65),
(4872, 15, 'Baraganu', 'Constanta', NULL, 60),
(4873, 15, 'Biruinta', 'Constanta', NULL, 26),
(4874, 15, 'Brebeni', 'Constanta', NULL, 45),
(4875, 15, 'Bugeac', 'Constanta', NULL, 80),
(4876, 15, 'Calugareni', 'Constanta', NULL, 50),
(4877, 15, 'Canlia', 'Constanta', NULL, 80),
(4878, 15, 'Capidava', 'Constanta', NULL, 25),
(4879, 15, 'Carvan', 'Constanta', NULL, 75),
(4880, 15, 'Cascioarele', 'Constanta', NULL, 50),
(4881, 15, 'Casian', 'Constanta', NULL, 20),
(4882, 15, 'Casicea', 'Constanta', NULL, 45),
(4883, 15, 'Castelu', 'Constanta', NULL, 30),
(4884, 15, 'Cerchezu', 'Constanta', NULL, 45),
(4885, 15, 'Cernavoda', 'Constanta', NULL, 0),
(4886, 15, 'Cetatea', 'Constanta', NULL, 75),
(4887, 15, 'Cheia', 'Constanta', NULL, 65),
(4888, 15, 'Chirnogeni', 'Constanta', NULL, 45),
(4889, 15, 'Ciobanita', 'Constanta', NULL, 56),
(4890, 15, 'Ciobanu', 'Constanta', NULL, 0),
(4891, 15, 'Ciocarlia', 'Constanta', NULL, 45),
(4892, 15, 'Ciocarlia de Sus', 'Constanta', NULL, 45),
(4893, 15, 'Closca', 'Constanta', NULL, 20),
(4894, 15, 'Cobadin', 'Constanta', NULL, 45),
(4895, 15, 'Cochirleni', 'Constanta', NULL, 0),
(4896, 15, 'Cogealac', 'Constanta', NULL, 60),
(4897, 15, 'Comana', 'Constanta', NULL, 45),
(4898, 15, 'Conacu', 'Constanta', NULL, 50),
(4899, 15, 'Constanta', 'Constanta', NULL, 0),
(4900, 15, 'Corbu', 'Constanta', NULL, 35),
(4901, 15, 'Coroana', 'Constanta', NULL, 20),
(4902, 15, 'Coslugea', 'Constanta', NULL, 75),
(4903, 15, 'Costinesti', 'Constanta', NULL, 20),
(4904, 15, 'Cotu Vaii', 'Constanta', NULL, 25),
(4905, 15, 'Crangu', 'Constanta', NULL, 54),
(4906, 15, 'Credinta', 'Constanta', NULL, 55),
(4907, 15, 'Crisan', 'Constanta', NULL, 25),
(4908, 15, 'Crucea', 'Constanta', NULL, 30),
(4909, 15, 'Cuiugiuc', 'Constanta', NULL, 78),
(4910, 15, 'Culmea', 'Constanta', NULL, 35),
(4911, 15, 'Cumpana', 'Constanta', NULL, 0),
(4912, 15, 'Curcani', 'Constanta', NULL, 66),
(4913, 15, 'Cuza Voda', 'Constanta', NULL, 0),
(4914, 15, 'Darabani', 'Constanta', NULL, 35),
(4915, 15, 'Deleni', 'Constanta', NULL, 50),
(4916, 15, 'Dobromir', 'Constanta', NULL, 60),
(4917, 15, 'Dobromiru din Deal', 'Constanta', NULL, 65),
(4918, 15, 'Dorobantu', 'Constanta', NULL, 55),
(4919, 15, 'Dropia', 'Constanta', NULL, 37),
(4920, 15, 'Dulcesti', 'Constanta', NULL, 15),
(4921, 15, 'Dulgheru', 'Constanta', NULL, 30),
(4922, 15, 'Dumbraveni', 'Constanta', NULL, 65),
(4923, 15, 'Dunarea', 'Constanta', NULL, 0),
(4924, 15, 'Dunareni', 'Constanta', NULL, 38),
(4925, 15, 'Eforie', 'Constanta', NULL, 0),
(4926, 15, 'Eforie Nord', 'Constanta', NULL, 0),
(4927, 15, 'Eforie Sud', 'Constanta', NULL, 0),
(4928, 15, 'Esechioi', 'Constanta', NULL, 95),
(4929, 15, 'Faclia', 'Constanta', NULL, 0),
(4930, 15, 'Fantana Mare', 'Constanta', NULL, 65),
(4931, 15, 'Fantanele', 'Constanta', NULL, 70),
(4932, 15, 'Faurei', 'Constanta', NULL, 55),
(4933, 15, 'Floriile', 'Constanta', NULL, 35),
(4934, 15, 'Furnica', 'Constanta', NULL, 65),
(4935, 15, 'Galbiori', 'Constanta', NULL, 35),
(4936, 15, 'Galita', 'Constanta', NULL, 75),
(4937, 15, 'Garliciu', 'Constanta', NULL, 20),
(4938, 15, 'Garlita ', 'Constanta', NULL, 75),
(4939, 15, 'General Scarisoreanu', 'Constanta', NULL, 60),
(4940, 15, 'Gherghina', 'Constanta', NULL, 25),
(4941, 15, 'Ghindaresti', 'Constanta', NULL, 20),
(4942, 15, 'Goruni', 'Constanta', NULL, 70),
(4943, 15, 'Gradina', 'Constanta', NULL, 20),
(4944, 15, 'Graniceru', 'Constanta', NULL, 37),
(4945, 15, 'Gura Dobrogei', 'Constanta', NULL, 56),
(4946, 15, 'Hagieni', 'Constanta', NULL, 15),
(4947, 15, 'Harsova', 'Constanta', NULL, 0),
(4948, 15, 'Hateg', 'Constanta', NULL, 60),
(4949, 15, 'Horia', 'Constanta', NULL, 20),
(4950, 15, 'Independenta', 'Constanta', NULL, 65),
(4951, 15, 'Ion Corvin', 'Constanta', NULL, 40),
(4952, 15, 'Istria', 'Constanta', NULL, 67),
(4953, 15, 'Ivrinezu Mare', 'Constanta', NULL, 35),
(4954, 15, 'Ivrinezu Mic', 'Constanta', NULL, 35),
(4955, 15, 'Izvoarele', 'Constanta', NULL, 80),
(4956, 15, 'Izvoru Mare', 'Constanta', NULL, 35),
(4957, 15, 'Jupiter', 'Constanta', NULL, 0),
(4958, 15, 'Lanurile', 'Constanta', NULL, 61),
(4959, 15, 'Lazu', 'Constanta', NULL, 0),
(4960, 15, 'Lespezi', 'Constanta', NULL, 82),
(4961, 15, 'Limanu', 'Constanta', NULL, 0),
(4962, 15, 'Lipnita', 'Constanta', NULL, 65),
(4963, 15, 'Lumina', 'Constanta', NULL, 0),
(4964, 15, 'Luminita', 'Constanta', NULL, 0),
(4965, 15, 'Magura', 'Constanta', NULL, 35),
(4966, 15, 'Mamaia', 'Constanta', NULL, 0),
(4967, 15, 'Mamaia-Sat', 'Constanta', NULL, 0),
(4968, 15, 'Mangalia', 'Constanta', NULL, 0),
(4969, 15, 'Medgidia', 'Constanta', NULL, 0),
(4970, 15, 'Mereni', 'Constanta', NULL, 50),
(4971, 15, 'Mihai Viteazu', 'Constanta', NULL, 60),
(4972, 15, 'Mihail Kogalniceanu', 'Constanta', NULL, 30),
(4973, 15, 'Miorita', 'Constanta', NULL, 15),
(4974, 15, 'Mircea Voda', 'Constanta', NULL, 0),
(4975, 15, 'Mireasa', 'Constanta', NULL, 30),
(4976, 15, 'Miristea', 'Constanta', NULL, 25),
(4977, 15, 'Mosneni', 'Constanta', NULL, 20),
(4978, 15, 'Movila Verde', 'Constanta', NULL, 55),
(4979, 15, 'Movilita', 'Constanta', NULL, 20),
(4980, 15, 'Murfatlar', 'Constanta', NULL, 25),
(4981, 15, 'Navodari', 'Constanta', NULL, 0),
(4982, 15, 'Navodari Tabara', 'Constanta', NULL, 0),
(4983, 15, 'Nazarcea', 'Constanta', NULL, 26),
(4984, 15, 'Negresti', 'Constanta', NULL, 65),
(4985, 15, 'Negru Voda', 'Constanta', NULL, 35),
(4986, 15, 'Negureni', 'Constanta', NULL, 45),
(4987, 15, 'Neptun', 'Constanta', NULL, 0),
(4988, 15, 'Nicolae Balcescu', 'Constanta', NULL, 35),
(4989, 15, 'Nisipari', 'Constanta', NULL, 26),
(4990, 15, 'Nistoresti', 'Constanta', NULL, 45),
(4991, 15, 'Nuntasi', 'Constanta', NULL, 65),
(4992, 15, 'Oituz', 'Constanta', NULL, 30),
(4993, 15, 'Olimp', 'Constanta', NULL, 0),
(4994, 15, 'Olteni', 'Constanta', NULL, 55),
(4995, 15, 'Oltina', 'Constanta', NULL, 82),
(4996, 15, 'Osmancea', 'Constanta', NULL, 57),
(4997, 15, 'Ostrov', 'Constanta', NULL, 80),
(4998, 15, 'Ovidiu', 'Constanta', NULL, 0),
(4999, 15, 'Padureni', 'Constanta', NULL, 70),
(5000, 15, 'Palazu Mare', 'Constanta', NULL, 0),
(5001, 15, 'Palazu Mic', 'Constanta', NULL, 35),
(5002, 15, 'Pantelimon', 'Constanta', NULL, 40),
(5003, 15, 'Pantelimon de Jos', 'Constanta', NULL, 60),
(5004, 15, 'Pecineaga', 'Constanta', NULL, 20),
(5005, 15, 'Pelinu', 'Constanta', NULL, 20),
(5006, 15, 'Pestera', 'Constanta', NULL, 30),
(5007, 15, 'Petrosani', 'Constanta', NULL, 61),
(5008, 15, 'Piatra', 'Constanta', NULL, 45),
(5009, 15, 'Pietreni', 'Constanta', NULL, 52),
(5010, 15, 'Plopeni', 'Constanta', NULL, 50),
(5011, 15, 'Poarta Alba', 'Constanta', NULL, 25),
(5012, 15, 'Poiana', 'Constanta', NULL, 20),
(5013, 15, 'Potarnichea', 'Constanta', NULL, 30),
(5014, 15, 'Ramnicu de Jos', 'Constanta', NULL, 75),
(5015, 15, 'Ramnicu de Sus', 'Constanta', NULL, 25),
(5016, 15, 'Raristea', 'Constanta', NULL, 45),
(5017, 15, 'Rasova', 'Constanta', NULL, 25),
(5018, 15, 'Razoarele', 'Constanta', NULL, 70),
(5019, 15, 'Remus Opreanu', 'Constanta', NULL, 30),
(5020, 15, 'Runcu', 'Constanta', NULL, 40),
(5021, 15, 'Sacele', 'Constanta', NULL, 40),
(5022, 15, 'Saligny', 'Constanta', NULL, 0),
(5023, 15, 'Sanatoriul Agigea', 'Constanta', NULL, 0),
(5024, 15, 'Saraiu', 'Constanta', NULL, 20),
(5025, 15, 'Satu Nou (Mircea Voda)', 'Constanta', NULL, 0),
(5026, 15, 'Satu Nou (Oltina)', 'Constanta', NULL, 70),
(5027, 15, 'Saturn', 'Constanta', NULL, 0),
(5028, 15, 'Schitu', 'Constanta', NULL, 20),
(5029, 15, 'Seimeni', 'Constanta', NULL, 0),
(5030, 15, 'Seimenii Mici', 'Constanta', NULL, 0),
(5031, 15, 'Sibioara', 'Constanta', NULL, 25),
(5032, 15, 'Silistea', 'Constanta', NULL, 0),
(5033, 15, 'Siminoc', 'Constanta', NULL, 0),
(5034, 15, 'Sinoie', 'Constanta', NULL, 75),
(5035, 15, 'Sipotele', 'Constanta', NULL, 57),
(5036, 15, 'Siriu', 'Constanta', NULL, 30),
(5037, 15, 'Statiunea Zoologica Marina Agigea', 'Constanta', NULL, 0),
(5038, 15, 'Stefan cel Mare', 'Constanta', NULL, 0),
(5039, 15, 'Stejaru', 'Constanta', NULL, 24),
(5040, 15, 'Straja', 'Constanta', NULL, 60),
(5041, 15, 'Strunga', 'Constanta', NULL, 65),
(5042, 15, 'Stupina', 'Constanta', NULL, 25),
(5043, 15, 'Targusor', 'Constanta', NULL, 45),
(5044, 15, 'Tariverde', 'Constanta', NULL, 60),
(5045, 15, 'Tataru', 'Constanta', NULL, 50),
(5046, 15, 'Techirghiol', 'Constanta', NULL, 28),
(5047, 15, 'Tepes Voda', 'Constanta', NULL, 27),
(5048, 15, 'Tibrinu', 'Constanta', NULL, 27),
(5049, 15, 'Tichilesti', 'Constanta', NULL, 20),
(5050, 15, 'Topalu', 'Constanta', NULL, 25),
(5051, 15, 'Topraisar', 'Constanta', NULL, 21),
(5052, 15, 'Tortoman', 'Constanta', NULL, 25),
(5053, 15, 'Traian', 'Constanta', NULL, 20),
(5054, 15, 'Tudor Vladimirescu', 'Constanta', NULL, 63),
(5055, 15, 'Tufani', 'Constanta', NULL, 68),
(5056, 15, 'Tuzla', 'Constanta', NULL, 25),
(5057, 15, 'Urluia', 'Constanta', NULL, 50),
(5058, 15, 'Vadu ', 'Constanta', NULL, 35),
(5059, 15, 'Vadu Oii', 'Constanta', NULL, 0),
(5060, 15, 'Valcelele', 'Constanta', NULL, 35),
(5061, 15, 'Valea Dacilor', 'Constanta', NULL, 0),
(5062, 15, 'Valeni', 'Constanta', NULL, 80),
(5063, 15, 'Valu lui Traian', 'Constanta', NULL, 0),
(5064, 15, 'Vama Veche', 'Constanta', NULL, 0),
(5065, 15, 'Vanatori', 'Constanta', NULL, 25),
(5066, 15, 'Vartop', 'Constanta', NULL, 25),
(5067, 15, 'Venus', 'Constanta', NULL, 0),
(5068, 15, 'Veteranu', 'Constanta', NULL, 46),
(5069, 15, 'Viile', 'Constanta', NULL, 58),
(5070, 15, 'Viisoara', 'Constanta', NULL, 40),
(5071, 15, 'Viroaga', 'Constanta', NULL, 50),
(5072, 15, 'Vlahii', 'Constanta', NULL, 30),
(5073, 15, 'Vulturu', 'Constanta', NULL, 35),
(5074, 15, 'Zorile', 'Constanta', NULL, 57),
(5075, 16, 'Aita Mare', 'Covasna', NULL, 28),
(5076, 16, 'Aita Medie', 'Covasna', NULL, 30),
(5077, 16, 'Aita Seaca', 'Covasna', NULL, 48),
(5078, 16, 'Albis', 'Covasna', NULL, 0),
(5079, 16, 'Alungeni', 'Covasna', NULL, 0),
(5080, 16, 'Anghelus', 'Covasna', NULL, 12),
(5081, 16, 'Aninoasa', 'Covasna', NULL, 22),
(5082, 16, 'Araci', 'Covasna', NULL, 0),
(5083, 16, 'Arcus', 'Covasna', NULL, 0),
(5084, 16, 'Ariusd', 'Covasna', NULL, 20),
(5085, 16, 'Bacel', 'Covasna', NULL, 15),
(5086, 16, 'Baile Balvanyos', 'Covasna', NULL, 20),
(5087, 16, 'Baraolt', 'Covasna', NULL, 45),
(5088, 16, 'Barcani', 'Covasna', NULL, 40),
(5089, 16, 'Batani', 'Covasna', NULL, 46),
(5090, 16, 'Batanii Mari', 'Covasna', NULL, 40),
(5091, 16, 'Batanii Mici', 'Covasna', NULL, 45),
(5092, 16, 'Belani', 'Covasna', NULL, 15),
(5093, 16, 'Belin', 'Covasna', NULL, 35),
(5094, 16, 'Belin-Vale', 'Covasna', NULL, 40),
(5095, 16, 'Biborteni', 'Covasna', NULL, 40),
(5096, 16, 'Bicfalau', 'Covasna', NULL, 15),
(5097, 16, 'Bita', 'Covasna', NULL, 20),
(5098, 16, 'Bixad', 'Covasna', NULL, 35),
(5099, 16, 'Bodoc', 'Covasna', NULL, 0),
(5100, 16, 'Bodos', 'Covasna', NULL, 45),
(5101, 16, 'Borosneu Mare', 'Covasna', NULL, 20),
(5102, 16, 'Borosneu Mic', 'Covasna', NULL, 27),
(5103, 16, 'Bradet', 'Covasna', NULL, 40),
(5104, 16, 'Bradut', 'Covasna', NULL, 55),
(5105, 16, 'Brates', 'Covasna', NULL, 29),
(5106, 16, 'Bretcu', 'Covasna', NULL, 15),
(5107, 16, 'Calnic', 'Covasna', NULL, 20),
(5108, 16, 'Capeni', 'Covasna', NULL, 50),
(5109, 16, 'Carpinenii', 'Covasna', NULL, 53),
(5110, 16, 'Casinu Mic', 'Covasna', NULL, 0),
(5111, 16, 'Catalina', 'Covasna', NULL, 0),
(5112, 16, 'Cernat', 'Covasna', NULL, 0),
(5113, 16, 'Chichis', 'Covasna', NULL, 0),
(5114, 16, 'Chilieni', 'Covasna', NULL, 0),
(5115, 16, 'Chiurus', 'Covasna', NULL, 22),
(5116, 16, 'Comandau', 'Covasna', NULL, 40),
(5117, 16, 'Coseni', 'Covasna', NULL, 0),
(5118, 16, 'Covasna', 'Covasna', NULL, 20),
(5119, 16, 'Crasna', 'Covasna', NULL, 55),
(5120, 16, 'Dalnic', 'Covasna', NULL, 20),
(5121, 16, 'Dobarlau', 'Covasna', NULL, 20),
(5122, 16, 'Dobolii De Jos', 'Covasna', NULL, 15),
(5123, 16, 'Dobolii de Sus', 'Covasna', NULL, 25),
(5124, 16, 'Doboseni', 'Covasna', NULL, 40),
(5125, 16, 'Estelnic', 'Covasna', NULL, 15),
(5126, 16, 'Filia', 'Covasna', NULL, 55),
(5127, 16, 'Floroaia', 'Covasna', NULL, 45),
(5128, 16, 'Fotos', 'Covasna', NULL, 15),
(5129, 16, 'Ghelinta', 'Covasna', NULL, 15),
(5130, 16, 'Ghidfalau', 'Covasna', NULL, 15),
(5131, 16, 'Haghig', 'Covasna', NULL, 25),
(5132, 16, 'Harale', 'Covasna', NULL, 15),
(5133, 16, 'Hatuica', 'Covasna', NULL, 12),
(5134, 16, 'Herculian', 'Covasna', NULL, 50),
(5135, 16, 'Hetea', 'Covasna', NULL, 17),
(5136, 16, 'Hilib', 'Covasna', NULL, 15),
(5137, 16, 'Iaras', 'Covasna', NULL, 25),
(5138, 16, 'Icafalau', 'Covasna', NULL, 15),
(5139, 16, 'Ilieni', 'Covasna', NULL, 0),
(5140, 16, 'Imeni', 'Covasna', NULL, 12),
(5141, 16, 'Intorsura Buzaului', 'Covasna', NULL, 47),
(5142, 16, 'Ladauti', 'Covasna', NULL, 45),
(5143, 16, 'Lemnia', 'Covasna', NULL, 15),
(5144, 16, 'Let', 'Covasna', NULL, 15),
(5145, 16, 'Lisnau', 'Covasna', NULL, 0),
(5146, 16, 'Lisnau-Vale', 'Covasna', NULL, 14),
(5147, 16, 'Lunca Marcusului', 'Covasna', NULL, 20),
(5148, 16, 'Lunca Ozunului', 'Covasna', NULL, 20),
(5149, 16, 'Lunga', 'Covasna', NULL, 0),
(5150, 16, 'Lutoasa', 'Covasna', NULL, 20),
(5151, 16, 'Magherus', 'Covasna', NULL, 25),
(5152, 16, 'Malnas', 'Covasna', NULL, 20),
(5153, 16, 'Malnas-Bai', 'Covasna', NULL, 25),
(5154, 16, 'Marcus', 'Covasna', NULL, 26),
(5155, 16, 'Marcusa', 'Covasna', NULL, 15),
(5156, 16, 'Martanus', 'Covasna', NULL, 25),
(5157, 16, 'Martineni', 'Covasna', NULL, 15),
(5158, 16, 'Mereni', 'Covasna', NULL, 15),
(5159, 16, 'Merisor', 'Covasna', NULL, 50),
(5160, 16, 'Micfalau', 'Covasna', NULL, 24),
(5161, 16, 'Miclosoara', 'Covasna', NULL, 45),
(5162, 16, 'Moacsa', 'Covasna', NULL, 0),
(5163, 16, 'Oituz', 'Covasna', NULL, 60),
(5164, 16, 'Ojdula', 'Covasna', NULL, 12),
(5165, 16, 'Olteni', 'Covasna', NULL, 15),
(5166, 16, 'Ozun', 'Covasna', NULL, 0),
(5167, 16, 'Ozunca-Bai', 'Covasna', NULL, 35),
(5168, 16, 'Pachia', 'Covasna', NULL, 20),
(5169, 16, 'Padureni', 'Covasna', NULL, 15),
(5170, 16, 'Papauti', 'Covasna', NULL, 29),
(5171, 16, 'Peteni', 'Covasna', NULL, 15),
(5172, 16, 'Petriceni', 'Covasna', NULL, 0),
(5173, 16, 'Poian', 'Covasna', NULL, 0),
(5174, 16, 'Racosul de Sus', 'Covasna', NULL, 50),
(5175, 16, 'Reci', 'Covasna', NULL, 0),
(5176, 16, 'Saciova', 'Covasna', NULL, 22),
(5177, 16, 'Sancraiu', 'Covasna', NULL, 0),
(5178, 16, 'SantionLunca', 'Covasna', NULL, 0),
(5179, 16, 'Sanzieni', 'Covasna', NULL, 0),
(5180, 16, 'Saramas', 'Covasna', NULL, 35),
(5181, 16, 'Scradoasa', 'Covasna', NULL, 50),
(5182, 16, 'Sfantu Gheorghe', 'Covasna', NULL, 0),
(5183, 16, 'Sita Buzaului', 'Covasna', NULL, 45),
(5184, 16, 'Surcea', 'Covasna', NULL, 23),
(5185, 16, 'Talisoara', 'Covasna', NULL, 50),
(5186, 16, 'Tamasfalau', 'Covasna', NULL, 21),
(5187, 16, 'Targu Secuiesc', 'Covasna', NULL, 0),
(5188, 16, 'Telechia', 'Covasna', NULL, 30),
(5189, 16, 'Tinoasa', 'Covasna', NULL, 0),
(5190, 16, 'Tufalau', 'Covasna', NULL, 20),
(5191, 16, 'Turia', 'Covasna', NULL, 0),
(5192, 16, 'Valcele', 'Covasna', NULL, 0),
(5193, 16, 'Valea Crisului', 'Covasna', NULL, 0),
(5194, 16, 'Valea Dobarlaului', 'Covasna', NULL, 20),
(5195, 16, 'Valea Mare', 'Covasna', NULL, 22),
(5196, 16, 'Valea Mica', 'Covasna', NULL, 25),
(5197, 16, 'Valea Scurta', 'Covasna', NULL, 15),
(5198, 16, 'Valea Seaca', 'Covasna', NULL, 0),
(5199, 16, 'Valea Zalanului', 'Covasna', NULL, 15),
(5200, 16, 'Varghis', 'Covasna', NULL, 55),
(5201, 16, 'Zabala', 'Covasna', NULL, 20),
(5202, 16, 'Zabratau', 'Covasna', NULL, 55),
(5203, 16, 'Zagon', 'Covasna', NULL, 34),
(5204, 16, 'Zalan', 'Covasna', NULL, 15),
(5205, 16, 'Zoltan', 'Covasna', NULL, 15),
(5206, 17, 'Adanca', 'Dambovita', NULL, 0),
(5207, 17, 'Alunis', 'Dambovita', NULL, 30),
(5208, 17, 'Alunisu', 'Dambovita', NULL, 35),
(5209, 17, 'Aninoasa', 'Dambovita', NULL, 0),
(5210, 17, 'Aninosani', 'Dambovita', NULL, 0),
(5211, 17, 'Bacesti', 'Dambovita', NULL, 45),
(5212, 17, 'Badeni', 'Dambovita', NULL, 35),
(5213, 17, 'Badulesti', 'Dambovita', NULL, 0),
(5214, 17, 'Balanesti', 'Dambovita', NULL, 40),
(5215, 17, 'Baldana', 'Dambovita', NULL, 45),
(5216, 17, 'Baleni', 'Dambovita', NULL, 0),
(5217, 17, 'Baleni-Romani', 'Dambovita', NULL, 0),
(5218, 17, 'Baleni-Sarbi', 'Dambovita', NULL, 0),
(5219, 17, 'Balteni', 'Dambovita', NULL, 45),
(5220, 17, 'Banesti', 'Dambovita', NULL, 35),
(5221, 17, 'Baraceni', 'Dambovita', NULL, 0),
(5222, 17, 'Barbuceanu', 'Dambovita', NULL, 55),
(5223, 17, 'Barbuletu', 'Dambovita', NULL, 45),
(5224, 17, 'Bechinesti', 'Dambovita', NULL, 47),
(5225, 17, 'Bela', 'Dambovita', NULL, 0),
(5226, 17, 'Berevoesti', 'Dambovita', NULL, 0),
(5227, 17, 'Bezdead', 'Dambovita', NULL, 45),
(5228, 17, 'Bilciuresti', 'Dambovita', NULL, 45),
(5229, 17, 'Blidari', 'Dambovita', NULL, 25),
(5230, 17, 'Boboci', 'Dambovita', NULL, 0),
(5231, 17, 'Bolovani', 'Dambovita', NULL, 0),
(5232, 17, 'Boteni', 'Dambovita', NULL, 48),
(5233, 17, 'Bradatel', 'Dambovita', NULL, 45),
(5234, 17, 'Brancoveanu', 'Dambovita', NULL, 55),
(5235, 17, 'Branesti', 'Dambovita', NULL, 0),
(5236, 17, 'Branistea', 'Dambovita', NULL, 35),
(5237, 17, 'Bratestii de Jos', 'Dambovita', NULL, 0),
(5238, 17, 'Brebu', 'Dambovita', NULL, 37),
(5239, 17, 'Brezoaele', 'Dambovita', NULL, 47),
(5240, 17, 'Brezoaia ', 'Dambovita', NULL, 65),
(5241, 17, 'Brosteni (Bezdead)', 'Dambovita', NULL, 45),
(5242, 17, 'Brosteni (Produlesti)', 'Dambovita', NULL, 35),
(5243, 17, 'Brosteni (Visina)', 'Dambovita', NULL, 25),
(5244, 17, 'Buciumeni', 'Dambovita', NULL, 35),
(5245, 17, 'Bucsani', 'Dambovita', NULL, 0),
(5246, 17, 'Bujoreanca', 'Dambovita', NULL, 50),
(5247, 17, 'Bumbuia', 'Dambovita', NULL, 20),
(5248, 17, 'Bungetu', 'Dambovita', NULL, 0),
(5249, 17, 'Burduca', 'Dambovita', NULL, 0),
(5250, 17, 'Butimanu', 'Dambovita', NULL, 50),
(5251, 17, 'Butoiu de Jos', 'Dambovita', NULL, 20),
(5252, 17, 'Butoiu de Sus', 'Dambovita', NULL, 20),
(5253, 17, 'Calugareni (Cobia)', 'Dambovita', NULL, 20),
(5254, 17, 'Calugareni (Contesti)', 'Dambovita', NULL, 0),
(5255, 17, 'Candesti', 'Dambovita', NULL, 35),
(5256, 17, 'Candesti-Deal', 'Dambovita', NULL, 35),
(5257, 17, 'Candesti-Vale', 'Dambovita', NULL, 35),
(5258, 17, 'Caprioru', 'Dambovita', NULL, 0),
(5259, 17, 'Capsuna', 'Dambovita', NULL, 35),
(5260, 17, 'Capu Coastei', 'Dambovita', NULL, 55),
(5261, 17, 'Carlanesti', 'Dambovita', NULL, 45),
(5262, 17, 'Catanele', 'Dambovita', NULL, 0),
(5263, 17, 'Catunu (Cornesti)', 'Dambovita', NULL, 55),
(5264, 17, 'Catunu (Salcioara)', 'Dambovita', NULL, 35),
(5265, 17, 'Cazaci', 'Dambovita', NULL, 0),
(5266, 17, 'Cetatuia', 'Dambovita', NULL, 40),
(5267, 17, 'Chirca', 'Dambovita', NULL, 0),
(5268, 17, 'Ciocanari', 'Dambovita', NULL, 65),
(5269, 17, 'Ciocanesti', 'Dambovita', NULL, 0),
(5270, 17, 'Coada Izvorului', 'Dambovita', NULL, 20),
(5271, 17, 'Cobia', 'Dambovita', NULL, 20),
(5272, 17, 'Cobiuta', 'Dambovita', NULL, 15),
(5273, 17, 'Cocani', 'Dambovita', NULL, 0),
(5274, 17, 'Cojasca', 'Dambovita', NULL, 50),
(5275, 17, 'Cojocaru', 'Dambovita', NULL, 25),
(5276, 17, 'Cojoiu', 'Dambovita', NULL, 30),
(5277, 17, 'Colacu', 'Dambovita', NULL, 15),
(5278, 17, 'Colanu', 'Dambovita', NULL, 0),
(5279, 17, 'Colibasi', 'Dambovita', NULL, 40),
(5280, 17, 'Comisani', 'Dambovita', NULL, 0),
(5281, 17, 'Contesti', 'Dambovita', NULL, 35),
(5282, 17, 'Copaceni', 'Dambovita', NULL, 40),
(5283, 17, 'Corbii Mari', 'Dambovita', NULL, 70),
(5284, 17, 'Cornatelu', 'Dambovita', NULL, 35),
(5285, 17, 'Cornesti', 'Dambovita', NULL, 55),
(5286, 17, 'Corni', 'Dambovita', NULL, 35),
(5287, 17, 'Costesti', 'Dambovita', NULL, 50),
(5288, 17, 'Costestii din Deal', 'Dambovita', NULL, 50),
(5289, 17, 'Costestii din Vale', 'Dambovita', NULL, 50),
(5290, 17, 'Costisata', 'Dambovita', NULL, 45),
(5291, 17, 'Craciunesti', 'Dambovita', NULL, 0),
(5292, 17, 'Crangasi', 'Dambovita', NULL, 32),
(5293, 17, 'Crangurile', 'Dambovita', NULL, 0),
(5294, 17, 'Crangurile de Jos', 'Dambovita', NULL, 0),
(5295, 17, 'Crangurile de Sus', 'Dambovita', NULL, 0),
(5296, 17, 'Cretu', 'Dambovita', NULL, 67),
(5297, 17, 'Cretulesti', 'Dambovita', NULL, 55),
(5298, 17, 'Crevedia', 'Dambovita', NULL, 0),
(5299, 17, 'Cricovu Dulce', 'Dambovita', NULL, 40),
(5300, 17, 'Cristeasca', 'Dambovita', NULL, 55),
(5301, 17, 'Crivatu', 'Dambovita', NULL, 48),
(5302, 17, 'Croitori', 'Dambovita', NULL, 45),
(5303, 17, 'Crovu', 'Dambovita', NULL, 30),
(5304, 17, 'Cucuteni', 'Dambovita', NULL, 0),
(5305, 17, 'Cuparu', 'Dambovita', NULL, 20),
(5306, 17, 'Cuza Voda', 'Dambovita', NULL, 0),
(5307, 17, 'Dambovicioara', 'Dambovita', NULL, 45),
(5308, 17, 'Darmanesti', 'Dambovita', NULL, 35),
(5309, 17, 'Darza', 'Dambovita', NULL, 0),
(5310, 17, 'Dealu Frumos', 'Dambovita', NULL, 50),
(5311, 17, 'Dealu Mare', 'Dambovita', NULL, 37),
(5312, 17, 'Decindea', 'Dambovita', NULL, 67),
(5313, 17, 'Decindeni', 'Dambovita', NULL, 0),
(5314, 17, 'Diaconesti', 'Dambovita', NULL, 0),
(5315, 17, 'Dimoiu', 'Dambovita', NULL, 0),
(5316, 17, 'Dobra', 'Dambovita', NULL, 0),
(5317, 17, 'Dobresti', 'Dambovita', NULL, 15),
(5318, 17, 'Doicesti', 'Dambovita', NULL, 0),
(5319, 17, 'Dospinesti', 'Dambovita', NULL, 35),
(5320, 17, 'Dragaesti-Pamanteni', 'Dambovita', NULL, 0),
(5321, 17, 'Dragaesti-Ungureni', 'Dambovita', NULL, 0),
(5322, 17, 'Dragodana', 'Dambovita', NULL, 0),
(5323, 17, 'Dragodanesti', 'Dambovita', NULL, 0),
(5324, 17, 'Dragomiresti', 'Dambovita', NULL, 0),
(5325, 17, 'Dumbrava', 'Dambovita', NULL, 0),
(5326, 17, 'Dupa Deal', 'Dambovita', NULL, 30),
(5327, 17, 'Fagetu', 'Dambovita', NULL, 16),
(5328, 17, 'Fantanele', 'Dambovita', NULL, 70),
(5329, 17, 'Ferestre', 'Dambovita', NULL, 35),
(5330, 17, 'Feteni', 'Dambovita', NULL, 15),
(5331, 17, 'Fieni', 'Dambovita', NULL, 0),
(5332, 17, 'Fierbinti', 'Dambovita', NULL, 37),
(5333, 17, 'Finta', 'Dambovita', NULL, 40),
(5334, 17, 'Finta Mare', 'Dambovita', NULL, 40),
(5335, 17, 'Finta Veche', 'Dambovita', NULL, 40),
(5336, 17, 'Frasin-Deal', 'Dambovita', NULL, 38),
(5337, 17, 'Frasinu', 'Dambovita', NULL, 38),
(5338, 17, 'Frasin-Vale', 'Dambovita', NULL, 38),
(5339, 17, 'Fusea', 'Dambovita', NULL, 37),
(5340, 17, 'Gaesti', 'Dambovita', NULL, 0),
(5341, 17, 'Gamanesti', 'Dambovita', NULL, 45),
(5342, 17, 'Garleni', 'Dambovita', NULL, 20),
(5343, 17, 'Geangoesti', 'Dambovita', NULL, 0),
(5344, 17, 'Gemenea-Bratulesti', 'Dambovita', NULL, 40),
(5345, 17, 'Gheboaia', 'Dambovita', NULL, 40),
(5346, 17, 'Gheboieni', 'Dambovita', NULL, 0),
(5347, 17, 'Ghergani', 'Dambovita', NULL, 35),
(5348, 17, 'Gherghesti', 'Dambovita', NULL, 45),
(5349, 17, 'Gherghitesti', 'Dambovita', NULL, 26),
(5350, 17, 'Ghimpati', 'Dambovita', NULL, 50),
(5351, 17, 'Ghinesti', 'Dambovita', NULL, 40),
(5352, 17, 'Ghirdoveni', 'Dambovita', NULL, 28),
(5353, 17, 'Glod', 'Dambovita', NULL, 50),
(5354, 17, 'Glodeni', 'Dambovita', NULL, 0),
(5355, 17, 'Glodeni (Pucioasa)', 'Dambovita', NULL, 0),
(5356, 17, 'Glogoveanu', 'Dambovita', NULL, 27),
(5357, 17, 'Gorgota', 'Dambovita', NULL, 0),
(5358, 17, 'Greci', 'Dambovita', NULL, 15),
(5359, 17, 'Grozavesti', 'Dambovita', NULL, 70),
(5360, 17, 'Gulia', 'Dambovita', NULL, 0),
(5361, 17, 'Gura Barbuletului', 'Dambovita', NULL, 45),
(5362, 17, 'Gura Foii', 'Dambovita', NULL, 10),
(5363, 17, 'Gura Ocnitei', 'Dambovita', NULL, 0),
(5364, 17, 'Gura Sutii', 'Dambovita', NULL, 30),
(5365, 17, 'Gura Vulcanei', 'Dambovita', NULL, 0),
(5366, 17, 'Gusoiu', 'Dambovita', NULL, 0),
(5367, 17, 'Habeni', 'Dambovita', NULL, 0),
(5368, 17, 'Hagioaica', 'Dambovita', NULL, 45),
(5369, 17, 'Hanu lui Pala', 'Dambovita', NULL, 40),
(5370, 17, 'Helesteu', 'Dambovita', NULL, 0),
(5371, 17, 'Hodarasti', 'Dambovita', NULL, 45),
(5372, 17, 'Hulubesti', 'Dambovita', NULL, 25),
(5373, 17, 'I. L. Caragiale', 'Dambovita', NULL, 0),
(5374, 17, 'Iazu', 'Dambovita', NULL, 50),
(5375, 17, 'Ibrianu', 'Dambovita', NULL, 55),
(5376, 17, 'Iedera', 'Dambovita', NULL, 30),
(5377, 17, 'Iedera de Jos', 'Dambovita', NULL, 30),
(5378, 17, 'Iedera de Sus', 'Dambovita', NULL, 30),
(5379, 17, 'Ilfoveni', 'Dambovita', NULL, 0),
(5380, 17, 'Ionesti', 'Dambovita', NULL, 0),
(5381, 17, 'Izvoarele', 'Dambovita', NULL, 0),
(5382, 17, 'Izvoru (Valea Lunga)', 'Dambovita', NULL, 40),
(5383, 17, 'Izvoru (Visina)', 'Dambovita', NULL, 30),
(5384, 17, 'Jugureni', 'Dambovita', NULL, 65),
(5385, 17, 'Laculete', 'Dambovita', NULL, 0),
(5386, 17, 'Laculete-Gara', 'Dambovita', NULL, 0),
(5387, 17, 'Lazuri', 'Dambovita', NULL, 0),
(5388, 17, 'Livezile (Glodeni)', 'Dambovita', NULL, 0),
(5389, 17, 'Livezile (Valea Mare)', 'Dambovita', NULL, 20),
(5390, 17, 'Lucianca', 'Dambovita', NULL, 0),
(5391, 17, 'Lucieni', 'Dambovita', NULL, 20),
(5392, 17, 'Ludesti', 'Dambovita', NULL, 25),
(5393, 17, 'Lunca (Moroeni)', 'Dambovita', NULL, 0),
(5394, 17, 'Lunca (Voinesti)', 'Dambovita', NULL, 30),
(5395, 17, 'Lunguletu', 'Dambovita', NULL, 50),
(5396, 17, 'Magura (Bezdead)', 'Dambovita', NULL, 45),
(5397, 17, 'Magura (Hulubesti)', 'Dambovita', NULL, 20),
(5398, 17, 'Malu cu Flori', 'Dambovita', NULL, 40),
(5399, 17, 'Malu Mierii', 'Dambovita', NULL, 0),
(5400, 17, 'Malurile', 'Dambovita', NULL, 0),
(5401, 17, 'Manastioara', 'Dambovita', NULL, 25),
(5402, 17, 'Manastirea (Cobia)', 'Dambovita', NULL, 0),
(5403, 17, 'Manastirea (Crevedia)', 'Dambovita', NULL, 0),
(5404, 17, 'Manesti', 'Dambovita', NULL, 0),
(5405, 17, 'Manga', 'Dambovita', NULL, 37),
(5406, 17, 'Manjina', 'Dambovita', NULL, 25),
(5407, 17, 'Marcesti', 'Dambovita', NULL, 0),
(5408, 17, 'Marginenii de Sus', 'Dambovita', NULL, 30),
(5409, 17, 'Maruntisu', 'Dambovita', NULL, 40),
(5410, 17, 'Matasaru', 'Dambovita', NULL, 40),
(5411, 17, 'Matraca', 'Dambovita', NULL, 0),
(5412, 17, 'Mavrodin', 'Dambovita', NULL, 40),
(5413, 17, 'Meisoare', 'Dambovita', NULL, 45),
(5414, 17, 'Mereni (Contesti)', 'Dambovita', NULL, 35),
(5415, 17, 'Mereni (Titu)', 'Dambovita', NULL, 40),
(5416, 17, 'Merii', 'Dambovita', NULL, 0),
(5417, 17, 'Merisoru', 'Dambovita', NULL, 40),
(5418, 17, 'Mesteacan', 'Dambovita', NULL, 30),
(5419, 17, 'Miclosanii Mari', 'Dambovita', NULL, 40),
(5420, 17, 'Miclosanii Mici', 'Dambovita', NULL, 40),
(5421, 17, 'Miculesti', 'Dambovita', NULL, 20),
(5422, 17, 'Mija', 'Dambovita', NULL, 0),
(5423, 17, 'Milosari', 'Dambovita', NULL, 15),
(5424, 17, 'Mircea Voda', 'Dambovita', NULL, 0),
(5425, 17, 'Mislea', 'Dambovita', NULL, 10),
(5426, 17, 'Miulesti', 'Dambovita', NULL, 55),
(5427, 17, 'Moara din Groapa', 'Dambovita', NULL, 60),
(5428, 17, 'Moara Noua', 'Dambovita', NULL, 40),
(5429, 17, 'Mogosani', 'Dambovita', NULL, 10),
(5430, 17, 'Mogosesti', 'Dambovita', NULL, 15),
(5431, 17, 'Moreni', 'Dambovita', NULL, 30),
(5432, 17, 'Moroeni', 'Dambovita', NULL, 40),
(5433, 17, 'Morteni', 'Dambovita', NULL, 25),
(5434, 17, 'Mosia Mica', 'Dambovita', NULL, 30),
(5435, 17, 'Motaieni', 'Dambovita', NULL, 0),
(5436, 17, 'Movila (Niculesti)', 'Dambovita', NULL, 0),
(5437, 17, 'Movila (Salcioara)', 'Dambovita', NULL, 35),
(5438, 17, 'Muscel', 'Dambovita', NULL, 40),
(5439, 17, 'Neajlovu', 'Dambovita', NULL, 25),
(5440, 17, 'Nicolaesti', 'Dambovita', NULL, 20),
(5441, 17, 'Niculesti', 'Dambovita', NULL, 60),
(5442, 17, 'Nisipurile', 'Dambovita', NULL, 0),
(5443, 17, 'Nucet', 'Dambovita', NULL, 0),
(5444, 17, 'Ochiuri', 'Dambovita', NULL, 0),
(5445, 17, 'Ocnita', 'Dambovita', NULL, 0),
(5446, 17, 'Odaia Turcului', 'Dambovita', NULL, 45),
(5447, 17, 'Odobesti', 'Dambovita', NULL, 50),
(5448, 17, 'Olteni (Lucieni)', 'Dambovita', NULL, 0),
(5449, 17, 'Olteni (Uliesti)', 'Dambovita', NULL, 40),
(5450, 17, 'Oncesti', 'Dambovita', NULL, 43),
(5451, 17, 'Oreasca', 'Dambovita', NULL, 40),
(5452, 17, 'Padureni', 'Dambovita', NULL, 20),
(5453, 17, 'Patroaia-Deal', 'Dambovita', NULL, 15),
(5454, 17, 'Patroaia-Vale', 'Dambovita', NULL, 15),
(5455, 17, 'Persinari', 'Dambovita', NULL, 0),
(5456, 17, 'Petresti', 'Dambovita', NULL, 0),
(5457, 17, 'Petresti (Corbii Mari)', 'Dambovita', NULL, 70),
(5458, 17, 'Piatra', 'Dambovita', NULL, 40),
(5459, 17, 'Picior de Munte', 'Dambovita', NULL, 0),
(5460, 17, 'Pietrari', 'Dambovita', NULL, 37),
(5461, 17, 'Pietrosita', 'Dambovita', NULL, 45),
(5462, 17, 'Pitaru', 'Dambovita', NULL, 55),
(5463, 17, 'Plopu', 'Dambovita', NULL, 47),
(5464, 17, 'Podu Corbencii', 'Dambovita', NULL, 65),
(5465, 17, 'Podu Cristinii', 'Dambovita', NULL, 55),
(5466, 17, 'Podu Rizii', 'Dambovita', NULL, 40),
(5467, 17, 'Poiana', 'Dambovita', NULL, 60),
(5468, 17, 'Poienita', 'Dambovita', NULL, 45),
(5469, 17, 'Poroinica', 'Dambovita', NULL, 50),
(5470, 17, 'Postarnacu', 'Dambovita', NULL, 55),
(5471, 17, 'Potlogeni-Deal', 'Dambovita', NULL, 20),
(5472, 17, 'Potlogeni-Vale', 'Dambovita', NULL, 15),
(5473, 17, 'Potlogi', 'Dambovita', NULL, 70),
(5474, 17, 'Potocelu', 'Dambovita', NULL, 30),
(5475, 17, 'Priboiu (Branesti)', 'Dambovita', NULL, 0),
(5476, 17, 'Priboiu (Tatarani)', 'Dambovita', NULL, 0),
(5477, 17, 'Priseaca', 'Dambovita', NULL, 0),
(5478, 17, 'Produlesti', 'Dambovita', NULL, 0),
(5479, 17, 'Pucheni', 'Dambovita', NULL, 45),
(5480, 17, 'Pucheni (Moroeni)', 'Dambovita', NULL, 40),
(5481, 17, 'Pucioasa', 'Dambovita', NULL, 0),
(5482, 17, 'Pucioasa-Sat', 'Dambovita', NULL, 0),
(5483, 17, 'Puntea de Greci', 'Dambovita', NULL, 15),
(5484, 17, 'Putu cu Salcie', 'Dambovita', NULL, 53),
(5485, 17, 'Racari', 'Dambovita', NULL, 45),
(5486, 17, 'Raciu', 'Dambovita', NULL, 25),
(5487, 17, 'Racovita', 'Dambovita', NULL, 0),
(5488, 17, 'Ragu', 'Dambovita', NULL, 70),
(5489, 17, 'Rancaciov', 'Dambovita', NULL, 0),
(5490, 17, 'Rascaeti', 'Dambovita', NULL, 37),
(5491, 17, 'Ratesti', 'Dambovita', NULL, 0),
(5492, 17, 'Ratoaia', 'Dambovita', NULL, 0),
(5493, 17, 'Rau Alb', 'Dambovita', NULL, 48),
(5494, 17, 'Rau Alb de Jos', 'Dambovita', NULL, 48),
(5495, 17, 'Rau Alb de Sus', 'Dambovita', NULL, 48),
(5496, 17, 'Razvad', 'Dambovita', NULL, 0),
(5497, 17, 'Romanesti', 'Dambovita', NULL, 60),
(5498, 17, 'Runcu', 'Dambovita', NULL, 40),
(5499, 17, 'Sabiesti', 'Dambovita', NULL, 42),
(5500, 17, 'Sacueni', 'Dambovita', NULL, 0),
(5501, 17, 'Salcioara', 'Dambovita', NULL, 35),
(5502, 17, 'Salcioara (Matasaru)', 'Dambovita', NULL, 40),
(5503, 17, 'Salcuta', 'Dambovita', NULL, 37),
(5504, 17, 'Samurcasi', 'Dambovita', NULL, 0),
(5505, 17, 'Saru', 'Dambovita', NULL, 20),
(5506, 17, 'Sateni', 'Dambovita', NULL, 0),
(5507, 17, 'Satu Nou', 'Dambovita', NULL, 70),
(5508, 17, 'Savesti', 'Dambovita', NULL, 30),
(5509, 17, 'Scheiu de Jos', 'Dambovita', NULL, 30),
(5510, 17, 'Scheiu de Sus', 'Dambovita', NULL, 35),
(5511, 17, 'Schela', 'Dambovita', NULL, 30),
(5512, 17, 'Selaru', 'Dambovita', NULL, 35),
(5513, 17, 'Serbaneasa', 'Dambovita', NULL, 0),
(5514, 17, 'Serdanu', 'Dambovita', NULL, 48),
(5515, 17, 'Silistea (Lucieni)', 'Dambovita', NULL, 0),
(5516, 17, 'Silistea (Runcu)', 'Dambovita', NULL, 40),
(5517, 17, 'Sipot', 'Dambovita', NULL, 30),
(5518, 17, 'Slobozia', 'Dambovita', NULL, 45),
(5519, 17, 'Slobozia Moara', 'Dambovita', NULL, 45),
(5520, 17, 'Sotanga', 'Dambovita', NULL, 0),
(5521, 17, 'Sperieteni', 'Dambovita', NULL, 15),
(5522, 17, 'Stanesti', 'Dambovita', NULL, 40),
(5523, 17, 'Statesti', 'Dambovita', NULL, 45),
(5524, 17, 'Stavropolia', 'Dambovita', NULL, 40),
(5525, 17, 'Straosti', 'Dambovita', NULL, 0),
(5526, 17, 'stratonesti', 'Dambovita', NULL, 37),
(5527, 17, 'Stubeie Tisa', 'Dambovita', NULL, 45),
(5528, 17, 'Suduleni', 'Dambovita', NULL, 25),
(5529, 17, 'Sultanu', 'Dambovita', NULL, 47),
(5530, 17, 'Suseni-Socetu', 'Dambovita', NULL, 35),
(5531, 17, 'Suta Seaca', 'Dambovita', NULL, 15),
(5532, 17, 'Suvita', 'Dambovita', NULL, 40),
(5533, 17, 'Targoviste', 'Dambovita', NULL, 0),
(5534, 17, 'Tartasesti', 'Dambovita', NULL, 0),
(5535, 17, 'Tatarani', 'Dambovita', NULL, 0),
(5536, 17, 'Teis', 'Dambovita', NULL, 0),
(5537, 17, 'Telesti', 'Dambovita', NULL, 20),
(5538, 17, 'Tetcoiu', 'Dambovita', NULL, 45),
(5539, 17, 'Titu', 'Dambovita', NULL, 0),
(5540, 17, 'Toculesti', 'Dambovita', NULL, 0),
(5541, 17, 'Tomsani', 'Dambovita', NULL, 49),
(5542, 17, 'Tunari', 'Dambovita', NULL, 25),
(5543, 17, 'Udresti', 'Dambovita', NULL, 0),
(5544, 17, 'Uliesti', 'Dambovita', NULL, 40),
(5545, 17, 'Ulmetu', 'Dambovita', NULL, 35),
(5546, 17, 'Ulmi', 'Dambovita', NULL, 0),
(5547, 17, 'Ungureni (Butimanu)', 'Dambovita', NULL, 55),
(5548, 17, 'Ungureni (Corbii Mari)', 'Dambovita', NULL, 70),
(5549, 17, 'Ungureni (Cornesti)', 'Dambovita', NULL, 55),
(5550, 17, 'Ungureni (Dragomiresti)', 'Dambovita', NULL, 0),
(5551, 17, 'Urseiu', 'Dambovita', NULL, 50),
(5552, 17, 'Urziceanca', 'Dambovita', NULL, 70),
(5553, 17, 'Vacaresti', 'Dambovita', NULL, 0),
(5554, 17, 'Vadu Stanchii', 'Dambovita', NULL, 70),
(5555, 17, 'Valea', 'Dambovita', NULL, 35),
(5556, 17, 'Valea Caselor', 'Dambovita', NULL, 20),
(5557, 17, 'Valea Dadei', 'Dambovita', NULL, 22),
(5558, 17, 'Valea Larga', 'Dambovita', NULL, 40),
(5559, 17, 'Valea Leurzii', 'Dambovita', NULL, 40),
(5560, 17, 'Valea lui Dan', 'Dambovita', NULL, 40),
(5561, 17, 'Valea Lunga', 'Dambovita', NULL, 40),
(5562, 17, 'Valea Lunga-Cricov', 'Dambovita', NULL, 40),
(5563, 17, 'Valea Lunga-Gorgota', 'Dambovita', NULL, 40),
(5564, 17, 'Valea Lunga-Ogrea', 'Dambovita', NULL, 40),
(5565, 17, 'Valea Mare', 'Dambovita', NULL, 25),
(5566, 17, 'Valea Mare (Candesti)', 'Dambovita', NULL, 35),
(5567, 17, 'Valea Mare (Valea Lunga)', 'Dambovita', NULL, 40),
(5568, 17, 'Valea Morii', 'Dambovita', NULL, 30),
(5569, 17, 'Valea Voievozilor', 'Dambovita', NULL, 0),
(5570, 17, 'Valeni-Dambovita', 'Dambovita', NULL, 30),
(5571, 17, 'Varfureni', 'Dambovita', NULL, 40),
(5572, 17, 'Varfuri', 'Dambovita', NULL, 45),
(5573, 17, 'Viforata', 'Dambovita', NULL, 0),
(5574, 17, 'Viisoara', 'Dambovita', NULL, 0),
(5575, 17, 'Visina', 'Dambovita', NULL, 25),
(5576, 17, 'Visinesti', 'Dambovita', NULL, 45),
(5577, 17, 'Vizuresti', 'Dambovita', NULL, 55),
(5578, 17, 'Vladeni', 'Dambovita', NULL, 47),
(5579, 17, 'Vlasceni', 'Dambovita', NULL, 77),
(5580, 17, 'Voia', 'Dambovita', NULL, 20),
(5581, 17, 'Voinesti', 'Dambovita', NULL, 30),
(5582, 17, 'Vulcana de Sus', 'Dambovita', NULL, 26),
(5583, 17, 'Vulcana-Bai', 'Dambovita', NULL, 26),
(5584, 17, 'Vulcana-Pandele', 'Dambovita', NULL, 0),
(5585, 17, 'Vultureanca', 'Dambovita', NULL, 37),
(5586, 17, 'Zavoiu', 'Dambovita', NULL, 30),
(5587, 17, 'Zidurile', 'Dambovita', NULL, 47),
(5588, 18, 'Adancata', 'Dolj', NULL, 35),
(5589, 18, 'Afumati', 'Dolj', NULL, 12),
(5590, 18, 'Albesti', 'Dolj', NULL, 0),
(5591, 18, 'Almaj', 'Dolj', NULL, 0),
(5592, 18, 'Almajel', 'Dolj', NULL, 40),
(5593, 18, 'Amarasti', 'Dolj', NULL, 40),
(5594, 18, 'Amarastii de Jos', 'Dolj', NULL, 30),
(5595, 18, 'Amarastii de Sus', 'Dolj', NULL, 35),
(5596, 18, 'Apele Vii', 'Dolj', NULL, 40),
(5597, 18, 'Argetoaia', 'Dolj', NULL, 55),
(5598, 18, 'Badosi', 'Dolj', NULL, 0),
(5599, 18, 'Bailesti', 'Dolj', NULL, 0),
(5600, 18, 'Balasan', 'Dolj', NULL, 29),
(5601, 18, 'Balota de Jos', 'Dolj', NULL, 35),
(5602, 18, 'Balota de Sus', 'Dolj', NULL, 35),
(5603, 18, 'Balta', 'Dolj', NULL, 0),
(5604, 18, 'Balta Verde', 'Dolj', NULL, 0),
(5605, 18, 'Baranu', 'Dolj', NULL, 55),
(5606, 18, 'Barboi', 'Dolj', NULL, 70),
(5607, 18, 'Barca', 'Dolj', NULL, 70),
(5608, 18, 'Basarabi', 'Dolj', NULL, 0),
(5609, 18, 'Bascov', 'Dolj', NULL, 35),
(5610, 18, 'Bazdana', 'Dolj', NULL, 40),
(5611, 18, 'Bechet', 'Dolj', NULL, 60),
(5612, 18, 'Bechet (Orodel)', 'Dolj', NULL, 0),
(5613, 18, 'Beharca', 'Dolj', NULL, 0),
(5614, 18, 'Belcinu', 'Dolj', NULL, 35),
(5615, 18, 'Belot', 'Dolj', NULL, 30),
(5616, 18, 'Benesti', 'Dolj', NULL, 25),
(5617, 18, 'Berbesu', 'Dolj', NULL, 57),
(5618, 18, 'Bistret', 'Dolj', NULL, 40),
(5619, 18, 'Bistretu Nou', 'Dolj', NULL, 35),
(5620, 18, 'Bobeanu', 'Dolj', NULL, 25),
(5621, 18, 'Bodaiesti', 'Dolj', NULL, 45),
(5622, 18, 'Bodaiestii de Sus', 'Dolj', NULL, 40),
(5623, 18, 'Bogea', 'Dolj', NULL, 0),
(5624, 18, 'Bojoiu', 'Dolj', NULL, 0),
(5625, 18, 'Booveni', 'Dolj', NULL, 45),
(5626, 18, 'Botosesti-Paia', 'Dolj', NULL, 60),
(5627, 18, 'Boureni', 'Dolj', NULL, 10),
(5628, 18, 'Brabeti', 'Dolj', NULL, 35),
(5629, 18, 'Brabova', 'Dolj', NULL, 45),
(5630, 18, 'Bradesti', 'Dolj', NULL, 0),
(5631, 18, 'Bradestii Batrani', 'Dolj', NULL, 30),
(5632, 18, 'Bralostita', 'Dolj', NULL, 0),
(5633, 18, 'Brandusa', 'Dolj', NULL, 45),
(5634, 18, 'Braniste (Daneti)', 'Dolj', NULL, 35),
(5635, 18, 'Braniste (Filiasi)', 'Dolj', NULL, 0),
(5636, 18, 'Braniste (Podari)', 'Dolj', NULL, 0),
(5637, 18, 'Bratovoesti', 'Dolj', NULL, 0),
(5638, 18, 'Breasta', 'Dolj', NULL, 0),
(5639, 18, 'Bucicani', 'Dolj', NULL, 25),
(5640, 18, 'Bucovat', 'Dolj', NULL, 0),
(5641, 18, 'Bucovicior', 'Dolj', NULL, 50),
(5642, 18, 'Bujor', 'Dolj', NULL, 30),
(5643, 18, 'Bulzesti', 'Dolj', NULL, 30),
(5644, 18, 'Busteni', 'Dolj', NULL, 35),
(5645, 18, 'Busu', 'Dolj', NULL, 60),
(5646, 18, 'Busuletu', 'Dolj', NULL, 60),
(5647, 18, 'Buzduc', 'Dolj', NULL, 30),
(5648, 18, 'Caciulatesti', 'Dolj', NULL, 50),
(5649, 18, 'Caciulatu', 'Dolj', NULL, 45),
(5650, 18, 'Calafat', 'Dolj', NULL, 0),
(5651, 18, 'Calarasi', 'Dolj', NULL, 45),
(5652, 18, 'Calinesti', 'Dolj', NULL, 30),
(5653, 18, 'Calopar', 'Dolj', NULL, 0),
(5654, 18, 'Calugarei', 'Dolj', NULL, 60),
(5655, 18, 'Campeni', 'Dolj', NULL, 25),
(5656, 18, 'Caraiman', 'Dolj', NULL, 50),
(5657, 18, 'Caraula', 'Dolj', NULL, 44),
(5658, 18, 'Carcea', 'Dolj', NULL, 0),
(5659, 18, 'Carligei', 'Dolj', NULL, 0),
(5660, 18, 'Carna', 'Dolj', NULL, 65),
(5661, 18, 'Carpen', 'Dolj', NULL, 70),
(5662, 18, 'Carstovani', 'Dolj', NULL, 30),
(5663, 18, 'Caruia', 'Dolj', NULL, 40),
(5664, 18, 'Castranova', 'Dolj', NULL, 35),
(5665, 18, 'Castrele Traiane', 'Dolj', NULL, 45),
(5666, 18, 'Catane', 'Dolj', NULL, 30),
(5667, 18, 'Catanele Noi', 'Dolj', NULL, 35),
(5668, 18, 'Celaru', 'Dolj', NULL, 35),
(5669, 18, 'Cerat', 'Dolj', NULL, 45),
(5670, 18, 'Cernat', 'Dolj', NULL, 55),
(5671, 18, 'Cernatesti', 'Dolj', NULL, 60),
(5672, 18, 'Cetate', 'Dolj', NULL, 25),
(5673, 18, 'Cetatuia (Cioroiasi)', 'Dolj', NULL, 0),
(5674, 18, 'Cetatuia (Vela)', 'Dolj', NULL, 22),
(5675, 18, 'Chiasu', 'Dolj', NULL, 50),
(5676, 18, 'Ciocanele', 'Dolj', NULL, 50),
(5677, 18, 'Ciocanesti(Caracal)', 'Dolj', NULL, 30),
(5678, 18, 'Cioroiasi', 'Dolj', NULL, 18),
(5679, 18, 'Cioroiu Nou', 'Dolj', NULL, 15),
(5680, 18, 'Ciupercenii Noi', 'Dolj', NULL, 0),
(5681, 18, 'Ciupercenii Vechi', 'Dolj', NULL, 0),
(5682, 18, 'Ciutura', 'Dolj', NULL, 35),
(5683, 18, 'Cleanov', 'Dolj', NULL, 65),
(5684, 18, 'Comanicea', 'Dolj', NULL, 65),
(5685, 18, 'Comosteni', 'Dolj', NULL, 70),
(5686, 18, 'Corlate', 'Dolj', NULL, 50),
(5687, 18, 'Cornetu', 'Dolj', NULL, 30),
(5688, 18, 'Cornita', 'Dolj', NULL, 45),
(5689, 18, 'Cornu', 'Dolj', NULL, 50),
(5690, 18, 'Cosoveni', 'Dolj', NULL, 0),
(5691, 18, 'Cotofenii din Dos', 'Dolj', NULL, 30),
(5692, 18, 'Cotofenii din Fata', 'Dolj', NULL, 30),
(5693, 18, 'Cotu', 'Dolj', NULL, 0),
(5694, 18, 'Covei', 'Dolj', NULL, 35),
(5695, 18, 'Craiova', 'Dolj', NULL, 0),
(5696, 18, 'Criva', 'Dolj', NULL, 0),
(5697, 18, 'Crovna', 'Dolj', NULL, 0),
(5698, 18, 'Curmatura', 'Dolj', NULL, 50),
(5699, 18, 'Dabuleni', 'Dolj', NULL, 0),
(5700, 18, 'Daneti', 'Dolj', NULL, 35),
(5701, 18, 'Deleni', 'Dolj', NULL, 0),
(5702, 18, 'Desa', 'Dolj', NULL, 0),
(5703, 18, 'Desnatui', 'Dolj', NULL, 50),
(5704, 18, 'Diosti', 'Dolj', NULL, 0),
(5705, 18, 'Dobresti', 'Dolj', NULL, 40),
(5706, 18, 'Dobridor', 'Dolj', NULL, 27),
(5707, 18, 'Dobromira', 'Dolj', NULL, 30),
(5708, 18, 'Dobrotesti', 'Dolj', NULL, 25),
(5709, 18, 'Domnu Tudor', 'Dolj', NULL, 39),
(5710, 18, 'Dragoaia', 'Dolj', NULL, 45),
(5711, 18, 'Dragotesti', 'Dolj', NULL, 30),
(5712, 18, 'Dranic', 'Dolj', NULL, 60),
(5713, 18, 'Dudovicesti', 'Dolj', NULL, 0),
(5714, 18, 'Dutulesti', 'Dolj', NULL, 0),
(5715, 18, 'Facai', 'Dolj', NULL, 0),
(5716, 18, 'Faget', 'Dolj', NULL, 0),
(5717, 18, 'Fantanele (Radovan)', 'Dolj', NULL, 25),
(5718, 18, 'Fantanele (Teslui)', 'Dolj', NULL, 25),
(5719, 18, 'Fantani', 'Dolj', NULL, 30),
(5720, 18, 'Farcas', 'Dolj', NULL, 40),
(5721, 18, 'Filaret', 'Dolj', NULL, 45),
(5722, 18, 'Filiasi', 'Dolj', NULL, 0),
(5723, 18, 'Floran', 'Dolj', NULL, 45),
(5724, 18, 'Floresti', 'Dolj', NULL, 0),
(5725, 18, 'Foisor', 'Dolj', NULL, 40),
(5726, 18, 'Frasin', 'Dolj', NULL, 40),
(5727, 18, 'Fratila', 'Dolj', NULL, 30),
(5728, 18, 'Fratostita', 'Dolj', NULL, 0),
(5729, 18, 'Gabru', 'Dolj', NULL, 40),
(5730, 18, 'Gaia', 'Dolj', NULL, 35),
(5731, 18, 'Galicea Mare', 'Dolj', NULL, 10),
(5732, 18, 'Galiciuica', 'Dolj', NULL, 43),
(5733, 18, 'Gangiova', 'Dolj', NULL, 55),
(5734, 18, 'Garlesti', 'Dolj', NULL, 0),
(5735, 18, 'Geblesti', 'Dolj', NULL, 55),
(5736, 18, 'Georocel', 'Dolj', NULL, 35),
(5737, 18, 'Georocu Mare', 'Dolj', NULL, 25),
(5738, 18, 'Ghercesti', 'Dolj', NULL, 0),
(5739, 18, 'Ghidici', 'Dolj', NULL, 25),
(5740, 18, 'Ghindeni', 'Dolj', NULL, 0),
(5741, 18, 'Ghizdavesti', 'Dolj', NULL, 0),
(5742, 18, 'Gighera', 'Dolj', NULL, 70),
(5743, 18, 'Giubega', 'Dolj', NULL, 15),
(5744, 18, 'Giurgita', 'Dolj', NULL, 45),
(5745, 18, 'Godeni', 'Dolj', NULL, 40),
(5746, 18, 'Gogosesti', 'Dolj', NULL, 25),
(5747, 18, 'Gogosita', 'Dolj', NULL, 50),
(5748, 18, 'Gogosu', 'Dolj', NULL, 0),
(5749, 18, 'Goicea', 'Dolj', NULL, 65),
(5750, 18, 'Goiesti', 'Dolj', NULL, 0),
(5751, 18, 'Golenti', 'Dolj', NULL, 0),
(5752, 18, 'Golfin', 'Dolj', NULL, 25),
(5753, 18, 'Golumbelu', 'Dolj', NULL, 50),
(5754, 18, 'Golumbu', 'Dolj', NULL, 50),
(5755, 18, 'Gradistea', 'Dolj', NULL, 55),
(5756, 18, 'Grecesti', 'Dolj', NULL, 40),
(5757, 18, 'Gropanele', 'Dolj', NULL, 60),
(5758, 18, 'Gruita', 'Dolj', NULL, 30),
(5759, 18, 'Gubaucea', 'Dolj', NULL, 55),
(5760, 18, 'Gura Racului', 'Dolj', NULL, 35),
(5761, 18, 'Gura Vaii', 'Dolj', NULL, 0),
(5762, 18, 'Horezu-Poenari', 'Dolj', NULL, 30),
(5763, 18, 'Hunia', 'Dolj', NULL, 0),
(5764, 18, 'Infratirea', 'Dolj', NULL, 50),
(5765, 18, 'Intorsura', 'Dolj', NULL, 40),
(5766, 18, 'Iordachesti', 'Dolj', NULL, 55),
(5767, 18, 'Isalnita', 'Dolj', NULL, 0),
(5768, 18, 'Italieni', 'Dolj', NULL, 0),
(5769, 18, 'Izvoare', 'Dolj', NULL, 40),
(5770, 18, 'Izvor', 'Dolj', NULL, 0),
(5771, 18, 'Jieni', 'Dolj', NULL, 0),
(5772, 18, 'Jiul', 'Dolj', NULL, 0),
(5773, 18, 'Lacrita Mare', 'Dolj', NULL, 0),
(5774, 18, 'Lacrita Mica', 'Dolj', NULL, 0),
(5775, 18, 'Langa', 'Dolj', NULL, 0),
(5776, 18, 'Lazu', 'Dolj', NULL, 0),
(5777, 18, 'Leamna de Jos', 'Dolj', NULL, 0),
(5778, 18, 'Leamna de Sus', 'Dolj', NULL, 0),
(5779, 18, 'Leordoasa', 'Dolj', NULL, 60),
(5780, 18, 'Lesile', 'Dolj', NULL, 0),
(5781, 18, 'Leu', 'Dolj', NULL, 15),
(5782, 18, 'Lipovu', 'Dolj', NULL, 45),
(5783, 18, 'Lipovu de Sus', 'Dolj', NULL, 45),
(5784, 18, 'Listeava', 'Dolj', NULL, 55),
(5785, 18, 'Livezi', 'Dolj', NULL, 0),
(5786, 18, 'Locusteni', 'Dolj', NULL, 35),
(5787, 18, 'Luncsoru', 'Dolj', NULL, 0),
(5788, 18, 'Macesu de Jos', 'Dolj', NULL, 70),
(5789, 18, 'Macesu de Sus', 'Dolj', NULL, 70),
(5790, 18, 'Maglavit', 'Dolj', NULL, 0),
(5791, 18, 'Malaesti', 'Dolj', NULL, 0),
(5792, 18, 'Malaica', 'Dolj', NULL, 50),
(5793, 18, 'Malu Mare', 'Dolj', NULL, 0),
(5794, 18, 'Malumnic', 'Dolj', NULL, 60),
(5795, 18, 'Maracinele', 'Dolj', NULL, 30),
(5796, 18, 'Marotinu de Jos', 'Dolj', NULL, 0),
(5797, 18, 'Marotinu de Sus', 'Dolj', NULL, 40),
(5798, 18, 'Marsani', 'Dolj', NULL, 40),
(5799, 18, 'Marza', 'Dolj', NULL, 50),
(5800, 18, 'Melinesti', 'Dolj', NULL, 40),
(5801, 18, 'Meteu', 'Dolj', NULL, 35),
(5802, 18, 'Mihaita', 'Dolj', NULL, 0),
(5803, 18, 'Milesti', 'Dolj', NULL, 0),
(5804, 18, 'Milovan', 'Dolj', NULL, 0),
(5805, 18, 'Mischii', 'Dolj', NULL, 0),
(5806, 18, 'Mlecanesti', 'Dolj', NULL, 0),
(5807, 18, 'Mofleni', 'Dolj', NULL, 0),
(5808, 18, 'Moflesti', 'Dolj', NULL, 47),
(5809, 18, 'Mogosesti', 'Dolj', NULL, 0),
(5810, 18, 'Moreni', 'Dolj', NULL, 0),
(5811, 18, 'Mosna', 'Dolj', NULL, 50),
(5812, 18, 'Mosneni', 'Dolj', NULL, 25),
(5813, 18, 'Motatei', 'Dolj', NULL, 25),
(5814, 18, 'Motatei-Gara', 'Dolj', NULL, 23),
(5815, 18, 'Motoci', 'Dolj', NULL, 0),
(5816, 18, 'Muereni', 'Dolj', NULL, 27),
(5817, 18, 'Muierusu', 'Dolj', NULL, 35),
(5818, 18, 'Murgasi', 'Dolj', NULL, 30),
(5819, 18, 'Murta', 'Dolj', NULL, 35),
(5820, 18, 'Nedeia', 'Dolj', NULL, 70),
(5821, 18, 'Negoi', 'Dolj', NULL, 26),
(5822, 18, 'Negoiesti', 'Dolj', NULL, 0),
(5823, 18, 'Nisipuri', 'Dolj', NULL, 30),
(5824, 18, 'Nistoi', 'Dolj', NULL, 52),
(5825, 18, 'Novac', 'Dolj', NULL, 55),
(5826, 18, 'Obedin', 'Dolj', NULL, 0),
(5827, 18, 'Ocolna', 'Dolj', NULL, 40),
(5828, 18, 'Odoleni', 'Dolj', NULL, 38),
(5829, 18, 'Ohaba', 'Dolj', NULL, 0),
(5830, 18, 'Orodel', 'Dolj', NULL, 47),
(5831, 18, 'Ostroveni', 'Dolj', NULL, 60),
(5832, 18, 'Padea', 'Dolj', NULL, 45),
(5833, 18, 'Palilula', 'Dolj', NULL, 0),
(5834, 18, 'Panaghia', 'Dolj', NULL, 30),
(5835, 18, 'Pereni', 'Dolj', NULL, 30),
(5836, 18, 'Perisor', 'Dolj', NULL, 25),
(5837, 18, 'Picaturile', 'Dolj', NULL, 25),
(5838, 18, 'Pielesti', 'Dolj', NULL, 0),
(5839, 18, 'Pietroaia', 'Dolj', NULL, 30),
(5840, 18, 'Pioresti', 'Dolj', NULL, 27),
(5841, 18, 'Piria', 'Dolj', NULL, 50),
(5842, 18, 'Piscani', 'Dolj', NULL, 40),
(5843, 18, 'Piscu Lung', 'Dolj', NULL, 45),
(5844, 18, 'Piscu Nou', 'Dolj', NULL, 25),
(5845, 18, 'Piscu Sadovei', 'Dolj', NULL, 50),
(5846, 18, 'Piscu Vechi', 'Dolj', NULL, 0),
(5847, 18, 'Pisculet', 'Dolj', NULL, 0),
(5848, 18, 'Plenita', 'Dolj', NULL, 42),
(5849, 18, 'Plesoi', 'Dolj', NULL, 40),
(5850, 18, 'Plopsor', 'Dolj', NULL, 20),
(5851, 18, 'Plopu-Amarasti', 'Dolj', NULL, 42),
(5852, 18, 'Plosca', 'Dolj', NULL, 45),
(5853, 18, 'Plostina', 'Dolj', NULL, 50),
(5854, 18, 'Podari', 'Dolj', NULL, 0),
(5855, 18, 'Poiana Fantanii', 'Dolj', NULL, 55),
(5856, 18, 'Poiana Mare', 'Dolj', NULL, 0),
(5857, 18, 'Poienile', 'Dolj', NULL, 50),
(5858, 18, 'Pometesti', 'Dolj', NULL, 27),
(5859, 18, 'Popanzalesti', 'Dolj', NULL, 0),
(5860, 18, 'Popeasa', 'Dolj', NULL, 26),
(5861, 18, 'Popesti', 'Dolj', NULL, 40),
(5862, 18, 'Popoveni', 'Dolj', NULL, 0),
(5863, 18, 'Potmeltu', 'Dolj', NULL, 0),
(5864, 18, 'Prapor', 'Dolj', NULL, 40),
(5865, 18, 'Preajba', 'Dolj', NULL, 0),
(5866, 18, 'Preajba de Jos', 'Dolj', NULL, 0),
(5867, 18, 'Preajba de Padure', 'Dolj', NULL, 25),
(5868, 18, 'Predesti', 'Dolj', NULL, 25),
(5869, 18, 'Predestii Mici', 'Dolj', NULL, 25),
(5870, 18, 'Prejoi', 'Dolj', NULL, 40);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(5871, 18, 'Prunet', 'Dolj', NULL, 0),
(5872, 18, 'Putinei', 'Dolj', NULL, 50),
(5873, 18, 'Puturi', 'Dolj', NULL, 30),
(5874, 18, 'Racarii de Jos', 'Dolj', NULL, 0),
(5875, 18, 'Racarii de Sus', 'Dolj', NULL, 0),
(5876, 18, 'Rachita de Jos', 'Dolj', NULL, 45),
(5877, 18, 'Rachita de Sus', 'Dolj', NULL, 42),
(5878, 18, 'Racovita', 'Dolj', NULL, 50),
(5879, 18, 'Radomir', 'Dolj', NULL, 0),
(5880, 18, 'Radovan', 'Dolj', NULL, 0),
(5881, 18, 'Rasnicu Batran', 'Dolj', NULL, 35),
(5882, 18, 'Rasnicu Oghian', 'Dolj', NULL, 35),
(5883, 18, 'Rast', 'Dolj', NULL, 17),
(5884, 18, 'Robanesti', 'Dolj', NULL, 0),
(5885, 18, 'Robanestii de Jos', 'Dolj', NULL, 0),
(5886, 18, 'Robanestii de Sus', 'Dolj', NULL, 0),
(5887, 18, 'Rojiste', 'Dolj', NULL, 25),
(5888, 18, 'Romanesti', 'Dolj', NULL, 0),
(5889, 18, 'Rosieni', 'Dolj', NULL, 0),
(5890, 18, 'Rupturile', 'Dolj', NULL, 38),
(5891, 18, 'Sadova', 'Dolj', NULL, 50),
(5892, 18, 'Salcia', 'Dolj', NULL, 23),
(5893, 18, 'Salcuta', 'Dolj', NULL, 30),
(5894, 18, 'Salcuta (Calopar)', 'Dolj', NULL, 43),
(5895, 18, 'Saliste', 'Dolj', NULL, 30),
(5896, 18, 'Sapata', 'Dolj', NULL, 70),
(5897, 18, 'Sarata', 'Dolj', NULL, 50),
(5898, 18, 'Sarbatoarea', 'Dolj', NULL, 0),
(5899, 18, 'Sarsca', 'Dolj', NULL, 25),
(5900, 18, 'Scaesti', 'Dolj', NULL, 0),
(5901, 18, 'Schitu', 'Dolj', NULL, 0),
(5902, 18, 'Seaca De Camp', 'Dolj', NULL, 17),
(5903, 18, 'Seaca de Padure', 'Dolj', NULL, 45),
(5904, 18, 'Secu', 'Dolj', NULL, 20),
(5905, 18, 'Secui', 'Dolj', NULL, 0),
(5906, 18, 'Seculesti', 'Dolj', NULL, 35),
(5907, 18, 'Segarcea', 'Dolj', NULL, 25),
(5908, 18, 'Seglet', 'Dolj', NULL, 45),
(5909, 18, 'Sfircea', 'Dolj', NULL, 0),
(5910, 18, 'Silistea Crucii', 'Dolj', NULL, 40),
(5911, 18, 'Simnicu de Jos', 'Dolj', NULL, 0),
(5912, 18, 'Simnicu de Sus', 'Dolj', NULL, 0),
(5913, 18, 'Sitoaia', 'Dolj', NULL, 30),
(5914, 18, 'Smadovicioara de Secu', 'Dolj', NULL, 62),
(5915, 18, 'Smardan', 'Dolj', NULL, 0),
(5916, 18, 'Soceni', 'Dolj', NULL, 65),
(5917, 18, 'Sopot', 'Dolj', NULL, 55),
(5918, 18, 'Soreni', 'Dolj', NULL, 35),
(5919, 18, 'Spineni', 'Dolj', NULL, 40),
(5920, 18, 'Stefanel', 'Dolj', NULL, 40),
(5921, 18, 'Stiubei', 'Dolj', NULL, 50),
(5922, 18, 'Stoicesti', 'Dolj', NULL, 44),
(5923, 18, 'Suharu', 'Dolj', NULL, 55),
(5924, 18, 'Sumandra', 'Dolj', NULL, 55),
(5925, 18, 'Talpas', 'Dolj', NULL, 65),
(5926, 18, 'Tamburesti', 'Dolj', NULL, 30),
(5927, 18, 'Tandara', 'Dolj', NULL, 25),
(5928, 18, 'Tarnava', 'Dolj', NULL, 30),
(5929, 18, 'Tartal', 'Dolj', NULL, 25),
(5930, 18, 'Tatomiresti', 'Dolj', NULL, 0),
(5931, 18, 'Teasc', 'Dolj', NULL, 0),
(5932, 18, 'Teascu din Deal', 'Dolj', NULL, 55),
(5933, 18, 'Teiu', 'Dolj', NULL, 56),
(5934, 18, 'Tencanau', 'Dolj', NULL, 50),
(5935, 18, 'Terpezita', 'Dolj', NULL, 30),
(5936, 18, 'Teslui', 'Dolj', NULL, 25),
(5937, 18, 'Tiu', 'Dolj', NULL, 45),
(5938, 18, 'Toceni', 'Dolj', NULL, 40),
(5939, 18, 'Tuglui', 'Dolj', NULL, 0),
(5940, 18, 'Tunarii Noi', 'Dolj', NULL, 23),
(5941, 18, 'Tunarii Vechi', 'Dolj', NULL, 0),
(5942, 18, 'Ungureni', 'Dolj', NULL, 0),
(5943, 18, 'Ungurenii Mici', 'Dolj', NULL, 0),
(5944, 18, 'Unirea', 'Dolj', NULL, 35),
(5945, 18, 'Urdinita', 'Dolj', NULL, 35),
(5946, 18, 'Urechesti', 'Dolj', NULL, 0),
(5947, 18, 'Urieni', 'Dolj', NULL, 30),
(5948, 18, 'Ursoaia', 'Dolj', NULL, 55),
(5949, 18, 'Urzica Mare', 'Dolj', NULL, 20),
(5950, 18, 'Urzicuta', 'Dolj', NULL, 18),
(5951, 18, 'Uscaci', 'Dolj', NULL, 0),
(5952, 18, 'Valea Fantanilor', 'Dolj', NULL, 15),
(5953, 18, 'Valea lui Patru', 'Dolj', NULL, 0),
(5954, 18, 'Valea Lungului', 'Dolj', NULL, 0),
(5955, 18, 'Valea Mare', 'Dolj', NULL, 60),
(5956, 18, 'Valea Muierii de Jos', 'Dolj', NULL, 38),
(5957, 18, 'Valea Stanciului', 'Dolj', NULL, 50),
(5958, 18, 'Vartop', 'Dolj', NULL, 50),
(5959, 18, 'Varvor', 'Dolj', NULL, 25),
(5960, 18, 'Varvoru de Jos', 'Dolj', NULL, 25),
(5961, 18, 'Vela', 'Dolj', NULL, 55),
(5962, 18, 'Veleni', 'Dolj', NULL, 47),
(5963, 18, 'Velesti', 'Dolj', NULL, 40),
(5964, 18, 'Verbicioara', 'Dolj', NULL, 60),
(5965, 18, 'Verbita', 'Dolj', NULL, 56),
(5966, 18, 'Viisoara-Mosneni', 'Dolj', NULL, 25),
(5967, 18, 'Vladimir', 'Dolj', NULL, 0),
(5968, 18, 'Voita', 'Dolj', NULL, 40),
(5969, 18, 'Zanoaga (Dolj)', 'Dolj', NULL, 20),
(5970, 18, 'Zaval', 'Dolj', NULL, 70),
(5971, 18, 'Zlatari', 'Dolj', NULL, 70),
(5972, 18, 'Zvorsca', 'Dolj', NULL, 30),
(5973, 19, 'Adam', 'Galati', NULL, 52),
(5974, 19, 'Aldesti', 'Galati', NULL, 90),
(5975, 19, 'Balabanesti', 'Galati', NULL, 20),
(5976, 19, 'Balasesti', 'Galati', NULL, 55),
(5977, 19, 'Baleni', 'Galati', NULL, 55),
(5978, 19, 'Balintesti', 'Galati', NULL, 70),
(5979, 19, 'Baltareti', 'Galati', NULL, 0),
(5980, 19, 'Baneasa', 'Galati', NULL, 70),
(5981, 19, 'Barcea', 'Galati', NULL, 20),
(5982, 19, 'Beresti', 'Galati', NULL, 62),
(5983, 19, 'Beresti-Meria', 'Galati', NULL, 80),
(5984, 19, 'Blanzi', 'Galati', NULL, 30),
(5985, 19, 'Brahasesti', 'Galati', NULL, 35),
(5986, 19, 'Branesti', 'Galati', NULL, 50),
(5987, 19, 'Branistea', 'Galati', NULL, 25),
(5988, 19, 'Branistea (Nicoresti)', 'Galati', NULL, 20),
(5989, 19, 'Bratulesti', 'Galati', NULL, 38),
(5990, 19, 'Bucesti', 'Galati', NULL, 32),
(5991, 19, 'Buciumeni', 'Galati', NULL, 30),
(5992, 19, 'Bursucani', 'Galati', NULL, 60),
(5993, 19, 'Calmatui', 'Galati', NULL, 35),
(5994, 19, 'Carapcesti', 'Galati', NULL, 40),
(5995, 19, 'Carlomanesti', 'Galati', NULL, 40),
(5996, 19, 'Cauiesti', 'Galati', NULL, 50),
(5997, 19, 'Cavadinesti', 'Galati', NULL, 75),
(5998, 19, 'Certesti', 'Galati', NULL, 40),
(5999, 19, 'Chiraftei', 'Galati', NULL, 45),
(6000, 19, 'Ciorasti', 'Galati', NULL, 45),
(6001, 19, 'Cismele', 'Galati', NULL, 0),
(6002, 19, 'Ciuresti', 'Galati', NULL, 60),
(6003, 19, 'Ciurestii Noi', 'Galati', NULL, 60),
(6004, 19, 'Coasta Lupei', 'Galati', NULL, 25),
(6005, 19, 'Comanesti', 'Galati', NULL, 80),
(6006, 19, 'Condrea', 'Galati', NULL, 25),
(6007, 19, 'Corcioveni', 'Galati', NULL, 28),
(6008, 19, 'Corni', 'Galati', NULL, 45),
(6009, 19, 'Corod', 'Galati', NULL, 25),
(6010, 19, 'Cositeni', 'Galati', NULL, 28),
(6011, 19, 'Cosmesti', 'Galati', NULL, 0),
(6012, 19, 'Cosmestii-Vale', 'Galati', NULL, 20),
(6013, 19, 'Costache Negri', 'Galati', NULL, 45),
(6014, 19, 'Costi', 'Galati', NULL, 20),
(6015, 19, 'Cotoroaia', 'Galati', NULL, 50),
(6016, 19, 'Craiesti', 'Galati', NULL, 50),
(6017, 19, 'Crangeni', 'Galati', NULL, 65),
(6018, 19, 'Cruceanu', 'Galati', NULL, 70),
(6019, 19, 'Cuca', 'Galati', NULL, 35),
(6020, 19, 'Cudalbi', 'Galati', NULL, 25),
(6021, 19, 'Cuza Voda', 'Galati', NULL, 35),
(6022, 19, 'Dobrinesti', 'Galati', NULL, 0),
(6023, 19, 'Draganesti', 'Galati', NULL, 0),
(6024, 19, 'Draguseni', 'Galati', NULL, 49),
(6025, 19, 'Fantanele', 'Galati', NULL, 45),
(6026, 19, 'Fantani', 'Galati', NULL, 30),
(6027, 19, 'Fartanesti', 'Galati', NULL, 40),
(6028, 19, 'Foltesti', 'Galati', NULL, 40),
(6029, 19, 'Frumusita', 'Galati', NULL, 30),
(6030, 19, 'Frunzeasca', 'Galati', NULL, 0),
(6031, 19, 'Fundeanu', 'Galati', NULL, 35),
(6032, 19, 'Fundeni', 'Galati', NULL, 45),
(6033, 19, 'Fundenii Noi', 'Galati', NULL, 45),
(6034, 19, 'Furcenii Noi', 'Galati', NULL, 0),
(6035, 19, 'Furcenii Vechi', 'Galati', NULL, 0),
(6036, 19, 'Galati', 'Galati', NULL, 0),
(6037, 19, 'Ganesti', 'Galati', NULL, 85),
(6038, 19, 'Gara Berheci', 'Galati', NULL, 25),
(6039, 19, 'Gara Ghidigeni', 'Galati', NULL, 35),
(6040, 19, 'Garbovat', 'Galati', NULL, 33),
(6041, 19, 'Gefu', 'Galati', NULL, 35),
(6042, 19, 'Ghidigeni', 'Galati', NULL, 30),
(6043, 19, 'Ghinghesti', 'Galati', NULL, 55),
(6044, 19, 'Gohor', 'Galati', NULL, 35),
(6045, 19, 'Grivita', 'Galati', NULL, 35),
(6046, 19, 'Grozavesti', 'Galati', NULL, 25),
(6047, 19, 'Gura Garbovatului', 'Galati', NULL, 35),
(6048, 19, 'Hantesti', 'Galati', NULL, 30),
(6049, 19, 'Hanu Conachi', 'Galati', NULL, 40),
(6050, 19, 'Hustiu', 'Galati', NULL, 50),
(6051, 19, 'Ijdileni', 'Galati', NULL, 25),
(6052, 19, 'Independenta', 'Galati', NULL, 30),
(6053, 19, 'Ionasesti', 'Galati', NULL, 20),
(6054, 19, 'Ireasca', 'Galati', NULL, 35),
(6055, 19, 'Ivesti', 'Galati', NULL, 30),
(6056, 19, 'Izvoarele', 'Galati', NULL, 35),
(6057, 19, 'Jorasti', 'Galati', NULL, 70),
(6058, 19, 'Liesti', 'Galati', NULL, 30),
(6059, 19, 'Liesti (Priponesti)', 'Galati', NULL, 40),
(6060, 19, 'Lozova', 'Galati', NULL, 35),
(6061, 19, 'Lunca', 'Galati', NULL, 75),
(6062, 19, 'Lungesti', 'Galati', NULL, 22),
(6063, 19, 'Lungoci', 'Galati', NULL, 45),
(6064, 19, 'Lupele', 'Galati', NULL, 45),
(6065, 19, 'Maciseni', 'Galati', NULL, 40),
(6066, 19, 'Malu Alb', 'Galati', NULL, 0),
(6067, 19, 'Malureni', 'Galati', NULL, 20),
(6068, 19, 'Mandresti', 'Galati', NULL, 35),
(6069, 19, 'Mastacani', 'Galati', NULL, 45),
(6070, 19, 'Matca', 'Galati', NULL, 20),
(6071, 19, 'Mihail Kogalniceanu', 'Galati', NULL, 20),
(6072, 19, 'Moscu', 'Galati', NULL, 60),
(6073, 19, 'Movileni', 'Galati', NULL, 0),
(6074, 19, 'Movileni (sendreni)', 'Galati', NULL, 0),
(6075, 19, 'Munteni', 'Galati', NULL, 0),
(6076, 19, 'Namoloasa', 'Galati', NULL, 55),
(6077, 19, 'Namoloasa-Sat', 'Galati', NULL, 55),
(6078, 19, 'Nartesti', 'Galati', NULL, 30),
(6079, 19, 'Negrea', 'Galati', NULL, 40),
(6080, 19, 'Negrilesti', 'Galati', NULL, 30),
(6081, 19, 'Nicopole', 'Galati', NULL, 45),
(6082, 19, 'Nicoresti', 'Galati', NULL, 0),
(6083, 19, 'Oancea', 'Galati', NULL, 60),
(6084, 19, 'Odaia Manolache', 'Galati', NULL, 20),
(6085, 19, 'Onciu', 'Galati', NULL, 90),
(6086, 19, 'Pechea', 'Galati', NULL, 40),
(6087, 19, 'Piscu', 'Galati', NULL, 35),
(6088, 19, 'Piscu Corbului', 'Galati', NULL, 22),
(6089, 19, 'Plesa', 'Galati', NULL, 90),
(6090, 19, 'Plevna', 'Galati', NULL, 45),
(6091, 19, 'Podoleni', 'Galati', NULL, 30),
(6092, 19, 'Poiana', 'Galati', NULL, 20),
(6093, 19, 'Posta', 'Galati', NULL, 30),
(6094, 19, 'Priponesti', 'Galati', NULL, 31),
(6095, 19, 'Priponestii de Jos', 'Galati', NULL, 35),
(6096, 19, 'Prodanesti', 'Galati', NULL, 85),
(6097, 19, 'Pupezeni', 'Galati', NULL, 65),
(6098, 19, 'Puricani', 'Galati', NULL, 85),
(6099, 19, 'Radesti', 'Galati', NULL, 65),
(6100, 19, 'Rediu', 'Galati', NULL, 50),
(6101, 19, 'Rogojeni', 'Galati', NULL, 75),
(6102, 19, 'Roscani', 'Galati', NULL, 80),
(6103, 19, 'Salcia', 'Galati', NULL, 22),
(6104, 19, 'Sarbi', 'Galati', NULL, 0),
(6105, 19, 'Saseni', 'Galati', NULL, 90),
(6106, 19, 'Satu Nou', 'Galati', NULL, 20),
(6107, 19, 'Scanteiesti', 'Galati', NULL, 35),
(6108, 19, 'Schela', 'Galati', NULL, 25),
(6109, 19, 'Sendreni', 'Galati', NULL, 0),
(6110, 19, 'Serbestii Vechi', 'Galati', NULL, 35),
(6111, 19, 'Silistea', 'Galati', NULL, 30),
(6112, 19, 'Sipote', 'Galati', NULL, 90),
(6113, 19, 'Sivita', 'Galati', NULL, 25),
(6114, 19, 'Slivna', 'Galati', NULL, 80),
(6115, 19, 'Slobozia Blaneasa', 'Galati', NULL, 30),
(6116, 19, 'Slobozia Conachi', 'Galati', NULL, 35),
(6117, 19, 'Slobozia Corni', 'Galati', NULL, 36),
(6118, 19, 'Slobozia Oancea', 'Galati', NULL, 60),
(6119, 19, 'Smardan', 'Galati', NULL, 0),
(6120, 19, 'Smulti', 'Galati', NULL, 40),
(6121, 19, 'Stietesti', 'Galati', NULL, 58),
(6122, 19, 'Stoicani', 'Galati', NULL, 35),
(6123, 19, 'Suceveni', 'Galati', NULL, 80),
(6124, 19, 'Suhurlui', 'Galati', NULL, 50),
(6125, 19, 'Talpigi', 'Galati', NULL, 21),
(6126, 19, 'Tamaoani', 'Galati', NULL, 25),
(6127, 19, 'Taplau', 'Galati', NULL, 24),
(6128, 19, 'Targu Bujor', 'Galati', NULL, 55),
(6129, 19, 'Tatarca', 'Galati', NULL, 25),
(6130, 19, 'Tecucelu Sec', 'Galati', NULL, 35),
(6131, 19, 'Tecuci', 'Galati', NULL, 0),
(6132, 19, 'Tepu', 'Galati', NULL, 20),
(6133, 19, 'Tepu de Sus', 'Galati', NULL, 25),
(6134, 19, 'Tiganesti', 'Galati', NULL, 0),
(6135, 19, 'Toflea', 'Galati', NULL, 35),
(6136, 19, 'Torcesti', 'Galati', NULL, 25),
(6137, 19, 'Traian', 'Galati', NULL, 25),
(6138, 19, 'Tudor Vladimirescu', 'Galati', NULL, 40),
(6139, 19, 'Tulucesti', 'Galati', NULL, 30),
(6140, 19, 'Umbraresti', 'Galati', NULL, 20),
(6141, 19, 'Umbraresti (Targu Bujor)', 'Galati', NULL, 55),
(6142, 19, 'Umbraresti-Deal', 'Galati', NULL, 24),
(6143, 19, 'Ungureni', 'Galati', NULL, 0),
(6144, 19, 'Urlesti', 'Galati', NULL, 45),
(6145, 19, 'Vadeni', 'Galati', NULL, 70),
(6146, 19, 'Valea Marului', 'Galati', NULL, 20),
(6147, 19, 'Vames', 'Galati', NULL, 35),
(6148, 19, 'Vanatori', 'Galati', NULL, 0),
(6149, 19, 'Varlezi', 'Galati', NULL, 40),
(6150, 19, 'Vasile Alecsandri', 'Galati', NULL, 20),
(6151, 19, 'Viile', 'Galati', NULL, 45),
(6152, 19, 'Visina', 'Galati', NULL, 20),
(6153, 19, 'Vizuresti', 'Galati', NULL, 30),
(6154, 19, 'Vladesti', 'Galati', NULL, 50),
(6155, 19, 'Zarnesti', 'Galati', NULL, 75),
(6156, 19, 'Zimbru', 'Galati', NULL, 60),
(6157, 20, 'Adunatii-Copaceni', 'Giurgiu', NULL, 0),
(6158, 20, 'Anghelesti', 'Giurgiu', NULL, 0),
(6159, 20, 'Bacu', 'Giurgiu', NULL, 0),
(6160, 20, 'Balanu', 'Giurgiu', NULL, 0),
(6161, 20, 'Baneasa', 'Giurgiu', NULL, 25),
(6162, 20, 'Banesti', 'Giurgiu', NULL, 50),
(6163, 20, 'Bila', 'Giurgiu', NULL, 40),
(6164, 20, 'Bolintin-Deal', 'Giurgiu', NULL, 0),
(6165, 20, 'Bolintin-Vale', 'Giurgiu', NULL, 0),
(6166, 20, 'Branistari', 'Giurgiu', NULL, 40),
(6167, 20, 'Branistea', 'Giurgiu', NULL, 0),
(6168, 20, 'Bucsani', 'Giurgiu', NULL, 0),
(6169, 20, 'Budeni', 'Giurgiu', NULL, 45),
(6170, 20, 'Bulbucata', 'Giurgiu', NULL, 0),
(6171, 20, 'Buturugeni', 'Giurgiu', NULL, 0),
(6172, 20, 'Calugareni', 'Giurgiu', NULL, 35),
(6173, 20, 'Camineasca', 'Giurgiu', NULL, 40),
(6174, 20, 'Campurelu', 'Giurgiu', NULL, 20),
(6175, 20, 'Carapancea', 'Giurgiu', NULL, 35),
(6176, 20, 'Carpenisu', 'Giurgiu', NULL, 0),
(6177, 20, 'Cartojani', 'Giurgiu', NULL, 0),
(6178, 20, 'Cascioarele (Gaiseni)', 'Giurgiu', NULL, 0),
(6179, 20, 'Cascioarele (Ulmi)', 'Giurgiu', NULL, 0),
(6180, 20, 'Cetatea', 'Giurgiu', NULL, 0),
(6181, 20, 'Cetatuia', 'Giurgiu', NULL, 29),
(6182, 20, 'Chirculesti', 'Giurgiu', NULL, 20),
(6183, 20, 'Chiriacu', 'Giurgiu', NULL, 40),
(6184, 20, 'Clejani', 'Giurgiu', NULL, 0),
(6185, 20, 'Colibasi', 'Giurgiu', NULL, 20),
(6186, 20, 'Comana', 'Giurgiu', NULL, 42),
(6187, 20, 'Comasca', 'Giurgiu', NULL, 0),
(6188, 20, 'Copaciu', 'Giurgiu', NULL, 45),
(6189, 20, 'Corbeanca (Giurgiu)', 'Giurgiu', NULL, 0),
(6190, 20, 'Cosoba', 'Giurgiu', NULL, 0),
(6191, 20, 'Coteni', 'Giurgiu', NULL, 35),
(6192, 20, 'Cranguri', 'Giurgiu', NULL, 48),
(6193, 20, 'Crevedia Mare', 'Giurgiu', NULL, 0),
(6194, 20, 'Crevedia Mica', 'Giurgiu', NULL, 0),
(6195, 20, 'Crivina', 'Giurgiu', NULL, 0),
(6196, 20, 'Crucea de Piatra', 'Giurgiu', NULL, 34),
(6197, 20, 'Cucuruzu', 'Giurgiu', NULL, 45),
(6198, 20, 'Cupele', 'Giurgiu', NULL, 60),
(6199, 20, 'Daia', 'Giurgiu', NULL, 0),
(6200, 20, 'Darasti-Vlasca', 'Giurgiu', NULL, 0),
(6201, 20, 'Dealu', 'Giurgiu', NULL, 0),
(6202, 20, 'Dimitrie Cantemir', 'Giurgiu', NULL, 0),
(6203, 20, 'Dobreni', 'Giurgiu', NULL, 0),
(6204, 20, 'Draganeasca', 'Giurgiu', NULL, 0),
(6205, 20, 'Draganescu', 'Giurgiu', NULL, 0),
(6206, 20, 'Draghiceanu', 'Giurgiu', NULL, 0),
(6207, 20, 'Facau', 'Giurgiu', NULL, 56),
(6208, 20, 'Falastoaca', 'Giurgiu', NULL, 25),
(6209, 20, 'Floresti', 'Giurgiu', NULL, 0),
(6210, 20, 'Floresti-Stoenesti', 'Giurgiu', NULL, 0),
(6211, 20, 'Frasinu', 'Giurgiu', NULL, 0),
(6212, 20, 'Fratesti', 'Giurgiu', NULL, 0),
(6213, 20, 'Gaiseanca', 'Giurgiu', NULL, 0),
(6214, 20, 'Gaiseni', 'Giurgiu', NULL, 0),
(6215, 20, 'Gaujani', 'Giurgiu', NULL, 45),
(6216, 20, 'Ghimpati', 'Giurgiu', NULL, 45),
(6217, 20, 'Ghionea', 'Giurgiu', NULL, 0),
(6218, 20, 'Ghizdaru', 'Giurgiu', NULL, 35),
(6219, 20, 'Giurgiu', 'Giurgiu', NULL, 0),
(6220, 20, 'Gogosari', 'Giurgiu', NULL, 25),
(6221, 20, 'Goleasca', 'Giurgiu', NULL, 0),
(6222, 20, 'Gorneni', 'Giurgiu', NULL, 55),
(6223, 20, 'Gostinari', 'Giurgiu', NULL, 28),
(6224, 20, 'Gostinu', 'Giurgiu', NULL, 30),
(6225, 20, 'Gradinari', 'Giurgiu', NULL, 0),
(6226, 20, 'Gradistea', 'Giurgiu', NULL, 50),
(6227, 20, 'Greaca', 'Giurgiu', NULL, 30),
(6228, 20, 'Herasti', 'Giurgiu', NULL, 50),
(6229, 20, 'Hobaia', 'Giurgiu', NULL, 0),
(6230, 20, 'Hodivoaia', 'Giurgiu', NULL, 0),
(6231, 20, 'Hotarele', 'Giurgiu', NULL, 30),
(6232, 20, 'Hulubesti', 'Giurgiu', NULL, 39),
(6233, 20, 'Ianculesti', 'Giurgiu', NULL, 53),
(6234, 20, 'Icoana', 'Giurgiu', NULL, 0),
(6235, 20, 'Iepuresti', 'Giurgiu', NULL, 0),
(6236, 20, 'Izvoarele', 'Giurgiu', NULL, 50),
(6237, 20, 'Izvoarele (Hotarele)', 'Giurgiu', NULL, 50),
(6238, 20, 'Izvoru (Gogosari)', 'Giurgiu', NULL, 30),
(6239, 20, 'Izvoru (Vanatorii Mici)', 'Giurgiu', NULL, 0),
(6240, 20, 'Joita', 'Giurgiu', NULL, 0),
(6241, 20, 'Letca Noua', 'Giurgiu', NULL, 0),
(6242, 20, 'Letca Veche', 'Giurgiu', NULL, 59),
(6243, 20, 'Malu', 'Giurgiu', NULL, 27),
(6244, 20, 'Malu Spart', 'Giurgiu', NULL, 0),
(6245, 20, 'Marsa', 'Giurgiu', NULL, 83),
(6246, 20, 'Mihai Bravu', 'Giurgiu', NULL, 40),
(6247, 20, 'Mihai Voda', 'Giurgiu', NULL, 0),
(6248, 20, 'Mihailesti', 'Giurgiu', NULL, 0),
(6249, 20, 'Milcovatu', 'Giurgiu', NULL, 57),
(6250, 20, 'Milosesti', 'Giurgiu', NULL, 50),
(6251, 20, 'Mirau', 'Giurgiu', NULL, 45),
(6252, 20, 'Mironesti', 'Giurgiu', NULL, 54),
(6253, 20, 'Mogosesti', 'Giurgiu', NULL, 0),
(6254, 20, 'Mosteni', 'Giurgiu', NULL, 0),
(6255, 20, 'Naipu', 'Giurgiu', NULL, 42),
(6256, 20, 'Neajlovu', 'Giurgiu', NULL, 55),
(6257, 20, 'Novaci', 'Giurgiu', NULL, 35),
(6258, 20, 'Obedeni', 'Giurgiu', NULL, 0),
(6259, 20, 'Ogrezeni', 'Giurgiu', NULL, 0),
(6260, 20, 'Oinacu', 'Giurgiu', NULL, 0),
(6261, 20, 'Oncesti', 'Giurgiu', NULL, 0),
(6262, 20, 'Padureni', 'Giurgiu', NULL, 0),
(6263, 20, 'Palanca', 'Giurgiu', NULL, 0),
(6264, 20, 'Petru Rares', 'Giurgiu', NULL, 0),
(6265, 20, 'Pietrele', 'Giurgiu', NULL, 30),
(6266, 20, 'Pietrisu', 'Giurgiu', NULL, 35),
(6267, 20, 'Plopsoru', 'Giurgiu', NULL, 0),
(6268, 20, 'Podisor', 'Giurgiu', NULL, 74),
(6269, 20, 'Podu Doamnei', 'Giurgiu', NULL, 0),
(6270, 20, 'Podu Ilfovatului', 'Giurgiu', NULL, 0),
(6271, 20, 'Podu Popa Nae', 'Giurgiu', NULL, 50),
(6272, 20, 'Poenari', 'Giurgiu', NULL, 0),
(6273, 20, 'Poiana lui Stanga', 'Giurgiu', NULL, 0),
(6274, 20, 'Popesti', 'Giurgiu', NULL, 0),
(6275, 20, 'Posta', 'Giurgiu', NULL, 0),
(6276, 20, 'Priboiu', 'Giurgiu', NULL, 80),
(6277, 20, 'Prundu', 'Giurgiu', NULL, 55),
(6278, 20, 'Puieni', 'Giurgiu', NULL, 55),
(6279, 20, 'Putineiu', 'Giurgiu', NULL, 20),
(6280, 20, 'Putu Greci', 'Giurgiu', NULL, 55),
(6281, 20, 'Radu Voda', 'Giurgiu', NULL, 25),
(6282, 20, 'Ralesti', 'Giurgiu', NULL, 0),
(6283, 20, 'Rasuceni', 'Giurgiu', NULL, 39),
(6284, 20, 'Remus', 'Giurgiu', NULL, 0),
(6285, 20, 'Roata de Jos', 'Giurgiu', NULL, 0),
(6286, 20, 'Roata Mica', 'Giurgiu', NULL, 60),
(6287, 20, 'Sabareni', 'Giurgiu', NULL, 0),
(6288, 20, 'Sadina', 'Giurgiu', NULL, 60),
(6289, 20, 'Satu Nou', 'Giurgiu', NULL, 65),
(6290, 20, 'Schitu', 'Giurgiu', NULL, 35),
(6291, 20, 'Sfantu Gheorghe (Baneasa)', 'Giurgiu', NULL, 40),
(6292, 20, 'Sfantu Gheorghe (Crevedia Mare)', 'Giurgiu', NULL, 50),
(6293, 20, 'Singureni', 'Giurgiu', NULL, 0),
(6294, 20, 'Slobozia', 'Giurgiu', NULL, 0),
(6295, 20, 'Stalpu', 'Giurgiu', NULL, 52),
(6296, 20, 'Stanesti', 'Giurgiu', NULL, 20),
(6297, 20, 'Stejaru', 'Giurgiu', NULL, 45),
(6298, 20, 'Sterea', 'Giurgiu', NULL, 60),
(6299, 20, 'Stoenesti', 'Giurgiu', NULL, 40),
(6300, 20, 'Stoenesti (Floresti-Stoenesti)', 'Giurgiu', NULL, 53),
(6301, 20, 'Suseni', 'Giurgiu', NULL, 87),
(6302, 20, 'Tantava', 'Giurgiu', NULL, 0),
(6303, 20, 'Teisori', 'Giurgiu', NULL, 58),
(6304, 20, 'Teiusu', 'Giurgiu', NULL, 60),
(6305, 20, 'Tomulesti', 'Giurgiu', NULL, 52),
(6306, 20, 'Toporu', 'Giurgiu', NULL, 50),
(6307, 20, 'Trestieni', 'Giurgiu', NULL, 0),
(6308, 20, 'Uiesti', 'Giurgiu', NULL, 0),
(6309, 20, 'Ulmi', 'Giurgiu', NULL, 0),
(6310, 20, 'Uzunu', 'Giurgiu', NULL, 40),
(6311, 20, 'Vadu Lat', 'Giurgiu', NULL, 0),
(6312, 20, 'Valcelele', 'Giurgiu', NULL, 75),
(6313, 20, 'Valea Bujorului', 'Giurgiu', NULL, 50),
(6314, 20, 'Valea Dragului', 'Giurgiu', NULL, 50),
(6315, 20, 'Valea Plopilor', 'Giurgiu', NULL, 0),
(6316, 20, 'Valter Maracineanu', 'Giurgiu', NULL, 52),
(6317, 20, 'Vanatorii Mari', 'Giurgiu', NULL, 0),
(6318, 20, 'Vanatorii Mici', 'Giurgiu', NULL, 0),
(6319, 20, 'Varasti', 'Giurgiu', NULL, 20),
(6320, 20, 'Varlaam', 'Giurgiu', NULL, 0),
(6321, 20, 'Vedea', 'Giurgiu', NULL, 0),
(6322, 20, 'Vieru', 'Giurgiu', NULL, 30),
(6323, 20, 'Vlad Tepes', 'Giurgiu', NULL, 45),
(6324, 20, 'Vlasin', 'Giurgiu', NULL, 30),
(6325, 20, 'Zadariciu', 'Giurgiu', NULL, 0),
(6326, 20, 'Zboiu', 'Giurgiu', NULL, 50),
(6327, 20, 'Zorile', 'Giurgiu', NULL, 0),
(6328, 21, 'Albeni', 'Gorj', NULL, 25),
(6329, 21, 'Alexeni', 'Gorj', NULL, 0),
(6330, 21, 'Alimpesti', 'Gorj', NULL, 53),
(6331, 21, 'Alunis', 'Gorj', NULL, 40),
(6332, 21, 'Andreesti', 'Gorj', NULL, 40),
(6333, 21, 'Aninisu din Deal', 'Gorj', NULL, 25),
(6334, 21, 'Aninisu din Vale', 'Gorj', NULL, 25),
(6335, 21, 'Aninoasa', 'Gorj', NULL, 50),
(6336, 21, 'Apa Neagra', 'Gorj', NULL, 40),
(6337, 21, 'Arcani', 'Gorj', NULL, 20),
(6338, 21, 'Arjoci', 'Gorj', NULL, 0),
(6339, 21, 'Arpadia', 'Gorj', NULL, 69),
(6340, 21, 'Arseni', 'Gorj', NULL, 0),
(6341, 21, 'Arsuri', 'Gorj', NULL, 0),
(6342, 21, 'Artanu', 'Gorj', NULL, 35),
(6343, 21, 'Bacesti', 'Gorj', NULL, 67),
(6344, 21, 'Badesti', 'Gorj', NULL, 62),
(6345, 21, 'Baia de Fier', 'Gorj', NULL, 25),
(6346, 21, 'Balacesti', 'Gorj', NULL, 47),
(6347, 21, 'Balanesti', 'Gorj', NULL, 0),
(6348, 21, 'Balani', 'Gorj', NULL, 0),
(6349, 21, 'Balcesti', 'Gorj', NULL, 35),
(6350, 21, 'Balesti', 'Gorj', NULL, 0),
(6351, 21, 'Balosani', 'Gorj', NULL, 45),
(6352, 21, 'Balta', 'Gorj', NULL, 30),
(6353, 21, 'Balteni', 'Gorj', NULL, 30),
(6354, 21, 'Baltisoara', 'Gorj', NULL, 0),
(6355, 21, 'Baniu', 'Gorj', NULL, 47),
(6356, 21, 'Barbatesti', 'Gorj', NULL, 32),
(6357, 21, 'Barcaciu', 'Gorj', NULL, 0),
(6358, 21, 'Barsesti', 'Gorj', NULL, 0),
(6359, 21, 'Barza', 'Gorj', NULL, 0),
(6360, 21, 'Barzeiu', 'Gorj', NULL, 42),
(6361, 21, 'Barzeiu de Gilort', 'Gorj', NULL, 32),
(6362, 21, 'Bazavani', 'Gorj', NULL, 44),
(6363, 21, 'Becheni', 'Gorj', NULL, 40),
(6364, 21, 'Bengesti', 'Gorj', NULL, 25),
(6365, 21, 'Bengesti-Ciocadia', 'Gorj', NULL, 32),
(6366, 21, 'Bercesti', 'Gorj', NULL, 25),
(6367, 21, 'Berlesti', 'Gorj', NULL, 45),
(6368, 21, 'Bibesti', 'Gorj', NULL, 48),
(6369, 21, 'Bibulesti', 'Gorj', NULL, 63),
(6370, 21, 'Bircii', 'Gorj', NULL, 35),
(6371, 21, 'Blahnita de Jos', 'Gorj', NULL, 0),
(6372, 21, 'Blahnita de Sus', 'Gorj', NULL, 0),
(6373, 21, 'Blidari', 'Gorj', NULL, 33),
(6374, 21, 'Bobaia', 'Gorj', NULL, 56),
(6375, 21, 'Boboiesti', 'Gorj', NULL, 32),
(6376, 21, 'Bobu', 'Gorj', NULL, 0),
(6377, 21, 'Boca', 'Gorj', NULL, 0),
(6378, 21, 'Bohorel', 'Gorj', NULL, 31),
(6379, 21, 'Boia', 'Gorj', NULL, 28),
(6380, 21, 'Bojinu', 'Gorj', NULL, 71),
(6381, 21, 'Bolboasa', 'Gorj', NULL, 25),
(6382, 21, 'Bolbocesti', 'Gorj', NULL, 29),
(6383, 21, 'Bolbosi', 'Gorj', NULL, 25),
(6384, 21, 'Borascu', 'Gorj', NULL, 53),
(6385, 21, 'Borosteni', 'Gorj', NULL, 0),
(6386, 21, 'Botorogi ', 'Gorj', NULL, 0),
(6387, 21, 'Bradet', 'Gorj', NULL, 34),
(6388, 21, 'Bradetel', 'Gorj', NULL, 30),
(6389, 21, 'Bradiceni', 'Gorj', NULL, 28),
(6390, 21, 'Branesti', 'Gorj', NULL, 0),
(6391, 21, 'Bratesti', 'Gorj', NULL, 61),
(6392, 21, 'Bratuia', 'Gorj', NULL, 15),
(6393, 21, 'Brebenei', 'Gorj', NULL, 62),
(6394, 21, 'Brosteni', 'Gorj', NULL, 55),
(6395, 21, 'Brostenii de Sus', 'Gorj', NULL, 52),
(6396, 21, 'Bucsana', 'Gorj', NULL, 25),
(6397, 21, 'Bucureasa', 'Gorj', NULL, 0),
(6398, 21, 'Budieni', 'Gorj', NULL, 0),
(6399, 21, 'Buduhala', 'Gorj', NULL, 0),
(6400, 21, 'Bulbuceni', 'Gorj', NULL, 56),
(6401, 21, 'Bumbesti-Jiu', 'Gorj', NULL, 0),
(6402, 21, 'Bumbesti-Pitic', 'Gorj', NULL, 39),
(6403, 21, 'Burlani', 'Gorj', NULL, 38),
(6404, 21, 'Bustuchin', 'Gorj', NULL, 54),
(6405, 21, 'Busuioci', 'Gorj', NULL, 50),
(6406, 21, 'Buzesti', 'Gorj', NULL, 37),
(6407, 21, 'Calaparu', 'Gorj', NULL, 50),
(6408, 21, 'Calcesti', 'Gorj', NULL, 32),
(6409, 21, 'Calesti', 'Gorj', NULL, 0),
(6410, 21, 'Calnic', 'Gorj', NULL, 20),
(6411, 21, 'Calnicu de sus', 'Gorj', NULL, 0),
(6412, 21, 'Calugareasa', 'Gorj', NULL, 35),
(6413, 21, 'Calugareni', 'Gorj', NULL, 40),
(6414, 21, 'Campofeni', 'Gorj', NULL, 20),
(6415, 21, 'Campu Mare', 'Gorj', NULL, 24),
(6416, 21, 'Camuiesti', 'Gorj', NULL, 19),
(6417, 21, 'Canepesti', 'Gorj', NULL, 0),
(6418, 21, 'Capreni', 'Gorj', NULL, 55),
(6419, 21, 'Capu Dealului', 'Gorj', NULL, 65),
(6420, 21, 'Carbesti', 'Gorj', NULL, 0),
(6421, 21, 'Carbunesti-Sat', 'Gorj', NULL, 28),
(6422, 21, 'Carciu', 'Gorj', NULL, 16),
(6423, 21, 'Carligei', 'Gorj', NULL, 25),
(6424, 21, 'Carpinis', 'Gorj', NULL, 30),
(6425, 21, 'Cartiu', 'Gorj', NULL, 0),
(6426, 21, 'Catunele', 'Gorj', NULL, 0),
(6427, 21, 'Ceauru', 'Gorj', NULL, 0),
(6428, 21, 'Celei', 'Gorj', NULL, 39),
(6429, 21, 'Ceplea', 'Gorj', NULL, 48),
(6430, 21, 'Ceratu de Copacioasa', 'Gorj', NULL, 0),
(6431, 21, 'Cernadia', 'Gorj', NULL, 30),
(6432, 21, 'Cerna-Sat', 'Gorj', NULL, 92),
(6433, 21, 'Cetatea', 'Gorj', NULL, 40),
(6434, 21, 'Chiciora', 'Gorj', NULL, 69),
(6435, 21, 'Chiliu', 'Gorj', NULL, 34),
(6436, 21, 'Ciocadia', 'Gorj', NULL, 25),
(6437, 21, 'Cionti', 'Gorj', NULL, 46),
(6438, 21, 'Ciorari', 'Gorj', NULL, 60),
(6439, 21, 'Ciuperceni', 'Gorj', NULL, 18),
(6440, 21, 'Ciupercenii de Oltet', 'Gorj', NULL, 49),
(6441, 21, 'Clesnesti', 'Gorj', NULL, 0),
(6442, 21, 'Closani', 'Gorj', NULL, 45),
(6443, 21, 'Cocoreni', 'Gorj', NULL, 35),
(6444, 21, 'Cocorova', 'Gorj', NULL, 65),
(6445, 21, 'Cojani', 'Gorj', NULL, 26),
(6446, 21, 'Cojmanesti', 'Gorj', NULL, 35),
(6447, 21, 'Colibasi', 'Gorj', NULL, 25),
(6448, 21, 'Coltesti', 'Gorj', NULL, 51),
(6449, 21, 'Condeiesti', 'Gorj', NULL, 35),
(6450, 21, 'Copacioasa', 'Gorj', NULL, 0),
(6451, 21, 'Cornesti', 'Gorj', NULL, 0),
(6452, 21, 'Cornetu', 'Gorj', NULL, 40),
(6453, 21, 'Corobai', 'Gorj', NULL, 37),
(6454, 21, 'Corsoru', 'Gorj', NULL, 55),
(6455, 21, 'Costeni', 'Gorj', NULL, 40),
(6456, 21, 'Costesti', 'Gorj', NULL, 75),
(6457, 21, 'Covrigi', 'Gorj', NULL, 24),
(6458, 21, 'Crasna', 'Gorj', NULL, 25),
(6459, 21, 'Crasna din Deal', 'Gorj', NULL, 25),
(6460, 21, 'Cretesti', 'Gorj', NULL, 30),
(6461, 21, 'Croici', 'Gorj', NULL, 15),
(6462, 21, 'Cruset', 'Gorj', NULL, 25),
(6463, 21, 'Curpen', 'Gorj', NULL, 0),
(6464, 21, 'Cursaru', 'Gorj', NULL, 46),
(6465, 21, 'Curteana', 'Gorj', NULL, 26),
(6466, 21, 'Curtisoara', 'Gorj', NULL, 0),
(6467, 21, 'Dambova', 'Gorj', NULL, 0),
(6468, 21, 'Danciulesti', 'Gorj', NULL, 98),
(6469, 21, 'Danesti', 'Gorj', NULL, 0),
(6470, 21, 'Dealu Leului', 'Gorj', NULL, 60),
(6471, 21, 'Dealu Pomilor', 'Gorj', NULL, 0),
(6472, 21, 'Dealu Spirei', 'Gorj', NULL, 54),
(6473, 21, 'Dealu Viei', 'Gorj', NULL, 52),
(6474, 21, 'Dealu Viilor', 'Gorj', NULL, 25),
(6475, 21, 'Deleni', 'Gorj', NULL, 35),
(6476, 21, 'Didilesti', 'Gorj', NULL, 22),
(6477, 21, 'Dobrana', 'Gorj', NULL, 35),
(6478, 21, 'Dobrita', 'Gorj', NULL, 0),
(6479, 21, 'Dolcesti', 'Gorj', NULL, 45),
(6480, 21, 'Doseni', 'Gorj', NULL, 31),
(6481, 21, 'Dragoeni', 'Gorj', NULL, 0),
(6482, 21, 'Dragoiesti', 'Gorj', NULL, 30),
(6483, 21, 'Dragotesti', 'Gorj', NULL, 36),
(6484, 21, 'Dragutesti', 'Gorj', NULL, 0),
(6485, 21, 'Duculesti', 'Gorj', NULL, 45),
(6486, 21, 'Dumbraveni', 'Gorj', NULL, 35),
(6487, 21, 'Fantanele', 'Gorj', NULL, 45),
(6488, 21, 'Farcasesti', 'Gorj', NULL, 34),
(6489, 21, 'Farcasesti-Mosneni', 'Gorj', NULL, 33),
(6490, 21, 'Floresteni', 'Gorj', NULL, 35),
(6491, 21, 'Floresti', 'Gorj', NULL, 55),
(6492, 21, 'Francesti', 'Gorj', NULL, 0),
(6493, 21, 'Frasin', 'Gorj', NULL, 42),
(6494, 21, 'Fratesti', 'Gorj', NULL, 0),
(6495, 21, 'Frumusei', 'Gorj', NULL, 40),
(6496, 21, 'Frunza', 'Gorj', NULL, 54),
(6497, 21, 'Galcesti', 'Gorj', NULL, 50),
(6498, 21, 'Galesoaia', 'Gorj', NULL, 0),
(6499, 21, 'Gamani', 'Gorj', NULL, 0),
(6500, 21, 'Garbovu', 'Gorj', NULL, 54),
(6501, 21, 'Gavanesti', 'Gorj', NULL, 20),
(6502, 21, 'Gilortu', 'Gorj', NULL, 40),
(6503, 21, 'Glodeni', 'Gorj', NULL, 25),
(6504, 21, 'Glogova', 'Gorj', NULL, 0),
(6505, 21, 'Godinesti', 'Gorj', NULL, 35),
(6506, 21, 'Gornacel', 'Gorj', NULL, 0),
(6507, 21, 'Gornovita', 'Gorj', NULL, 37),
(6508, 21, 'Groserea', 'Gorj', NULL, 52),
(6509, 21, 'Grui', 'Gorj', NULL, 0),
(6510, 21, 'Gura susitei', 'Gorj', NULL, 69),
(6511, 21, 'Gura-Menti', 'Gorj', NULL, 54),
(6512, 21, 'Gureni', 'Gorj', NULL, 22),
(6513, 21, 'Haiesti', 'Gorj', NULL, 31),
(6514, 21, 'Halangesti', 'Gorj', NULL, 62),
(6515, 21, 'Hirisesti', 'Gorj', NULL, 25),
(6516, 21, 'Hobita', 'Gorj', NULL, 25),
(6517, 21, 'Hodoreasca', 'Gorj', NULL, 25),
(6518, 21, 'Horasti', 'Gorj', NULL, 0),
(6519, 21, 'Horezu', 'Gorj', NULL, 0),
(6520, 21, 'Hotaroasa', 'Gorj', NULL, 45),
(6521, 21, 'Hurezani', 'Gorj', NULL, 51),
(6522, 21, 'Iasi-Gorj', 'Gorj', NULL, 0),
(6523, 21, 'Iezureni', 'Gorj', NULL, 0),
(6524, 21, 'Igirosu', 'Gorj', NULL, 28),
(6525, 21, 'Iliesti', 'Gorj', NULL, 60),
(6526, 21, 'Insuratei', 'Gorj', NULL, 0),
(6527, 21, 'Ionesti', 'Gorj', NULL, 65),
(6528, 21, 'Iormanesti', 'Gorj', NULL, 0),
(6529, 21, 'Isvarna', 'Gorj', NULL, 33),
(6530, 21, 'Izvoarele', 'Gorj', NULL, 50),
(6531, 21, 'Jeristea', 'Gorj', NULL, 31),
(6532, 21, 'Jiltu', 'Gorj', NULL, 40),
(6533, 21, 'Jupanesti', 'Gorj', NULL, 32),
(6534, 21, 'Larga', 'Gorj', NULL, 43),
(6535, 21, 'Lazaresti', 'Gorj', NULL, 0),
(6536, 21, 'Lazuri', 'Gorj', NULL, 0),
(6537, 21, 'Lelesti', 'Gorj', NULL, 0),
(6538, 21, 'Leurda', 'Gorj', NULL, 0),
(6539, 21, 'Licurici', 'Gorj', NULL, 37),
(6540, 21, 'Lihulesti', 'Gorj', NULL, 39),
(6541, 21, 'Lintea', 'Gorj', NULL, 0),
(6542, 21, 'Logresti', 'Gorj', NULL, 57),
(6543, 21, 'Logresti-Mosteni', 'Gorj', NULL, 59),
(6544, 21, 'Lupoaia', 'Gorj', NULL, 0),
(6545, 21, 'Lupoita', 'Gorj', NULL, 0),
(6546, 21, 'Macesu', 'Gorj', NULL, 26),
(6547, 21, 'Magheresti', 'Gorj', NULL, 0),
(6548, 21, 'Maiag', 'Gorj', NULL, 30),
(6549, 21, 'Marinesti', 'Gorj', NULL, 71),
(6550, 21, 'Maru', 'Gorj', NULL, 55),
(6551, 21, 'Matasari', 'Gorj', NULL, 30),
(6552, 21, 'Mazaroi', 'Gorj', NULL, 0),
(6553, 21, 'Mentii din Dos', 'Gorj', NULL, 53),
(6554, 21, 'Merfulesti', 'Gorj', NULL, 0),
(6555, 21, 'Miclosu', 'Gorj', NULL, 27),
(6556, 21, 'Miculesti', 'Gorj', NULL, 0),
(6557, 21, 'Mielusei', 'Gorj', NULL, 65),
(6558, 21, 'Mierea', 'Gorj', NULL, 75),
(6559, 21, 'Miericeaua', 'Gorj', NULL, 70),
(6560, 21, 'Miluta', 'Gorj', NULL, 53),
(6561, 21, 'Mirosloveni', 'Gorj', NULL, 25),
(6562, 21, 'Mogosani', 'Gorj', NULL, 0),
(6563, 21, 'Moi ', 'Gorj', NULL, 30),
(6564, 21, 'Motorgi', 'Gorj', NULL, 50),
(6565, 21, 'Motru', 'Gorj', NULL, 0),
(6566, 21, 'Motru Sec', 'Gorj', NULL, 29),
(6567, 21, 'Murgesti', 'Gorj', NULL, 40),
(6568, 21, 'Murgilesti', 'Gorj', NULL, 16),
(6569, 21, 'Musculesti', 'Gorj', NULL, 37),
(6570, 21, 'Musetesti', 'Gorj', NULL, 23),
(6571, 21, 'Namete', 'Gorj', NULL, 49),
(6572, 21, 'Negoiesti', 'Gorj', NULL, 40),
(6573, 21, 'Negomir', 'Gorj', NULL, 35),
(6574, 21, 'Negreni', 'Gorj', NULL, 40),
(6575, 21, 'Nistoresti', 'Gorj', NULL, 60),
(6576, 21, 'Novaci', 'Gorj', NULL, 0),
(6577, 21, 'Nucetu', 'Gorj', NULL, 50),
(6578, 21, 'Obarsia', 'Gorj', NULL, 0),
(6579, 21, 'Obreja', 'Gorj', NULL, 0),
(6580, 21, 'Ohaba', 'Gorj', NULL, 0),
(6581, 21, 'Ohaba-Jiu', 'Gorj', NULL, 47),
(6582, 21, 'Olari', 'Gorj', NULL, 43),
(6583, 21, 'Olteanu', 'Gorj', NULL, 0),
(6584, 21, 'Orzesti', 'Gorj', NULL, 45),
(6585, 21, 'Orzu', 'Gorj', NULL, 35),
(6586, 21, 'Pades', 'Gorj', NULL, 45),
(6587, 21, 'Paisani', 'Gorj', NULL, 45),
(6588, 21, 'Pajistele', 'Gorj', NULL, 0),
(6589, 21, 'Paltinu', 'Gorj', NULL, 42),
(6590, 21, 'Parau', 'Gorj', NULL, 0),
(6591, 21, 'Parau Boia', 'Gorj', NULL, 30),
(6592, 21, 'Parau de Pripor', 'Gorj', NULL, 29),
(6593, 21, 'Parau de Vale', 'Gorj', NULL, 27),
(6594, 21, 'Parau Viu', 'Gorj', NULL, 46),
(6595, 21, 'Parvulesti', 'Gorj', NULL, 20),
(6596, 21, 'Pegeni', 'Gorj', NULL, 51),
(6597, 21, 'Pesteana de Jos', 'Gorj', NULL, 34),
(6598, 21, 'Pesteana-Jiu', 'Gorj', NULL, 36),
(6599, 21, 'Pesteana-Vulcan', 'Gorj', NULL, 28),
(6600, 21, 'Pestisani', 'Gorj', NULL, 22),
(6601, 21, 'Petrachei', 'Gorj', NULL, 68),
(6602, 21, 'Petresti', 'Gorj', NULL, 0),
(6603, 21, 'Picu', 'Gorj', NULL, 65),
(6604, 21, 'Pieptani', 'Gorj', NULL, 25),
(6605, 21, 'Pinoasa', 'Gorj', NULL, 24),
(6606, 21, 'Piscoiu', 'Gorj', NULL, 71),
(6607, 21, 'Piscuri', 'Gorj', NULL, 46),
(6608, 21, 'Pistestii din Deal', 'Gorj', NULL, 0),
(6609, 21, 'Plesa', 'Gorj', NULL, 25),
(6610, 21, 'Plopsoru', 'Gorj', NULL, 30),
(6611, 21, 'Plopu', 'Gorj', NULL, 59),
(6612, 21, 'Plostina', 'Gorj', NULL, 0),
(6613, 21, 'Pociovalistea', 'Gorj', NULL, 25),
(6614, 21, 'Pocruia', 'Gorj', NULL, 33),
(6615, 21, 'Poiana', 'Gorj', NULL, 65),
(6616, 21, 'Poiana-Seciuri', 'Gorj', NULL, 47),
(6617, 21, 'Poienari', 'Gorj', NULL, 43),
(6618, 21, 'Poienita', 'Gorj', NULL, 54),
(6619, 21, 'Pojaru', 'Gorj', NULL, 55),
(6620, 21, 'Pojogeni', 'Gorj', NULL, 0),
(6621, 21, 'Polata', 'Gorj', NULL, 0),
(6622, 21, 'Polovragi', 'Gorj', NULL, 30),
(6623, 21, 'Popesti', 'Gorj', NULL, 60),
(6624, 21, 'Popesti-Stejari', 'Gorj', NULL, 59),
(6625, 21, 'Preajba Mare', 'Gorj', NULL, 0),
(6626, 21, 'Prigoria', 'Gorj', NULL, 25),
(6627, 21, 'Priporu', 'Gorj', NULL, 28),
(6628, 21, 'Prunesti', 'Gorj', NULL, 31),
(6629, 21, 'Purcaru', 'Gorj', NULL, 48),
(6630, 21, 'Rachiti', 'Gorj', NULL, 0),
(6631, 21, 'Raci', 'Gorj', NULL, 35),
(6632, 21, 'Racoti', 'Gorj', NULL, 33),
(6633, 21, 'Racovita', 'Gorj', NULL, 40),
(6634, 21, 'Radinesti', 'Gorj', NULL, 61),
(6635, 21, 'Radosi', 'Gorj', NULL, 25),
(6636, 21, 'Ranca', 'Gorj', NULL, 30),
(6637, 21, 'Rapa', 'Gorj', NULL, 19),
(6638, 21, 'Rasova', 'Gorj', NULL, 0),
(6639, 21, 'Rasovita', 'Gorj', NULL, 0),
(6640, 21, 'Ratez', 'Gorj', NULL, 43),
(6641, 21, 'Rogojel', 'Gorj', NULL, 30),
(6642, 21, 'Rogojeni', 'Gorj', NULL, 25),
(6643, 21, 'Romanesti', 'Gorj', NULL, 0),
(6644, 21, 'Rosia de Amaradia', 'Gorj', NULL, 47),
(6645, 21, 'Rosia-Jiu', 'Gorj', NULL, 37),
(6646, 21, 'Rosiuta', 'Gorj', NULL, 0),
(6647, 21, 'Rovinari', 'Gorj', NULL, 0),
(6648, 21, 'Ruget', 'Gorj', NULL, 55),
(6649, 21, 'Rugi', 'Gorj', NULL, 0),
(6650, 21, 'Runcu', 'Gorj', NULL, 0),
(6651, 21, 'Runcurel', 'Gorj', NULL, 35),
(6652, 21, 'Sacelu', 'Gorj', NULL, 30),
(6653, 21, 'Samarinesti', 'Gorj', NULL, 0),
(6654, 21, 'Sambotin', 'Gorj', NULL, 0),
(6655, 21, 'Sanatesti', 'Gorj', NULL, 0),
(6656, 21, 'Sarbesti', 'Gorj', NULL, 35),
(6657, 21, 'Sardanesti', 'Gorj', NULL, 30),
(6658, 21, 'Sasa', 'Gorj', NULL, 0),
(6659, 21, 'Satu Nou', 'Gorj', NULL, 0),
(6660, 21, 'Saulesti', 'Gorj', NULL, 45),
(6661, 21, 'Schela', 'Gorj', NULL, 0),
(6662, 21, 'Scoarta', 'Gorj', NULL, 0),
(6663, 21, 'Scorusu', 'Gorj', NULL, 60),
(6664, 21, 'Scrada', 'Gorj', NULL, 43),
(6665, 21, 'Scurtu', 'Gorj', NULL, 39),
(6666, 21, 'Seaca', 'Gorj', NULL, 35),
(6667, 21, 'Seciurile', 'Gorj', NULL, 48),
(6668, 21, 'Seuca', 'Gorj', NULL, 0),
(6669, 21, 'Siacu', 'Gorj', NULL, 45),
(6670, 21, 'Sipotu', 'Gorj', NULL, 50),
(6671, 21, 'Sitesti', 'Gorj', NULL, 30),
(6672, 21, 'Sitoaia', 'Gorj', NULL, 50),
(6673, 21, 'Slamnesti', 'Gorj', NULL, 55),
(6674, 21, 'Slavuta', 'Gorj', NULL, 78),
(6675, 21, 'Slivilesti', 'Gorj', NULL, 0),
(6676, 21, 'Slobozia', 'Gorj', NULL, 0),
(6677, 21, 'Socu', 'Gorj', NULL, 40),
(6678, 21, 'Sohodol', 'Gorj', NULL, 35),
(6679, 21, 'Somanesti', 'Gorj', NULL, 20),
(6680, 21, 'Spahii', 'Gorj', NULL, 55),
(6681, 21, 'Stancesti', 'Gorj', NULL, 45),
(6682, 21, 'Stancesti-Larga', 'Gorj', NULL, 25),
(6683, 21, 'Stanesti', 'Gorj', NULL, 0),
(6684, 21, 'Stefanesti', 'Gorj', NULL, 30),
(6685, 21, 'Steic', 'Gorj', NULL, 0),
(6686, 21, 'Stejari', 'Gorj', NULL, 71),
(6687, 21, 'Stejaru', 'Gorj', NULL, 40),
(6688, 21, 'Stejerei', 'Gorj', NULL, 0),
(6689, 21, 'Sterpoaia', 'Gorj', NULL, 50),
(6690, 21, 'Stiucani', 'Gorj', NULL, 41),
(6691, 21, 'Stoina', 'Gorj', NULL, 45),
(6692, 21, 'Stolojani', 'Gorj', NULL, 0),
(6693, 21, 'Stramba-Jiu', 'Gorj', NULL, 45),
(6694, 21, 'Stramba-Vulcan', 'Gorj', NULL, 27),
(6695, 21, 'Stramtu', 'Gorj', NULL, 19),
(6696, 21, 'Stroiesti', 'Gorj', NULL, 0),
(6697, 21, 'Sura', 'Gorj', NULL, 23),
(6698, 21, 'Suseni', 'Gorj', NULL, 0),
(6699, 21, 'Talpasesti', 'Gorj', NULL, 0),
(6700, 21, 'Talvesti', 'Gorj', NULL, 0),
(6701, 21, 'Tamasesti', 'Gorj', NULL, 0),
(6702, 21, 'Tantareni', 'Gorj', NULL, 10),
(6703, 21, 'Tarculesti', 'Gorj', NULL, 0),
(6704, 21, 'Targu Carbunesti', 'Gorj', NULL, 0),
(6705, 21, 'Targu Jiu', 'Gorj', NULL, 0),
(6706, 21, 'Targu Logresti', 'Gorj', NULL, 56),
(6707, 21, 'Tehomir', 'Gorj', NULL, 0),
(6708, 21, 'Telesti', 'Gorj', NULL, 0),
(6709, 21, 'Tetila', 'Gorj', NULL, 0),
(6710, 21, 'Ticleni', 'Gorj', NULL, 25),
(6711, 21, 'Timiseni', 'Gorj', NULL, 29),
(6712, 21, 'Tirioi', 'Gorj', NULL, 48),
(6713, 21, 'Tismana', 'Gorj', NULL, 15),
(6714, 21, 'Toiaga', 'Gorj', NULL, 60),
(6715, 21, 'Topesti', 'Gorj', NULL, 37),
(6716, 21, 'Totea', 'Gorj', NULL, 38),
(6717, 21, 'Totea de Hurezani', 'Gorj', NULL, 54),
(6718, 21, 'Trestioara', 'Gorj', NULL, 41),
(6719, 21, 'Trocani', 'Gorj', NULL, 19),
(6720, 21, 'Turburea', 'Gorj', NULL, 55),
(6721, 21, 'Turceni', 'Gorj', NULL, 25),
(6722, 21, 'Turcinesti', 'Gorj', NULL, 0),
(6723, 21, 'Ulmet', 'Gorj', NULL, 78),
(6724, 21, 'Ungureni', 'Gorj', NULL, 0),
(6725, 21, 'Urda de Jos', 'Gorj', NULL, 71),
(6726, 21, 'Urda de Sus', 'Gorj', NULL, 65),
(6727, 21, 'Urdari', 'Gorj', NULL, 45),
(6728, 21, 'Urechesti', 'Gorj', NULL, 0),
(6729, 21, 'Ursati', 'Gorj', NULL, 0),
(6730, 21, 'Ursoaia', 'Gorj', NULL, 40),
(6731, 21, 'Vacarea', 'Gorj', NULL, 0),
(6732, 21, 'Vagiulesti', 'Gorj', NULL, 16),
(6733, 21, 'Vaidei', 'Gorj', NULL, 0),
(6734, 21, 'Vaieni', 'Gorj', NULL, 48),
(6735, 21, 'Valari', 'Gorj', NULL, 0),
(6736, 21, 'Valceaua', 'Gorj', NULL, 0),
(6737, 21, 'Valcele', 'Gorj', NULL, 0),
(6738, 21, 'Valea ', 'Gorj', NULL, 50),
(6739, 21, 'Valea Bisericii', 'Gorj', NULL, 20),
(6740, 21, 'Valea cu Apa', 'Gorj', NULL, 40),
(6741, 21, 'Valea Desului', 'Gorj', NULL, 35),
(6742, 21, 'Valea Manastirii', 'Gorj', NULL, 0),
(6743, 21, 'Valea Mare', 'Gorj', NULL, 25),
(6744, 21, 'Valea Mica', 'Gorj', NULL, 25),
(6745, 21, 'Valea Motrului', 'Gorj', NULL, 0),
(6746, 21, 'Valea Perilor', 'Gorj', NULL, 0),
(6747, 21, 'Valea Poienii', 'Gorj', NULL, 0),
(6748, 21, 'Valea Pojarului', 'Gorj', NULL, 62),
(6749, 21, 'Valea Racilor', 'Gorj', NULL, 36),
(6750, 21, 'Valea Viei', 'Gorj', NULL, 45),
(6751, 21, 'Valeni', 'Gorj', NULL, 0),
(6752, 21, 'Valuta', 'Gorj', NULL, 65),
(6753, 21, 'Vanata', 'Gorj', NULL, 32),
(6754, 21, 'Vartopu', 'Gorj', NULL, 25),
(6755, 21, 'Vidin', 'Gorj', NULL, 28),
(6756, 21, 'Viersani', 'Gorj', NULL, 36),
(6757, 21, 'Vladimir', 'Gorj', NULL, 40),
(6758, 21, 'Vladuleni', 'Gorj', NULL, 30),
(6759, 21, 'Voinigesti', 'Gorj', NULL, 0),
(6760, 21, 'Voitestii din Deal', 'Gorj', NULL, 0),
(6761, 21, 'Voitestii din Vale', 'Gorj', NULL, 0),
(6762, 21, 'Zaicoiu', 'Gorj', NULL, 68),
(6763, 21, 'Zorlesti', 'Gorj', NULL, 38),
(6764, 21, 'Zorzila', 'Gorj', NULL, 25),
(6765, 22, 'Aldea', 'Harghita', NULL, 20),
(6766, 22, 'Alexandrita', 'Harghita', NULL, 0),
(6767, 22, 'Alunis', 'Harghita', NULL, 0),
(6768, 22, 'Andreeni', 'Harghita', NULL, 40),
(6769, 22, 'Armaseni', 'Harghita', NULL, 0),
(6770, 22, 'Armasenii Noi', 'Harghita', NULL, 0),
(6771, 22, 'Arvateni', 'Harghita', NULL, 0),
(6772, 22, 'Atia', 'Harghita', NULL, 45),
(6773, 22, 'Atid', 'Harghita', NULL, 35),
(6774, 22, 'Avramesti', 'Harghita', NULL, 0),
(6775, 22, 'Badeni', 'Harghita', NULL, 0),
(6776, 22, 'Baile Chirui', 'Harghita', NULL, 50),
(6777, 22, 'Baile Homorod', 'Harghita', NULL, 0),
(6778, 22, 'Baile Tusnad', 'Harghita', NULL, 35),
(6779, 22, 'Balan', 'Harghita', NULL, 40),
(6780, 22, 'Bancu', 'Harghita', NULL, 0),
(6781, 22, 'Baratcos', 'Harghita', NULL, 60),
(6782, 22, 'Barzava', 'Harghita', NULL, 0),
(6783, 22, 'Becas', 'Harghita', NULL, 90),
(6784, 22, 'Bentid', 'Harghita', NULL, 0),
(6785, 22, 'Beta', 'Harghita', NULL, 0),
(6786, 22, 'Betesti', 'Harghita', NULL, 0),
(6787, 22, 'Bilbor', 'Harghita', NULL, 30),
(6788, 22, 'Bisericani', 'Harghita', NULL, 0),
(6789, 22, 'Bodogaia', 'Harghita', NULL, 0),
(6790, 22, 'Borsec', 'Harghita', NULL, 25),
(6791, 22, 'Borzont', 'Harghita', NULL, 0),
(6792, 22, 'Bradesti', 'Harghita', NULL, 0),
(6793, 22, 'Bucin (Joseni)', 'Harghita', NULL, 30),
(6794, 22, 'Bucin (Praid)', 'Harghita', NULL, 50),
(6795, 22, 'Bulgareni', 'Harghita', NULL, 0),
(6796, 22, 'Cadaciu Mare', 'Harghita', NULL, 0),
(6797, 22, 'Cadaciu Mic', 'Harghita', NULL, 0),
(6798, 22, 'Calimanel', 'Harghita', NULL, 0),
(6799, 22, 'Calnaci', 'Harghita', NULL, 50),
(6800, 22, 'Calonda', 'Harghita', NULL, 30),
(6801, 22, 'Calugareni', 'Harghita', NULL, 40),
(6802, 22, 'Capalnita', 'Harghita', NULL, 0),
(6803, 22, 'Capu Corbului', 'Harghita', NULL, 45),
(6804, 22, 'Carpitus', 'Harghita', NULL, 40),
(6805, 22, 'Carta', 'Harghita', NULL, 0),
(6806, 22, 'Casinu Nou', 'Harghita', NULL, 45),
(6807, 22, 'Cechesti', 'Harghita', NULL, 0),
(6808, 22, 'Cehetel', 'Harghita', NULL, 30),
(6809, 22, 'Cetatuia', 'Harghita', NULL, 0),
(6810, 22, 'Chedia Mare', 'Harghita', NULL, 0),
(6811, 22, 'Chedia Mica', 'Harghita', NULL, 0),
(6812, 22, 'Chileni', 'Harghita', NULL, 0),
(6813, 22, 'Chinusu', 'Harghita', NULL, 0),
(6814, 22, 'Ciaracio', 'Harghita', NULL, 0),
(6815, 22, 'Ciba', 'Harghita', NULL, 0),
(6816, 22, 'Ciceu', 'Harghita', NULL, 0),
(6817, 22, 'Ciobanis', 'Harghita', NULL, 70),
(6818, 22, 'Cireseni', 'Harghita', NULL, 0),
(6819, 22, 'Ciucani', 'Harghita', NULL, 0),
(6820, 22, 'Ciucsangeorgiu', 'Harghita', NULL, 0),
(6821, 22, 'Ciumani', 'Harghita', NULL, 0),
(6822, 22, 'Cobatesti', 'Harghita', NULL, 0),
(6823, 22, 'Comanesti', 'Harghita', NULL, 45),
(6824, 22, 'Comiat', 'Harghita', NULL, 50),
(6825, 22, 'Corbu', 'Harghita', NULL, 45),
(6826, 22, 'Corund', 'Harghita', NULL, 25),
(6827, 22, 'Cotormani', 'Harghita', NULL, 60),
(6828, 22, 'Covacipeter', 'Harghita', NULL, 80),
(6829, 22, 'Cozmeni', 'Harghita', NULL, 0),
(6830, 22, 'Craciunel', 'Harghita', NULL, 0),
(6831, 22, 'Criseni', 'Harghita', NULL, 45),
(6832, 22, 'Cristuru Secuiesc', 'Harghita', NULL, 0),
(6833, 22, 'Cusmed', 'Harghita', NULL, 30),
(6834, 22, 'Daia', 'Harghita', NULL, 40),
(6835, 22, 'Danesti', 'Harghita', NULL, 0),
(6836, 22, 'Darjiu', 'Harghita', NULL, 0),
(6837, 22, 'Dealu', 'Harghita', NULL, 0),
(6838, 22, 'Dealu Armanului', 'Harghita', NULL, 50),
(6839, 22, 'Dejutiu', 'Harghita', NULL, 0),
(6840, 22, 'Delnita', 'Harghita', NULL, 0),
(6841, 22, 'Desag', 'Harghita', NULL, 30),
(6842, 22, 'Ditrau', 'Harghita', NULL, 0),
(6843, 22, 'Dobeni', 'Harghita', NULL, 0),
(6844, 22, 'Duda', 'Harghita', NULL, 50),
(6845, 22, 'Eghersec', 'Harghita', NULL, 50),
(6846, 22, 'Eliseni', 'Harghita', NULL, 0),
(6847, 22, 'Fagetel (Frumoasa)', 'Harghita', NULL, 35),
(6848, 22, 'Fagetel (Remetea)', 'Harghita', NULL, 50),
(6849, 22, 'Fancel', 'Harghita', NULL, 0),
(6850, 22, 'Fantana Brazilor', 'Harghita', NULL, 40),
(6851, 22, 'Feliceni', 'Harghita', NULL, 0),
(6852, 22, 'Filias', 'Harghita', NULL, 0),
(6853, 22, 'Filpea', 'Harghita', NULL, 50),
(6854, 22, 'Firtanus', 'Harghita', NULL, 45),
(6855, 22, 'Firtusu', 'Harghita', NULL, 35),
(6856, 22, 'Fitod', 'Harghita', NULL, 0),
(6857, 22, 'Forteni', 'Harghita', NULL, 0),
(6858, 22, 'Frumoasa', 'Harghita', NULL, 0),
(6859, 22, 'Fundoaia', 'Harghita', NULL, 50),
(6860, 22, 'Galautas', 'Harghita', NULL, 45),
(6861, 22, 'Galautas-Parau', 'Harghita', NULL, 50),
(6862, 22, 'Gheorgheni', 'Harghita', NULL, 0),
(6863, 22, 'Ghidut', 'Harghita', NULL, 0),
(6864, 22, 'Ghipes', 'Harghita', NULL, 35),
(6865, 22, 'Ghiurche', 'Harghita', NULL, 31),
(6866, 22, 'Goagiu', 'Harghita', NULL, 0),
(6867, 22, 'Hagota', 'Harghita', NULL, 70),
(6868, 22, 'Harghita-Bai', 'Harghita', NULL, 0),
(6869, 22, 'Hodosa', 'Harghita', NULL, 40),
(6870, 22, 'Hoghia', 'Harghita', NULL, 0),
(6871, 22, 'Hosasau', 'Harghita', NULL, 30),
(6872, 22, 'Iacobeni', 'Harghita', NULL, 50),
(6873, 22, 'Iasu', 'Harghita', NULL, 0),
(6874, 22, 'Ighiu', 'Harghita', NULL, 0),
(6875, 22, 'Imper', 'Harghita', NULL, 45),
(6876, 22, 'Ineu', 'Harghita', NULL, 0),
(6877, 22, 'Inlaceni', 'Harghita', NULL, 80),
(6878, 22, 'Izvoare', 'Harghita', NULL, 30),
(6879, 22, 'Izvoru Muresului', 'Harghita', NULL, 30),
(6880, 22, 'Izvorul Trotusului', 'Harghita', NULL, 45),
(6881, 22, 'Jigodin-Bai', 'Harghita', NULL, 0),
(6882, 22, 'Jolotca', 'Harghita', NULL, 40),
(6883, 22, 'Joseni', 'Harghita', NULL, 0),
(6884, 22, 'Lacu Rosu', 'Harghita', NULL, 30),
(6885, 22, 'Lazarea', 'Harghita', NULL, 0),
(6886, 22, 'Lazaresti', 'Harghita', NULL, 30),
(6887, 22, 'Laz-Firtanus', 'Harghita', NULL, 50),
(6888, 22, 'Laz-soimus', 'Harghita', NULL, 50),
(6889, 22, 'Leliceni', 'Harghita', NULL, 0),
(6890, 22, 'Liban', 'Harghita', NULL, 0),
(6891, 22, 'Livezi', 'Harghita', NULL, 35),
(6892, 22, 'Locodeni', 'Harghita', NULL, 0),
(6893, 22, 'Lueta', 'Harghita', NULL, 40),
(6894, 22, 'Lunca de Jos', 'Harghita', NULL, 45),
(6895, 22, 'Lunca de Sus', 'Harghita', NULL, 45),
(6896, 22, 'Luncani', 'Harghita', NULL, 0),
(6897, 22, 'Lupeni', 'Harghita', NULL, 0),
(6898, 22, 'Lutita', 'Harghita', NULL, 0),
(6899, 22, 'Madaras', 'Harghita', NULL, 0),
(6900, 22, 'Magherus', 'Harghita', NULL, 0),
(6901, 22, 'Martinis', 'Harghita', NULL, 0),
(6902, 22, 'Martonca', 'Harghita', NULL, 50),
(6903, 22, 'Matiseni', 'Harghita', NULL, 0),
(6904, 22, 'Medisoru Mare', 'Harghita', NULL, 0),
(6905, 22, 'Medisoru Mic', 'Harghita', NULL, 0),
(6906, 22, 'Meresti', 'Harghita', NULL, 40),
(6907, 22, 'Miercurea-Ciuc', 'Harghita', NULL, 0),
(6908, 22, 'Mihaileni', 'Harghita', NULL, 0),
(6909, 22, 'Mihaileni (simonesti)', 'Harghita', NULL, 0),
(6910, 22, 'Minele Lueta', 'Harghita', NULL, 30),
(6911, 22, 'Misentea', 'Harghita', NULL, 0),
(6912, 22, 'Moglanesti', 'Harghita', NULL, 0),
(6913, 22, 'Morareni', 'Harghita', NULL, 0),
(6914, 22, 'Mugeni', 'Harghita', NULL, 0),
(6915, 22, 'Mujna', 'Harghita', NULL, 25),
(6916, 22, 'Nadejdea', 'Harghita', NULL, 0),
(6917, 22, 'Nicoleni', 'Harghita', NULL, 0),
(6918, 22, 'Nicolesti (Frumoasa)', 'Harghita', NULL, 0),
(6919, 22, 'Nicolesti (Ulies)', 'Harghita', NULL, 0),
(6920, 22, 'Nuteni', 'Harghita', NULL, 50),
(6921, 22, 'Obranesti', 'Harghita', NULL, 0),
(6922, 22, 'Ocland', 'Harghita', NULL, 0),
(6923, 22, 'Ocna de Jos', 'Harghita', NULL, 35),
(6924, 22, 'Ocna de Sus', 'Harghita', NULL, 30),
(6925, 22, 'Odorheiu Secuiesc', 'Harghita', NULL, 0),
(6926, 22, 'Oraseni', 'Harghita', NULL, 65),
(6927, 22, 'Oteni', 'Harghita', NULL, 0),
(6928, 22, 'Paltinis', 'Harghita', NULL, 0),
(6929, 22, 'Paltinis-Ciuc', 'Harghita', NULL, 45),
(6930, 22, 'Pauleni', 'Harghita', NULL, 0),
(6931, 22, 'Pauleni-Ciuc', 'Harghita', NULL, 0),
(6932, 22, 'Petecu', 'Harghita', NULL, 0),
(6933, 22, 'Petreni', 'Harghita', NULL, 40),
(6934, 22, 'Pintic', 'Harghita', NULL, 65),
(6935, 22, 'Plaiesii de Jos', 'Harghita', NULL, 45),
(6936, 22, 'Plaiesii de Sus', 'Harghita', NULL, 45),
(6937, 22, 'Platonesti', 'Harghita', NULL, 50),
(6938, 22, 'Plopis', 'Harghita', NULL, 0),
(6939, 22, 'Poiana Fagului', 'Harghita', NULL, 80),
(6940, 22, 'Poiana Tarnavei', 'Harghita', NULL, 50),
(6941, 22, 'Polonita', 'Harghita', NULL, 0),
(6942, 22, 'Porumbeni', 'Harghita', NULL, 0),
(6943, 22, 'Porumbenii Mari', 'Harghita', NULL, 0),
(6944, 22, 'Porumbenii Mici', 'Harghita', NULL, 0),
(6945, 22, 'Potiond', 'Harghita', NULL, 40),
(6946, 22, 'Praid', 'Harghita', NULL, 35),
(6947, 22, 'Preluca', 'Harghita', NULL, 50),
(6948, 22, 'Puntea Lupului', 'Harghita', NULL, 70),
(6949, 22, 'Rachitis', 'Harghita', NULL, 35),
(6950, 22, 'Racu', 'Harghita', NULL, 0),
(6951, 22, 'Rares', 'Harghita', NULL, 0),
(6952, 22, 'Recea', 'Harghita', NULL, 70),
(6953, 22, 'Remetea', 'Harghita', NULL, 30),
(6954, 22, 'Ruganesti', 'Harghita', NULL, 0),
(6955, 22, 'Runc', 'Harghita', NULL, 50),
(6956, 22, 'Sacel', 'Harghita', NULL, 0),
(6957, 22, 'Sancel', 'Harghita', NULL, 80),
(6958, 22, 'Sancrai', 'Harghita', NULL, 0),
(6959, 22, 'SanCraieni', 'Harghita', NULL, 0),
(6960, 22, 'Sandominic', 'Harghita', NULL, 35),
(6961, 22, 'Sanmartin', 'Harghita', NULL, 0),
(6962, 22, 'Sanpaul', 'Harghita', NULL, 0),
(6963, 22, 'Sansimion', 'Harghita', NULL, 0),
(6964, 22, 'Santimbru', 'Harghita', NULL, 0),
(6965, 22, 'Santimbru-Bai', 'Harghita', NULL, 40),
(6966, 22, 'Sarmas', 'Harghita', NULL, 0),
(6967, 22, 'Sasveres', 'Harghita', NULL, 0),
(6968, 22, 'Satu Mare', 'Harghita', NULL, 0),
(6969, 22, 'Satu Mic', 'Harghita', NULL, 0),
(6970, 22, 'Satu Nou (Ocland)', 'Harghita', NULL, 0),
(6971, 22, 'Satu Nou (Racu)', 'Harghita', NULL, 30),
(6972, 22, 'Secu', 'Harghita', NULL, 26),
(6973, 22, 'Secuieni', 'Harghita', NULL, 0),
(6974, 22, 'Senetea', 'Harghita', NULL, 0),
(6975, 22, 'Sicasau', 'Harghita', NULL, 30),
(6976, 22, 'Siclod', 'Harghita', NULL, 0),
(6977, 22, 'Siculeni', 'Harghita', NULL, 0),
(6978, 22, 'Simonesti', 'Harghita', NULL, 0),
(6979, 22, 'Sineu', 'Harghita', NULL, 0),
(6980, 22, 'Soimeni', 'Harghita', NULL, 0),
(6981, 22, 'Soimusu Mare', 'Harghita', NULL, 30),
(6982, 22, 'Soimusu Mic', 'Harghita', NULL, 40),
(6983, 22, 'Sub Cetate', 'Harghita', NULL, 0),
(6984, 22, 'Subcetate', 'Harghita', NULL, 45),
(6985, 22, 'Suseni', 'Harghita', NULL, 0),
(6986, 22, 'Taietura', 'Harghita', NULL, 0),
(6987, 22, 'Tamasu', 'Harghita', NULL, 0),
(6988, 22, 'Tarcesti', 'Harghita', NULL, 35),
(6989, 22, 'Tarnovita', 'Harghita', NULL, 0),
(6990, 22, 'Taureni', 'Harghita', NULL, 0),
(6991, 22, 'Teleac', 'Harghita', NULL, 0),
(6992, 22, 'Tengheler', 'Harghita', NULL, 50),
(6993, 22, 'Tibod', 'Harghita', NULL, 0),
(6994, 22, 'Toleseni', 'Harghita', NULL, 50),
(6995, 22, 'Tomesti', 'Harghita', NULL, 35),
(6996, 22, 'Toplita', 'Harghita', NULL, 0),
(6997, 22, 'Tulghes', 'Harghita', NULL, 50),
(6998, 22, 'Turdeni', 'Harghita', NULL, 0),
(6999, 22, 'Tusnad', 'Harghita', NULL, 30),
(7000, 22, 'Tusnadu Nou', 'Harghita', NULL, 35),
(7001, 22, 'Uilac', 'Harghita', NULL, 0),
(7002, 22, 'Ulcani', 'Harghita', NULL, 0),
(7003, 22, 'Ulies', 'Harghita', NULL, 0),
(7004, 22, 'Vacaresti', 'Harghita', NULL, 0),
(7005, 22, 'Vagani', 'Harghita', NULL, 0),
(7006, 22, 'Vale', 'Harghita', NULL, 0),
(7007, 22, 'Valea Boros', 'Harghita', NULL, 45),
(7008, 22, 'Valea Capelei', 'Harghita', NULL, 60),
(7009, 22, 'Valea Garbea', 'Harghita', NULL, 50),
(7010, 22, 'Valea Intunecoasa', 'Harghita', NULL, 60),
(7011, 22, 'Valea lui Antaloc', 'Harghita', NULL, 60),
(7012, 22, 'Valea lui Pavel', 'Harghita', NULL, 40),
(7013, 22, 'Valea Rece', 'Harghita', NULL, 45),
(7014, 22, 'Valea Rotunda', 'Harghita', NULL, 0),
(7015, 22, 'Valea Stramba', 'Harghita', NULL, 0),
(7016, 22, 'Valea Ugra', 'Harghita', NULL, 50),
(7017, 22, 'Valea Uzului', 'Harghita', NULL, 100),
(7018, 22, 'Valeni', 'Harghita', NULL, 0),
(7019, 22, 'Vargatac', 'Harghita', NULL, 0),
(7020, 22, 'Varsag', 'Harghita', NULL, 35),
(7021, 22, 'Vasileni', 'Harghita', NULL, 0),
(7022, 22, 'Vidacut', 'Harghita', NULL, 40),
(7023, 22, 'Visafolio', 'Harghita', NULL, 0),
(7024, 22, 'Vlahita', 'Harghita', NULL, 0),
(7025, 22, 'Voslabeni', 'Harghita', NULL, 0),
(7026, 22, 'Vrabia', 'Harghita', NULL, 0),
(7027, 22, 'Zapodea', 'Harghita', NULL, 0),
(7028, 22, 'Zencani', 'Harghita', NULL, 0),
(7029, 22, 'Zetea', 'Harghita', NULL, 0),
(7030, 23, 'Abucea', 'Hunedoara', NULL, 45),
(7031, 23, 'Almasel', 'Hunedoara', NULL, 60),
(7032, 23, 'Almas-Saliste', 'Hunedoara', NULL, 60),
(7033, 23, 'Almasu Mic', 'Hunedoara', NULL, 0),
(7034, 23, 'Almasu Mic de Munte', 'Hunedoara', NULL, 65),
(7035, 23, 'Almasu Sec', 'Hunedoara', NULL, 0),
(7036, 23, 'Alun (Bosorod)', 'Hunedoara', NULL, 27),
(7037, 23, 'Alun (Bunila)', 'Hunedoara', NULL, 35),
(7038, 23, 'Aninoasa', 'Hunedoara', NULL, 0),
(7039, 23, 'Aranies', 'Hunedoara', NULL, 19),
(7040, 23, 'Archia', 'Hunedoara', NULL, 0),
(7041, 23, 'Ardeu', 'Hunedoara', NULL, 55),
(7042, 23, 'Aurel Vlaicu', 'Hunedoara', NULL, 40),
(7043, 23, 'Bacaia', 'Hunedoara', NULL, 60),
(7044, 23, 'Bacea', 'Hunedoara', NULL, 35),
(7045, 23, 'Bacia', 'Hunedoara', NULL, 0),
(7046, 23, 'Baia de Cris', 'Hunedoara', NULL, 45),
(7047, 23, 'Baiesti', 'Hunedoara', NULL, 0),
(7048, 23, 'Baita', 'Hunedoara', NULL, 25),
(7049, 23, 'Balata', 'Hunedoara', NULL, 0),
(7050, 23, 'Baldovin', 'Hunedoara', NULL, 50),
(7051, 23, 'Balomir', 'Hunedoara', NULL, 0),
(7052, 23, 'Balsa', 'Hunedoara', NULL, 50),
(7053, 23, 'Banita', 'Hunedoara', NULL, 0),
(7054, 23, 'Banpotoc', 'Hunedoara', NULL, 0),
(7055, 23, 'Barastii Hategului', 'Hunedoara', NULL, 0),
(7056, 23, 'Barastii Iliei', 'Hunedoara', NULL, 35);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(7057, 23, 'Barbura', 'Hunedoara', NULL, 0),
(7058, 23, 'Barcea Mare', 'Hunedoara', NULL, 0),
(7059, 23, 'Barcea Mica', 'Hunedoara', NULL, 0),
(7060, 23, 'Barsau', 'Hunedoara', NULL, 0),
(7061, 23, 'Baru', 'Hunedoara', NULL, 24),
(7062, 23, 'Barza', 'Hunedoara', NULL, 40),
(7063, 23, 'Basarabasa', 'Hunedoara', NULL, 65),
(7064, 23, 'Bastea', 'Hunedoara', NULL, 50),
(7065, 23, 'Batalar', 'Hunedoara', NULL, 0),
(7066, 23, 'Batiz', 'Hunedoara', NULL, 30),
(7067, 23, 'Batrana', 'Hunedoara', NULL, 90),
(7068, 23, 'Bejan', 'Hunedoara', NULL, 0),
(7069, 23, 'Bejan-Tarnavita', 'Hunedoara', NULL, 15),
(7070, 23, 'Bercu', 'Hunedoara', NULL, 0),
(7071, 23, 'Beriu', 'Hunedoara', NULL, 35),
(7072, 23, 'Birtin', 'Hunedoara', NULL, 53),
(7073, 23, 'Blajeni', 'Hunedoara', NULL, 55),
(7074, 23, 'Blajeni-Vulcan', 'Hunedoara', NULL, 60),
(7075, 23, 'Bobaia', 'Hunedoara', NULL, 25),
(7076, 23, 'Bobalna', 'Hunedoara', NULL, 0),
(7077, 23, 'Bocsa Mare', 'Hunedoara', NULL, 25),
(7078, 23, 'Bocsa Mica', 'Hunedoara', NULL, 30),
(7079, 23, 'Boholt', 'Hunedoara', NULL, 0),
(7080, 23, 'Boia Barzii', 'Hunedoara', NULL, 30),
(7081, 23, 'Boita', 'Hunedoara', NULL, 12),
(7082, 23, 'Boiu', 'Hunedoara', NULL, 45),
(7083, 23, 'Boiu de Jos', 'Hunedoara', NULL, 40),
(7084, 23, 'Boiu de Sus', 'Hunedoara', NULL, 40),
(7085, 23, 'Bos', 'Hunedoara', NULL, 0),
(7086, 23, 'Bosorod', 'Hunedoara', NULL, 22),
(7087, 23, 'Boz', 'Hunedoara', NULL, 25),
(7088, 23, 'Bozes', 'Hunedoara', NULL, 50),
(7089, 23, 'Brad', 'Hunedoara', NULL, 0),
(7090, 23, 'Bradatel', 'Hunedoara', NULL, 60),
(7091, 23, 'Branisca', 'Hunedoara', NULL, 0),
(7092, 23, 'Braseu', 'Hunedoara', NULL, 60),
(7093, 23, 'Brazi', 'Hunedoara', NULL, 19),
(7094, 23, 'Braznic', 'Hunedoara', NULL, 30),
(7095, 23, 'Breazova', 'Hunedoara', NULL, 0),
(7096, 23, 'Bretea Muresana', 'Hunedoara', NULL, 31),
(7097, 23, 'Bretea Romana', 'Hunedoara', NULL, 11),
(7098, 23, 'Bretea Streiului', 'Hunedoara', NULL, 0),
(7099, 23, 'Bretelin', 'Hunedoara', NULL, 0),
(7100, 23, 'Brotuna', 'Hunedoara', NULL, 50),
(7101, 23, 'Buces', 'Hunedoara', NULL, 60),
(7102, 23, 'Buces-Vulcan', 'Hunedoara', NULL, 70),
(7103, 23, 'Bucium', 'Hunedoara', NULL, 37),
(7104, 23, 'Bucium-Orlea', 'Hunedoara', NULL, 0),
(7105, 23, 'Bucuresci', 'Hunedoara', NULL, 55),
(7106, 23, 'Bujoru', 'Hunedoara', NULL, 35),
(7107, 23, 'Bulzestii de Jos', 'Hunedoara', NULL, 60),
(7108, 23, 'Bulzestii de sus', 'Hunedoara', NULL, 80),
(7109, 23, 'Bunesti', 'Hunedoara', NULL, 70),
(7110, 23, 'Bunila', 'Hunedoara', NULL, 40),
(7111, 23, 'Burjuc', 'Hunedoara', NULL, 50),
(7112, 23, 'Cabesti', 'Hunedoara', NULL, 27),
(7113, 23, 'Cainelu de Jos', 'Hunedoara', NULL, 0),
(7114, 23, 'Cainelu de Sus', 'Hunedoara', NULL, 30),
(7115, 23, 'Calan', 'Hunedoara', NULL, 0),
(7116, 23, 'Calanu Mic', 'Hunedoara', NULL, 0),
(7117, 23, 'Campu lui Neag', 'Hunedoara', NULL, 40),
(7118, 23, 'Campuri de Sus', 'Hunedoara', NULL, 32),
(7119, 23, 'Campuri-Surduc', 'Hunedoara', NULL, 45),
(7120, 23, 'Caoi', 'Hunedoara', NULL, 0),
(7121, 23, 'Caraci', 'Hunedoara', NULL, 45),
(7122, 23, 'Carastau', 'Hunedoara', NULL, 55),
(7123, 23, 'Carjiti', 'Hunedoara', NULL, 0),
(7124, 23, 'Carmazanesti', 'Hunedoara', NULL, 40),
(7125, 23, 'Carnesti', 'Hunedoara', NULL, 10),
(7126, 23, 'Carpinis', 'Hunedoara', NULL, 0),
(7127, 23, 'Castau', 'Hunedoara', NULL, 0),
(7128, 23, 'Cazanesti', 'Hunedoara', NULL, 65),
(7129, 23, 'Cerbal', 'Hunedoara', NULL, 23),
(7130, 23, 'Cerbia', 'Hunedoara', NULL, 55),
(7131, 23, 'Cerisor', 'Hunedoara', NULL, 28),
(7132, 23, 'Cernisoara Florese', 'Hunedoara', NULL, 50),
(7133, 23, 'Certeju de Jos', 'Hunedoara', NULL, 35),
(7134, 23, 'Certeju de Sus', 'Hunedoara', NULL, 26),
(7135, 23, 'Cherghes', 'Hunedoara', NULL, 0),
(7136, 23, 'Chimindia', 'Hunedoara', NULL, 0),
(7137, 23, 'Chiscadaga', 'Hunedoara', NULL, 0),
(7138, 23, 'Chitid', 'Hunedoara', NULL, 0),
(7139, 23, 'Cigmau', 'Hunedoara', NULL, 35),
(7140, 23, 'Cimpa', 'Hunedoara', NULL, 0),
(7141, 23, 'Cincis-Cerna', 'Hunedoara', NULL, 0),
(7142, 23, 'Cioclovina', 'Hunedoara', NULL, 0),
(7143, 23, 'Ciopeia', 'Hunedoara', NULL, 0),
(7144, 23, 'Ciula Mare', 'Hunedoara', NULL, 11),
(7145, 23, 'Ciula Mica', 'Hunedoara', NULL, 14),
(7146, 23, 'Ciulpaz', 'Hunedoara', NULL, 16),
(7147, 23, 'Ciumita', 'Hunedoara', NULL, 42),
(7148, 23, 'Ciungani', 'Hunedoara', NULL, 66),
(7149, 23, 'Ciungu Mare', 'Hunedoara', NULL, 45),
(7150, 23, 'Clopotiva', 'Hunedoara', NULL, 18),
(7151, 23, 'Coaja', 'Hunedoara', NULL, 45),
(7152, 23, 'Copaci', 'Hunedoara', NULL, 0),
(7153, 23, 'Coroiesti', 'Hunedoara', NULL, 17),
(7154, 23, 'Cosesti', 'Hunedoara', NULL, 46),
(7155, 23, 'Costesti', 'Hunedoara', NULL, 50),
(7156, 23, 'Costesti-Deal', 'Hunedoara', NULL, 47),
(7157, 23, 'Covragiu', 'Hunedoara', NULL, 0),
(7158, 23, 'Cozia', 'Hunedoara', NULL, 0),
(7159, 23, 'Craciunesti', 'Hunedoara', NULL, 30),
(7160, 23, 'Craguis', 'Hunedoara', NULL, 0),
(7161, 23, 'Cris', 'Hunedoara', NULL, 63),
(7162, 23, 'Crisan ', 'Hunedoara', NULL, 50),
(7163, 23, 'Criscior', 'Hunedoara', NULL, 40),
(7164, 23, 'Cristur', 'Hunedoara', NULL, 0),
(7165, 23, 'Criva', 'Hunedoara', NULL, 22),
(7166, 23, 'Crivadia', 'Hunedoara', NULL, 0),
(7167, 23, 'Cucuis', 'Hunedoara', NULL, 37),
(7168, 23, 'Cuies', 'Hunedoara', NULL, 30),
(7169, 23, 'Curechiu', 'Hunedoara', NULL, 65),
(7170, 23, 'Curpenii Silvasului', 'Hunedoara', NULL, 25),
(7171, 23, 'Cutin', 'Hunedoara', NULL, 18),
(7172, 23, 'Dabaca', 'Hunedoara', NULL, 44),
(7173, 23, 'Dalja Mare', 'Hunedoara', NULL, 0),
(7174, 23, 'Dalja Mica', 'Hunedoara', NULL, 0),
(7175, 23, 'Dancu Mare', 'Hunedoara', NULL, 23),
(7176, 23, 'Dancu Mic', 'Hunedoara', NULL, 23),
(7177, 23, 'Danulesti', 'Hunedoara', NULL, 50),
(7178, 23, 'Dealu Babii', 'Hunedoara', NULL, 22),
(7179, 23, 'Dealu Mare', 'Hunedoara', NULL, 40),
(7180, 23, 'Dealu Mic', 'Hunedoara', NULL, 37),
(7181, 23, 'Deleni', 'Hunedoara', NULL, 50),
(7182, 23, 'Densus', 'Hunedoara', NULL, 16),
(7183, 23, 'Deva', 'Hunedoara', NULL, 0),
(7184, 23, 'Dobra', 'Hunedoara', NULL, 35),
(7185, 23, 'Dobrot', 'Hunedoara', NULL, 65),
(7186, 23, 'Dragu-Brad', 'Hunedoara', NULL, 65),
(7187, 23, 'Dudesti', 'Hunedoara', NULL, 32),
(7188, 23, 'Dumbrava', 'Hunedoara', NULL, 17),
(7189, 23, 'Dumbrava de Jos', 'Hunedoara', NULL, 48),
(7190, 23, 'Dumbrava de Sus', 'Hunedoara', NULL, 55),
(7191, 23, 'Dumbravita', 'Hunedoara', NULL, 35),
(7192, 23, 'Dumesti', 'Hunedoara', NULL, 40),
(7193, 23, 'Dupapiatra ', 'Hunedoara', NULL, 70),
(7194, 23, 'Fagetel', 'Hunedoara', NULL, 35),
(7195, 23, 'Fantana', 'Hunedoara', NULL, 55),
(7196, 23, 'Farcadin', 'Hunedoara', NULL, 0),
(7197, 23, 'Fata Rosie', 'Hunedoara', NULL, 60),
(7198, 23, 'Federi', 'Hunedoara', NULL, 23),
(7199, 23, 'Feregi ', 'Hunedoara', NULL, 45),
(7200, 23, 'Fintoag', 'Hunedoara', NULL, 50),
(7201, 23, 'Fizes', 'Hunedoara', NULL, 0),
(7202, 23, 'Fizesti', 'Hunedoara', NULL, 17),
(7203, 23, 'Folt', 'Hunedoara', NULL, 35),
(7204, 23, 'Fornadia', 'Hunedoara', NULL, 0),
(7205, 23, 'Furcsoara', 'Hunedoara', NULL, 30),
(7206, 23, 'Galati', 'Hunedoara', NULL, 16),
(7207, 23, 'Galbina', 'Hunedoara', NULL, 57),
(7208, 23, 'Gantaga', 'Hunedoara', NULL, 12),
(7209, 23, 'Gelmar', 'Hunedoara', NULL, 40),
(7210, 23, 'General Berthelot', 'Hunedoara', NULL, 0),
(7211, 23, 'Geoagiu', 'Hunedoara', NULL, 0),
(7212, 23, 'Geoagiu-Bai', 'Hunedoara', NULL, 20),
(7213, 23, 'Ghelari', 'Hunedoara', NULL, 0),
(7214, 23, 'Gialacuta', 'Hunedoara', NULL, 30),
(7215, 23, 'Giurgesti', 'Hunedoara', NULL, 65),
(7216, 23, 'Glodghilesti', 'Hunedoara', NULL, 50),
(7217, 23, 'Godinesti', 'Hunedoara', NULL, 70),
(7218, 23, 'Goles', 'Hunedoara', NULL, 45),
(7219, 23, 'Gotesti', 'Hunedoara', NULL, 27),
(7220, 23, 'Gothatea', 'Hunedoara', NULL, 32),
(7221, 23, 'Govajdia', 'Hunedoara', NULL, 18),
(7222, 23, 'Gradistea de Munte', 'Hunedoara', NULL, 43),
(7223, 23, 'Grid', 'Hunedoara', NULL, 0),
(7224, 23, 'Grind', 'Hunedoara', NULL, 45),
(7225, 23, 'Grohot', 'Hunedoara', NULL, 60),
(7226, 23, 'Grohotele', 'Hunedoara', NULL, 65),
(7227, 23, 'Gros', 'Hunedoara', NULL, 0),
(7228, 23, 'Grosuri', 'Hunedoara', NULL, 50),
(7229, 23, 'Gura Bordului', 'Hunedoara', NULL, 64),
(7230, 23, 'Gurasada', 'Hunedoara', NULL, 35),
(7231, 23, 'Harau', 'Hunedoara', NULL, 0),
(7232, 23, 'Hartagani', 'Hunedoara', NULL, 35),
(7233, 23, 'Hasdat', 'Hunedoara', NULL, 0),
(7234, 23, 'Hasdau', 'Hunedoara', NULL, 47),
(7235, 23, 'Hatagel', 'Hunedoara', NULL, 10),
(7236, 23, 'Hateg', 'Hunedoara', NULL, 0),
(7237, 23, 'Herepeia', 'Hunedoara', NULL, 0),
(7238, 23, 'Hobita', 'Hunedoara', NULL, 23),
(7239, 23, 'Hobita-Gradiste', 'Hunedoara', NULL, 19),
(7240, 23, 'Holdea', 'Hunedoara', NULL, 50),
(7241, 23, 'Homorod', 'Hunedoara', NULL, 50),
(7242, 23, 'Hondol', 'Hunedoara', NULL, 30),
(7243, 23, 'Hunedoara', 'Hunedoara', NULL, 0),
(7244, 23, 'Ilia', 'Hunedoara', NULL, 30),
(7245, 23, 'Iscroni', 'Hunedoara', NULL, 0),
(7246, 23, 'Izvoarele', 'Hunedoara', NULL, 0),
(7247, 23, 'Jeledinti', 'Hunedoara', NULL, 30),
(7248, 23, 'Jiet', 'Hunedoara', NULL, 0),
(7249, 23, 'Jiu-Paroseni', 'Hunedoara', NULL, 0),
(7250, 23, 'Josani', 'Hunedoara', NULL, 0),
(7251, 23, 'Lapugiu de jos', 'Hunedoara', NULL, 45),
(7252, 23, 'Lapugiu de Sus', 'Hunedoara', NULL, 50),
(7253, 23, 'Lapusnic', 'Hunedoara', NULL, 0),
(7254, 23, 'Lasau', 'Hunedoara', NULL, 40),
(7255, 23, 'Leaut', 'Hunedoara', NULL, 70),
(7256, 23, 'Lelese', 'Hunedoara', NULL, 50),
(7257, 23, 'Lesnic', 'Hunedoara', NULL, 0),
(7258, 23, 'Livada', 'Hunedoara', NULL, 56),
(7259, 23, 'Livadia', 'Hunedoara', NULL, 22),
(7260, 23, 'Livezi', 'Hunedoara', NULL, 0),
(7261, 23, 'Ludestii de Jos', 'Hunedoara', NULL, 40),
(7262, 23, 'Ludestii de Sus', 'Hunedoara', NULL, 52),
(7263, 23, 'Lunca (Baia de Cris)', 'Hunedoara', NULL, 52),
(7264, 23, 'Lunca (Baita)', 'Hunedoara', NULL, 0),
(7265, 23, 'Lunca Cernii de Jos ', 'Hunedoara', NULL, 60),
(7266, 23, 'Lunca Cernii de Sus', 'Hunedoara', NULL, 60),
(7267, 23, 'Luncani', 'Hunedoara', NULL, 25),
(7268, 23, 'Luncoiu de Jos', 'Hunedoara', NULL, 25),
(7269, 23, 'Luncoiu de Sus', 'Hunedoara', NULL, 35),
(7270, 23, 'Luncsoara', 'Hunedoara', NULL, 30),
(7271, 23, 'Lupeni', 'Hunedoara', NULL, 0),
(7272, 23, 'Maceu', 'Hunedoara', NULL, 10),
(7273, 23, 'Mada', 'Hunedoara', NULL, 50),
(7274, 23, 'Magura', 'Hunedoara', NULL, 35),
(7275, 23, 'Magura-Toplita', 'Hunedoara', NULL, 0),
(7276, 23, 'Magureni', 'Hunedoara', NULL, 55),
(7277, 23, 'Malaiesti', 'Hunedoara', NULL, 16),
(7278, 23, 'Manerau', 'Hunedoara', NULL, 0),
(7279, 23, 'Martinesti', 'Hunedoara', NULL, 40),
(7280, 23, 'Meria', 'Hunedoara', NULL, 55),
(7281, 23, 'Merisor (Banita)', 'Hunedoara', NULL, 0),
(7282, 23, 'Merisor (Bucuresci)', 'Hunedoara', NULL, 65),
(7283, 23, 'Merisoru de Munte', 'Hunedoara', NULL, 33),
(7284, 23, 'Mermezeu-Valeni', 'Hunedoara', NULL, 60),
(7285, 23, 'Mesteacan (Brad)', 'Hunedoara', NULL, 40),
(7286, 23, 'Mesteacan (Rachitova)', 'Hunedoara', NULL, 21),
(7287, 23, 'Micanesti', 'Hunedoara', NULL, 60),
(7288, 23, 'Mihaiesti', 'Hunedoara', NULL, 40),
(7289, 23, 'Mihaileni', 'Hunedoara', NULL, 55),
(7290, 23, 'Mintia', 'Hunedoara', NULL, 0),
(7291, 23, 'Mosoru', 'Hunedoara', NULL, 45),
(7292, 23, 'Muncelu Mare', 'Hunedoara', NULL, 35),
(7293, 23, 'Muncelu Mic', 'Hunedoara', NULL, 26),
(7294, 23, 'Nadastia de Jos', 'Hunedoara', NULL, 0),
(7295, 23, 'Nadastia de Sus', 'Hunedoara', NULL, 0),
(7296, 23, 'Nalatvad', 'Hunedoara', NULL, 0),
(7297, 23, 'Nandru', 'Hunedoara', NULL, 0),
(7298, 23, 'Negoiu', 'Hunedoara', NULL, 64),
(7299, 23, 'Nojag', 'Hunedoara', NULL, 0),
(7300, 23, 'Nucsoara', 'Hunedoara', NULL, 19),
(7301, 23, 'Obarsa', 'Hunedoara', NULL, 60),
(7302, 23, 'Ocisor', 'Hunedoara', NULL, 70),
(7303, 23, 'Ociu', 'Hunedoara', NULL, 65),
(7304, 23, 'Ocolisu Mare', 'Hunedoara', NULL, 0),
(7305, 23, 'Ocolisu Mic', 'Hunedoara', NULL, 21),
(7306, 23, 'Ohaba', 'Hunedoara', NULL, 45),
(7307, 23, 'Ohaba de sub Piatra', 'Hunedoara', NULL, 0),
(7308, 23, 'Ohaba Streiului', 'Hunedoara', NULL, 0),
(7309, 23, 'Ohaba-Ponor', 'Hunedoara', NULL, 24),
(7310, 23, 'Ohaba-Sibisel', 'Hunedoara', NULL, 15),
(7311, 23, 'Oprisesti', 'Hunedoara', NULL, 70),
(7312, 23, 'Orastie', 'Hunedoara', NULL, 0),
(7313, 23, 'Orastioara de Jos', 'Hunedoara', NULL, 35),
(7314, 23, 'Orastioara de Sus', 'Hunedoara', NULL, 40),
(7315, 23, 'Ormindea ', 'Hunedoara', NULL, 25),
(7316, 23, 'Ostrov', 'Hunedoara', NULL, 13),
(7317, 23, 'Ostrovel', 'Hunedoara', NULL, 16),
(7318, 23, 'Ostrovu Mic', 'Hunedoara', NULL, 15),
(7319, 23, 'Paclisa', 'Hunedoara', NULL, 0),
(7320, 23, 'Panc', 'Hunedoara', NULL, 40),
(7321, 23, 'Panc-Saliste', 'Hunedoara', NULL, 40),
(7322, 23, 'Paros', 'Hunedoara', NULL, 15),
(7323, 23, 'Paucinesti', 'Hunedoara', NULL, 21),
(7324, 23, 'Paulesti', 'Hunedoara', NULL, 70),
(7325, 23, 'Paulis', 'Hunedoara', NULL, 0),
(7326, 23, 'Pesteana', 'Hunedoara', NULL, 14),
(7327, 23, 'Pestenita', 'Hunedoara', NULL, 15),
(7328, 23, 'Pestera (Baita)', 'Hunedoara', NULL, 25),
(7329, 23, 'Pestera (Petrosani)', 'Hunedoara', NULL, 0),
(7330, 23, 'Pestera (Salasu de Sus)', 'Hunedoara', NULL, 0),
(7331, 23, 'Pestisu Mare', 'Hunedoara', NULL, 0),
(7332, 23, 'Pestisu Mic', 'Hunedoara', NULL, 0),
(7333, 23, 'Petreni', 'Hunedoara', NULL, 0),
(7334, 23, 'Petresti', 'Hunedoara', NULL, 60),
(7335, 23, 'Petrila', 'Hunedoara', NULL, 0),
(7336, 23, 'Petros', 'Hunedoara', NULL, 25),
(7337, 23, 'Petrosani', 'Hunedoara', NULL, 0),
(7338, 23, 'Piatra', 'Hunedoara', NULL, 60),
(7339, 23, 'Pischinti', 'Hunedoara', NULL, 40),
(7340, 23, 'Plai', 'Hunedoara', NULL, 80),
(7341, 23, 'Plop', 'Hunedoara', NULL, 40),
(7342, 23, 'Plopi', 'Hunedoara', NULL, 0),
(7343, 23, 'Podele', 'Hunedoara', NULL, 35),
(7344, 23, 'Poganesti', 'Hunedoara', NULL, 56),
(7345, 23, 'Poiana', 'Hunedoara', NULL, 65),
(7346, 23, 'Poiana Rachitelii', 'Hunedoara', NULL, 50),
(7347, 23, 'Poieni (Beriu)', 'Hunedoara', NULL, 37),
(7348, 23, 'Poieni (Densus)', 'Hunedoara', NULL, 22),
(7349, 23, 'Poienita', 'Hunedoara', NULL, 70),
(7350, 23, 'Poienita Tomii', 'Hunedoara', NULL, 36),
(7351, 23, 'Poienita Voinii', 'Hunedoara', NULL, 50),
(7352, 23, 'Pojoga', 'Hunedoara', NULL, 60),
(7353, 23, 'Ponor', 'Hunedoara', NULL, 21),
(7354, 23, 'Popesti', 'Hunedoara', NULL, 0),
(7355, 23, 'Potingani', 'Hunedoara', NULL, 50),
(7356, 23, 'Pravaleni', 'Hunedoara', NULL, 70),
(7357, 23, 'Pricaz', 'Hunedoara', NULL, 0),
(7358, 23, 'Prihodiste (Bosorod)', 'Hunedoara', NULL, 34),
(7359, 23, 'Prihodiste (Vata de Jos)', 'Hunedoara', NULL, 60),
(7360, 23, 'Pui', 'Hunedoara', NULL, 18),
(7361, 23, 'Racastia', 'Hunedoara', NULL, 0),
(7362, 23, 'Rachitaua', 'Hunedoara', NULL, 60),
(7363, 23, 'Rachitova', 'Hunedoara', NULL, 17),
(7364, 23, 'Radulesti', 'Hunedoara', NULL, 30),
(7365, 23, 'Rapas', 'Hunedoara', NULL, 0),
(7366, 23, 'Rapoltel', 'Hunedoara', NULL, 0),
(7367, 23, 'Rapoltu Mare', 'Hunedoara', NULL, 0),
(7368, 23, 'Rascoala', 'Hunedoara', NULL, 0),
(7369, 23, 'Rau Alb', 'Hunedoara', NULL, 13),
(7370, 23, 'Rau Barbat', 'Hunedoara', NULL, 22),
(7371, 23, 'Rau de Mori ', 'Hunedoara', NULL, 18),
(7372, 23, 'Rau Mic', 'Hunedoara', NULL, 16),
(7373, 23, 'Reea', 'Hunedoara', NULL, 0),
(7374, 23, 'Renghet', 'Hunedoara', NULL, 45),
(7375, 23, 'Ret', 'Hunedoara', NULL, 65),
(7376, 23, 'Ribicioara', 'Hunedoara', NULL, 60),
(7377, 23, 'Ribita', 'Hunedoara', NULL, 50),
(7378, 23, 'Risca', 'Hunedoara', NULL, 45),
(7379, 23, 'Risculita', 'Hunedoara', NULL, 55),
(7380, 23, 'Romos', 'Hunedoara', NULL, 40),
(7381, 23, 'Romosel', 'Hunedoara', NULL, 50),
(7382, 23, 'Roscani', 'Hunedoara', NULL, 40),
(7383, 23, 'Rosia', 'Hunedoara', NULL, 60),
(7384, 23, 'Rovina (Branisca)', 'Hunedoara', NULL, 0),
(7385, 23, 'Rovina (Bucuresci)', 'Hunedoara', NULL, 65),
(7386, 23, 'Ruda', 'Hunedoara', NULL, 37),
(7387, 23, 'Ruda-Brad', 'Hunedoara', NULL, 30),
(7388, 23, 'Runcsor', 'Hunedoara', NULL, 33),
(7389, 23, 'Runcu Mare', 'Hunedoara', NULL, 20),
(7390, 23, 'Runcu Mic', 'Hunedoara', NULL, 30),
(7391, 23, 'Rusesti', 'Hunedoara', NULL, 70),
(7392, 23, 'Rusi', 'Hunedoara', NULL, 0),
(7393, 23, 'Rusor', 'Hunedoara', NULL, 0),
(7394, 23, 'Sacamas', 'Hunedoara', NULL, 25),
(7395, 23, 'Sacaramb', 'Hunedoara', NULL, 35),
(7396, 23, 'Sacel', 'Hunedoara', NULL, 0),
(7397, 23, 'Salasu de Jos', 'Hunedoara', NULL, 10),
(7398, 23, 'Salasu de Sus', 'Hunedoara', NULL, 13),
(7399, 23, 'Salatruc', 'Hunedoara', NULL, 0),
(7400, 23, 'Salciva', 'Hunedoara', NULL, 60),
(7401, 23, 'Saliste', 'Hunedoara', NULL, 27),
(7402, 23, 'Salistioara', 'Hunedoara', NULL, 30),
(7403, 23, 'Sancrai', 'Hunedoara', NULL, 0),
(7404, 23, 'Sanpetru', 'Hunedoara', NULL, 0),
(7405, 23, 'Santamaria de Piatra', 'Hunedoara', NULL, 0),
(7406, 23, 'Santamaria-Orlea', 'Hunedoara', NULL, 0),
(7407, 23, 'Santandrei', 'Hunedoara', NULL, 0),
(7408, 23, 'Santuhalm', 'Hunedoara', NULL, 0),
(7409, 23, 'Sarbi', 'Hunedoara', NULL, 35),
(7410, 23, 'Sarmizegetusa', 'Hunedoara', NULL, 17),
(7411, 23, 'Saulesti', 'Hunedoara', NULL, 0),
(7412, 23, 'Sereca', 'Hunedoara', NULL, 34),
(7413, 23, 'Serel', 'Hunedoara', NULL, 19),
(7414, 23, 'Sesuri', 'Hunedoara', NULL, 60),
(7415, 23, 'Sibisel (Beriu)', 'Hunedoara', NULL, 36),
(7416, 23, 'Sibisel (Rau de Mori)', 'Hunedoara', NULL, 14),
(7417, 23, 'Silvasu de Jos', 'Hunedoara', NULL, 0),
(7418, 23, 'Silvasu de Sus', 'Hunedoara', NULL, 10),
(7419, 23, 'Simeria', 'Hunedoara', NULL, 0),
(7420, 23, 'Simeria Veche', 'Hunedoara', NULL, 0),
(7421, 23, 'Slatinioara', 'Hunedoara', NULL, 0),
(7422, 23, 'Socet', 'Hunedoara', NULL, 27),
(7423, 23, 'Sohodol', 'Hunedoara', NULL, 55),
(7424, 23, 'Soimus', 'Hunedoara', NULL, 0),
(7425, 23, 'Spini', 'Hunedoara', NULL, 0),
(7426, 23, 'Stancesti', 'Hunedoara', NULL, 53),
(7427, 23, 'Stancesti-Ohaba', 'Hunedoara', NULL, 35),
(7428, 23, 'Stanculesti', 'Hunedoara', NULL, 65),
(7429, 23, 'Stanija', 'Hunedoara', NULL, 64),
(7430, 23, 'Stauini', 'Hunedoara', NULL, 35),
(7431, 23, 'Stei', 'Hunedoara', NULL, 19),
(7432, 23, 'Steia', 'Hunedoara', NULL, 56),
(7433, 23, 'Stejarel', 'Hunedoara', NULL, 35),
(7434, 23, 'Stoieneasa', 'Hunedoara', NULL, 0),
(7435, 23, 'Strei', 'Hunedoara', NULL, 0),
(7436, 23, 'Strei-Sacel', 'Hunedoara', NULL, 0),
(7437, 23, 'Streisangeorgiu', 'Hunedoara', NULL, 0),
(7438, 23, 'Stretea', 'Hunedoara', NULL, 30),
(7439, 23, 'Subcetate', 'Hunedoara', NULL, 0),
(7440, 23, 'Sulighete', 'Hunedoara', NULL, 25),
(7441, 23, 'Suseni', 'Hunedoara', NULL, 18),
(7442, 23, 'Tamasasa', 'Hunedoara', NULL, 0),
(7443, 23, 'Tamasesti', 'Hunedoara', NULL, 53),
(7444, 23, 'Tampa', 'Hunedoara', NULL, 0),
(7445, 23, 'Taratel', 'Hunedoara', NULL, 40),
(7446, 23, 'Tarnava', 'Hunedoara', NULL, 0),
(7447, 23, 'Tarnava de Cris', 'Hunedoara', NULL, 55),
(7448, 23, 'Tarnavita', 'Hunedoara', NULL, 25),
(7449, 23, 'Tarnita', 'Hunedoara', NULL, 75),
(7450, 23, 'Tarsa', 'Hunedoara', NULL, 32),
(7451, 23, 'Tatarasti', 'Hunedoara', NULL, 36),
(7452, 23, 'Tatarastii de Cris', 'Hunedoara', NULL, 55),
(7453, 23, 'Tebea', 'Hunedoara', NULL, 45),
(7454, 23, 'Techereu', 'Hunedoara', NULL, 70),
(7455, 23, 'Teiu', 'Hunedoara', NULL, 40),
(7456, 23, 'Teliucu Inferior', 'Hunedoara', NULL, 0),
(7457, 23, 'Teliucu Superior', 'Hunedoara', NULL, 0),
(7458, 23, 'Ticera', 'Hunedoara', NULL, 40),
(7459, 23, 'Tirici', 'Hunedoara', NULL, 0),
(7460, 23, 'Tisa', 'Hunedoara', NULL, 45),
(7461, 23, 'Tiulesti', 'Hunedoara', NULL, 59),
(7462, 23, 'Tomesti', 'Hunedoara', NULL, 70),
(7463, 23, 'Tomnatec', 'Hunedoara', NULL, 75),
(7464, 23, 'Toplita', 'Hunedoara', NULL, 0),
(7465, 23, 'Toplita Muresului', 'Hunedoara', NULL, 0),
(7466, 23, 'Totesti', 'Hunedoara', NULL, 0),
(7467, 23, 'Totia', 'Hunedoara', NULL, 0),
(7468, 23, 'Trestia', 'Hunedoara', NULL, 35),
(7469, 23, 'Turdas', 'Hunedoara', NULL, 0),
(7470, 23, 'Turmas', 'Hunedoara', NULL, 25),
(7471, 23, 'Tustea', 'Hunedoara', NULL, 0),
(7472, 23, 'Uibaresti', 'Hunedoara', NULL, 46),
(7473, 23, 'Ulies', 'Hunedoara', NULL, 32),
(7474, 23, 'Ulm', 'Hunedoara', NULL, 17),
(7475, 23, 'Unciuc', 'Hunedoara', NULL, 12),
(7476, 23, 'Uric', 'Hunedoara', NULL, 24),
(7477, 23, 'Uricani', 'Hunedoara', NULL, 0),
(7478, 23, 'Uroi', 'Hunedoara', NULL, 0),
(7479, 23, 'Ursici', 'Hunedoara', NULL, 0),
(7480, 23, 'Vadu', 'Hunedoara', NULL, 0),
(7481, 23, 'Vadu Dobrii', 'Hunedoara', NULL, 41),
(7482, 23, 'Vaidei', 'Hunedoara', NULL, 40),
(7483, 23, 'Valari', 'Hunedoara', NULL, 46),
(7484, 23, 'Valcele', 'Hunedoara', NULL, 17),
(7485, 23, 'Valcelele Bune', 'Hunedoara', NULL, 15),
(7486, 23, 'Valceluta', 'Hunedoara', NULL, 18),
(7487, 23, 'Valea', 'Hunedoara', NULL, 64),
(7488, 23, 'Valea Arsului', 'Hunedoara', NULL, 25),
(7489, 23, 'Valea Babii', 'Hunedoara', NULL, 65),
(7490, 23, 'Valea Bradului', 'Hunedoara', NULL, 45),
(7491, 23, 'Valea Daljii', 'Hunedoara', NULL, 0),
(7492, 23, 'Valea de Brazi', 'Hunedoara', NULL, 35),
(7493, 23, 'Valea Lunga', 'Hunedoara', NULL, 34),
(7494, 23, 'Valea Lupului', 'Hunedoara', NULL, 24),
(7495, 23, 'Valea Mare de Cris', 'Hunedoara', NULL, 50),
(7496, 23, 'Valea Nandrului', 'Hunedoara', NULL, 0),
(7497, 23, 'Valea Poienii', 'Hunedoara', NULL, 45),
(7498, 23, 'Valea Sangeorgiului', 'Hunedoara', NULL, 0),
(7499, 23, 'Valeni (Baia de Cris)', 'Hunedoara', NULL, 50),
(7500, 23, 'Valeni (Geoagiu)', 'Hunedoara', NULL, 50),
(7501, 23, 'Valioara', 'Hunedoara', NULL, 15),
(7502, 23, 'Valisoara', 'Hunedoara', NULL, 35),
(7503, 23, 'Valisoara (Balsa)', 'Hunedoara', NULL, 31),
(7504, 23, 'Varmaga', 'Hunedoara', NULL, 35),
(7505, 23, 'Vata de Jos', 'Hunedoara', NULL, 50),
(7506, 23, 'Vata de Sus', 'Hunedoara', NULL, 61),
(7507, 23, 'Vetel', 'Hunedoara', NULL, 0),
(7508, 23, 'Vica', 'Hunedoara', NULL, 40),
(7509, 23, 'Visca', 'Hunedoara', NULL, 50),
(7510, 23, 'Voia', 'Hunedoara', NULL, 60),
(7511, 23, 'Vorta', 'Hunedoara', NULL, 40),
(7512, 23, 'Vulcan', 'Hunedoara', NULL, 0),
(7513, 23, 'Zam', 'Hunedoara', NULL, 50),
(7514, 23, 'Zavoi', 'Hunedoara', NULL, 12),
(7515, 23, 'Zdrapti', 'Hunedoara', NULL, 50),
(7516, 23, 'Zeicani', 'Hunedoara', NULL, 22),
(7517, 24, 'Adancata', 'Ialomita', NULL, 25),
(7518, 24, 'Albesti', 'Ialomita', NULL, 25),
(7519, 24, 'Alexeni', 'Ialomita', NULL, 0),
(7520, 24, 'Amara', 'Ialomita', NULL, 0),
(7521, 24, 'Amara Noua', 'Ialomita', NULL, 0),
(7522, 24, 'Andrasesti', 'Ialomita', NULL, 0),
(7523, 24, 'Armasesti', 'Ialomita', NULL, 0),
(7524, 24, 'Axintele', 'Ialomita', NULL, 30),
(7525, 24, 'Balaciu', 'Ialomita', NULL, 0),
(7526, 24, 'Baraganu', 'Ialomita', NULL, 0),
(7527, 24, 'Barbatescu', 'Ialomita', NULL, 40),
(7528, 24, 'Barbulesti', 'Ialomita', NULL, 0),
(7529, 24, 'Barcanesti', 'Ialomita', NULL, 22),
(7530, 24, 'Bataluri', 'Ialomita', NULL, 25),
(7531, 24, 'Bitina-Pamanteni', 'Ialomita', NULL, 30),
(7532, 24, 'Bitina-Ungureni', 'Ialomita', NULL, 30),
(7533, 24, 'Bora', 'Ialomita', NULL, 0),
(7534, 24, 'Boranesti', 'Ialomita', NULL, 0),
(7535, 24, 'Bordusani', 'Ialomita', NULL, 0),
(7536, 24, 'Borduselu', 'Ialomita', NULL, 32),
(7537, 24, 'Boteni', 'Ialomita', NULL, 45),
(7538, 24, 'Brazii', 'Ialomita', NULL, 44),
(7539, 24, 'Brosteni', 'Ialomita', NULL, 0),
(7540, 24, 'Bucsa', 'Ialomita', NULL, 30),
(7541, 24, 'Bucu', 'Ialomita', NULL, 0),
(7542, 24, 'Buesti', 'Ialomita', NULL, 20),
(7543, 24, 'Buliga', 'Ialomita', NULL, 0),
(7544, 24, 'Butoiu', 'Ialomita', NULL, 22),
(7545, 24, 'Catrunesti', 'Ialomita', NULL, 30),
(7546, 24, 'Cazanesti', 'Ialomita', NULL, 30),
(7547, 24, 'Cegani', 'Ialomita', NULL, 0),
(7548, 24, 'Chiroiu-Pamanteni', 'Ialomita', NULL, 30),
(7549, 24, 'Chiroiu-Satu Nou', 'Ialomita', NULL, 30),
(7550, 24, 'Chiroiu-Ungureni', 'Ialomita', NULL, 30),
(7551, 24, 'Ciocarlia', 'Ialomita', NULL, 0),
(7552, 24, 'Ciochina', 'Ialomita', NULL, 27),
(7553, 24, 'Ciulnita', 'Ialomita', NULL, 0),
(7554, 24, 'Cocora', 'Ialomita', NULL, 44),
(7555, 24, 'Colelia', 'Ialomita', NULL, 40),
(7556, 24, 'Condeesti', 'Ialomita', NULL, 25),
(7557, 24, 'Copuzu', 'Ialomita', NULL, 0),
(7558, 24, 'Cosambesti', 'Ialomita', NULL, 0),
(7559, 24, 'Cosereni', 'Ialomita', NULL, 0),
(7560, 24, 'Cotorca', 'Ialomita', NULL, 0),
(7561, 24, 'Crasanii de Jos', 'Ialomita', NULL, 0),
(7562, 24, 'Crasanii de Sus', 'Ialomita', NULL, 0),
(7563, 24, 'Crunti', 'Ialomita', NULL, 35),
(7564, 24, 'Dragoesti', 'Ialomita', NULL, 30),
(7565, 24, 'Dridu', 'Ialomita', NULL, 33),
(7566, 24, 'Dridu-Snagov', 'Ialomita', NULL, 33),
(7567, 24, 'Dumitresti', 'Ialomita', NULL, 30),
(7568, 24, 'Facaeni', 'Ialomita', NULL, 23),
(7569, 24, 'Fetesti', 'Ialomita', NULL, 0),
(7570, 24, 'Fetesti-Gara', 'Ialomita', NULL, 0),
(7571, 24, 'Fierbintii de Jos', 'Ialomita', NULL, 33),
(7572, 24, 'Fierbintii de Sus', 'Ialomita', NULL, 33),
(7573, 24, 'Fierbinti-Targ', 'Ialomita', NULL, 33),
(7574, 24, 'Fratilesti', 'Ialomita', NULL, 25),
(7575, 24, 'Fundata', 'Ialomita', NULL, 0),
(7576, 24, 'Garbovi', 'Ialomita', NULL, 20),
(7577, 24, 'Gheorghe Doja', 'Ialomita', NULL, 20),
(7578, 24, 'Gheorghe Lazar', 'Ialomita', NULL, 0),
(7579, 24, 'Gimbasani', 'Ialomita', NULL, 0),
(7580, 24, 'Giurgeni', 'Ialomita', NULL, 50),
(7581, 24, 'Grecii de Jos', 'Ialomita', NULL, 35),
(7582, 24, 'Grindasi', 'Ialomita', NULL, 25),
(7583, 24, 'Grindu', 'Ialomita', NULL, 30),
(7584, 24, 'Grivita', 'Ialomita', NULL, 21),
(7585, 24, 'Gura Ialomitei', 'Ialomita', NULL, 40),
(7586, 24, 'Gura Vaii', 'Ialomita', NULL, 0),
(7587, 24, 'Hagieni', 'Ialomita', NULL, 38),
(7588, 24, 'Hagiesti', 'Ialomita', NULL, 40),
(7589, 24, 'Horia', 'Ialomita', NULL, 40),
(7590, 24, 'Iazu', 'Ialomita', NULL, 20),
(7591, 24, 'Ion Ghica', 'Ialomita', NULL, 0),
(7592, 24, 'Ion Roata', 'Ialomita', NULL, 20),
(7593, 24, 'Ivanesti', 'Ialomita', NULL, 0),
(7594, 24, 'Jilavele', 'Ialomita', NULL, 0),
(7595, 24, 'Lacusteni', 'Ialomita', NULL, 30),
(7596, 24, 'Lilieci', 'Ialomita', NULL, 0),
(7597, 24, 'Livedea', 'Ialomita', NULL, 30),
(7598, 24, 'Luciu', 'Ialomita', NULL, 45),
(7599, 24, 'Maia', 'Ialomita', NULL, 35),
(7600, 24, 'Maltezi', 'Ialomita', NULL, 0),
(7601, 24, 'Malu', 'Ialomita', NULL, 22),
(7602, 24, 'Malu Rosu', 'Ialomita', NULL, 0),
(7603, 24, 'Manasia', 'Ialomita', NULL, 0),
(7604, 24, 'Marculesti', 'Ialomita', NULL, 0),
(7605, 24, 'Marsilieni', 'Ialomita', NULL, 25),
(7606, 24, 'Mihail Kogalniceanu', 'Ialomita', NULL, 25),
(7607, 24, 'Milosesti', 'Ialomita', NULL, 35),
(7608, 24, 'Mircea cel Batran', 'Ialomita', NULL, 40),
(7609, 24, 'Misleanu', 'Ialomita', NULL, 0),
(7610, 24, 'Moldoveni', 'Ialomita', NULL, 0),
(7611, 24, 'Movila', 'Ialomita', NULL, 25),
(7612, 24, 'Movileanca', 'Ialomita', NULL, 45),
(7613, 24, 'Movilita', 'Ialomita', NULL, 20),
(7614, 24, 'Munteni-Buzau', 'Ialomita', NULL, 35),
(7615, 24, 'Murgeanca', 'Ialomita', NULL, 35),
(7616, 24, 'Nenisori', 'Ialomita', NULL, 0),
(7617, 24, 'Nicolesti', 'Ialomita', NULL, 30),
(7618, 24, 'Ograda', 'Ialomita', NULL, 0),
(7619, 24, 'Orboesti', 'Ialomita', NULL, 0),
(7620, 24, 'Orezu', 'Ialomita', NULL, 30),
(7621, 24, 'Paltinisu', 'Ialomita', NULL, 0),
(7622, 24, 'Patru Frati', 'Ialomita', NULL, 0),
(7623, 24, 'Perieti', 'Ialomita', NULL, 0),
(7624, 24, 'Piersica', 'Ialomita', NULL, 35),
(7625, 24, 'Platonesti', 'Ialomita', NULL, 35),
(7626, 24, 'Poiana', 'Ialomita', NULL, 0),
(7627, 24, 'Progresu', 'Ialomita', NULL, 25),
(7628, 24, 'Rasi', 'Ialomita', NULL, 55),
(7629, 24, 'Rasimnicea', 'Ialomita', NULL, 45),
(7630, 24, 'Retezatu', 'Ialomita', NULL, 17),
(7631, 24, 'Reviga', 'Ialomita', NULL, 40),
(7632, 24, 'Rosiori', 'Ialomita', NULL, 25),
(7633, 24, 'Rovine', 'Ialomita', NULL, 50),
(7634, 24, 'Salcioara', 'Ialomita', NULL, 40),
(7635, 24, 'Sarateni', 'Ialomita', NULL, 0),
(7636, 24, 'Saveni', 'Ialomita', NULL, 25),
(7637, 24, 'Scanteia', 'Ialomita', NULL, 25),
(7638, 24, 'Sfantu Gheorghe', 'Ialomita', NULL, 0),
(7639, 24, 'Sinesti', 'Ialomita', NULL, 25),
(7640, 24, 'Sintesti', 'Ialomita', NULL, 0),
(7641, 24, 'Slatioarele', 'Ialomita', NULL, 0),
(7642, 24, 'Slobozia', 'Ialomita', NULL, 0),
(7643, 24, 'Slobozia Noua', 'Ialomita', NULL, 0),
(7644, 24, 'Smirna', 'Ialomita', NULL, 30),
(7645, 24, 'Stejaru', 'Ialomita', NULL, 0),
(7646, 24, 'Stelnica', 'Ialomita', NULL, 0),
(7647, 24, 'Suditi', 'Ialomita', NULL, 20),
(7648, 24, 'Tandarei', 'Ialomita', NULL, 0),
(7649, 24, 'Tovarasia', 'Ialomita', NULL, 35),
(7650, 24, 'Traian', 'Ialomita', NULL, 25),
(7651, 24, 'Urziceni', 'Ialomita', NULL, 0),
(7652, 24, 'Valea Bisericii', 'Ialomita', NULL, 25),
(7653, 24, 'Valea Ciorii', 'Ialomita', NULL, 30),
(7654, 24, 'Valea Macrisului', 'Ialomita', NULL, 20),
(7655, 24, 'Vladeni', 'Ialomita', NULL, 25),
(7656, 24, 'Vlasca', 'Ialomita', NULL, 0),
(7657, 25, 'Albesti', 'Iasi', NULL, 0),
(7658, 25, 'Alexandru cel Bun', 'Iasi', NULL, 46),
(7659, 25, 'Alexandru I. Cuza', 'Iasi', NULL, 30),
(7660, 25, 'Alexeni', 'Iasi', NULL, 41),
(7661, 25, 'Alexesti', 'Iasi', NULL, 44),
(7662, 25, 'Andrieseni', 'Iasi', NULL, 63),
(7663, 25, 'Arama', 'Iasi', NULL, 43),
(7664, 25, 'Aroneanu', 'Iasi', NULL, 0),
(7665, 25, 'Avantu', 'Iasi', NULL, 26),
(7666, 25, 'Bacu', 'Iasi', NULL, 35),
(7667, 25, 'Badeni', 'Iasi', NULL, 34),
(7668, 25, 'Bahluiu', 'Iasi', NULL, 0),
(7669, 25, 'Baiceni (Cucuteni)', 'Iasi', NULL, 0),
(7670, 25, 'Baiceni (Todiresti)', 'Iasi', NULL, 20),
(7671, 25, 'Balciu', 'Iasi', NULL, 0),
(7672, 25, 'Bals', 'Iasi', NULL, 0),
(7673, 25, 'Baltati', 'Iasi', NULL, 0),
(7674, 25, 'Balteni', 'Iasi', NULL, 30),
(7675, 25, 'Balusesti', 'Iasi', NULL, 30),
(7676, 25, 'Banu', 'Iasi', NULL, 0),
(7677, 25, 'Barbatesti', 'Iasi', NULL, 0),
(7678, 25, 'Barlesti', 'Iasi', NULL, 32),
(7679, 25, 'Barnova', 'Iasi', NULL, 0),
(7680, 25, 'Belcesti', 'Iasi', NULL, 28),
(7681, 25, 'Bivolari', 'Iasi', NULL, 45),
(7682, 25, 'Blaga', 'Iasi', NULL, 25),
(7683, 25, 'Blagesti', 'Iasi', NULL, 0),
(7684, 25, 'Boatca', 'Iasi', NULL, 30),
(7685, 25, 'Bocnita', 'Iasi', NULL, 35),
(7686, 25, 'Bodesti', 'Iasi', NULL, 32),
(7687, 25, 'Bogdanesti', 'Iasi', NULL, 0),
(7688, 25, 'Bogonos', 'Iasi', NULL, 0),
(7689, 25, 'Bohotin', 'Iasi', NULL, 38),
(7690, 25, 'Bojila', 'Iasi', NULL, 50),
(7691, 25, 'Boldesti', 'Iasi', NULL, 20),
(7692, 25, 'Borosesti', 'Iasi', NULL, 33),
(7693, 25, 'Borosoaia', 'Iasi', NULL, 61),
(7694, 25, 'Borsa', 'Iasi', NULL, 30),
(7695, 25, 'Bosia', 'Iasi', NULL, 0),
(7696, 25, 'Bosteni (Pascani)', 'Iasi', NULL, 0),
(7697, 25, 'Boureni (Bals)', 'Iasi', NULL, 0),
(7698, 25, 'Boureni (Motca)', 'Iasi', NULL, 15),
(7699, 25, 'Bradicesti', 'Iasi', NULL, 47),
(7700, 25, 'Braesti', 'Iasi', NULL, 0),
(7701, 25, 'Bran', 'Iasi', NULL, 27),
(7702, 25, 'Bratesti', 'Iasi', NULL, 0),
(7703, 25, 'Bratuleni', 'Iasi', NULL, 0),
(7704, 25, 'Bratulesti', 'Iasi', NULL, 0),
(7705, 25, 'Breazu', 'Iasi', NULL, 0),
(7706, 25, 'Brosteni', 'Iasi', NULL, 48),
(7707, 25, 'Buda (Braesti)', 'Iasi', NULL, 0),
(7708, 25, 'Buda (Lespezi)', 'Iasi', NULL, 20),
(7709, 25, 'Budai', 'Iasi', NULL, 0),
(7710, 25, 'Budesti', 'Iasi', NULL, 0),
(7711, 25, 'Buhaeni', 'Iasi', NULL, 63),
(7712, 25, 'Buhalnita', 'Iasi', NULL, 25),
(7713, 25, 'Bulbucani', 'Iasi', NULL, 38),
(7714, 25, 'Bursuc-Deal', 'Iasi', NULL, 15),
(7715, 25, 'Bursuc-Vale', 'Iasi', NULL, 15),
(7716, 25, 'Buruienesti', 'Iasi', NULL, 53),
(7717, 25, 'Butea', 'Iasi', NULL, 25),
(7718, 25, 'Buzdug', 'Iasi', NULL, 30),
(7719, 25, 'Buznea', 'Iasi', NULL, 0),
(7720, 25, 'Carbunari', 'Iasi', NULL, 0),
(7721, 25, 'Carjoaia', 'Iasi', NULL, 22),
(7722, 25, 'Carlig', 'Iasi', NULL, 0),
(7723, 25, 'Carniceni', 'Iasi', NULL, 25),
(7724, 25, 'Cauesti', 'Iasi', NULL, 33),
(7725, 25, 'Ceplenita', 'Iasi', NULL, 20),
(7726, 25, 'Cercu', 'Iasi', NULL, 0),
(7727, 25, 'Chicerea', 'Iasi', NULL, 0),
(7728, 25, 'Chilisoaia', 'Iasi', NULL, 0),
(7729, 25, 'Chiperesti', 'Iasi', NULL, 0),
(7730, 25, 'Chiscareni', 'Iasi', NULL, 56),
(7731, 25, 'Cilibiu', 'Iasi', NULL, 0),
(7732, 25, 'Cioca-Boca', 'Iasi', NULL, 33),
(7733, 25, 'Ciocarlesti', 'Iasi', NULL, 0),
(7734, 25, 'Ciohorani', 'Iasi', NULL, 29),
(7735, 25, 'Ciortesti', 'Iasi', NULL, 40),
(7736, 25, 'CIRESENI', 'Iasi', NULL, 28),
(7737, 25, 'Ciurbesti', 'Iasi', NULL, 0),
(7738, 25, 'Ciurea', 'Iasi', NULL, 0),
(7739, 25, 'Coada Stancii', 'Iasi', NULL, 0),
(7740, 25, 'Coarnele Caprei ', 'Iasi', NULL, 41),
(7741, 25, 'Coasta Magurii', 'Iasi', NULL, 25),
(7742, 25, 'Cogeasca', 'Iasi', NULL, 0),
(7743, 25, 'Coltu Cornii', 'Iasi', NULL, 75),
(7744, 25, 'Comarna', 'Iasi', NULL, 0),
(7745, 25, 'Contesti', 'Iasi', NULL, 0),
(7746, 25, 'Corcodel', 'Iasi', NULL, 0),
(7747, 25, 'Cornesti', 'Iasi', NULL, 0),
(7748, 25, 'Coropceni', 'Iasi', NULL, 35),
(7749, 25, 'Cositeni', 'Iasi', NULL, 0),
(7750, 25, 'Costesti', 'Iasi', NULL, 0),
(7751, 25, 'Costuleni', 'Iasi', NULL, 28),
(7752, 25, 'Cotargaci', 'Iasi', NULL, 0),
(7753, 25, 'Cotnari', 'Iasi', NULL, 0),
(7754, 25, 'Cotu lui Ivan', 'Iasi', NULL, 0),
(7755, 25, 'Cotu Morii', 'Iasi', NULL, 0),
(7756, 25, 'Covasna', 'Iasi', NULL, 33),
(7757, 25, 'Cozia', 'Iasi', NULL, 32),
(7758, 25, 'Cozmesti', 'Iasi', NULL, 63),
(7759, 25, 'Cozmesti (Stolniceni-Prajescu)', 'Iasi', NULL, 0),
(7760, 25, 'Cristesti', 'Iasi', NULL, 15),
(7761, 25, 'Cristesti (Braesti)', 'Iasi', NULL, 0),
(7762, 25, 'Cristesti (Holboca)', 'Iasi', NULL, 0),
(7763, 25, 'Crivesti (Strunga)', 'Iasi', NULL, 0),
(7764, 25, 'Crivesti (Vanatori)', 'Iasi', NULL, 15),
(7765, 25, 'Crucea', 'Iasi', NULL, 22),
(7766, 25, 'Cucova', 'Iasi', NULL, 0),
(7767, 25, 'Cucuteni', 'Iasi', NULL, 0),
(7768, 25, 'Cucuteni (Letcani)', 'Iasi', NULL, 0),
(7769, 25, 'Curagau', 'Iasi', NULL, 0),
(7770, 25, 'Curaturi', 'Iasi', NULL, 0),
(7771, 25, 'Cuza Voda (Ipatele)', 'Iasi', NULL, 43),
(7772, 25, 'Cuza Voda (Popricani)', 'Iasi', NULL, 0),
(7773, 25, 'Dadesti', 'Iasi', NULL, 0),
(7774, 25, 'Dagata', 'Iasi', NULL, 40),
(7775, 25, 'Dancas', 'Iasi', NULL, 0),
(7776, 25, 'Dancu', 'Iasi', NULL, 0),
(7777, 25, 'Deleni', 'Iasi', NULL, 30),
(7778, 25, 'Deleni (Ciortesti)', 'Iasi', NULL, 38),
(7779, 25, 'Dobrovat', 'Iasi', NULL, 32),
(7780, 25, 'Dolhesti', 'Iasi', NULL, 47),
(7781, 25, 'Domnita', 'Iasi', NULL, 31),
(7782, 25, 'Dorobant', 'Iasi', NULL, 0),
(7783, 25, 'Doroscani', 'Iasi', NULL, 37),
(7784, 25, 'Draganesti', 'Iasi', NULL, 60),
(7785, 25, 'Draguseni', 'Iasi', NULL, 32),
(7786, 25, 'Dumbrava (Ciurea)', 'Iasi', NULL, 0),
(7787, 25, 'Dumbrava (Lespezi)', 'Iasi', NULL, 15),
(7788, 25, 'Dumbravita', 'Iasi', NULL, 0),
(7789, 25, 'Dumesti', 'Iasi', NULL, 0),
(7790, 25, 'Dumitrestii Galatii', 'Iasi', NULL, 0),
(7791, 25, 'Erbiceni', 'Iasi', NULL, 30),
(7792, 25, 'Fagat', 'Iasi', NULL, 35),
(7793, 25, 'Fantanele', 'Iasi', NULL, 60),
(7794, 25, 'Fantanele (Andrieseni)', 'Iasi', NULL, 60),
(7795, 25, 'Farcaseni', 'Iasi', NULL, 0),
(7796, 25, 'Fedeleseni', 'Iasi', NULL, 20),
(7797, 25, 'Feredeni', 'Iasi', NULL, 38),
(7798, 25, 'Fetesti', 'Iasi', NULL, 33),
(7799, 25, 'Filiasi', 'Iasi', NULL, 0),
(7800, 25, 'Focuri', 'Iasi', NULL, 45),
(7801, 25, 'Forasti', 'Iasi', NULL, 40),
(7802, 25, 'Frasuleni', 'Iasi', NULL, 26),
(7803, 25, 'Frenciugi', 'Iasi', NULL, 37),
(7804, 25, 'Frumusica', 'Iasi', NULL, 48),
(7805, 25, 'Ganesti', 'Iasi', NULL, 0),
(7806, 25, 'Garbesti', 'Iasi', NULL, 40),
(7807, 25, 'Gastesti', 'Iasi', NULL, 0),
(7808, 25, 'Gaureni', 'Iasi', NULL, 0),
(7809, 25, 'Giurgesti', 'Iasi', NULL, 0),
(7810, 25, 'Glavanesti', 'Iasi', NULL, 65),
(7811, 25, 'Glodenii Gandului', 'Iasi', NULL, 49),
(7812, 25, 'Goesti', 'Iasi', NULL, 25),
(7813, 25, 'Golaiesti', 'Iasi', NULL, 0),
(7814, 25, 'Gorban', 'Iasi', NULL, 35),
(7815, 25, 'Goruni', 'Iasi', NULL, 0),
(7816, 25, 'Gradinari', 'Iasi', NULL, 0),
(7817, 25, 'Grajduri', 'Iasi', NULL, 0),
(7818, 25, 'Griesti', 'Iasi', NULL, 50),
(7819, 25, 'Gropnita', 'Iasi', NULL, 38),
(7820, 25, 'Grozesti', 'Iasi', NULL, 52),
(7821, 25, 'Gura Badilitei', 'Iasi', NULL, 15),
(7822, 25, 'Gura Bohotin', 'Iasi', NULL, 45),
(7823, 25, 'Gura Vaii', 'Iasi', NULL, 0),
(7824, 25, 'Habasesti', 'Iasi', NULL, 0),
(7825, 25, 'Hadambu', 'Iasi', NULL, 0),
(7826, 25, 'Halaucesti', 'Iasi', NULL, 20),
(7827, 25, 'Halceni', 'Iasi', NULL, 52),
(7828, 25, 'Handresti', 'Iasi', NULL, 25),
(7829, 25, 'Harlau', 'Iasi', NULL, 0),
(7830, 25, 'Harmaneasa', 'Iasi', NULL, 15),
(7831, 25, 'Harmanesti', 'Iasi', NULL, 0),
(7832, 25, 'Harmanestii Noi', 'Iasi', NULL, 0),
(7833, 25, 'Harmanestii Vechi', 'Iasi', NULL, 0),
(7834, 25, 'Harpasesti', 'Iasi', NULL, 27),
(7835, 25, 'Hartoape', 'Iasi', NULL, 20),
(7836, 25, 'Heci', 'Iasi', NULL, 15),
(7837, 25, 'Helesteni', 'Iasi', NULL, 15),
(7838, 25, 'Hermeziu', 'Iasi', NULL, 35),
(7839, 25, 'Hilita', 'Iasi', NULL, 28),
(7840, 25, 'Hlincea', 'Iasi', NULL, 0),
(7841, 25, 'Hodora', 'Iasi', NULL, 20),
(7842, 25, 'Hoisesti', 'Iasi', NULL, 0),
(7843, 25, 'Holboca', 'Iasi', NULL, 0),
(7844, 25, 'Holm', 'Iasi', NULL, 25),
(7845, 25, 'Homita', 'Iasi', NULL, 20),
(7846, 25, 'Horlesti', 'Iasi', NULL, 0),
(7847, 25, 'Horlesti (Rediu)', 'Iasi', NULL, 0),
(7848, 25, 'Horodistea', 'Iasi', NULL, 23),
(7849, 25, 'Horpaz', 'Iasi', NULL, 0),
(7850, 25, 'Humosu', 'Iasi', NULL, 30),
(7851, 25, 'Iacobeni', 'Iasi', NULL, 46),
(7852, 25, 'Iasi', 'Iasi', NULL, 0),
(7853, 25, 'Iazu Nou', 'Iasi', NULL, 52),
(7854, 25, 'Iazu Vechi', 'Iasi', NULL, 52),
(7855, 25, 'Icuseni', 'Iasi', NULL, 0),
(7856, 25, 'Iepureni (Andrieseni)', 'Iasi', NULL, 20),
(7857, 25, 'Iepureni (Movileni)', 'Iasi', NULL, 28),
(7858, 25, 'Ion Neculce', 'Iasi', NULL, 0),
(7859, 25, 'Iorcani', 'Iasi', NULL, 19),
(7860, 25, 'Iosupeni', 'Iasi', NULL, 20),
(7861, 25, 'Ipatele', 'Iasi', NULL, 45),
(7862, 25, 'Isaiia', 'Iasi', NULL, 38),
(7863, 25, 'Iugani', 'Iasi', NULL, 29),
(7864, 25, 'Izvoarele', 'Iasi', NULL, 0),
(7865, 25, 'Jigoreni', 'Iasi', NULL, 49),
(7866, 25, 'Kogalniceni', 'Iasi', NULL, 25),
(7867, 25, 'Larga-Jijia', 'Iasi', NULL, 30),
(7868, 25, 'Leahu-Nacu', 'Iasi', NULL, 40),
(7869, 25, 'Lespezi', 'Iasi', NULL, 15),
(7870, 25, 'Letcani', 'Iasi', NULL, 0),
(7871, 25, 'Liteni', 'Iasi', NULL, 35),
(7872, 25, 'Luceni', 'Iasi', NULL, 27),
(7873, 25, 'Lunca (Grajduri)', 'Iasi', NULL, 0),
(7874, 25, 'Lunca (Pascani)', 'Iasi', NULL, 0),
(7875, 25, 'Lunca Cetatuii', 'Iasi', NULL, 0),
(7876, 25, 'Lunca Rates', 'Iasi', NULL, 30),
(7877, 25, 'Luncasi', 'Iasi', NULL, 20),
(7878, 25, 'Lungani', 'Iasi', NULL, 0),
(7879, 25, 'Lungani (Voinesti)', 'Iasi', NULL, 0),
(7880, 25, 'Luparia', 'Iasi', NULL, 22),
(7881, 25, 'Macaresti', 'Iasi', NULL, 42),
(7882, 25, 'Madarjac', 'Iasi', NULL, 46),
(7883, 25, 'Madarjesti', 'Iasi', NULL, 0),
(7884, 25, 'Malaesti', 'Iasi', NULL, 38),
(7885, 25, 'Manastirea', 'Iasi', NULL, 50),
(7886, 25, 'Manjesti', 'Iasi', NULL, 0),
(7887, 25, 'Manzatesti', 'Iasi', NULL, 0),
(7888, 25, 'Maxut', 'Iasi', NULL, 30),
(7889, 25, 'Medeleni', 'Iasi', NULL, 0),
(7890, 25, 'Miclauseni', 'Iasi', NULL, 22),
(7891, 25, 'Mihail Kogalniceanu', 'Iasi', NULL, 30),
(7892, 25, 'Mircesti', 'Iasi', NULL, 23),
(7893, 25, 'Mironeasa', 'Iasi', NULL, 34),
(7894, 25, 'Miroslava', 'Iasi', NULL, 0),
(7895, 25, 'Miroslovesti', 'Iasi', NULL, 25),
(7896, 25, 'Mitesti (Miroslovesti)', 'Iasi', NULL, 25),
(7897, 25, 'Mitoc', 'Iasi', NULL, 50),
(7898, 25, 'Moara Ciornei', 'Iasi', NULL, 38),
(7899, 25, 'Mogosesti', 'Iasi', NULL, 0),
(7900, 25, 'Mogosesti-Siret', 'Iasi', NULL, 16),
(7901, 25, 'Moimesti', 'Iasi', NULL, 0),
(7902, 25, 'Moreni', 'Iasi', NULL, 0),
(7903, 25, 'Mosna', 'Iasi', NULL, 49),
(7904, 25, 'Motca', 'Iasi', NULL, 15),
(7905, 25, 'Movileni', 'Iasi', NULL, 15),
(7906, 25, 'Movileni (Helesteni)', 'Iasi', NULL, 15),
(7907, 25, 'Muncelu de Sus', 'Iasi', NULL, 18),
(7908, 25, 'Munteni', 'Iasi', NULL, 33),
(7909, 25, 'Oboroceni', 'Iasi', NULL, 17),
(7910, 25, 'Obrijeni', 'Iasi', NULL, 34),
(7911, 25, 'Onesti', 'Iasi', NULL, 66),
(7912, 25, 'Opriseni', 'Iasi', NULL, 0),
(7913, 25, 'Oproaia', 'Iasi', NULL, 57),
(7914, 25, 'Orzeni', 'Iasi', NULL, 0),
(7915, 25, 'Osoi (Comarna)', 'Iasi', NULL, 0),
(7916, 25, 'Osoi (Sinesti)', 'Iasi', NULL, 44),
(7917, 25, 'Oteleni', 'Iasi', NULL, 30),
(7918, 25, 'Padureni (Grajduri)', 'Iasi', NULL, 0),
(7919, 25, 'Padureni (Popesti)', 'Iasi', NULL, 30),
(7920, 25, 'Parcovaci', 'Iasi', NULL, 34),
(7921, 25, 'Pascani', 'Iasi', NULL, 0),
(7922, 25, 'Paun', 'Iasi', NULL, 0),
(7923, 25, 'Pausesti', 'Iasi', NULL, 26),
(7924, 25, 'Perieni', 'Iasi', NULL, 30),
(7925, 25, 'Petresti', 'Iasi', NULL, 27),
(7926, 25, 'Petrosica', 'Iasi', NULL, 37),
(7927, 25, 'Picioru Lupului', 'Iasi', NULL, 0),
(7928, 25, 'Pietraria', 'Iasi', NULL, 0),
(7929, 25, 'Pietris', 'Iasi', NULL, 48),
(7930, 25, 'Pietrosu', 'Iasi', NULL, 20),
(7931, 25, 'Piscu Rusului', 'Iasi', NULL, 60),
(7932, 25, 'Plugari', 'Iasi', NULL, 61),
(7933, 25, 'Pocreaca', 'Iasi', NULL, 0),
(7934, 25, 'Podisu', 'Iasi', NULL, 0),
(7935, 25, 'Podolenii de Jos', 'Iasi', NULL, 64),
(7936, 25, 'Podolenii de Sus', 'Iasi', NULL, 90),
(7937, 25, 'Podu Hagiului', 'Iasi', NULL, 63),
(7938, 25, 'Podu Iloaiei', 'Iasi', NULL, 22),
(7939, 25, 'Podu Jijiei', 'Iasi', NULL, 0),
(7940, 25, 'Poiana (Deleni)', 'Iasi', NULL, 35),
(7941, 25, 'Poiana (Schitu Duca)', 'Iasi', NULL, 0),
(7942, 25, 'Poiana cu Cetate', 'Iasi', NULL, 0),
(7943, 25, 'Poiana de Sus', 'Iasi', NULL, 38),
(7944, 25, 'Poiana Manastirii', 'Iasi', NULL, 38),
(7945, 25, 'Poiana Marului', 'Iasi', NULL, 31),
(7946, 25, 'Poiana scheii', 'Iasi', NULL, 30),
(7947, 25, 'Poieni', 'Iasi', NULL, 0),
(7948, 25, 'Poienile', 'Iasi', NULL, 35),
(7949, 25, 'Popesti', 'Iasi', NULL, 35),
(7950, 25, 'Popricani', 'Iasi', NULL, 0),
(7951, 25, 'Potangeni', 'Iasi', NULL, 30),
(7952, 25, 'Prigoreni', 'Iasi', NULL, 0),
(7953, 25, 'Prisacani', 'Iasi', NULL, 40),
(7954, 25, 'Probota', 'Iasi', NULL, 29),
(7955, 25, 'Proselnici', 'Iasi', NULL, 0),
(7956, 25, 'Rachiteni', 'Iasi', NULL, 0),
(7957, 25, 'Radeni', 'Iasi', NULL, 40),
(7958, 25, 'Raducaneni', 'Iasi', NULL, 38),
(7959, 25, 'Rasboieni', 'Iasi', NULL, 44),
(7960, 25, 'Razboieni', 'Iasi', NULL, 0),
(7961, 25, 'Recea', 'Iasi', NULL, 56),
(7962, 25, 'Rediu', 'Iasi', NULL, 0),
(7963, 25, 'Rediu (Braesti)', 'Iasi', NULL, 0),
(7964, 25, 'Rediu (Ruginoasa)', 'Iasi', NULL, 0),
(7965, 25, 'Rediu (Scanteia)', 'Iasi', NULL, 30),
(7966, 25, 'Rediu Aldei', 'Iasi', NULL, 0),
(7967, 25, 'Rediu Mitropoliei', 'Iasi', NULL, 0),
(7968, 25, 'Romanesti', 'Iasi', NULL, 34),
(7969, 25, 'Roscani', 'Iasi', NULL, 40),
(7970, 25, 'Rosu', 'Iasi', NULL, 46),
(7971, 25, 'Rotaria', 'Iasi', NULL, 43),
(7972, 25, 'Ruginoasa', 'Iasi', NULL, 0),
(7973, 25, 'Runcu', 'Iasi', NULL, 35),
(7974, 25, 'Rusenii Noi', 'Iasi', NULL, 0),
(7975, 25, 'Rusenii Vechi', 'Iasi', NULL, 0),
(7976, 25, 'Sacaresti', 'Iasi', NULL, 0),
(7977, 25, 'Salageni', 'Iasi', NULL, 56),
(7978, 25, 'Sangeri', 'Iasi', NULL, 49),
(7979, 25, 'Sarca', 'Iasi', NULL, 0),
(7980, 25, 'Satu Nou (Belcesti)', 'Iasi', NULL, 30),
(7981, 25, 'Satu Nou (scheia)', 'Iasi', NULL, 33),
(7982, 25, 'Satu Nou (Schitu Duca)', 'Iasi', NULL, 0),
(7983, 25, 'Satu Nou (Siretel)', 'Iasi', NULL, 26),
(7984, 25, 'Saveni', 'Iasi', NULL, 45),
(7985, 25, 'Scanteia', 'Iasi', NULL, 30),
(7986, 25, 'Scheia', 'Iasi', NULL, 33),
(7987, 25, 'Scheia (Al.I Cuza)', 'Iasi', NULL, 30),
(7988, 25, 'Schitu Duca', 'Iasi', NULL, 0),
(7989, 25, 'Schitu Hadambului', 'Iasi', NULL, 34),
(7990, 25, 'Schitu Stavnic', 'Iasi', NULL, 0),
(7991, 25, 'Scobalteni', 'Iasi', NULL, 25),
(7992, 25, 'Scobinti', 'Iasi', NULL, 30),
(7993, 25, 'Scoposeni (Gorban)', 'Iasi', NULL, 55),
(7994, 25, 'Scoposeni (Horlesti)', 'Iasi', NULL, 0),
(7995, 25, 'Sculeni', 'Iasi', NULL, 27),
(7996, 25, 'Sendreni ', 'Iasi', NULL, 28),
(7997, 25, 'Serbesti', 'Iasi', NULL, 45),
(7998, 25, 'Sinesti', 'Iasi', NULL, 40),
(7999, 25, 'Sipote', 'Iasi', NULL, 53),
(8000, 25, 'Siretel', 'Iasi', NULL, 21),
(8001, 25, 'Slobozia (Ciurea)', 'Iasi', NULL, 0),
(8002, 25, 'Slobozia (Deleni)', 'Iasi', NULL, 35),
(8003, 25, 'Slobozia (Schitu Duca)', 'Iasi', NULL, 0),
(8004, 25, 'Slobozia (Siretel)', 'Iasi', NULL, 24),
(8005, 25, 'Slobozia (Voinesti)', 'Iasi', NULL, 0),
(8006, 25, 'Soci', 'Iasi', NULL, 22),
(8007, 25, 'Sodomeni', 'Iasi', NULL, 0),
(8008, 25, 'Solonet', 'Iasi', NULL, 44),
(8009, 25, 'Sorogari', 'Iasi', NULL, 0),
(8010, 25, 'Spineni', 'Iasi', NULL, 52),
(8011, 25, 'Spinoasa', 'Iasi', NULL, 35),
(8012, 25, 'Spranceana', 'Iasi', NULL, 35),
(8013, 25, 'Stanca (Comarna)', 'Iasi', NULL, 0),
(8014, 25, 'Stanca (Victoria)', 'Iasi', NULL, 26),
(8015, 25, 'Stejarii', 'Iasi', NULL, 33),
(8016, 25, 'Sticlaria', 'Iasi', NULL, 35),
(8017, 25, 'Stolniceni-Prajescu', 'Iasi', NULL, 0),
(8018, 25, 'Stornesti', 'Iasi', NULL, 43),
(8019, 25, 'Stroesti', 'Iasi', NULL, 22),
(8020, 25, 'Strunga', 'Iasi', NULL, 0),
(8021, 25, 'Suhulet', 'Iasi', NULL, 59),
(8022, 25, 'Tabara', 'Iasi', NULL, 53),
(8023, 25, 'Tansa', 'Iasi', NULL, 62),
(8024, 25, 'Tansa (Belcesti)', 'Iasi', NULL, 35),
(8025, 25, 'Targu Frumos', 'Iasi', NULL, 0),
(8026, 25, 'Tarnita', 'Iasi', NULL, 38),
(8027, 25, 'Tatarusi', 'Iasi', NULL, 19),
(8028, 25, 'Tautesti', 'Iasi', NULL, 0),
(8029, 25, 'Tibana', 'Iasi', NULL, 35),
(8030, 25, 'Tibanesti', 'Iasi', NULL, 49),
(8031, 25, 'Tiganasi', 'Iasi', NULL, 25),
(8032, 25, 'Tipilesti', 'Iasi', NULL, 0),
(8033, 25, 'Todirel', 'Iasi', NULL, 0),
(8034, 25, 'Todiresti', 'Iasi', NULL, 20),
(8035, 25, 'Tomesti', 'Iasi', NULL, 0),
(8036, 25, 'Topile', 'Iasi', NULL, 0),
(8037, 25, 'Totoesti', 'Iasi', NULL, 32),
(8038, 25, 'Traian', 'Iasi', NULL, 48),
(8039, 25, 'Trifesti', 'Iasi', NULL, 38),
(8040, 25, 'TUDOR VLADIMIRESCU', 'Iasi', NULL, 16),
(8041, 25, 'Tufestii de Sus', 'Iasi', NULL, 34),
(8042, 25, 'Tungujei', 'Iasi', NULL, 44),
(8043, 25, 'Tutora', 'Iasi', NULL, 0),
(8044, 25, 'Uda', 'Iasi', NULL, 19),
(8045, 25, 'Ulmi', 'Iasi', NULL, 37),
(8046, 25, 'Ungheni', 'Iasi', NULL, 40),
(8047, 25, 'Uricani', 'Iasi', NULL, 0),
(8048, 25, 'Ursaresti', 'Iasi', NULL, 28),
(8049, 25, 'Ursita', 'Iasi', NULL, 33),
(8050, 25, 'Ursoaia', 'Iasi', NULL, 0),
(8051, 25, 'Vadu Vejei', 'Iasi', NULL, 45),
(8052, 25, 'Valcelele', 'Iasi', NULL, 31),
(8053, 25, 'Valcica', 'Iasi', NULL, 19),
(8054, 25, 'Valea Adanca', 'Iasi', NULL, 0),
(8055, 25, 'Valea Lunga', 'Iasi', NULL, 0),
(8056, 25, 'Valea Lupului', 'Iasi', NULL, 0),
(8057, 25, 'Valea Oilor', 'Iasi', NULL, 0),
(8058, 25, 'Valea Racului', 'Iasi', NULL, 24),
(8059, 25, 'Valea Satului', 'Iasi', NULL, 0),
(8060, 25, 'Valea Seaca', 'Iasi', NULL, 0),
(8061, 25, 'Valea Ursului', 'Iasi', NULL, 0),
(8062, 25, 'Valenii', 'Iasi', NULL, 55),
(8063, 25, 'Vama', 'Iasi', NULL, 38),
(8064, 25, 'Vanatori', 'Iasi', NULL, 20),
(8065, 25, 'Vanatori (Popricani)', 'Iasi', NULL, 0),
(8066, 25, 'Vascani', 'Iasi', NULL, 15),
(8067, 25, 'Verseni (Miroslovesti)', 'Iasi', NULL, 25),
(8068, 25, 'Victoria', 'Iasi', NULL, 26),
(8069, 25, 'Visan', 'Iasi', NULL, 0),
(8070, 25, 'Vladeni', 'Iasi', NULL, 40),
(8071, 25, 'Vladiceni', 'Iasi', NULL, 0),
(8072, 25, 'Vladnicut', 'Iasi', NULL, 25),
(8073, 25, 'Vladomira', 'Iasi', NULL, 39),
(8074, 25, 'Vocotesti', 'Iasi', NULL, 0),
(8075, 25, 'Voinesti', 'Iasi', NULL, 0),
(8076, 25, 'Volintiresti', 'Iasi', NULL, 30),
(8077, 25, 'Vorovesti', 'Iasi', NULL, 0),
(8078, 25, 'Vulturi', 'Iasi', NULL, 0),
(8079, 25, 'Zaboloteni', 'Iasi', NULL, 40),
(8080, 25, 'Zagavia', 'Iasi', NULL, 32),
(8081, 25, 'Zbereni', 'Iasi', NULL, 30),
(8082, 25, 'Zberoaia', 'Iasi', NULL, 49),
(8083, 25, 'Zece Prajini', 'Iasi', NULL, 57),
(8084, 25, 'Zlodica', 'Iasi', NULL, 22),
(8085, 25, 'Zmeu', 'Iasi', NULL, 24),
(8086, 26, '1 Decembrie', 'Ilfov', NULL, 0),
(8087, 26, 'Afumati', 'Ilfov', NULL, 0),
(8088, 26, 'Alunisu', 'Ilfov', NULL, 0),
(8089, 26, 'Balaceanca', 'Ilfov', NULL, 0),
(8090, 26, 'Balotesti', 'Ilfov', NULL, 0),
(8091, 26, 'Balta Neagra', 'Ilfov', NULL, 45),
(8092, 26, 'Balteni', 'Ilfov', NULL, 0),
(8093, 26, 'Berceni', 'Ilfov', NULL, 0),
(8094, 26, 'Bragadiru', 'Ilfov', NULL, 0),
(8095, 26, 'Branesti', 'Ilfov', NULL, 0),
(8096, 26, 'Buciumeni', 'Ilfov', NULL, 40),
(8097, 26, 'Buda', 'Ilfov', NULL, 0),
(8098, 26, 'Buftea', 'Ilfov', NULL, 0),
(8099, 26, 'Burias', 'Ilfov', NULL, 45),
(8100, 26, 'Caciulati', 'Ilfov', NULL, 0),
(8101, 26, 'Caldararu', 'Ilfov', NULL, 0),
(8102, 26, 'Catelu', 'Ilfov', NULL, 0),
(8103, 26, 'Cernica', 'Ilfov', NULL, 0),
(8104, 26, 'Chiajna', 'Ilfov', NULL, 0),
(8105, 26, 'Chitila', 'Ilfov', NULL, 0),
(8106, 26, 'Ciofliceni', 'Ilfov', NULL, 0),
(8107, 26, 'Ciolpani', 'Ilfov', NULL, 0),
(8108, 26, 'Ciorogarla', 'Ilfov', NULL, 0),
(8109, 26, 'Clinceni', 'Ilfov', NULL, 0),
(8110, 26, 'Copaceni', 'Ilfov', NULL, 0),
(8111, 26, 'Corbeanca', 'Ilfov', NULL, 0),
(8112, 26, 'Cornetu', 'Ilfov', NULL, 0),
(8113, 26, 'Cozieni', 'Ilfov', NULL, 0),
(8114, 26, 'Cretesti', 'Ilfov', NULL, 0),
(8115, 26, 'Cretuleasca', 'Ilfov', NULL, 0),
(8116, 26, 'Darasti-Ilfov', 'Ilfov', NULL, 0),
(8117, 26, 'Darvari IF', 'Ilfov', NULL, 0),
(8118, 26, 'Dascalu', 'Ilfov', NULL, 0),
(8119, 26, 'Dimieni', 'Ilfov', NULL, 0),
(8120, 26, 'Dobroesti', 'Ilfov', NULL, 0),
(8121, 26, 'Domnesti', 'Ilfov', NULL, 0),
(8122, 26, 'Dragomiresti-Deal', 'Ilfov', NULL, 0),
(8123, 26, 'Dragomiresti-Vale', 'Ilfov', NULL, 0),
(8124, 26, 'Dudu', 'Ilfov', NULL, 0),
(8125, 26, 'Dumbraveni', 'Ilfov', NULL, 0),
(8126, 26, 'Dumitrana', 'Ilfov', NULL, 0),
(8127, 26, 'Fundeni', 'Ilfov', NULL, 0),
(8128, 26, 'Gagu', 'Ilfov', NULL, 0),
(8129, 26, 'Ganeasa', 'Ilfov', NULL, 0),
(8130, 26, 'Ghermanesti', 'Ilfov', NULL, 0),
(8131, 26, 'Glina', 'Ilfov', NULL, 0),
(8132, 26, 'Gradistea', 'Ilfov', NULL, 0),
(8133, 26, 'Gruiu', 'Ilfov', NULL, 0),
(8134, 26, 'Islaz', 'Ilfov', NULL, 0),
(8135, 26, 'Izvorani', 'Ilfov', NULL, 40),
(8136, 26, 'Jilava', 'Ilfov', NULL, 0),
(8137, 26, 'Lipia', 'Ilfov', NULL, 0),
(8138, 26, 'Luparia', 'Ilfov', NULL, 0),
(8139, 26, 'Magurele', 'Ilfov', NULL, 0),
(8140, 26, 'Maineasca', 'Ilfov', NULL, 0),
(8141, 26, 'Manolache', 'Ilfov', NULL, 0),
(8142, 26, 'Merii Petchii', 'Ilfov', NULL, 50),
(8143, 26, 'Micsunestii Mari', 'Ilfov', NULL, 45),
(8144, 26, 'Micsunesti-Moara ', 'Ilfov', NULL, 45),
(8145, 26, 'Moara Domneasca', 'Ilfov', NULL, 0),
(8146, 26, 'Moara Vlasiei', 'Ilfov', NULL, 0),
(8147, 26, 'Mogosoaia', 'Ilfov', NULL, 0),
(8148, 26, 'Nuci', 'Ilfov', NULL, 45),
(8149, 26, 'Odaile', 'Ilfov', NULL, 0),
(8150, 26, 'Olteni', 'Ilfov', NULL, 0),
(8151, 26, 'Ordoreanu', 'Ilfov', NULL, 0),
(8152, 26, 'Ostratu', 'Ilfov', NULL, 0),
(8153, 26, 'Otopeni', 'Ilfov', NULL, 0),
(8154, 26, 'Pantelimon', 'Ilfov', NULL, 0),
(8155, 26, 'Pasarea(Ilfov)', 'Ilfov', NULL, 0),
(8156, 26, 'Peris', 'Ilfov', NULL, 0),
(8157, 26, 'Petrachioaia', 'Ilfov', NULL, 0),
(8158, 26, 'Petresti', 'Ilfov', NULL, 0),
(8159, 26, 'Pipera (Voluntari)', 'Ilfov', NULL, 0),
(8160, 26, 'Piscu', 'Ilfov', NULL, 40),
(8161, 26, 'Piteasca', 'Ilfov', NULL, 0),
(8162, 26, 'Popesti-Leordeni', 'Ilfov', NULL, 0),
(8163, 26, 'Posta', 'Ilfov', NULL, 0),
(8164, 26, 'Pruni', 'Ilfov', NULL, 0),
(8165, 26, 'Rosu', 'Ilfov', NULL, 0),
(8166, 26, 'Rudeni', 'Ilfov', NULL, 0),
(8167, 26, 'Saftica', 'Ilfov', NULL, 0),
(8168, 26, 'Santu-Floresti', 'Ilfov', NULL, 40),
(8169, 26, 'Silistea Snagovului', 'Ilfov', NULL, 0),
(8170, 26, 'Sindrilita', 'Ilfov', NULL, 0),
(8171, 26, 'Sintesti', 'Ilfov', NULL, 0),
(8172, 26, 'Sitaru', 'Ilfov', NULL, 40),
(8173, 26, 'Snagov', 'Ilfov', NULL, 0),
(8174, 26, 'Stefanestii de Jos', 'Ilfov', NULL, 0),
(8175, 26, 'Stefanestii de Sus', 'Ilfov', NULL, 0),
(8176, 26, 'Surlari', 'Ilfov', NULL, 0),
(8177, 26, 'Tamasi', 'Ilfov', NULL, 0),
(8178, 26, 'Tancabesti', 'Ilfov', NULL, 0),
(8179, 26, 'Tanganu', 'Ilfov', NULL, 0),
(8180, 26, 'Teghes', 'Ilfov', NULL, 0),
(8181, 26, 'Tunari', 'Ilfov', NULL, 0),
(8182, 26, 'Vadu Anei', 'Ilfov', NULL, 25),
(8183, 26, 'Vanatori', 'Ilfov', NULL, 0),
(8184, 26, 'Varteju', 'Ilfov', NULL, 0),
(8185, 26, 'Vidra', 'Ilfov', NULL, 0),
(8186, 26, 'Vladiceasca', 'Ilfov', NULL, 0),
(8187, 26, 'Voluntari', 'Ilfov', NULL, 0),
(8188, 26, 'Zurbaua', 'Ilfov', NULL, 0),
(8189, 27, 'Ardusat', 'Maramures', NULL, 30),
(8190, 27, 'Arduzel', 'Maramures', NULL, 45),
(8191, 27, 'Ariesu de Camp', 'Maramures', NULL, 35),
(8192, 27, 'Ariesu de Padure', 'Maramures', NULL, 0),
(8193, 27, 'Arinis', 'Maramures', NULL, 40),
(8194, 27, 'Aspra', 'Maramures', NULL, 55),
(8195, 27, 'Asuaju de Jos', 'Maramures', NULL, 70),
(8196, 27, 'Asuaju de Sus', 'Maramures', NULL, 65),
(8197, 27, 'Baba', 'Maramures', NULL, 70),
(8198, 27, 'Baia Mare', 'Maramures', NULL, 0),
(8199, 27, 'Baia Sprie', 'Maramures', NULL, 0),
(8200, 27, 'Baile Borsa', 'Maramures', NULL, 80),
(8201, 27, 'Baita', 'Maramures', NULL, 0),
(8202, 27, 'Baita de sub Codru', 'Maramures', NULL, 60),
(8203, 27, 'Baiut', 'Maramures', NULL, 70),
(8204, 27, 'Bargau', 'Maramures', NULL, 0),
(8205, 27, 'Barsana', 'Maramures', NULL, 0);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(8206, 27, 'Basesti', 'Maramures', NULL, 70),
(8207, 27, 'Berbesti', 'Maramures', NULL, 0),
(8208, 27, 'Berchez', 'Maramures', NULL, 26),
(8209, 27, 'Berchezoaia', 'Maramures', NULL, 30),
(8210, 27, 'Berinta', 'Maramures', NULL, 0),
(8211, 27, 'Bicaz', 'Maramures', NULL, 70),
(8212, 27, 'Bistra', 'Maramures', NULL, 60),
(8213, 27, 'Blidari', 'Maramures', NULL, 25),
(8214, 27, 'Bocicoel', 'Maramures', NULL, 65),
(8215, 27, 'Bocicoiu Mare', 'Maramures', NULL, 0),
(8216, 27, 'Bogdan Voda', 'Maramures', NULL, 40),
(8217, 27, 'Boiereni', 'Maramures', NULL, 45),
(8218, 27, 'Boiu Mare', 'Maramures', NULL, 45),
(8219, 27, 'Bontaieni', 'Maramures', NULL, 25),
(8220, 27, 'Borcut', 'Maramures', NULL, 54),
(8221, 27, 'Borsa', 'Maramures', NULL, 70),
(8222, 27, 'Botiza', 'Maramures', NULL, 65),
(8223, 27, 'Bozanta Mare', 'Maramures', NULL, 0),
(8224, 27, 'Bozanta Mica', 'Maramures', NULL, 0),
(8225, 27, 'Breb', 'Maramures', NULL, 25),
(8226, 27, 'Brebeni', 'Maramures', NULL, 40),
(8227, 27, 'Buciumi', 'Maramures', NULL, 30),
(8228, 27, 'Budesti', 'Maramures', NULL, 40),
(8229, 27, 'Busag', 'Maramures', NULL, 0),
(8230, 27, 'Buteasa', 'Maramures', NULL, 50),
(8231, 27, 'Buzesti', 'Maramures', NULL, 27),
(8232, 27, 'Calinesti', 'Maramures', NULL, 30),
(8233, 27, 'Campulung la Tisa', 'Maramures', NULL, 0),
(8234, 27, 'Carbunari', 'Maramures', NULL, 0),
(8235, 27, 'Carpinis', 'Maramures', NULL, 30),
(8236, 27, 'Catalina', 'Maramures', NULL, 0),
(8237, 27, 'Cavnic', 'Maramures', NULL, 30),
(8238, 27, 'Cernesti', 'Maramures', NULL, 35),
(8239, 27, 'Cetatele', 'Maramures', NULL, 0),
(8240, 27, 'Chechis', 'Maramures', NULL, 0),
(8241, 27, 'Chelinta', 'Maramures', NULL, 45),
(8242, 27, 'Chiuzbaia', 'Maramures', NULL, 25),
(8243, 27, 'Cicarlau', 'Maramures', NULL, 0),
(8244, 27, 'Ciocotis', 'Maramures', NULL, 50),
(8245, 27, 'Ciolt', 'Maramures', NULL, 40),
(8246, 27, 'Ciuta', 'Maramures', NULL, 70),
(8247, 27, 'Coas', 'Maramures', NULL, 0),
(8248, 27, 'Codru Butesii', 'Maramures', NULL, 40),
(8249, 27, 'Coltau', 'Maramures', NULL, 0),
(8250, 27, 'Coltirea', 'Maramures', NULL, 0),
(8251, 27, 'Copalnic', 'Maramures', NULL, 25),
(8252, 27, 'Copalnic-Deal', 'Maramures', NULL, 30),
(8253, 27, 'Copalnic-Manastur', 'Maramures', NULL, 30),
(8254, 27, 'Cornesti', 'Maramures', NULL, 30),
(8255, 27, 'Corni', 'Maramures', NULL, 65),
(8256, 27, 'Coroieni', 'Maramures', NULL, 70),
(8257, 27, 'Coruia', 'Maramures', NULL, 0),
(8258, 27, 'Costeni', 'Maramures', NULL, 55),
(8259, 27, 'Costiui', 'Maramures', NULL, 35),
(8260, 27, 'Craciunesti', 'Maramures', NULL, 0),
(8261, 27, 'Crasna Viseului', 'Maramures', NULL, 30),
(8262, 27, 'Cufoaia', 'Maramures', NULL, 45),
(8263, 27, 'Culcea', 'Maramures', NULL, 0),
(8264, 27, 'Cupseni', 'Maramures', NULL, 70),
(8265, 27, 'Curtuiusu Mare', 'Maramures', NULL, 40),
(8266, 27, 'Curtuiusu Mic', 'Maramures', NULL, 40),
(8267, 27, 'Damacuseni', 'Maramures', NULL, 60),
(8268, 27, 'Danesti', 'Maramures', NULL, 25),
(8269, 27, 'Danestii Chioarului', 'Maramures', NULL, 25),
(8270, 27, 'Dealu Corbului', 'Maramures', NULL, 60),
(8271, 27, 'Dealu Mare', 'Maramures', NULL, 80),
(8272, 27, 'Desesti', 'Maramures', NULL, 30),
(8273, 27, 'Dobricu Lapusului', 'Maramures', NULL, 60),
(8274, 27, 'Draghia', 'Maramures', NULL, 75),
(8275, 27, 'Dragomiresti', 'Maramures', NULL, 60),
(8276, 27, 'Dumbrava', 'Maramures', NULL, 55),
(8277, 27, 'Dumbravita', 'Maramures', NULL, 0),
(8278, 27, 'Durusa', 'Maramures', NULL, 52),
(8279, 27, 'Fanate', 'Maramures', NULL, 40),
(8280, 27, 'Fantanele', 'Maramures', NULL, 65),
(8281, 27, 'Farcasa', 'Maramures', NULL, 30),
(8282, 27, 'Fauresti', 'Maramures', NULL, 30),
(8283, 27, 'Feresti', 'Maramures', NULL, 0),
(8284, 27, 'Fericea', 'Maramures', NULL, 50),
(8285, 27, 'Fersig', 'Maramures', NULL, 25),
(8286, 27, 'Finteusu Mare', 'Maramures', NULL, 30),
(8287, 27, 'Finteusu Mic', 'Maramures', NULL, 25),
(8288, 27, 'Firiza', 'Maramures', NULL, 25),
(8289, 27, 'Francenii Boiului', 'Maramures', NULL, 65),
(8290, 27, 'Gardani', 'Maramures', NULL, 40),
(8291, 27, 'Giulesti', 'Maramures', NULL, 0),
(8292, 27, 'Glod', 'Maramures', NULL, 40),
(8293, 27, 'Groape', 'Maramures', NULL, 55),
(8294, 27, 'Grosi', 'Maramures', NULL, 0),
(8295, 27, 'Grosii Tiblesului', 'Maramures', NULL, 70),
(8296, 27, 'Handalu Ilbei', 'Maramures', NULL, 0),
(8297, 27, 'Harnicesti', 'Maramures', NULL, 25),
(8298, 27, 'Hideaga', 'Maramures', NULL, 0),
(8299, 27, 'Hoteni', 'Maramures', NULL, 30),
(8300, 27, 'Hovrila', 'Maramures', NULL, 45),
(8301, 27, 'Iadara', 'Maramures', NULL, 40),
(8302, 27, 'Iapa', 'Maramures', NULL, 0),
(8303, 27, 'Ieud', 'Maramures', NULL, 60),
(8304, 27, 'Ilba', 'Maramures', NULL, 0),
(8305, 27, 'Inau', 'Maramures', NULL, 65),
(8306, 27, 'Intrerauri', 'Maramures', NULL, 45),
(8307, 27, 'Izvoarele', 'Maramures', NULL, 50),
(8308, 27, 'Jugastreni', 'Maramures', NULL, 66),
(8309, 27, 'Lapus', 'Maramures', NULL, 65),
(8310, 27, 'Lapusel', 'Maramures', NULL, 0),
(8311, 27, 'Larga', 'Maramures', NULL, 75),
(8312, 27, 'Laschia', 'Maramures', NULL, 30),
(8313, 27, 'Lazu Baciului', 'Maramures', NULL, 0),
(8314, 27, 'Leordina', 'Maramures', NULL, 50),
(8315, 27, 'Libotin', 'Maramures', NULL, 65),
(8316, 27, 'Lucacesti', 'Maramures', NULL, 30),
(8317, 27, 'Lunca la Tisa', 'Maramures', NULL, 0),
(8318, 27, 'Magureni', 'Maramures', NULL, 35),
(8319, 27, 'Manastirea', 'Maramures', NULL, 25),
(8320, 27, 'Manau', 'Maramures', NULL, 56),
(8321, 27, 'Mara', 'Maramures', NULL, 25),
(8322, 27, 'Merisor', 'Maramures', NULL, 0),
(8323, 27, 'Mesteacan', 'Maramures', NULL, 50),
(8324, 27, 'Miresu Mare', 'Maramures', NULL, 45),
(8325, 27, 'Mocira', 'Maramures', NULL, 0),
(8326, 27, 'Mogosesti', 'Maramures', NULL, 0),
(8327, 27, 'Moisei', 'Maramures', NULL, 70),
(8328, 27, 'Nanesti', 'Maramures', NULL, 0),
(8329, 27, 'Negreia', 'Maramures', NULL, 0),
(8330, 27, 'Nistru', 'Maramures', NULL, 0),
(8331, 27, 'Oarta de Jos', 'Maramures', NULL, 75),
(8332, 27, 'Oarta de Sus', 'Maramures', NULL, 75),
(8333, 27, 'Ocna Sugatag', 'Maramures', NULL, 0),
(8334, 27, 'Ocolis', 'Maramures', NULL, 0),
(8335, 27, 'Odesti', 'Maramures', NULL, 60),
(8336, 27, 'Oncesti', 'Maramures', NULL, 0),
(8337, 27, 'Ortita', 'Maramures', NULL, 70),
(8338, 27, 'Peteritea', 'Maramures', NULL, 50),
(8339, 27, 'Petrova', 'Maramures', NULL, 45),
(8340, 27, 'Piatra', 'Maramures', NULL, 50),
(8341, 27, 'Plopis', 'Maramures', NULL, 25),
(8342, 27, 'Poiana Botizii', 'Maramures', NULL, 75),
(8343, 27, 'Poienile de Sub Munte', 'Maramures', NULL, 85),
(8344, 27, 'Poienile Izei', 'Maramures', NULL, 75),
(8345, 27, 'Posta', 'Maramures', NULL, 25),
(8346, 27, 'Preluca Noua', 'Maramures', NULL, 40),
(8347, 27, 'Preluca Veche', 'Maramures', NULL, 40),
(8348, 27, 'Pribilesti', 'Maramures', NULL, 0),
(8349, 27, 'Prislop', 'Maramures', NULL, 45),
(8350, 27, 'Razoare', 'Maramures', NULL, 55),
(8351, 27, 'Recea', 'Maramures', NULL, 0),
(8352, 27, 'Remecioara', 'Maramures', NULL, 30),
(8353, 27, 'Remetea Chioarului', 'Maramures', NULL, 25),
(8354, 27, 'Remeti', 'Maramures', NULL, 25),
(8355, 27, 'Remeti pe Somes', 'Maramures', NULL, 52),
(8356, 27, 'Repedea', 'Maramures', NULL, 60),
(8357, 27, 'Rodina', 'Maramures', NULL, 60),
(8358, 27, 'Rogoz', 'Maramures', NULL, 65),
(8359, 27, 'Rohia', 'Maramures', NULL, 55),
(8360, 27, 'Rona de Jos', 'Maramures', NULL, 25),
(8361, 27, 'Rona de Sus', 'Maramures', NULL, 35),
(8362, 27, 'Rozavlea', 'Maramures', NULL, 30),
(8363, 27, 'Rus', 'Maramures', NULL, 0),
(8364, 27, 'Ruscova', 'Maramures', NULL, 80),
(8365, 27, 'Rusor', 'Maramures', NULL, 35),
(8366, 27, 'Sabisa', 'Maramures', NULL, 0),
(8367, 27, 'Sacalaseni', 'Maramures', NULL, 0),
(8368, 27, 'Sacel', 'Maramures', NULL, 50),
(8369, 27, 'Saliste', 'Maramures', NULL, 70),
(8370, 27, 'Salistea de Sus', 'Maramures', NULL, 60),
(8371, 27, 'Salnita', 'Maramures', NULL, 60),
(8372, 27, 'Salsig', 'Maramures', NULL, 45),
(8373, 27, 'Salta', 'Maramures', NULL, 75),
(8374, 27, 'Sapanta', 'Maramures', NULL, 30),
(8375, 27, 'Sarasau', 'Maramures', NULL, 0),
(8376, 27, 'Sarbi (Budesti)', 'Maramures', NULL, 45),
(8377, 27, 'Sarbi (Farcasa)', 'Maramures', NULL, 30),
(8378, 27, 'Sasar', 'Maramures', NULL, 0),
(8379, 27, 'Sat-sugatag', 'Maramures', NULL, 25),
(8380, 27, 'satu nou de jos', 'Maramures', NULL, 0),
(8381, 27, 'Satu Nou de Sus', 'Maramures', NULL, 0),
(8382, 27, 'Satulung', 'Maramures', NULL, 0),
(8383, 27, 'Seini', 'Maramures', NULL, 0),
(8384, 27, 'Sieu', 'Maramures', NULL, 30),
(8385, 27, 'Sighetu Marmatiei', 'Maramures', NULL, 0),
(8386, 27, 'sindresti', 'Maramures', NULL, 25),
(8387, 27, 'Sisesti', 'Maramures', NULL, 0),
(8388, 27, 'Slatioara', 'Maramures', NULL, 45),
(8389, 27, 'Somcuta Mare', 'Maramures', NULL, 30),
(8390, 27, 'Somes-Uileac', 'Maramures', NULL, 60),
(8391, 27, 'Stejera', 'Maramures', NULL, 50),
(8392, 27, 'Stoiceni', 'Maramures', NULL, 55),
(8393, 27, 'Strambu-Baiut', 'Maramures', NULL, 65),
(8394, 27, 'Stramtura', 'Maramures', NULL, 30),
(8395, 27, 'Stremt', 'Maramures', NULL, 77),
(8396, 27, 'Suciu de Jos', 'Maramures', NULL, 60),
(8397, 27, 'Suciu de Sus', 'Maramures', NULL, 70),
(8398, 27, 'Sugau', 'Maramures', NULL, 0),
(8399, 27, 'Surdesti', 'Maramures', NULL, 0),
(8400, 27, 'Tamaia', 'Maramures', NULL, 30),
(8401, 27, 'Tamasesti', 'Maramures', NULL, 70),
(8402, 27, 'Targu Lapus', 'Maramures', NULL, 50),
(8403, 27, 'Tautii de Sus', 'Maramures', NULL, 0),
(8404, 27, 'Tautii-Magheraus', 'Maramures', NULL, 0),
(8405, 27, 'Teceu Mic', 'Maramures', NULL, 45),
(8406, 27, 'Ticau', 'Maramures', NULL, 45),
(8407, 27, 'Tisa', 'Maramures', NULL, 0),
(8408, 27, 'Tohat', 'Maramures', NULL, 35),
(8409, 27, 'Trestia', 'Maramures', NULL, 40),
(8410, 27, 'Tulghies', 'Maramures', NULL, 40),
(8411, 27, 'Ulmeni', 'Maramures', NULL, 50),
(8412, 27, 'Ulmoasa', 'Maramures', NULL, 45),
(8413, 27, 'Unguras', 'Maramures', NULL, 0),
(8414, 27, 'Ungureni', 'Maramures', NULL, 60),
(8415, 27, 'Urmenis', 'Maramures', NULL, 75),
(8416, 27, 'Vad', 'Maramures', NULL, 35),
(8417, 27, 'Vadu Izei', 'Maramures', NULL, 0),
(8418, 27, 'Valea Chioarului', 'Maramures', NULL, 45),
(8419, 27, 'Valea Cufundoasa', 'Maramures', NULL, 0),
(8420, 27, 'Valea Hotarului', 'Maramures', NULL, 0),
(8421, 27, 'Valea Neagra', 'Maramures', NULL, 30),
(8422, 27, 'Valea Stejarului', 'Maramures', NULL, 0),
(8423, 27, 'Valea Viseului', 'Maramures', NULL, 70),
(8424, 27, 'Valeni', 'Maramures', NULL, 30),
(8425, 27, 'Valenii Lapusului', 'Maramures', NULL, 65),
(8426, 27, 'Valenii Somcutei', 'Maramures', NULL, 40),
(8427, 27, 'Varai', 'Maramures', NULL, 40),
(8428, 27, 'Vicea', 'Maramures', NULL, 50),
(8429, 27, 'Viile Apei', 'Maramures', NULL, 0),
(8430, 27, 'Vima Mare', 'Maramures', NULL, 70),
(8431, 27, 'Vima Mica', 'Maramures', NULL, 70),
(8432, 27, 'Viseu de Jos', 'Maramures', NULL, 60),
(8433, 27, 'Viseu de Mijloc', 'Maramures', NULL, 60),
(8434, 27, 'Viseu de Sus', 'Maramures', NULL, 60),
(8435, 28, '23 August', 'Mehedinti', NULL, 0),
(8436, 28, 'Adunatii Teiului', 'Mehedinti', NULL, 40),
(8437, 28, 'Albulesti', 'Mehedinti', NULL, 45),
(8438, 28, 'Almajel', 'Mehedinti', NULL, 50),
(8439, 28, 'Alunisul', 'Mehedinti', NULL, 0),
(8440, 28, 'Arginesti', 'Mehedinti', NULL, 63),
(8441, 28, 'Arvatesti', 'Mehedinti', NULL, 0),
(8442, 28, 'Aurora', 'Mehedinti', NULL, 60),
(8443, 28, 'Bacles', 'Mehedinti', NULL, 48),
(8444, 28, 'Baditesti', 'Mehedinti', NULL, 0),
(8445, 28, 'Bahna', 'Mehedinti', NULL, 0),
(8446, 28, 'Baia de Arama ', 'Mehedinti', NULL, 45),
(8447, 28, 'Baia Noua', 'Mehedinti', NULL, 0),
(8448, 28, 'Bala', 'Mehedinti', NULL, 40),
(8449, 28, 'Bala de Sus', 'Mehedinti', NULL, 43),
(8450, 28, 'Balacita', 'Mehedinti', NULL, 57),
(8451, 28, 'Balota', 'Mehedinti', NULL, 0),
(8452, 28, 'Balotesti', 'Mehedinti', NULL, 0),
(8453, 28, 'Balta', 'Mehedinti', NULL, 43),
(8454, 28, 'Balta Verde', 'Mehedinti', NULL, 47),
(8455, 28, 'Baltanele (Greci)', 'Mehedinti', NULL, 0),
(8456, 28, 'Baltanele (Prunisor)', 'Mehedinti', NULL, 0),
(8457, 28, 'Baluta', 'Mehedinti', NULL, 65),
(8458, 28, 'Balvanesti', 'Mehedinti', NULL, 23),
(8459, 28, 'Balvanestii de Jos', 'Mehedinti', NULL, 30),
(8460, 28, 'Baraiacu', 'Mehedinti', NULL, 65),
(8461, 28, 'Barda', 'Mehedinti', NULL, 0),
(8462, 28, 'Barlogeni', 'Mehedinti', NULL, 50),
(8463, 28, 'Batoti', 'Mehedinti', NULL, 20),
(8464, 28, 'Biban', 'Mehedinti', NULL, 50),
(8465, 28, 'Bistretu', 'Mehedinti', NULL, 33),
(8466, 28, 'Bistrita', 'Mehedinti', NULL, 0),
(8467, 28, 'Blidaru', 'Mehedinti', NULL, 43),
(8468, 28, 'Bobaita', 'Mehedinti', NULL, 0),
(8469, 28, 'Boceni', 'Mehedinti', NULL, 35),
(8470, 28, 'Borogea', 'Mehedinti', NULL, 26),
(8471, 28, 'Bragleasa', 'Mehedinti', NULL, 38),
(8472, 28, 'Branistea', 'Mehedinti', NULL, 58),
(8473, 28, 'Branzeni', 'Mehedinti', NULL, 55),
(8474, 28, 'Bratesul', 'Mehedinti', NULL, 45),
(8475, 28, 'Bratilovu', 'Mehedinti', NULL, 62),
(8476, 28, 'Brativoesti', 'Mehedinti', NULL, 45),
(8477, 28, 'Brebina', 'Mehedinti', NULL, 50),
(8478, 28, 'Breta', 'Mehedinti', NULL, 54),
(8479, 28, 'Breznicioara', 'Mehedinti', NULL, 51),
(8480, 28, 'Breznita-Motru', 'Mehedinti', NULL, 56),
(8481, 28, 'Breznita-Ocol', 'Mehedinti', NULL, 0),
(8482, 28, 'Brosteni', 'Mehedinti', NULL, 30),
(8483, 28, 'Bucura', 'Mehedinti', NULL, 33),
(8484, 28, 'Budanesti', 'Mehedinti', NULL, 0),
(8485, 28, 'Buicani', 'Mehedinti', NULL, 58),
(8486, 28, 'Buicesti', 'Mehedinti', NULL, 0),
(8487, 28, 'Bunoaica', 'Mehedinti', NULL, 26),
(8488, 28, 'Burila Mare', 'Mehedinti', NULL, 36),
(8489, 28, 'Burila Mica', 'Mehedinti', NULL, 38),
(8490, 28, 'Busesti', 'Mehedinti', NULL, 55),
(8491, 28, 'Butoiesti', 'Mehedinti', NULL, 62),
(8492, 28, 'Calinestii de Jos', 'Mehedinti', NULL, 28),
(8493, 28, 'Calinestii de Sus', 'Mehedinti', NULL, 30),
(8494, 28, 'Campu Mare', 'Mehedinti', NULL, 38),
(8495, 28, 'Capatanesti', 'Mehedinti', NULL, 30),
(8496, 28, 'Caramidaru', 'Mehedinti', NULL, 32),
(8497, 28, 'Carceni', 'Mehedinti', NULL, 60),
(8498, 28, 'Carjei', 'Mehedinti', NULL, 0),
(8499, 28, 'Carsu', 'Mehedinti', NULL, 52),
(8500, 28, 'Cazanesti', 'Mehedinti', NULL, 27),
(8501, 28, 'Cearangu', 'Mehedinti', NULL, 50),
(8502, 28, 'Celnata', 'Mehedinti', NULL, 0),
(8503, 28, 'Ceptureni', 'Mehedinti', NULL, 61),
(8504, 28, 'Ceranganul', 'Mehedinti', NULL, 61),
(8505, 28, 'Cernaia', 'Mehedinti', NULL, 51),
(8506, 28, 'Cerna-Varf', 'Mehedinti', NULL, 51),
(8507, 28, 'Cerneti', 'Mehedinti', NULL, 0),
(8508, 28, 'Cervenita', 'Mehedinti', NULL, 0),
(8509, 28, 'Ciochiuta', 'Mehedinti', NULL, 41),
(8510, 28, 'Cioroboreni', 'Mehedinti', NULL, 35),
(8511, 28, 'Ciovarnasani', 'Mehedinti', NULL, 0),
(8512, 28, 'Ciresu', 'Mehedinti', NULL, 29),
(8513, 28, 'Coada Cornetului', 'Mehedinti', NULL, 50),
(8514, 28, 'Cocorova', 'Mehedinti', NULL, 0),
(8515, 28, 'Colaret', 'Mehedinti', NULL, 38),
(8516, 28, 'Colibasi', 'Mehedinti', NULL, 0),
(8517, 28, 'Comanda', 'Mehedinti', NULL, 54),
(8518, 28, 'Comanesti', 'Mehedinti', NULL, 63),
(8519, 28, 'Copacioasa', 'Mehedinti', NULL, 40),
(8520, 28, 'Corcova', 'Mehedinti', NULL, 43),
(8521, 28, 'Cordun', 'Mehedinti', NULL, 40),
(8522, 28, 'Corlatel', 'Mehedinti', NULL, 39),
(8523, 28, 'Corzu', 'Mehedinti', NULL, 53),
(8524, 28, 'Cosovat', 'Mehedinti', NULL, 66),
(8525, 28, 'Costesti', 'Mehedinti', NULL, 52),
(8526, 28, 'Cotoroaia', 'Mehedinti', NULL, 51),
(8527, 28, 'Cozia', 'Mehedinti', NULL, 59),
(8528, 28, 'Cracu Lung', 'Mehedinti', NULL, 45),
(8529, 28, 'Cracu Muntelui', 'Mehedinti', NULL, 65),
(8530, 28, 'Craguesti', 'Mehedinti', NULL, 30),
(8531, 28, 'Crainici', 'Mehedinti', NULL, 50),
(8532, 28, 'Cremenea', 'Mehedinti', NULL, 34),
(8533, 28, 'Crivina', 'Mehedinti', NULL, 37),
(8534, 28, 'Croica', 'Mehedinti', NULL, 50),
(8535, 28, 'Cujmir', 'Mehedinti', NULL, 57),
(8536, 28, 'Cujmiru Mic', 'Mehedinti', NULL, 60),
(8537, 28, 'Dalbocita', 'Mehedinti', NULL, 40),
(8538, 28, 'Dalma', 'Mehedinti', NULL, 50),
(8539, 28, 'Danceu', 'Mehedinti', NULL, 35),
(8540, 28, 'Darvari', 'Mehedinti', NULL, 38),
(8541, 28, 'Dealu Mare', 'Mehedinti', NULL, 71),
(8542, 28, 'Dedovita Noua', 'Mehedinti', NULL, 0),
(8543, 28, 'Dedovita Veche', 'Mehedinti', NULL, 0),
(8544, 28, 'Deleni', 'Mehedinti', NULL, 62),
(8545, 28, 'Delureni', 'Mehedinti', NULL, 36),
(8546, 28, 'Devesel', 'Mehedinti', NULL, 30),
(8547, 28, 'Dobra', 'Mehedinti', NULL, 47),
(8548, 28, 'Draghesti', 'Mehedinti', NULL, 57),
(8549, 28, 'Dragotesti', 'Mehedinti', NULL, 40),
(8550, 28, 'Drincea', 'Mehedinti', NULL, 55),
(8551, 28, 'Drobeta-Turnu Severin', 'Mehedinti', NULL, 0),
(8552, 28, 'Dubova', 'Mehedinti', NULL, 25),
(8553, 28, 'Dudasu', 'Mehedinti', NULL, 0),
(8554, 28, 'Dudasu Schelei', 'Mehedinti', NULL, 0),
(8555, 28, 'Dumbrava', 'Mehedinti', NULL, 40),
(8556, 28, 'Dumbrava de Jos', 'Mehedinti', NULL, 49),
(8557, 28, 'Dumbrava de Mijloc', 'Mehedinti', NULL, 48),
(8558, 28, 'Dumbrava de Sus', 'Mehedinti', NULL, 47),
(8559, 28, 'Dumbravita', 'Mehedinti', NULL, 0),
(8560, 28, 'Dunarea Mica', 'Mehedinti', NULL, 27),
(8561, 28, 'Eibenthal', 'Mehedinti', NULL, 42),
(8562, 28, 'Ercea', 'Mehedinti', NULL, 35),
(8563, 28, 'Erghevita', 'Mehedinti', NULL, 0),
(8564, 28, 'Eselnita', 'Mehedinti', NULL, 0),
(8565, 28, 'Fantana Domneasca', 'Mehedinti', NULL, 29),
(8566, 28, 'Fantanile Negre', 'Mehedinti', NULL, 26),
(8567, 28, 'Fata Cremenii', 'Mehedinti', NULL, 30),
(8568, 28, 'Fata Motrului', 'Mehedinti', NULL, 51),
(8569, 28, 'Fauroaia', 'Mehedinti', NULL, 64),
(8570, 28, 'Firizu', 'Mehedinti', NULL, 42),
(8571, 28, 'Floresti', 'Mehedinti', NULL, 35),
(8572, 28, 'Garbovatu de Jos', 'Mehedinti', NULL, 39),
(8573, 28, 'Garbovatu de Sus', 'Mehedinti', NULL, 29),
(8574, 28, 'Gardaneasa', 'Mehedinti', NULL, 64),
(8575, 28, 'Gardoaia', 'Mehedinti', NULL, 30),
(8576, 28, 'Garla Mare', 'Mehedinti', NULL, 61),
(8577, 28, 'Garnita', 'Mehedinti', NULL, 0),
(8578, 28, 'Gemeni', 'Mehedinti', NULL, 35),
(8579, 28, 'Ghelmegioaia', 'Mehedinti', NULL, 0),
(8580, 28, 'Gheorghesti', 'Mehedinti', NULL, 57),
(8581, 28, 'Giura', 'Mehedinti', NULL, 45),
(8582, 28, 'Giurgiani', 'Mehedinti', NULL, 61),
(8583, 28, 'Goanta', 'Mehedinti', NULL, 57),
(8584, 28, 'Godeanu', 'Mehedinti', NULL, 33),
(8585, 28, 'Godeanu (Obarsia-Closani)', 'Mehedinti', NULL, 55),
(8586, 28, 'Gogosu', 'Mehedinti', NULL, 60),
(8587, 28, 'Golineasa', 'Mehedinti', NULL, 46),
(8588, 28, 'Gornenti', 'Mehedinti', NULL, 42),
(8589, 28, 'Gornovita', 'Mehedinti', NULL, 55),
(8590, 28, 'Govodarva', 'Mehedinti', NULL, 0),
(8591, 28, 'Greci', 'Mehedinti', NULL, 47),
(8592, 28, 'Grozesti', 'Mehedinti', NULL, 65),
(8593, 28, 'Gruia', 'Mehedinti', NULL, 53),
(8594, 28, 'Gura Motrului', 'Mehedinti', NULL, 0),
(8595, 28, 'Gura Vaii', 'Mehedinti', NULL, 0),
(8596, 28, 'Gutu', 'Mehedinti', NULL, 0),
(8597, 28, 'Gvardinita', 'Mehedinti', NULL, 52),
(8598, 28, 'Halanga', 'Mehedinti', NULL, 0),
(8599, 28, 'Higiu', 'Mehedinti', NULL, 46),
(8600, 28, 'Hinova', 'Mehedinti', NULL, 0),
(8601, 28, 'Hotarani', 'Mehedinti', NULL, 35),
(8602, 28, 'Hurducesti', 'Mehedinti', NULL, 43),
(8603, 28, 'Husnicioara', 'Mehedinti', NULL, 19),
(8604, 28, 'Iablanita', 'Mehedinti', NULL, 54),
(8605, 28, 'Igiroasa', 'Mehedinti', NULL, 0),
(8606, 28, 'Ilovat', 'Mehedinti', NULL, 32),
(8607, 28, 'Ilovita', 'Mehedinti', NULL, 0),
(8608, 28, 'Ilovu', 'Mehedinti', NULL, 27),
(8609, 28, 'Imoasa', 'Mehedinti', NULL, 43),
(8610, 28, 'Isverna', 'Mehedinti', NULL, 56),
(8611, 28, 'Iupca', 'Mehedinti', NULL, 47),
(8612, 28, 'Izimsa', 'Mehedinti', NULL, 60),
(8613, 28, 'Izvoarele', 'Mehedinti', NULL, 50),
(8614, 28, 'Izvoralu', 'Mehedinti', NULL, 33),
(8615, 28, 'Izvoralu de Jos', 'Mehedinti', NULL, 27),
(8616, 28, 'Izvoru Anestilor', 'Mehedinti', NULL, 27),
(8617, 28, 'Izvoru Barzii', 'Mehedinti', NULL, 0),
(8618, 28, 'Izvoru Frumos', 'Mehedinti', NULL, 44),
(8619, 28, 'Jiana', 'Mehedinti', NULL, 35),
(8620, 28, 'Jiana Mare', 'Mehedinti', NULL, 36),
(8621, 28, 'Jiana Veche', 'Mehedinti', NULL, 40),
(8622, 28, 'Jidostita', 'Mehedinti', NULL, 0),
(8623, 28, 'Jignita', 'Mehedinti', NULL, 28),
(8624, 28, 'Jirov', 'Mehedinti', NULL, 48),
(8625, 28, 'Jugastru', 'Mehedinti', NULL, 56),
(8626, 28, 'Jupanesti', 'Mehedinti', NULL, 32),
(8627, 28, 'Lac', 'Mehedinti', NULL, 39),
(8628, 28, 'Lazu', 'Mehedinti', NULL, 0),
(8629, 28, 'Livezi', 'Mehedinti', NULL, 36),
(8630, 28, 'Livezile', 'Mehedinti', NULL, 30),
(8631, 28, 'Ludu', 'Mehedinti', NULL, 66),
(8632, 28, 'Lumnic', 'Mehedinti', NULL, 0),
(8633, 28, 'Lunca Banului', 'Mehedinti', NULL, 52),
(8634, 28, 'Luncsoara', 'Mehedinti', NULL, 40),
(8635, 28, 'Lupsa de Jos', 'Mehedinti', NULL, 35),
(8636, 28, 'Lupsa de Sus', 'Mehedinti', NULL, 32),
(8637, 28, 'Magheru', 'Mehedinti', NULL, 0),
(8638, 28, 'Magurele', 'Mehedinti', NULL, 46),
(8639, 28, 'Malarisca', 'Mehedinti', NULL, 38),
(8640, 28, 'Malovat', 'Mehedinti', NULL, 0),
(8641, 28, 'Manu', 'Mehedinti', NULL, 30),
(8642, 28, 'Marasesti', 'Mehedinti', NULL, 35),
(8643, 28, 'Marga', 'Mehedinti', NULL, 33),
(8644, 28, 'Marmanu', 'Mehedinti', NULL, 0),
(8645, 28, 'Maru Rosu', 'Mehedinti', NULL, 55),
(8646, 28, 'Menti', 'Mehedinti', NULL, 66),
(8647, 28, 'Meris', 'Mehedinti', NULL, 35),
(8648, 28, 'Mijarca', 'Mehedinti', NULL, 0),
(8649, 28, 'Moisesti', 'Mehedinti', NULL, 34),
(8650, 28, 'Molani', 'Mehedinti', NULL, 54),
(8651, 28, 'Mosneni', 'Mehedinti', NULL, 28),
(8652, 28, 'Motruleni', 'Mehedinti', NULL, 65),
(8653, 28, 'Nadanova', 'Mehedinti', NULL, 53),
(8654, 28, 'Negoesti', 'Mehedinti', NULL, 45),
(8655, 28, 'Negresti', 'Mehedinti', NULL, 0),
(8656, 28, 'Negrusa', 'Mehedinti', NULL, 38),
(8657, 28, 'Nevatu', 'Mehedinti', NULL, 35),
(8658, 28, 'Nicolae Balcescu', 'Mehedinti', NULL, 36),
(8659, 28, 'Noaptesa', 'Mehedinti', NULL, 39),
(8660, 28, 'Obarsia de Camp', 'Mehedinti', NULL, 37),
(8661, 28, 'Obarsia-Closani', 'Mehedinti', NULL, 65),
(8662, 28, 'Ohaba', 'Mehedinti', NULL, 40),
(8663, 28, 'Olteanca', 'Mehedinti', NULL, 50),
(8664, 28, 'Opranesti', 'Mehedinti', NULL, 0),
(8665, 28, 'Oprisor', 'Mehedinti', NULL, 58),
(8666, 28, 'Orevita Mare', 'Mehedinti', NULL, 40),
(8667, 28, 'Orsova', 'Mehedinti', NULL, 0),
(8668, 28, 'Ostrovu Corbului', 'Mehedinti', NULL, 0),
(8669, 28, 'Ostrovu Mare', 'Mehedinti', NULL, 50),
(8670, 28, 'Padina', 'Mehedinti', NULL, 33),
(8671, 28, 'Padina Mare', 'Mehedinti', NULL, 34),
(8672, 28, 'Padina Mica', 'Mehedinti', NULL, 35),
(8673, 28, 'Paltinisu', 'Mehedinti', NULL, 26),
(8674, 28, 'Parlagele', 'Mehedinti', NULL, 0),
(8675, 28, 'Parvulesti', 'Mehedinti', NULL, 28),
(8676, 28, 'Pasarani', 'Mehedinti', NULL, 75),
(8677, 28, 'Patulele', 'Mehedinti', NULL, 41),
(8678, 28, 'Paunesti', 'Mehedinti', NULL, 35),
(8679, 28, 'Pavat', 'Mehedinti', NULL, 39),
(8680, 28, 'Peri', 'Mehedinti', NULL, 24),
(8681, 28, 'Pesteana', 'Mehedinti', NULL, 39),
(8682, 28, 'Pestenuta', 'Mehedinti', NULL, 32),
(8683, 28, 'Petra', 'Mehedinti', NULL, 51),
(8684, 28, 'Petris', 'Mehedinti', NULL, 0),
(8685, 28, 'Pistrita', 'Mehedinti', NULL, 50),
(8686, 28, 'Plai', 'Mehedinti', NULL, 67),
(8687, 28, 'Plopi', 'Mehedinti', NULL, 36),
(8688, 28, 'Pluta', 'Mehedinti', NULL, 56),
(8689, 28, 'Podeni', 'Mehedinti', NULL, 37),
(8690, 28, 'Podu Grosului', 'Mehedinti', NULL, 47),
(8691, 28, 'Poiana', 'Mehedinti', NULL, 38),
(8692, 28, 'Poiana Gruii', 'Mehedinti', NULL, 53),
(8693, 28, 'Ponoarele', 'Mehedinti', NULL, 55),
(8694, 28, 'Poroina', 'Mehedinti', NULL, 0),
(8695, 28, 'Poroina Mare', 'Mehedinti', NULL, 35),
(8696, 28, 'Poroinita', 'Mehedinti', NULL, 28),
(8697, 28, 'Portile de Fier II', 'Mehedinti', NULL, 61),
(8698, 28, 'Posta Veche', 'Mehedinti', NULL, 51),
(8699, 28, 'Prejna', 'Mehedinti', NULL, 54),
(8700, 28, 'Priboiesti', 'Mehedinti', NULL, 0),
(8701, 28, 'Prisaceaua', 'Mehedinti', NULL, 49),
(8702, 28, 'Pristol', 'Mehedinti', NULL, 57),
(8703, 28, 'Proitesti', 'Mehedinti', NULL, 60),
(8704, 28, 'Prunaru', 'Mehedinti', NULL, 0),
(8705, 28, 'Prunisor', 'Mehedinti', NULL, 24),
(8706, 28, 'Punghina', 'Mehedinti', NULL, 50),
(8707, 28, 'Puscasu', 'Mehedinti', NULL, 48),
(8708, 28, 'Putinei', 'Mehedinti', NULL, 0),
(8709, 28, 'Racova', 'Mehedinti', NULL, 32),
(8710, 28, 'Radutesti', 'Mehedinti', NULL, 60),
(8711, 28, 'Raiculesti', 'Mehedinti', NULL, 67),
(8712, 28, 'Rascolesti', 'Mehedinti', NULL, 0),
(8713, 28, 'Recea', 'Mehedinti', NULL, 40),
(8714, 28, 'Rocsoreni', 'Mehedinti', NULL, 41),
(8715, 28, 'Rogova', 'Mehedinti', NULL, 25),
(8716, 28, 'Rosia', 'Mehedinti', NULL, 0),
(8717, 28, 'Rosiori', 'Mehedinti', NULL, 50),
(8718, 28, 'Rudina', 'Mehedinti', NULL, 45),
(8719, 28, 'Runcusoru', 'Mehedinti', NULL, 50),
(8720, 28, 'Ruptura', 'Mehedinti', NULL, 38),
(8721, 28, 'Salatruc', 'Mehedinti', NULL, 42),
(8722, 28, 'Salcia', 'Mehedinti', NULL, 37),
(8723, 28, 'Sardanesti', 'Mehedinti', NULL, 42),
(8724, 28, 'Satu Mare', 'Mehedinti', NULL, 59),
(8725, 28, 'Satu Nou', 'Mehedinti', NULL, 65),
(8726, 28, 'Scapau', 'Mehedinti', NULL, 30),
(8727, 28, 'Schela Cladovei', 'Mehedinti', NULL, 0),
(8728, 28, 'Schinteiesti', 'Mehedinti', NULL, 0),
(8729, 28, 'Schitu Topolnitei', 'Mehedinti', NULL, 0),
(8730, 28, 'Scorila', 'Mehedinti', NULL, 57),
(8731, 28, 'Selistea', 'Mehedinti', NULL, 56),
(8732, 28, 'Selisteni', 'Mehedinti', NULL, 0),
(8733, 28, 'Selistiuta', 'Mehedinti', NULL, 46),
(8734, 28, 'Severinesti', 'Mehedinti', NULL, 30),
(8735, 28, 'Sfodea', 'Mehedinti', NULL, 37),
(8736, 28, 'Simian', 'Mehedinti', NULL, 0),
(8737, 28, 'Sipotu (Ponoarele)', 'Mehedinti', NULL, 39),
(8738, 28, 'Sipotu (Poroina Mare)', 'Mehedinti', NULL, 0),
(8739, 28, 'Siroca', 'Mehedinti', NULL, 32),
(8740, 28, 'Sisesti', 'Mehedinti', NULL, 30),
(8741, 28, 'Slasoma', 'Mehedinti', NULL, 40),
(8742, 28, 'Slatinicu Mare', 'Mehedinti', NULL, 54),
(8743, 28, 'Slatinicu Mic', 'Mehedinti', NULL, 53),
(8744, 28, 'Smadovita', 'Mehedinti', NULL, 62),
(8745, 28, 'Sovarna', 'Mehedinti', NULL, 43),
(8746, 28, 'Sperlesti', 'Mehedinti', NULL, 54),
(8747, 28, 'Stancesti', 'Mehedinti', NULL, 58),
(8748, 28, 'Stanesti', 'Mehedinti', NULL, 35),
(8749, 28, 'Stangaceaua', 'Mehedinti', NULL, 62),
(8750, 28, 'Stejaru', 'Mehedinti', NULL, 43),
(8751, 28, 'Stignita', 'Mehedinti', NULL, 32),
(8752, 28, 'Stircovita', 'Mehedinti', NULL, 48),
(8753, 28, 'Strehaia', 'Mehedinti', NULL, 48),
(8754, 28, 'Stroesti', 'Mehedinti', NULL, 28),
(8755, 28, 'Studina', 'Mehedinti', NULL, 39),
(8756, 28, 'Suharu', 'Mehedinti', NULL, 28),
(8757, 28, 'Susita (Breznita-Ocol)', 'Mehedinti', NULL, 0),
(8758, 28, 'susita (Grozesti)', 'Mehedinti', NULL, 65),
(8759, 28, 'Svinita', 'Mehedinti', NULL, 55),
(8760, 28, 'Talapanu', 'Mehedinti', NULL, 59),
(8761, 28, 'Tamna', 'Mehedinti', NULL, 36),
(8762, 28, 'Tantaru', 'Mehedinti', NULL, 56),
(8763, 28, 'Tarsa', 'Mehedinti', NULL, 60),
(8764, 28, 'Tiganasi', 'Mehedinti', NULL, 44),
(8765, 28, 'Tismana', 'Mehedinti', NULL, 22),
(8766, 28, 'Titerlesti', 'Mehedinti', NULL, 72),
(8767, 28, 'Titirigi', 'Mehedinti', NULL, 51),
(8768, 28, 'Traian', 'Mehedinti', NULL, 32),
(8769, 28, 'Turtaba', 'Mehedinti', NULL, 55),
(8770, 28, 'Valea Anilor', 'Mehedinti', NULL, 36),
(8771, 28, 'Valea Buna', 'Mehedinti', NULL, 54),
(8772, 28, 'Valea Copcii', 'Mehedinti', NULL, 0),
(8773, 28, 'Valea Cosustei', 'Mehedinti', NULL, 30),
(8774, 28, 'Valea Izvorului', 'Mehedinti', NULL, 45),
(8775, 28, 'Valea Marcului', 'Mehedinti', NULL, 46),
(8776, 28, 'Valea Petrii', 'Mehedinti', NULL, 37),
(8777, 28, 'Valea Teiului', 'Mehedinti', NULL, 59),
(8778, 28, 'Valea Ursului (Ponoarele)', 'Mehedinti', NULL, 62),
(8779, 28, 'Valea Ursului (Tamna)', 'Mehedinti', NULL, 47),
(8780, 28, 'Vanatori', 'Mehedinti', NULL, 54),
(8781, 28, 'Vanju Mare', 'Mehedinti', NULL, 33),
(8782, 28, 'Vanjulet', 'Mehedinti', NULL, 28),
(8783, 28, 'Varodia', 'Mehedinti', NULL, 37),
(8784, 28, 'Viasu', 'Mehedinti', NULL, 41),
(8785, 28, 'Vidimiresti', 'Mehedinti', NULL, 49),
(8786, 28, 'Visina', 'Mehedinti', NULL, 43),
(8787, 28, 'Vladaia', 'Mehedinti', NULL, 49),
(8788, 28, 'Vladasesti', 'Mehedinti', NULL, 54),
(8789, 28, 'Vladica', 'Mehedinti', NULL, 36),
(8790, 28, 'Voloiac', 'Mehedinti', NULL, 47),
(8791, 28, 'Voloicel', 'Mehedinti', NULL, 40),
(8792, 28, 'Vrancea', 'Mehedinti', NULL, 30),
(8793, 28, 'Vrata', 'Mehedinti', NULL, 51),
(8794, 28, 'Zegaia', 'Mehedinti', NULL, 18),
(8795, 28, 'Zegujani', 'Mehedinti', NULL, 27),
(8796, 29, 'Abud', 'Mures', NULL, 20),
(8797, 29, 'Abus', 'Mures', NULL, 0),
(8798, 29, 'Acatari', 'Mures', NULL, 0),
(8799, 29, 'Adamus', 'Mures', NULL, 18),
(8800, 29, 'Adrian', 'Mures', NULL, 0),
(8801, 29, 'Adrianu Mare', 'Mures', NULL, 28),
(8802, 29, 'Adrianu Mic', 'Mures', NULL, 27),
(8803, 29, 'Agristeu', 'Mures', NULL, 28),
(8804, 29, 'Albesti', 'Mures', NULL, 0),
(8805, 29, 'Alunis', 'Mures', NULL, 30),
(8806, 29, 'Andreneasa', 'Mures', NULL, 40),
(8807, 29, 'Angofa', 'Mures', NULL, 20),
(8808, 29, 'Apalina', 'Mures', NULL, 0),
(8809, 29, 'Apold', 'Mures', NULL, 0),
(8810, 29, 'Archita', 'Mures', NULL, 25),
(8811, 29, 'Arsita', 'Mures', NULL, 35),
(8812, 29, 'Atintis', 'Mures', NULL, 0),
(8813, 29, 'Aurel Vlaicu', 'Mures', NULL, 0),
(8814, 29, 'Avramesti', 'Mures', NULL, 0),
(8815, 29, 'Bagaciu ', 'Mures', NULL, 20),
(8816, 29, 'Bahnea', 'Mures', NULL, 30),
(8817, 29, 'Baita', 'Mures', NULL, 25),
(8818, 29, 'Bala', 'Mures', NULL, 35),
(8819, 29, 'Balauseri', 'Mures', NULL, 25),
(8820, 29, 'Balda', 'Mures', NULL, 70),
(8821, 29, 'Band', 'Mures', NULL, 25),
(8822, 29, 'Bara', 'Mures', NULL, 28),
(8823, 29, 'Barbosi', 'Mures', NULL, 60),
(8824, 29, 'Bardesti', 'Mures', NULL, 0),
(8825, 29, 'Barlibas', 'Mures', NULL, 41),
(8826, 29, 'Barlibasoaia', 'Mures', NULL, 20),
(8827, 29, 'Barza', 'Mures', NULL, 70),
(8828, 29, 'Batos', 'Mures', NULL, 20),
(8829, 29, 'Bedeni', 'Mures', NULL, 35),
(8830, 29, 'Beica de Jos', 'Mures', NULL, 0),
(8831, 29, 'Beica de Sus', 'Mures', NULL, 0),
(8832, 29, 'Bereni', 'Mures', NULL, 22),
(8833, 29, 'Berghia', 'Mures', NULL, 0),
(8834, 29, 'Bernadea', 'Mures', NULL, 25),
(8835, 29, 'Beu', 'Mures', NULL, 14),
(8836, 29, 'Bezid', 'Mures', NULL, 38),
(8837, 29, 'Bezidu Nou', 'Mures', NULL, 37),
(8838, 29, 'Bicasu', 'Mures', NULL, 40),
(8839, 29, 'Bichis', 'Mures', NULL, 0),
(8840, 29, 'Bistra Muresului', 'Mures', NULL, 35),
(8841, 29, 'Blidireasa', 'Mures', NULL, 40),
(8842, 29, 'Bobohalma', 'Mures', NULL, 25),
(8843, 29, 'Bogata (Mures)', 'Mures', NULL, 0),
(8844, 29, 'Boiu', 'Mures', NULL, 0),
(8845, 29, 'Bolintineni', 'Mures', NULL, 30),
(8846, 29, 'Bologaia', 'Mures', NULL, 36),
(8847, 29, 'Bord', 'Mures', NULL, 20),
(8848, 29, 'Bordosiu', 'Mures', NULL, 35),
(8849, 29, 'Borzia', 'Mures', NULL, 40),
(8850, 29, 'Botei', 'Mures', NULL, 46),
(8851, 29, 'Botez', 'Mures', NULL, 45),
(8852, 29, 'Botorca', 'Mures', NULL, 0),
(8853, 29, 'Bozed', 'Mures', NULL, 35),
(8854, 29, 'Bozeni', 'Mures', NULL, 0),
(8855, 29, 'Bradetelu', 'Mures', NULL, 30),
(8856, 29, 'Brancovenesti', 'Mures', NULL, 0),
(8857, 29, 'Breaza', 'Mures', NULL, 0),
(8858, 29, 'Budiu Mic', 'Mures', NULL, 0),
(8859, 29, 'Bujor', 'Mures', NULL, 41),
(8860, 29, 'Bujor-Hodaie', 'Mures', NULL, 49),
(8861, 29, 'Caciulata', 'Mures', NULL, 34),
(8862, 29, 'Cacuciu', 'Mures', NULL, 20),
(8863, 29, 'Calimanesti', 'Mures', NULL, 25),
(8864, 29, 'Calugareni', 'Mures', NULL, 22),
(8865, 29, 'Caluseri', 'Mures', NULL, 25),
(8866, 29, 'Campenita', 'Mures', NULL, 0),
(8867, 29, 'Campu Cetatii', 'Mures', NULL, 18),
(8868, 29, 'Candu', 'Mures', NULL, 29),
(8869, 29, 'Capalna de Sus', 'Mures', NULL, 25),
(8870, 29, 'Capeti', 'Mures', NULL, 0),
(8871, 29, 'Capusu de Campie', 'Mures', NULL, 40),
(8872, 29, 'Casva', 'Mures', NULL, 25),
(8873, 29, 'Cecalaca', 'Mures', NULL, 0),
(8874, 29, 'Ceie', 'Mures', NULL, 26),
(8875, 29, 'cerghid', 'Mures', NULL, 25),
(8876, 29, 'Cerghizel', 'Mures', NULL, 0),
(8877, 29, 'Ceuas', 'Mures', NULL, 20),
(8878, 29, 'Ceuasu de Campie', 'Mures', NULL, 25),
(8879, 29, 'Chendu', 'Mures', NULL, 30),
(8880, 29, 'Chetani', 'Mures', NULL, 0),
(8881, 29, 'Chibed', 'Mures', NULL, 11),
(8882, 29, 'Chiheru de Jos', 'Mures', NULL, 23),
(8883, 29, 'Chiheru de Sus', 'Mures', NULL, 30),
(8884, 29, 'Chinari', 'Mures', NULL, 0),
(8885, 29, 'Chincius', 'Mures', NULL, 22),
(8886, 29, 'Chirileu', 'Mures', NULL, 20),
(8887, 29, 'Chisalita', 'Mures', NULL, 28),
(8888, 29, 'Cibu', 'Mures', NULL, 38),
(8889, 29, 'Cinta', 'Mures', NULL, 0),
(8890, 29, 'Cioarga', 'Mures', NULL, 0),
(8891, 29, 'Ciobotani', 'Mures', NULL, 25),
(8892, 29, 'Cipaieni', 'Mures', NULL, 0),
(8893, 29, 'Cipau', 'Mures', NULL, 0),
(8894, 29, 'Ciretea', 'Mures', NULL, 55),
(8895, 29, 'Cirhagau', 'Mures', NULL, 51),
(8896, 29, 'Ciulea', 'Mures', NULL, 40),
(8897, 29, 'Ciurgau (Mures)', 'Mures', NULL, 0),
(8898, 29, 'Cloasterf', 'Mures', NULL, 30),
(8899, 29, 'Coasta Grindului', 'Mures', NULL, 0),
(8900, 29, 'coasta mare', 'Mures', NULL, 35),
(8901, 29, 'Comori', 'Mures', NULL, 20),
(8902, 29, 'Corbesti', 'Mures', NULL, 18),
(8903, 29, 'Cordos', 'Mures', NULL, 0),
(8904, 29, 'Cornesti (Adamus)', 'Mures', NULL, 20),
(8905, 29, 'Cornesti (Craciunesti)', 'Mures', NULL, 30),
(8906, 29, 'Coroi', 'Mures', NULL, 35),
(8907, 29, 'Coroisanmartin', 'Mures', NULL, 35),
(8908, 29, 'Corunca', 'Mures', NULL, 0),
(8909, 29, 'Cotorinau', 'Mures', NULL, 34),
(8910, 29, 'Cotus', 'Mures', NULL, 0),
(8911, 29, 'Cozma', 'Mures', NULL, 25),
(8912, 29, 'Craciunesti', 'Mures', NULL, 30),
(8913, 29, 'Craiesti', 'Mures', NULL, 35),
(8914, 29, 'Craiesti (Adamus)', 'Mures', NULL, 20),
(8915, 29, 'Cris', 'Mures', NULL, 25),
(8916, 29, 'Cristesti', 'Mures', NULL, 0),
(8917, 29, 'Cucerdea', 'Mures', NULL, 0),
(8918, 29, 'Cuci', 'Mures', NULL, 0),
(8919, 29, 'Cuiesd', 'Mures', NULL, 0),
(8920, 29, 'Culpiu', 'Mures', NULL, 30),
(8921, 29, 'cund', 'Mures', NULL, 45),
(8922, 29, 'Curete', 'Mures', NULL, 32),
(8923, 29, 'Curteni', 'Mures', NULL, 0),
(8924, 29, 'Custelnic', 'Mures', NULL, 0),
(8925, 29, 'Daia (Apold)', 'Mures', NULL, 25),
(8926, 29, 'Daia (Bahnea)', 'Mures', NULL, 25),
(8927, 29, 'Dalu', 'Mures', NULL, 0),
(8928, 29, 'Dambau', 'Mures', NULL, 0),
(8929, 29, 'Dambu', 'Mures', NULL, 40),
(8930, 29, 'Damieni', 'Mures', NULL, 23),
(8931, 29, 'Danes', 'Mures', NULL, 0),
(8932, 29, 'Dataseni', 'Mures', NULL, 20),
(8933, 29, 'Deag', 'Mures', NULL, 20),
(8934, 29, 'Deaj', 'Mures', NULL, 25),
(8935, 29, 'Deda', 'Mures', NULL, 25),
(8936, 29, 'Dedrad', 'Mures', NULL, 0),
(8937, 29, 'Deleni (Ideciu de Jos)', 'Mures', NULL, 0),
(8938, 29, 'Deleni (Pogaceaua)', 'Mures', NULL, 0),
(8939, 29, 'DELENII', 'Mures', NULL, 0),
(8940, 29, 'Dileu Nou', 'Mures', NULL, 0),
(8941, 29, 'Dileu Vechi', 'Mures', NULL, 0),
(8942, 29, 'Dobra', 'Mures', NULL, 23),
(8943, 29, 'Draculea Bandului', 'Mures', NULL, 25),
(8944, 29, 'Drojdii', 'Mures', NULL, 24),
(8945, 29, 'Dubistea de Padure', 'Mures', NULL, 35),
(8946, 29, 'Dulcea', 'Mures', NULL, 30),
(8947, 29, 'Dumbrava', 'Mures', NULL, 28),
(8948, 29, 'Dumbravioara', 'Mures', NULL, 0),
(8949, 29, 'Dumitreni', 'Mures', NULL, 40),
(8950, 29, 'Dumitrestii', 'Mures', NULL, 24),
(8951, 29, 'Dupa Deal (Cuci)', 'Mures', NULL, 22),
(8952, 29, 'Dupa Deal (Iclanzel)', 'Mures', NULL, 20),
(8953, 29, 'Ercea', 'Mures', NULL, 35),
(8954, 29, 'Eremieni', 'Mures', NULL, 25),
(8955, 29, 'Eremitu', 'Mures', NULL, 17),
(8956, 29, 'Ernei', 'Mures', NULL, 0),
(8957, 29, 'Fanate (Band)', 'Mures', NULL, 30),
(8958, 29, 'Fanate (Faragau)', 'Mures', NULL, 38),
(8959, 29, 'Fanate (Iclanzel)', 'Mures', NULL, 34),
(8960, 29, 'Fanate (Taureni)', 'Mures', NULL, 0),
(8961, 29, 'Fanatele Capusului', 'Mures', NULL, 35),
(8962, 29, 'Fanatele Madarasului', 'Mures', NULL, 30),
(8963, 29, 'Fanatele Socolului', 'Mures', NULL, 24),
(8964, 29, 'Fantana Babii', 'Mures', NULL, 34),
(8965, 29, 'Fantanele', 'Mures', NULL, 25),
(8966, 29, 'Faragau', 'Mures', NULL, 25),
(8967, 29, 'Feleag', 'Mures', NULL, 25),
(8968, 29, 'Filea', 'Mures', NULL, 27),
(8969, 29, 'Filitelnic', 'Mures', NULL, 40),
(8970, 29, 'Filpisu Mare', 'Mures', NULL, 0),
(8971, 29, 'Filpisu Mic', 'Mures', NULL, 20),
(8972, 29, 'Fitcau', 'Mures', NULL, 35),
(8973, 29, 'Foi', 'Mures', NULL, 0),
(8974, 29, 'Frunzeni', 'Mures', NULL, 20),
(8975, 29, 'Fundatura', 'Mures', NULL, 0),
(8976, 29, 'Fundoaia', 'Mures', NULL, 25),
(8977, 29, 'Gaiesti', 'Mures', NULL, 0),
(8978, 29, 'Galaoaia', 'Mures', NULL, 35),
(8979, 29, 'Galateni', 'Mures', NULL, 32),
(8980, 29, 'Galesti', 'Mures', NULL, 40),
(8981, 29, 'Gambut', 'Mures', NULL, 0),
(8982, 29, 'Ganesti', 'Mures', NULL, 0),
(8983, 29, 'Gaura Sangerului', 'Mures', NULL, 55),
(8984, 29, 'Gheja', 'Mures', NULL, 0),
(8985, 29, 'Gheorghe Doja', 'Mures', NULL, 0),
(8986, 29, 'Ghidasteu', 'Mures', NULL, 0),
(8987, 29, 'Ghindari', 'Mures', NULL, 16),
(8988, 29, 'Ghinesti', 'Mures', NULL, 40),
(8989, 29, 'Giulus', 'Mures', NULL, 0),
(8990, 29, 'Giurgis', 'Mures', NULL, 0),
(8991, 29, 'Glajarie', 'Mures', NULL, 30),
(8992, 29, 'Glodeni', 'Mures', NULL, 25),
(8993, 29, 'Gogan', 'Mures', NULL, 30),
(8994, 29, 'Goreni', 'Mures', NULL, 0),
(8995, 29, 'Gornesti', 'Mures', NULL, 0),
(8996, 29, 'Gradini', 'Mures', NULL, 54),
(8997, 29, 'Grausorul', 'Mures', NULL, 27),
(8998, 29, 'Grebenisu de Campie', 'Mures', NULL, 50),
(8999, 29, 'Grindeni', 'Mures', NULL, 0),
(9000, 29, 'Groapa Radaii', 'Mures', NULL, 41),
(9001, 29, 'Gruisor', 'Mures', NULL, 0),
(9002, 29, 'Gurghiu', 'Mures', NULL, 20),
(9003, 29, 'Habic', 'Mures', NULL, 0),
(9004, 29, 'Hadareni', 'Mures', NULL, 0),
(9005, 29, 'Hagau', 'Mures', NULL, 31),
(9006, 29, 'Haranglab', 'Mures', NULL, 25),
(9007, 29, 'Hartau', 'Mures', NULL, 25),
(9008, 29, 'Herepea', 'Mures', NULL, 21),
(9009, 29, 'Herghelia', 'Mures', NULL, 25),
(9010, 29, 'Hetiur', 'Mures', NULL, 0),
(9011, 29, 'Hodac', 'Mures', NULL, 35),
(9012, 29, 'Hodaia', 'Mures', NULL, 22),
(9013, 29, 'Hodosa', 'Mures', NULL, 30),
(9014, 29, 'Iara de Mures', 'Mures', NULL, 18),
(9015, 29, 'Ibanesti', 'Mures', NULL, 30),
(9016, 29, 'Ibanesti-Padure', 'Mures', NULL, 35),
(9017, 29, 'Icland', 'Mures', NULL, 40),
(9018, 29, 'Iclandu Mare', 'Mures', NULL, 20),
(9019, 29, 'iclanzel', 'Mures', NULL, 20),
(9020, 29, 'Ideciu de Jos', 'Mures', NULL, 0),
(9021, 29, 'Ideciu de Sus', 'Mures', NULL, 0),
(9022, 29, 'Idicel', 'Mures', NULL, 0),
(9023, 29, 'Idicel-Padure', 'Mures', NULL, 25),
(9024, 29, 'Idiciu', 'Mures', NULL, 25),
(9025, 29, 'Idrifaia', 'Mures', NULL, 30),
(9026, 29, 'Iernut', 'Mures', NULL, 0),
(9027, 29, 'Iernuteni', 'Mures', NULL, 0),
(9028, 29, 'Ihod', 'Mures', NULL, 29),
(9029, 29, 'Ilieni', 'Mures', NULL, 30),
(9030, 29, 'Iliesi', 'Mures', NULL, 0),
(9031, 29, 'Ilioara', 'Mures', NULL, 45),
(9032, 29, 'Iod', 'Mures', NULL, 40),
(9033, 29, 'Isla', 'Mures', NULL, 25),
(9034, 29, 'Istan-Tau', 'Mures', NULL, 32),
(9035, 29, 'Istihaza', 'Mures', NULL, 0),
(9036, 29, 'Ivanesti', 'Mures', NULL, 0),
(9037, 29, 'Jabenita', 'Mures', NULL, 0),
(9038, 29, 'Jacodu', 'Mures', NULL, 40),
(9039, 29, 'Jacu', 'Mures', NULL, 60),
(9040, 29, 'Lapusna', 'Mures', NULL, 45),
(9041, 29, 'Larga (Gurghiu)', 'Mures', NULL, 22),
(9042, 29, 'Larga (Sarmasu)', 'Mures', NULL, 56),
(9043, 29, 'Lascud', 'Mures', NULL, 0),
(9044, 29, 'laslau mare', 'Mures', NULL, 45),
(9045, 29, 'Laslau Mic', 'Mures', NULL, 45),
(9046, 29, 'Laureni', 'Mures', NULL, 0),
(9047, 29, 'Lechincioara', 'Mures', NULL, 25),
(9048, 29, 'Lechinta', 'Mures', NULL, 20),
(9049, 29, 'Lefaia', 'Mures', NULL, 24),
(9050, 29, 'Lenis', 'Mures', NULL, 32),
(9051, 29, 'Leordeni', 'Mures', NULL, 25),
(9052, 29, 'Leorinta', 'Mures', NULL, 35),
(9053, 29, 'Leorinta-Saulia', 'Mures', NULL, 37),
(9054, 29, 'Lepindea', 'Mures', NULL, 40),
(9055, 29, 'Lint', 'Mures', NULL, 0),
(9056, 29, 'Livezeni', 'Mures', NULL, 0),
(9057, 29, 'Logig', 'Mures', NULL, 27),
(9058, 29, 'Lotu', 'Mures', NULL, 40),
(9059, 29, 'Ludus', 'Mures', NULL, 0),
(9060, 29, 'Luieriu', 'Mures', NULL, 0),
(9061, 29, 'Lunca', 'Mures', NULL, 20),
(9062, 29, 'Lunca Bradului', 'Mures', NULL, 45),
(9063, 29, 'Lunca Muresului', 'Mures', NULL, 0),
(9064, 29, 'Macicasesti', 'Mures', NULL, 50),
(9065, 29, 'Madaras', 'Mures', NULL, 35),
(9066, 29, 'madaraseni', 'Mures', NULL, 0),
(9067, 29, 'Magherani', 'Mures', NULL, 20),
(9068, 29, 'Magherus', 'Mures', NULL, 40),
(9069, 29, 'Maia', 'Mures', NULL, 28),
(9070, 29, 'Maiad', 'Mures', NULL, 0),
(9071, 29, 'Maioresti', 'Mures', NULL, 25),
(9072, 29, 'Malaesti', 'Mures', NULL, 28),
(9073, 29, 'Maldaoci', 'Mures', NULL, 15),
(9074, 29, 'Malea', 'Mures', NULL, 56),
(9075, 29, 'Marasesti', 'Mures', NULL, 35),
(9076, 29, 'Marculeni', 'Mures', NULL, 26),
(9077, 29, 'Matrici', 'Mures', NULL, 0),
(9078, 29, 'Merisor', 'Mures', NULL, 37),
(9079, 29, 'Merisoru', 'Mures', NULL, 0),
(9080, 29, 'Mestera', 'Mures', NULL, 20),
(9081, 29, 'Mica', 'Mures', NULL, 20),
(9082, 29, 'Miercurea Nirajului', 'Mures', NULL, 0),
(9083, 29, 'Mihai Viteazu', 'Mures', NULL, 40),
(9084, 29, 'Mihesu de Campie', 'Mures', NULL, 50),
(9085, 29, 'Milasel', 'Mures', NULL, 28),
(9086, 29, 'Mirigioaia', 'Mures', NULL, 24),
(9087, 29, 'Mitresti', 'Mures', NULL, 32),
(9088, 29, 'Moara de Jos', 'Mures', NULL, 0),
(9089, 29, 'Mogoaia', 'Mures', NULL, 46),
(9090, 29, 'Moisa', 'Mures', NULL, 35),
(9091, 29, 'Morareni', 'Mures', NULL, 25),
(9092, 29, 'Moresti', 'Mures', NULL, 0),
(9093, 29, 'Morut', 'Mures', NULL, 47),
(9094, 29, 'Mosuni', 'Mures', NULL, 28),
(9095, 29, 'Mura Mare', 'Mures', NULL, 26),
(9096, 29, 'Mura Mica', 'Mures', NULL, 24),
(9097, 29, 'Mureni', 'Mures', NULL, 20),
(9098, 29, 'Mureseni', 'Mures', NULL, 0),
(9099, 29, 'Murgesti', 'Mures', NULL, 25),
(9100, 29, 'Nadasa', 'Mures', NULL, 0),
(9101, 29, 'Nades', 'Mures', NULL, 27),
(9102, 29, 'Nandra', 'Mures', NULL, 0),
(9103, 29, 'Nazna', 'Mures', NULL, 0),
(9104, 29, 'Neagra', 'Mures', NULL, 25),
(9105, 29, 'Neaua', 'Mures', NULL, 35),
(9106, 29, 'Negrenii de Campie', 'Mures', NULL, 30),
(9107, 29, 'Nicolesti', 'Mures', NULL, 0),
(9108, 29, 'Nima Milaselului', 'Mures', NULL, 30),
(9109, 29, 'Nima Raciului', 'Mures', NULL, 27),
(9110, 29, 'Oarba de Mures', 'Mures', NULL, 28),
(9111, 29, 'Obarsie', 'Mures', NULL, 34),
(9112, 29, 'Odrihei', 'Mures', NULL, 35),
(9113, 29, 'Ogra', 'Mures', NULL, 0),
(9114, 29, 'Onuca', 'Mures', NULL, 22),
(9115, 29, 'Ormenis', 'Mures', NULL, 60),
(9116, 29, 'Oroiu', 'Mures', NULL, 35),
(9117, 29, 'Orosia', 'Mures', NULL, 0),
(9118, 29, 'Orsova', 'Mures', NULL, 28),
(9119, 29, 'Orsova-Padure', 'Mures', NULL, 33),
(9120, 29, 'Ozd', 'Mures', NULL, 0),
(9121, 29, 'Pacureni', 'Mures', NULL, 25),
(9122, 29, 'Padurea', 'Mures', NULL, 36),
(9123, 29, 'Padureni', 'Mures', NULL, 50),
(9124, 29, 'paingeni', 'Mures', NULL, 30),
(9125, 29, 'Panet', 'Mures', NULL, 0),
(9126, 29, 'Papiu Ilarian', 'Mures', NULL, 0),
(9127, 29, 'Parau Crucii (Pogaceaua)', 'Mures', NULL, 32),
(9128, 29, 'Parau Crucii (Raciu)', 'Mures', NULL, 33),
(9129, 29, 'Parau Mare', 'Mures', NULL, 25),
(9130, 29, 'Pasareni', 'Mures', NULL, 25),
(9131, 29, 'Paucisoara', 'Mures', NULL, 20),
(9132, 29, 'Pauloaia', 'Mures', NULL, 30),
(9133, 29, 'Peris', 'Mures', NULL, 0),
(9134, 29, 'Petea', 'Mures', NULL, 50),
(9135, 29, 'Petelea', 'Mures', NULL, 0),
(9136, 29, 'Petrilaca', 'Mures', NULL, 0),
(9137, 29, 'Petrilaca de Mures', 'Mures', NULL, 22),
(9138, 29, 'Pietris', 'Mures', NULL, 25),
(9139, 29, 'Pipea', 'Mures', NULL, 32),
(9140, 29, 'Poarta', 'Mures', NULL, 30),
(9141, 29, 'Poduri', 'Mures', NULL, 80),
(9142, 29, 'Pogaceaua', 'Mures', NULL, 50),
(9143, 29, 'Poienita', 'Mures', NULL, 0),
(9144, 29, 'Porumbac', 'Mures', NULL, 8),
(9145, 29, 'Porumbeni', 'Mures', NULL, 0),
(9146, 29, 'Pripoare', 'Mures', NULL, 15),
(9147, 29, 'Pusta', 'Mures', NULL, 50),
(9148, 29, 'Racamet', 'Mures', NULL, 0),
(9149, 29, 'Raciu', 'Mures', NULL, 25),
(9150, 29, 'Ranta', 'Mures', NULL, 0),
(9151, 29, 'Rapa de Jos', 'Mures', NULL, 30),
(9152, 29, 'Rastolita', 'Mures', NULL, 35),
(9153, 29, 'Razoare', 'Mures', NULL, 50),
(9154, 29, 'Recea', 'Mures', NULL, 0),
(9155, 29, 'Reghin', 'Mures', NULL, 0),
(9156, 29, 'Remetea', 'Mures', NULL, 0),
(9157, 29, 'Rigmani', 'Mures', NULL, 30),
(9158, 29, 'Rora', 'Mures', NULL, 0),
(9159, 29, 'Rosiori', 'Mures', NULL, 0),
(9160, 29, 'Roteni', 'Mures', NULL, 30),
(9161, 29, 'Roua', 'Mures', NULL, 37),
(9162, 29, 'Rusii-Munti', 'Mures', NULL, 35),
(9163, 29, 'Sabed', 'Mures', NULL, 30),
(9164, 29, 'Sacadat', 'Mures', NULL, 0),
(9165, 29, 'Sacalu de Padure', 'Mures', NULL, 28),
(9166, 29, 'Sacareni', 'Mures', NULL, 30),
(9167, 29, 'Saes', 'Mures', NULL, 0),
(9168, 29, 'Salard', 'Mures', NULL, 40),
(9169, 29, 'Salasuri', 'Mures', NULL, 38),
(9170, 29, 'Salcud', 'Mures', NULL, 25),
(9171, 29, 'Sambrias', 'Mures', NULL, 25),
(9172, 29, 'Sancraiu de Mures', 'Mures', NULL, 0),
(9173, 29, 'Sandru', 'Mures', NULL, 20),
(9174, 29, 'Sangeorgiu de Campie', 'Mures', NULL, 37),
(9175, 29, 'Sangeorgiu de Mures', 'Mures', NULL, 0),
(9176, 29, 'Sangeorgiu de Padure', 'Mures', NULL, 25),
(9177, 29, 'Sanger', 'Mures', NULL, 0),
(9178, 29, 'Sangeru de Padure', 'Mures', NULL, 115),
(9179, 29, 'Saniacob', 'Mures', NULL, 0),
(9180, 29, 'Sanisor', 'Mures', NULL, 0),
(9181, 29, 'Sanmarghita', 'Mures', NULL, 20),
(9182, 29, 'Sanmartinu de Campie', 'Mures', NULL, 30),
(9183, 29, 'Sanmihai de Padure', 'Mures', NULL, 25),
(9184, 29, 'Sanpaul', 'Mures', NULL, 0),
(9185, 29, 'Sanpetru de Campie', 'Mures', NULL, 42),
(9186, 29, 'Sansimion', 'Mures', NULL, 25),
(9187, 29, 'santana de mures', 'Mures', NULL, 0),
(9188, 29, 'Santioana', 'Mures', NULL, 60),
(9189, 29, 'Santioana de Mures', 'Mures', NULL, 0),
(9190, 29, 'Santu', 'Mures', NULL, 0),
(9191, 29, 'Sanvasii', 'Mures', NULL, 0),
(9192, 29, 'Sapartoc', 'Mures', NULL, 30),
(9193, 29, 'Sarateni', 'Mures', NULL, 0),
(9194, 29, 'Sardu Nirajului', 'Mures', NULL, 0),
(9195, 29, 'Sarmasel', 'Mures', NULL, 70),
(9196, 29, 'Sarmasel-Gara', 'Mures', NULL, 70),
(9197, 29, 'Sarmasu', 'Mures', NULL, 65),
(9198, 29, 'Saschiz', 'Mures', NULL, 26),
(9199, 29, 'Satu Nou (Gheorghe Doja)', 'Mures', NULL, 0),
(9200, 29, 'Satu Nou (Sanpetru de Campie)', 'Mures', NULL, 60),
(9201, 29, 'Saulia', 'Mures', NULL, 40),
(9202, 29, 'Saulita', 'Mures', NULL, 46),
(9203, 29, 'Sausa', 'Mures', NULL, 30),
(9204, 29, 'Scurta', 'Mures', NULL, 41),
(9205, 29, 'Sebes', 'Mures', NULL, 30),
(9206, 29, 'Seleus (Danes)', 'Mures', NULL, 0),
(9207, 29, 'Seleus (Zagar)', 'Mures', NULL, 65),
(9208, 29, 'Senereus', 'Mures', NULL, 35),
(9209, 29, 'Serbeni', 'Mures', NULL, 25),
(9210, 29, 'Seuca', 'Mures', NULL, 0),
(9211, 29, 'Seulia de Mures', 'Mures', NULL, 0),
(9212, 29, 'Sfantu Gheorghe', 'Mures', NULL, 30),
(9213, 29, 'Sicele', 'Mures', NULL, 37),
(9214, 29, 'Sighisoara', 'Mures', NULL, 0),
(9215, 29, 'Silea Nirajului', 'Mures', NULL, 25),
(9216, 29, 'Sincai', 'Mures', NULL, 50),
(9217, 29, 'Sincai-Fanate', 'Mures', NULL, 60),
(9218, 29, 'Soard', 'Mures', NULL, 25),
(9219, 29, 'Socolu de Campie', 'Mures', NULL, 25),
(9220, 29, 'Soimus', 'Mures', NULL, 30),
(9221, 29, 'Solocma', 'Mures', NULL, 25),
(9222, 29, 'Solovastru', 'Mures', NULL, 0),
(9223, 29, 'Somostelnic', 'Mures', NULL, 30),
(9224, 29, 'Soromiclea', 'Mures', NULL, 0),
(9225, 29, 'Sovata', 'Mures', NULL, 0),
(9226, 29, 'Stanceni', 'Mures', NULL, 20),
(9227, 29, 'Stefanca', 'Mures', NULL, 44),
(9228, 29, 'Stefaneaca', 'Mures', NULL, 51),
(9229, 29, 'Stejarenii', 'Mures', NULL, 0),
(9230, 29, 'Stejeris', 'Mures', NULL, 28),
(9231, 29, 'Sub Padure', 'Mures', NULL, 20),
(9232, 29, 'Suplac', 'Mures', NULL, 25),
(9233, 29, 'Suseni', 'Mures', NULL, 0),
(9234, 29, 'Suveica', 'Mures', NULL, 0),
(9235, 29, 'Tablaseni', 'Mures', NULL, 0),
(9236, 29, 'Tampa', 'Mures', NULL, 0),
(9237, 29, 'Targu Mures', 'Mures', NULL, 0),
(9238, 29, 'Tarnaveni', 'Mures', NULL, 0),
(9239, 29, 'Tau', 'Mures', NULL, 63),
(9240, 29, 'Taureni', 'Mures', NULL, 0),
(9241, 29, 'Teleac', 'Mures', NULL, 30),
(9242, 29, 'Tigmandru', 'Mures', NULL, 32),
(9243, 29, 'Tiptelnic', 'Mures', NULL, 26),
(9244, 29, 'Tireu', 'Mures', NULL, 35),
(9245, 29, 'Tirimia', 'Mures', NULL, 25),
(9246, 29, 'Tirimioara', 'Mures', NULL, 25),
(9247, 29, 'Tisieu', 'Mures', NULL, 35),
(9248, 29, 'Titiana', 'Mures', NULL, 60),
(9249, 29, 'Toaca', 'Mures', NULL, 40),
(9250, 29, 'Tofalau', 'Mures', NULL, 0),
(9251, 29, 'Toldal', 'Mures', NULL, 26),
(9252, 29, 'Tonciu', 'Mures', NULL, 25),
(9253, 29, 'Topa', 'Mures', NULL, 0),
(9254, 29, 'Torba', 'Mures', NULL, 28),
(9255, 29, 'Trei Sate', 'Mures', NULL, 20),
(9256, 29, 'Troita', 'Mures', NULL, 32),
(9257, 29, 'Tusinu', 'Mures', NULL, 50),
(9258, 29, 'Uila', 'Mures', NULL, 27),
(9259, 29, 'Ulies', 'Mures', NULL, 50),
(9260, 29, 'Ungheni', 'Mures', NULL, 0),
(9261, 29, 'Uricea', 'Mures', NULL, 21),
(9262, 29, 'Urisiu de Jos', 'Mures', NULL, 20),
(9263, 29, 'Urisiu de Sus', 'Mures', NULL, 26),
(9264, 29, 'Ursoaia', 'Mures', NULL, 21),
(9265, 29, 'vadas', 'Mures', NULL, 0),
(9266, 29, 'Vadu', 'Mures', NULL, 31),
(9267, 29, 'Vaidacuta', 'Mures', NULL, 43),
(9268, 29, 'Vaideiu', 'Mures', NULL, 0),
(9269, 29, 'Valea', 'Mures', NULL, 33),
(9270, 29, 'Valea Albestiului', 'Mures', NULL, 0),
(9271, 29, 'Valea Daii', 'Mures', NULL, 12),
(9272, 29, 'Valea Fratiei', 'Mures', NULL, 58),
(9273, 29, 'Valea Glodului', 'Mures', NULL, 58),
(9274, 29, 'Valea Iclandului', 'Mures', NULL, 14),
(9275, 29, 'Valea Izvoarelor', 'Mures', NULL, 20),
(9276, 29, 'Valea Larga', 'Mures', NULL, 60),
(9277, 29, 'Valea Mare', 'Mures', NULL, 35),
(9278, 29, 'Valea Padurii', 'Mures', NULL, 50),
(9279, 29, 'Valea Rece', 'Mures', NULL, 24),
(9280, 29, 'Valea Sanmartinului', 'Mures', NULL, 36),
(9281, 29, 'Valea Sanpetrului (Grebenisu de Campie)', 'Mures', NULL, 35),
(9282, 29, 'Valea Sanpetrului (Pogaceaua)', 'Mures', NULL, 30),
(9283, 29, 'Valea Sapartocului', 'Mures', NULL, 25),
(9284, 29, 'Valea Sasului', 'Mures', NULL, 25),
(9285, 29, 'Valea Seaca', 'Mures', NULL, 30),
(9286, 29, 'Valea Surii', 'Mures', NULL, 80),
(9287, 29, 'Valea Uliesului', 'Mures', NULL, 35),
(9288, 29, 'Valea Ungurului', 'Mures', NULL, 23),
(9289, 29, 'Valea Uriesului', 'Mures', NULL, 23),
(9290, 29, 'valeni', 'Mures', NULL, 45),
(9291, 29, 'Valenii', 'Mures', NULL, 16),
(9292, 29, 'Valenii de Mures', 'Mures', NULL, 20),
(9293, 29, 'Valisoara', 'Mures', NULL, 15),
(9294, 29, 'Valureni', 'Mures', NULL, 0),
(9295, 29, 'Vanatori', 'Mures', NULL, 0),
(9296, 29, 'Vargata', 'Mures', NULL, 33),
(9297, 29, 'Vatava', 'Mures', NULL, 30),
(9298, 29, 'Venchi', 'Mures', NULL, 0),
(9299, 29, 'Veta', 'Mures', NULL, 23),
(9300, 29, 'Vetca', 'Mures', NULL, 41),
(9301, 29, 'Vidrasau', 'Mures', NULL, 0),
(9302, 29, 'Viforoasa', 'Mures', NULL, 30),
(9303, 29, 'Viilor', 'Mures', NULL, 0),
(9304, 29, 'Viisoara', 'Mures', NULL, 40),
(9305, 29, 'Visinelu', 'Mures', NULL, 70),
(9306, 29, 'Voiniceni', 'Mures', NULL, 0),
(9307, 29, 'Voivodeni', 'Mures', NULL, 30),
(9308, 29, 'Vulcan', 'Mures', NULL, 23),
(9309, 29, 'Zagar', 'Mures', NULL, 40),
(9310, 29, 'Zapodea', 'Mures', NULL, 0),
(9311, 29, 'Zau de Campie', 'Mures', NULL, 50),
(9312, 29, 'Zimti', 'Mures', NULL, 45),
(9313, 30, 'Adjudeni', 'Neamt', NULL, 0),
(9314, 30, 'Agapia', 'Neamt', NULL, 0),
(9315, 30, 'Agapia-Manastire', 'Neamt', NULL, 0),
(9316, 30, 'Agarcia', 'Neamt', NULL, 21),
(9317, 30, 'Alexandru cel Bun', 'Neamt', NULL, 0),
(9318, 30, 'Almas', 'Neamt', NULL, 13),
(9319, 30, 'Aramesti', 'Neamt', NULL, 25),
(9320, 30, 'Ardeluta', 'Neamt', NULL, 25),
(9321, 30, 'Averesti', 'Neamt', NULL, 32),
(9322, 30, 'Bahna', 'Neamt', NULL, 45),
(9323, 30, 'Bahna Mare', 'Neamt', NULL, 30),
(9324, 30, 'Bahnisoara', 'Neamt', NULL, 67),
(9325, 30, 'Balanesti', 'Neamt', NULL, 25),
(9326, 30, 'Baltatesti', 'Neamt', NULL, 0),
(9327, 30, 'Balusesti (Dochia)', 'Neamt', NULL, 30),
(9328, 30, 'Balusesti (Icusesti)', 'Neamt', NULL, 38),
(9329, 30, 'Baneasa', 'Neamt', NULL, 47),
(9330, 30, 'Bara', 'Neamt', NULL, 0),
(9331, 30, 'Baratca', 'Neamt', NULL, 23),
(9332, 30, 'Barcanesti', 'Neamt', NULL, 25),
(9333, 30, 'Bargauani', 'Neamt', NULL, 44),
(9334, 30, 'Barjoveni', 'Neamt', NULL, 36),
(9335, 30, 'Barticesti', 'Neamt', NULL, 29),
(9336, 30, 'Basta', 'Neamt', NULL, 0),
(9337, 30, 'Batranesti', 'Neamt', NULL, 25),
(9338, 30, 'Betesti', 'Neamt', NULL, 15),
(9339, 30, 'Bicaz', 'Neamt', NULL, 0),
(9340, 30, 'Bicaz-Chei', 'Neamt', NULL, 21),
(9341, 30, 'Bicazu Ardelean', 'Neamt', NULL, 20),
(9342, 30, 'Bisericani', 'Neamt', NULL, 10),
(9343, 30, 'Bistricioara', 'Neamt', NULL, 52),
(9344, 30, 'Bistrita', 'Neamt', NULL, 0),
(9345, 30, 'Blebea', 'Neamt', NULL, 0),
(9346, 30, 'Boboiesti', 'Neamt', NULL, 26),
(9347, 30, 'Bodesti ', 'Neamt', NULL, 0);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(9348, 30, 'Bodestii de Jos ', 'Neamt', NULL, 0),
(9349, 30, 'Boghicea', 'Neamt', NULL, 38),
(9350, 30, 'Bogzesti', 'Neamt', NULL, 0),
(9351, 30, 'Boistea', 'Neamt', NULL, 11),
(9352, 30, 'Borca', 'Neamt', NULL, 66),
(9353, 30, 'Bordea', 'Neamt', NULL, 26),
(9354, 30, 'Borlesti', 'Neamt', NULL, 0),
(9355, 30, 'Borseni', 'Neamt', NULL, 32),
(9356, 30, 'Botesti', 'Neamt', NULL, 30),
(9357, 30, 'Botesti (Girov)', 'Neamt', NULL, 15),
(9358, 30, 'Bozieni', 'Neamt', NULL, 30),
(9359, 30, 'Bozienii de Sus', 'Neamt', NULL, 30),
(9360, 30, 'Bradu', 'Neamt', NULL, 62),
(9361, 30, 'Brasauti', 'Neamt', NULL, 10),
(9362, 30, 'Brates', 'Neamt', NULL, 17),
(9363, 30, 'Breaza', 'Neamt', NULL, 47),
(9364, 30, 'Britcani', 'Neamt', NULL, 20),
(9365, 30, 'Brosteni', 'Neamt', NULL, 29),
(9366, 30, 'Brusturi', 'Neamt', NULL, 11),
(9367, 30, 'Bucium', 'Neamt', NULL, 48),
(9368, 30, 'Budesti', 'Neamt', NULL, 32),
(9369, 30, 'Buhalnita', 'Neamt', NULL, 24),
(9370, 30, 'Buhonca', 'Neamt', NULL, 24),
(9371, 30, 'Bunghi', 'Neamt', NULL, 36),
(9372, 30, 'Buruienesti', 'Neamt', NULL, 0),
(9373, 30, 'Busmei', 'Neamt', NULL, 60),
(9374, 30, 'Butnaresti', 'Neamt', NULL, 25),
(9375, 30, 'Caciulesti', 'Neamt', NULL, 17),
(9376, 30, 'Calugareni', 'Neamt', NULL, 48),
(9377, 30, 'Candesti', 'Neamt', NULL, 20),
(9378, 30, 'Capsa', 'Neamt', NULL, 0),
(9379, 30, 'Carlig', 'Neamt', NULL, 35),
(9380, 30, 'Carligi', 'Neamt', NULL, 33),
(9381, 30, 'Casaria', 'Neamt', NULL, 0),
(9382, 30, 'Causeni', 'Neamt', NULL, 60),
(9383, 30, 'Cazaci', 'Neamt', NULL, 10),
(9384, 30, 'Ceahlau', 'Neamt', NULL, 65),
(9385, 30, 'Certieni', 'Neamt', NULL, 30),
(9386, 30, 'Chicerea', 'Neamt', NULL, 25),
(9387, 30, 'Chilii', 'Neamt', NULL, 40),
(9388, 30, 'Chintinici', 'Neamt', NULL, 0),
(9389, 30, 'Chiriteni', 'Neamt', NULL, 35),
(9390, 30, 'Ciornei', 'Neamt', NULL, 35),
(9391, 30, 'Ciurea', 'Neamt', NULL, 25),
(9392, 30, 'Climesti', 'Neamt', NULL, 31),
(9393, 30, 'Cordun', 'Neamt', NULL, 0),
(9394, 30, 'Corhana', 'Neamt', NULL, 34),
(9395, 30, 'Corni', 'Neamt', NULL, 15),
(9396, 30, 'Costisa', 'Neamt', NULL, 15),
(9397, 30, 'Cotu Vames', 'Neamt', NULL, 0),
(9398, 30, 'Cracaoani', 'Neamt', NULL, 0),
(9399, 30, 'Cracaul Negru', 'Neamt', NULL, 0),
(9400, 30, 'Craiesti', 'Neamt', NULL, 35),
(9401, 30, 'Cuci', 'Neamt', NULL, 35),
(9402, 30, 'Cuejdiu', 'Neamt', NULL, 12),
(9403, 30, 'Curechistea', 'Neamt', NULL, 0),
(9404, 30, 'Cut', 'Neamt', NULL, 0),
(9405, 30, 'Damuc', 'Neamt', NULL, 31),
(9406, 30, 'Danesti', 'Neamt', NULL, 20),
(9407, 30, 'Darloaia', 'Neamt', NULL, 30),
(9408, 30, 'David', 'Neamt', NULL, 25),
(9409, 30, 'Davideni', 'Neamt', NULL, 25),
(9410, 30, 'Dobreni', 'Neamt', NULL, 0),
(9411, 30, 'Dochia', 'Neamt', NULL, 29),
(9412, 30, 'Dodeni', 'Neamt', NULL, 0),
(9413, 30, 'Doina', 'Neamt', NULL, 12),
(9414, 30, 'Dolhesti', 'Neamt', NULL, 26),
(9415, 30, 'Doljesti', 'Neamt', NULL, 0),
(9416, 30, 'Draganesti', 'Neamt', NULL, 13),
(9417, 30, 'Dragomiresti', 'Neamt', NULL, 35),
(9418, 30, 'Dragova', 'Neamt', NULL, 25),
(9419, 30, 'Dreptu', 'Neamt', NULL, 56),
(9420, 30, 'Dulcesti', 'Neamt', NULL, 0),
(9421, 30, 'Dumbrava', 'Neamt', NULL, 0),
(9422, 30, 'Dumbrava Rosie', 'Neamt', NULL, 0),
(9423, 30, 'Dumbrava-Deal', 'Neamt', NULL, 0),
(9424, 30, 'Durau', 'Neamt', NULL, 63),
(9425, 30, 'Dusesti', 'Neamt', NULL, 22),
(9426, 30, 'Farcasa', 'Neamt', NULL, 60),
(9427, 30, 'Faurei', 'Neamt', NULL, 30),
(9428, 30, 'Filioara', 'Neamt', NULL, 0),
(9429, 30, 'Frumosu', 'Neamt', NULL, 58),
(9430, 30, 'Frunzeni', 'Neamt', NULL, 15),
(9431, 30, 'Gadinti', 'Neamt', NULL, 0),
(9432, 30, 'Galu', 'Neamt', NULL, 52),
(9433, 30, 'Garcina', 'Neamt', NULL, 15),
(9434, 30, 'Gheraesti', 'Neamt', NULL, 0),
(9435, 30, 'Gheraestii Noi', 'Neamt', NULL, 30),
(9436, 30, 'Ghidion', 'Neamt', NULL, 48),
(9437, 30, 'Ghigoiesti', 'Neamt', NULL, 25),
(9438, 30, 'Ghindaoani', 'Neamt', NULL, 0),
(9439, 30, 'Girov', 'Neamt', NULL, 15),
(9440, 30, 'Giulesti', 'Neamt', NULL, 0),
(9441, 30, 'Giurgeni', 'Neamt', NULL, 49),
(9442, 30, 'Gorun', 'Neamt', NULL, 47),
(9443, 30, 'Gosmani', 'Neamt', NULL, 47),
(9444, 30, 'Grinties', 'Neamt', NULL, 60),
(9445, 30, 'Grosi', 'Neamt', NULL, 20),
(9446, 30, 'Grozavesti', 'Neamt', NULL, 28),
(9447, 30, 'Grumazesti', 'Neamt', NULL, 10),
(9448, 30, 'Gura Vaii', 'Neamt', NULL, 20),
(9449, 30, 'Hamzoaia', 'Neamt', NULL, 0),
(9450, 30, 'Hangu', 'Neamt', NULL, 33),
(9451, 30, 'Hanul Ancutei', 'Neamt', NULL, 35),
(9452, 30, 'Hartesti', 'Neamt', NULL, 28),
(9453, 30, 'Hartop', 'Neamt', NULL, 35),
(9454, 30, 'Hlapesti', 'Neamt', NULL, 35),
(9455, 30, 'Hociungi', 'Neamt', NULL, 35),
(9456, 30, 'Hoisesti', 'Neamt', NULL, 23),
(9457, 30, 'Holm', 'Neamt', NULL, 24),
(9458, 30, 'Horia', 'Neamt', NULL, 0),
(9459, 30, 'Huisurez', 'Neamt', NULL, 25),
(9460, 30, 'Humulesti', 'Neamt', NULL, 0),
(9461, 30, 'Humulestii Noi', 'Neamt', NULL, 0),
(9462, 30, 'Icusesti', 'Neamt', NULL, 25),
(9463, 30, 'Ingaresti', 'Neamt', NULL, 17),
(9464, 30, 'Ion Creanga', 'Neamt', NULL, 0),
(9465, 30, 'Itrinesti', 'Neamt', NULL, 20),
(9466, 30, 'Iucsa', 'Neamt', NULL, 40),
(9467, 30, 'Ivanes', 'Neamt', NULL, 24),
(9468, 30, 'Izvoare (Bahna)', 'Neamt', NULL, 65),
(9469, 30, 'Izvoare (Dumbrava Rosie)', 'Neamt', NULL, 0),
(9470, 30, 'Izvoru', 'Neamt', NULL, 0),
(9471, 30, 'Izvoru Alb', 'Neamt', NULL, 26),
(9472, 30, 'Izvoru Muntelui', 'Neamt', NULL, 15),
(9473, 30, 'Leghin', 'Neamt', NULL, 15),
(9474, 30, 'Liliac', 'Neamt', NULL, 25),
(9475, 30, 'Linsesti', 'Neamt', NULL, 30),
(9476, 30, 'Luminis', 'Neamt', NULL, 6),
(9477, 30, 'Lunca (Borca)', 'Neamt', NULL, 75),
(9478, 30, 'Lunca (Oniceni)', 'Neamt', NULL, 30),
(9479, 30, 'Lunca (Vanatori-Neamt)', 'Neamt', NULL, 11),
(9480, 30, 'Lunca Moldovei', 'Neamt', NULL, 25),
(9481, 30, 'Lutca', 'Neamt', NULL, 0),
(9482, 30, 'Madei', 'Neamt', NULL, 71),
(9483, 30, 'Magazia', 'Neamt', NULL, 0),
(9484, 30, 'Manastirea Neamt', 'Neamt', NULL, 16),
(9485, 30, 'Manoaia', 'Neamt', NULL, 14),
(9486, 30, 'Margineni', 'Neamt', NULL, 24),
(9487, 30, 'Marmureni', 'Neamt', NULL, 35),
(9488, 30, 'Mastacan (Borlesti)', 'Neamt', NULL, 5),
(9489, 30, 'Mesteacan', 'Neamt', NULL, 25),
(9490, 30, 'Miron Costin', 'Neamt', NULL, 0),
(9491, 30, 'Mitocu Balan', 'Neamt', NULL, 15),
(9492, 30, 'Moldoveni', 'Neamt', NULL, 30),
(9493, 30, 'Moreni', 'Neamt', NULL, 25),
(9494, 30, 'Muncelu', 'Neamt', NULL, 0),
(9495, 30, 'Muncelu de Jos', 'Neamt', NULL, 35),
(9496, 30, 'Munteni', 'Neamt', NULL, 38),
(9497, 30, 'Neagra', 'Neamt', NULL, 11),
(9498, 30, 'Nechit', 'Neamt', NULL, 18),
(9499, 30, 'Negresti', 'Neamt', NULL, 0),
(9500, 30, 'Negresti (Bara)', 'Neamt', NULL, 27),
(9501, 30, 'Negulesti', 'Neamt', NULL, 6),
(9502, 30, 'Nemtisor', 'Neamt', NULL, 0),
(9503, 30, 'Netezi', 'Neamt', NULL, 0),
(9504, 30, 'Nisiporesti', 'Neamt', NULL, 31),
(9505, 30, 'Nistria', 'Neamt', NULL, 42),
(9506, 30, 'Oantu', 'Neamt', NULL, 0),
(9507, 30, 'Oglinzi', 'Neamt', NULL, 0),
(9508, 30, 'Oniceni', 'Neamt', NULL, 35),
(9509, 30, 'Oslobeni', 'Neamt', NULL, 0),
(9510, 30, 'Pancesti', 'Neamt', NULL, 30),
(9511, 30, 'Pangaracior', 'Neamt', NULL, 0),
(9512, 30, 'Pangarati', 'Neamt', NULL, 0),
(9513, 30, 'Paraul Carjei', 'Neamt', NULL, 70),
(9514, 30, 'Paraul Fagului', 'Neamt', NULL, 56),
(9515, 30, 'Paraul Pantei', 'Neamt', NULL, 64),
(9516, 30, 'Pastraveni', 'Neamt', NULL, 25),
(9517, 30, 'Pataligeni', 'Neamt', NULL, 21),
(9518, 30, 'Patricheni', 'Neamt', NULL, 30),
(9519, 30, 'Petricani', 'Neamt', NULL, 10),
(9520, 30, 'Petru Voda', 'Neamt', NULL, 40),
(9521, 30, 'Piatra Soimului', 'Neamt', NULL, 6),
(9522, 30, 'Piatra-Neamt', 'Neamt', NULL, 0),
(9523, 30, 'Pietrosu ', 'Neamt', NULL, 45),
(9524, 30, 'Pildesti', 'Neamt', NULL, 0),
(9525, 30, 'Pipirig', 'Neamt', NULL, 24),
(9526, 30, 'Plaiesu', 'Neamt', NULL, 0),
(9527, 30, 'Pluton', 'Neamt', NULL, 32),
(9528, 30, 'Podoleni', 'Neamt', NULL, 11),
(9529, 30, 'Poiana (Brusturi)', 'Neamt', NULL, 14),
(9530, 30, 'Poiana (Dulcesti)', 'Neamt', NULL, 0),
(9531, 30, 'Poiana (Grinties)', 'Neamt', NULL, 62),
(9532, 30, 'Poiana (Negresti)', 'Neamt', NULL, 10),
(9533, 30, 'Poiana (Pangarati)', 'Neamt', NULL, 0),
(9534, 30, 'Poiana Cracaoani', 'Neamt', NULL, 10),
(9535, 30, 'Poiana Humei', 'Neamt', NULL, 53),
(9536, 30, 'Poiana Largului', 'Neamt', NULL, 46),
(9537, 30, 'Poiana Teiului', 'Neamt', NULL, 51),
(9538, 30, 'Poienari', 'Neamt', NULL, 26),
(9539, 30, 'Poieni', 'Neamt', NULL, 15),
(9540, 30, 'Poienile Oancei', 'Neamt', NULL, 45),
(9541, 30, 'Poloboc', 'Neamt', NULL, 10),
(9542, 30, 'Popesti (Farcasa)', 'Neamt', NULL, 58),
(9543, 30, 'Popesti (Girov)', 'Neamt', NULL, 21),
(9544, 30, 'Potoci', 'Neamt', NULL, 20),
(9545, 30, 'Prajesti', 'Neamt', NULL, 20),
(9546, 30, 'Preluca', 'Neamt', NULL, 0),
(9547, 30, 'Preutesti', 'Neamt', NULL, 18),
(9548, 30, 'Pustieta', 'Neamt', NULL, 35),
(9549, 30, 'Radeni', 'Neamt', NULL, 0),
(9550, 30, 'Raucesti', 'Neamt', NULL, 0),
(9551, 30, 'Razboieni', 'Neamt', NULL, 34),
(9552, 30, 'Razboienii de Jos', 'Neamt', NULL, 34),
(9553, 30, 'Recea', 'Neamt', NULL, 0),
(9554, 30, 'Rediu', 'Neamt', NULL, 10),
(9555, 30, 'Rediu (Bara)', 'Neamt', NULL, 22),
(9556, 30, 'Rocna', 'Neamt', NULL, 34),
(9557, 30, 'Roman', 'Neamt', NULL, 0),
(9558, 30, 'Romani', 'Neamt', NULL, 49),
(9559, 30, 'Rosiori', 'Neamt', NULL, 0),
(9560, 30, 'Rotunda', 'Neamt', NULL, 0),
(9561, 30, 'Roznov', 'Neamt', NULL, 0),
(9562, 30, 'Ruginesti', 'Neamt', NULL, 21),
(9563, 30, 'Ruginoasa', 'Neamt', NULL, 30),
(9564, 30, 'Ruseni (Borlesti)', 'Neamt', NULL, 0),
(9565, 30, 'Ruseni (Poiana Teiului)', 'Neamt', NULL, 50),
(9566, 30, 'Sabaoani', 'Neamt', NULL, 0),
(9567, 30, 'Sabasa', 'Neamt', NULL, 68),
(9568, 30, 'Sacaleni', 'Neamt', NULL, 30),
(9569, 30, 'Sacalusesti', 'Neamt', NULL, 0),
(9570, 30, 'Sagna', 'Neamt', NULL, 0),
(9571, 30, 'Sarata', 'Neamt', NULL, 0),
(9572, 30, 'Savesti', 'Neamt', NULL, 15),
(9573, 30, 'Savinesti', 'Neamt', NULL, 0),
(9574, 30, 'Savinesti (Poiana Teiului)', 'Neamt', NULL, 53),
(9575, 30, 'Scaricica', 'Neamt', NULL, 0),
(9576, 30, 'Schitu Tarcau', 'Neamt', NULL, 23),
(9577, 30, 'Secu', 'Neamt', NULL, 14),
(9578, 30, 'Secuieni', 'Neamt', NULL, 0),
(9579, 30, 'Secuienii Noi', 'Neamt', NULL, 0),
(9580, 30, 'Silistea', 'Neamt', NULL, 35),
(9581, 30, 'Simionesti', 'Neamt', NULL, 0),
(9582, 30, 'Slobozia (Boghicea)', 'Neamt', NULL, 0),
(9583, 30, 'Slobozia (Roznov)', 'Neamt', NULL, 0),
(9584, 30, 'Socea', 'Neamt', NULL, 25),
(9585, 30, 'Soci (Borca)', 'Neamt', NULL, 65),
(9586, 30, 'Soci (stefan cel Mare)', 'Neamt', NULL, 30),
(9587, 30, 'Soimaresti', 'Neamt', NULL, 19),
(9588, 30, 'Solca', 'Neamt', NULL, 47),
(9589, 30, 'Spiridonesti', 'Neamt', NULL, 40),
(9590, 30, 'Stanca', 'Neamt', NULL, 18),
(9591, 30, 'Stanita', 'Neamt', NULL, 35),
(9592, 30, 'Stefan cel Mare', 'Neamt', NULL, 23),
(9593, 30, 'Stejaru (Farcasa)', 'Neamt', NULL, 62),
(9594, 30, 'Stejaru (Ion Creanga)', 'Neamt', NULL, 0),
(9595, 30, 'Stejaru (Pangarati)', 'Neamt', NULL, 0),
(9596, 30, 'Straja', 'Neamt', NULL, 0),
(9597, 30, 'Tabara', 'Neamt', NULL, 25),
(9598, 30, 'Talpa', 'Neamt', NULL, 46),
(9599, 30, 'Talpalai', 'Neamt', NULL, 25),
(9600, 30, 'Tamaseni', 'Neamt', NULL, 0),
(9601, 30, 'Tarcau', 'Neamt', NULL, 0),
(9602, 30, 'Targu Neamt', 'Neamt', NULL, 0),
(9603, 30, 'Tarpesti', 'Neamt', NULL, 10),
(9604, 30, 'Tarzia', 'Neamt', NULL, 11),
(9605, 30, 'Tasca', 'Neamt', NULL, 0),
(9606, 30, 'Tazlau', 'Neamt', NULL, 19),
(9607, 30, 'Telec', 'Neamt', NULL, 21),
(9608, 30, 'Tetcani', 'Neamt', NULL, 0),
(9609, 30, 'Tibucani', 'Neamt', NULL, 30),
(9610, 30, 'Tibucanii de Jos', 'Neamt', NULL, 26),
(9611, 30, 'Ticos', 'Neamt', NULL, 12),
(9612, 30, 'Ticos-Floarea', 'Neamt', NULL, 10),
(9613, 30, 'Timisesti', 'Neamt', NULL, 15),
(9614, 30, 'Todireni', 'Neamt', NULL, 25),
(9615, 30, 'Tolici', 'Neamt', NULL, 15),
(9616, 30, 'Topoliceni', 'Neamt', NULL, 53),
(9617, 30, 'Topolita', 'Neamt', NULL, 10),
(9618, 30, 'Totoiesti', 'Neamt', NULL, 32),
(9619, 30, 'Traian (Sabaoani)', 'Neamt', NULL, 0),
(9620, 30, 'Traian (Zanesti)', 'Neamt', NULL, 10),
(9621, 30, 'Trei Fantani', 'Neamt', NULL, 45),
(9622, 30, 'Trifesti', 'Neamt', NULL, 0),
(9623, 30, 'Tupilati', 'Neamt', NULL, 30),
(9624, 30, 'Turturesti', 'Neamt', NULL, 0),
(9625, 30, 'tutcanii din Deal', 'Neamt', NULL, 23),
(9626, 30, 'tutcanii din Vale', 'Neamt', NULL, 25),
(9627, 30, 'Uncesti', 'Neamt', NULL, 0),
(9628, 30, 'Ungheni', 'Neamt', NULL, 15),
(9629, 30, 'Unghi', 'Neamt', NULL, 28),
(9630, 30, 'Urecheni', 'Neamt', NULL, 25),
(9631, 30, 'Vad', 'Neamt', NULL, 35),
(9632, 30, 'Vadurele (Alexandru cel Bun)', 'Neamt', NULL, 0),
(9633, 30, 'Vadurele (Candesti)', 'Neamt', NULL, 24),
(9634, 30, 'Vaduri', 'Neamt', NULL, 0),
(9635, 30, 'Valea Arini', 'Neamt', NULL, 0),
(9636, 30, 'Valea Enei', 'Neamt', NULL, 34),
(9637, 30, 'Valea Mare', 'Neamt', NULL, 34),
(9638, 30, 'Valea Seaca', 'Neamt', NULL, 0),
(9639, 30, 'Valea Ursului', 'Neamt', NULL, 40),
(9640, 30, 'Valeni', 'Neamt', NULL, 40),
(9641, 30, 'Valeni (Piatra-Neamt)', 'Neamt', NULL, 0),
(9642, 30, 'Vanatori-Neamt', 'Neamt', NULL, 0),
(9643, 30, 'Varatec', 'Neamt', NULL, 0),
(9644, 30, 'Veja', 'Neamt', NULL, 52),
(9645, 30, 'Versesti', 'Neamt', NULL, 15),
(9646, 30, 'Viisoara', 'Neamt', NULL, 0),
(9647, 30, 'Vladiceni', 'Neamt', NULL, 35),
(9648, 30, 'Vladnicele', 'Neamt', NULL, 30),
(9649, 30, 'Vulpasesti', 'Neamt', NULL, 0),
(9650, 30, 'Zanesti', 'Neamt', NULL, 5),
(9651, 31, 'Afumati', 'Olt', NULL, 33),
(9652, 31, 'Albesti', 'Olt', NULL, 25),
(9653, 31, 'Alimanesti', 'Olt', NULL, 20),
(9654, 31, 'Alunisu', 'Olt', NULL, 42),
(9655, 31, 'Arcesti', 'Olt', NULL, 15),
(9656, 31, 'Arcesti-Cot', 'Olt', NULL, 10),
(9657, 31, 'Arvateasca', 'Olt', NULL, 0),
(9658, 31, 'Babiciu', 'Olt', NULL, 30),
(9659, 31, 'Bacea', 'Olt', NULL, 25),
(9660, 31, 'Bagesti', 'Olt', NULL, 39),
(9661, 31, 'Balanesti', 'Olt', NULL, 25),
(9662, 31, 'Baldovinesti', 'Olt', NULL, 35),
(9663, 31, 'Baleasa', 'Olt', NULL, 35),
(9664, 31, 'Bals', 'Olt', NULL, 0),
(9665, 31, 'Baltati', 'Olt', NULL, 25),
(9666, 31, 'Balteni', 'Olt', NULL, 0),
(9667, 31, 'Barasti', 'Olt', NULL, 40),
(9668, 31, 'Barasti (Colonesti)', 'Olt', NULL, 38),
(9669, 31, 'Barasti (Morunglav)', 'Olt', NULL, 40),
(9670, 31, 'Barastii de Cepturi', 'Olt', NULL, 46),
(9671, 31, 'Barastii de Vede', 'Olt', NULL, 52),
(9672, 31, 'Barbalai', 'Olt', NULL, 40),
(9673, 31, 'Barca', 'Olt', NULL, 0),
(9674, 31, 'Barcanesti', 'Olt', NULL, 26),
(9675, 31, 'Barsestii de Sus', 'Olt', NULL, 85),
(9676, 31, 'Barza', 'Olt', NULL, 26),
(9677, 31, 'Barza (Tufeni)', 'Olt', NULL, 40),
(9678, 31, 'Batareni', 'Olt', NULL, 43),
(9679, 31, 'Batia', 'Olt', NULL, 20),
(9680, 31, 'Bechet', 'Olt', NULL, 20),
(9681, 31, 'Beculesti', 'Olt', NULL, 30),
(9682, 31, 'Belgun', 'Olt', NULL, 25),
(9683, 31, 'Beria de Jos', 'Olt', NULL, 24),
(9684, 31, 'Beria de Sus', 'Olt', NULL, 24),
(9685, 31, 'Berindei', 'Olt', NULL, 30),
(9686, 31, 'Bircii', 'Olt', NULL, 25),
(9687, 31, 'Bistrita Noua', 'Olt', NULL, 15),
(9688, 31, 'Blaj', 'Olt', NULL, 40),
(9689, 31, 'Bobicesti', 'Olt', NULL, 25),
(9690, 31, 'Bobu', 'Olt', NULL, 40),
(9691, 31, 'Bondrea', 'Olt', NULL, 25),
(9692, 31, 'Boroesti', 'Olt', NULL, 44),
(9693, 31, 'Brancoveni', 'Olt', NULL, 25),
(9694, 31, 'Branet', 'Olt', NULL, 25),
(9695, 31, 'Brastavatu', 'Olt', NULL, 25),
(9696, 31, 'Brebeni', 'Olt', NULL, 0),
(9697, 31, 'Brosteni', 'Olt', NULL, 37),
(9698, 31, 'Bucinisu', 'Olt', NULL, 30),
(9699, 31, 'Bucinisu Mic', 'Olt', NULL, 0),
(9700, 31, 'Buicesti', 'Olt', NULL, 0),
(9701, 31, 'Bulimanu', 'Olt', NULL, 40),
(9702, 31, 'Burdulesti', 'Olt', NULL, 40),
(9703, 31, 'Busca', 'Olt', NULL, 0),
(9704, 31, 'Buta', 'Olt', NULL, 36),
(9705, 31, 'Butoi', 'Olt', NULL, 32),
(9706, 31, 'Buzesti', 'Olt', NULL, 43),
(9707, 31, 'Calinesti', 'Olt', NULL, 40),
(9708, 31, 'Calui', 'Olt', NULL, 40),
(9709, 31, 'Campu Mare', 'Olt', NULL, 0),
(9710, 31, 'Campu Parului', 'Olt', NULL, 0),
(9711, 31, 'Candelesti', 'Olt', NULL, 40),
(9712, 31, 'Caracal', 'Olt', NULL, 0),
(9713, 31, 'Carlogani (Olt)', 'Olt', NULL, 25),
(9714, 31, 'Carstani', 'Olt', NULL, 37),
(9715, 31, 'Catanele', 'Olt', NULL, 25),
(9716, 31, 'Cazanesti', 'Olt', NULL, 0),
(9717, 31, 'Cepari', 'Olt', NULL, 30),
(9718, 31, 'Cepesti', 'Olt', NULL, 0),
(9719, 31, 'Cerbeni', 'Olt', NULL, 26),
(9720, 31, 'Cezieni', 'Olt', NULL, 0),
(9721, 31, 'Chelbesti', 'Olt', NULL, 40),
(9722, 31, 'Cherlestii din Deal', 'Olt', NULL, 25),
(9723, 31, 'Cherlestii Mosteni', 'Olt', NULL, 29),
(9724, 31, 'Chilia', 'Olt', NULL, 40),
(9725, 31, 'Chilii', 'Olt', NULL, 0),
(9726, 31, 'Chintesti', 'Olt', NULL, 27),
(9727, 31, 'Chiteasca', 'Olt', NULL, 28),
(9728, 31, 'Cilieni', 'Olt', NULL, 40),
(9729, 31, 'Ciocanesti (Slatina)', 'Olt', NULL, 45),
(9730, 31, 'Cioflanu', 'Olt', NULL, 0),
(9731, 31, 'Cioraca', 'Olt', NULL, 50),
(9732, 31, 'Cioroiasu', 'Olt', NULL, 25),
(9733, 31, 'Cioroiu', 'Olt', NULL, 0),
(9734, 31, 'Cireasov', 'Olt', NULL, 0),
(9735, 31, 'Ciuresti', 'Olt', NULL, 39),
(9736, 31, 'Cocorasti', 'Olt', NULL, 15),
(9737, 31, 'Cojgarei', 'Olt', NULL, 45),
(9738, 31, 'Colibasi', 'Olt', NULL, 0),
(9739, 31, 'Colonesti', 'Olt', NULL, 40),
(9740, 31, 'Comanca', 'Olt', NULL, 0),
(9741, 31, 'Comanesti', 'Olt', NULL, 29),
(9742, 31, 'Comani', 'Olt', NULL, 30),
(9743, 31, 'Comanita', 'Olt', NULL, 0),
(9744, 31, 'Constantinesti', 'Olt', NULL, 26),
(9745, 31, 'Corabia', 'Olt', NULL, 0),
(9746, 31, 'Corbeni', 'Olt', NULL, 31),
(9747, 31, 'Corbu', 'Olt', NULL, 25),
(9748, 31, 'Corbu (Teslui)', 'Olt', NULL, 30),
(9749, 31, 'Corlatesti', 'Olt', NULL, 0),
(9750, 31, 'Cornatelu', 'Olt', NULL, 25),
(9751, 31, 'Coteana', 'Olt', NULL, 20),
(9752, 31, 'Coteni', 'Olt', NULL, 40),
(9753, 31, 'Cotorbesti', 'Olt', NULL, 47),
(9754, 31, 'Craciunei', 'Olt', NULL, 35),
(9755, 31, 'Crampoia', 'Olt', NULL, 40),
(9756, 31, 'Creti', 'Olt', NULL, 31),
(9757, 31, 'Criva de Jos', 'Olt', NULL, 0),
(9758, 31, 'Criva de Sus', 'Olt', NULL, 0),
(9759, 31, 'Crusovu', 'Olt', NULL, 25),
(9760, 31, 'Cucueti', 'Olt', NULL, 0),
(9761, 31, 'Cungrea', 'Olt', NULL, 0),
(9762, 31, 'Curtisoara', 'Olt', NULL, 0),
(9763, 31, 'Curtisoara (Dobretu)', 'Olt', NULL, 55),
(9764, 31, 'Cuza Voda', 'Olt', NULL, 58),
(9765, 31, 'Damburile', 'Olt', NULL, 36),
(9766, 31, 'Daneasa', 'Olt', NULL, 25),
(9767, 31, 'Davidesti', 'Olt', NULL, 50),
(9768, 31, 'Dejesti', 'Olt', NULL, 30),
(9769, 31, 'Deleni', 'Olt', NULL, 17),
(9770, 31, 'Deveselu', 'Olt', NULL, 0),
(9771, 31, 'Dienci', 'Olt', NULL, 15),
(9772, 31, 'Doanca', 'Olt', NULL, 0),
(9773, 31, 'Doba', 'Olt', NULL, 0),
(9774, 31, 'Dobretu', 'Olt', NULL, 50),
(9775, 31, 'Dobriceni', 'Olt', NULL, 60),
(9776, 31, 'Dobrosloveni', 'Olt', NULL, 0),
(9777, 31, 'Dobroteasa', 'Olt', NULL, 20),
(9778, 31, 'Dobrotinet', 'Olt', NULL, 0),
(9779, 31, 'Dobrun', 'Olt', NULL, 30),
(9780, 31, 'Donesti', 'Olt', NULL, 30),
(9781, 31, 'Draganesti-Olt', 'Olt', NULL, 0),
(9782, 31, 'Draghiceni', 'Olt', NULL, 0),
(9783, 31, 'Dranovatu', 'Olt', NULL, 0),
(9784, 31, 'Dumitresti', 'Olt', NULL, 0),
(9785, 31, 'Enosesti', 'Olt', NULL, 0),
(9786, 31, 'Fagetelu', 'Olt', NULL, 40),
(9787, 31, 'Falcoiu', 'Olt', NULL, 25),
(9788, 31, 'Farcasele', 'Olt', NULL, 0),
(9789, 31, 'Farcasu de Jos', 'Olt', NULL, 0),
(9790, 31, 'Floru', 'Olt', NULL, 40),
(9791, 31, 'Frasinet-Gara', 'Olt', NULL, 0),
(9792, 31, 'Frasinetu', 'Olt', NULL, 0),
(9793, 31, 'Frunzaru', 'Olt', NULL, 30),
(9794, 31, 'Ganeasa', 'Olt', NULL, 0),
(9795, 31, 'Garcov', 'Olt', NULL, 0),
(9796, 31, 'Gavanesti', 'Olt', NULL, 35),
(9797, 31, 'ghimpati', 'Olt', NULL, 0),
(9798, 31, 'Ghimpeteni', 'Olt', NULL, 55),
(9799, 31, 'Ghimpetenii Noi', 'Olt', NULL, 55),
(9800, 31, 'Ghiosani', 'Olt', NULL, 40),
(9801, 31, 'Giuvarasti', 'Olt', NULL, 0),
(9802, 31, 'Gostavatu', 'Olt', NULL, 25),
(9803, 31, 'Govora', 'Olt', NULL, 33),
(9804, 31, 'Gradinari', 'Olt', NULL, 0),
(9805, 31, 'Gradinile', 'Olt', NULL, 25),
(9806, 31, 'Gradistea', 'Olt', NULL, 0),
(9807, 31, 'Greci (Osica de Sus)', 'Olt', NULL, 40),
(9808, 31, 'Greci (Schitu)', 'Olt', NULL, 0),
(9809, 31, 'Greeresti', 'Olt', NULL, 20),
(9810, 31, 'Grojdibodu', 'Olt', NULL, 20),
(9811, 31, 'Gropsani', 'Olt', NULL, 35),
(9812, 31, 'Grozavesti', 'Olt', NULL, 0),
(9813, 31, 'Gruiu', 'Olt', NULL, 47),
(9814, 31, 'Gubandru', 'Olt', NULL, 40),
(9815, 31, 'Guesti', 'Olt', NULL, 42),
(9816, 31, 'Gura Caluiu', 'Olt', NULL, 45),
(9817, 31, 'Gura Padinii', 'Olt', NULL, 0),
(9818, 31, 'Horezu', 'Olt', NULL, 45),
(9819, 31, 'Hotarani', 'Olt', NULL, 0),
(9820, 31, 'Hotaru', 'Olt', NULL, 25),
(9821, 31, 'Ianca', 'Olt', NULL, 30),
(9822, 31, 'Ianca Noua', 'Olt', NULL, 30),
(9823, 31, 'Iancu Jianu', 'Olt', NULL, 45),
(9824, 31, 'Ibanesti', 'Olt', NULL, 0),
(9825, 31, 'Icoana', 'Olt', NULL, 45),
(9826, 31, 'Ionicesti', 'Olt', NULL, 28),
(9827, 31, 'Ipotesti', 'Olt', NULL, 20),
(9828, 31, 'Isaci', 'Olt', NULL, 40),
(9829, 31, 'Izbiceni', 'Olt', NULL, 0),
(9830, 31, 'Izvoarele', 'Olt', NULL, 25),
(9831, 31, 'Izvoru', 'Olt', NULL, 0),
(9832, 31, 'Jieni', 'Olt', NULL, 40),
(9833, 31, 'Jitaru', 'Olt', NULL, 20),
(9834, 31, 'Launele', 'Olt', NULL, 27),
(9835, 31, 'Lazaresti', 'Olt', NULL, 50),
(9836, 31, 'Leleasca', 'Olt', NULL, 32),
(9837, 31, 'Leotesti', 'Olt', NULL, 22),
(9838, 31, 'Liiceni', 'Olt', NULL, 0),
(9839, 31, 'Linia din Vale', 'Olt', NULL, 0),
(9840, 31, 'Lisa', 'Olt', NULL, 20),
(9841, 31, 'Lunca', 'Olt', NULL, 46),
(9842, 31, 'Magura (Perieti)', 'Olt', NULL, 20),
(9843, 31, 'Magura (Tatulesti)', 'Olt', NULL, 40),
(9844, 31, 'Malu Rosu', 'Olt', NULL, 32),
(9845, 31, 'Mamura', 'Olt', NULL, 0),
(9846, 31, 'Mandra', 'Olt', NULL, 30),
(9847, 31, 'Manulesti', 'Olt', NULL, 28),
(9848, 31, 'Mardale', 'Olt', NULL, 43),
(9849, 31, 'Margaritesti', 'Olt', NULL, 35),
(9850, 31, 'Margheni', 'Olt', NULL, 30),
(9851, 31, 'Margineni-Slobozia', 'Olt', NULL, 25),
(9852, 31, 'Maruntei', 'Olt', NULL, 25),
(9853, 31, 'Maruntei (Colonesti)', 'Olt', NULL, 43),
(9854, 31, 'Mereni', 'Olt', NULL, 45),
(9855, 31, 'Mierlestii de Sus', 'Olt', NULL, 20),
(9856, 31, 'Mierlicesti', 'Olt', NULL, 30),
(9857, 31, 'Miesti', 'Olt', NULL, 20),
(9858, 31, 'Mihaesti', 'Olt', NULL, 20),
(9859, 31, 'Mihailesti-Popesti', 'Olt', NULL, 23),
(9860, 31, 'Milcov', 'Olt', NULL, 0),
(9861, 31, 'Milcoveni', 'Olt', NULL, 40),
(9862, 31, 'Milcovu din Deal', 'Olt', NULL, 0),
(9863, 31, 'Milcovu din Vale', 'Olt', NULL, 0),
(9864, 31, 'Mircesti', 'Olt', NULL, 48),
(9865, 31, 'Mirila', 'Olt', NULL, 21),
(9866, 31, 'Mogosesti', 'Olt', NULL, 25),
(9867, 31, 'Momaiu', 'Olt', NULL, 40),
(9868, 31, 'Morunesti', 'Olt', NULL, 39),
(9869, 31, 'Morunglav', 'Olt', NULL, 40),
(9870, 31, 'Mosteni', 'Olt', NULL, 28),
(9871, 31, 'Motoesti', 'Olt', NULL, 33),
(9872, 31, 'Movileni', 'Olt', NULL, 35),
(9873, 31, 'Navargeni', 'Olt', NULL, 40),
(9874, 31, 'Negreni', 'Olt', NULL, 25),
(9875, 31, 'Nicolae Titulescu', 'Olt', NULL, 40),
(9876, 31, 'Obarsia ', 'Olt', NULL, 45),
(9877, 31, 'Obarsia Noua', 'Olt', NULL, 45),
(9878, 31, 'Oboga', 'Olt', NULL, 35),
(9879, 31, 'Ociogi', 'Olt', NULL, 20),
(9880, 31, 'Olari', 'Olt', NULL, 30),
(9881, 31, 'Oltisoru', 'Olt', NULL, 0),
(9882, 31, 'Oporelu', 'Olt', NULL, 25),
(9883, 31, 'Optasani', 'Olt', NULL, 50),
(9884, 31, 'Optasi', 'Olt', NULL, 30),
(9885, 31, 'Optasi-Magura', 'Olt', NULL, 35),
(9886, 31, 'Orlea', 'Olt', NULL, 0),
(9887, 31, 'Orlea Noua', 'Olt', NULL, 0),
(9888, 31, 'Osica de Jos', 'Olt', NULL, 25),
(9889, 31, 'Osica de Sus', 'Olt', NULL, 25),
(9890, 31, 'Ostrov', 'Olt', NULL, 35),
(9891, 31, 'Otestii de Jos', 'Olt', NULL, 0),
(9892, 31, 'Otestii de Sus', 'Olt', NULL, 13),
(9893, 31, 'Parscoveni', 'Olt', NULL, 30),
(9894, 31, 'Peretu', 'Olt', NULL, 0),
(9895, 31, 'Perieti', 'Olt', NULL, 20),
(9896, 31, 'Pescaresti', 'Olt', NULL, 45),
(9897, 31, 'Pestra', 'Olt', NULL, 0),
(9898, 31, 'Petculesti', 'Olt', NULL, 0),
(9899, 31, 'Piatra', 'Olt', NULL, 0),
(9900, 31, 'Piatra-Olt', 'Olt', NULL, 0),
(9901, 31, 'Pielcani', 'Olt', NULL, 46),
(9902, 31, 'Pietris', 'Olt', NULL, 0),
(9903, 31, 'Pietrisu', 'Olt', NULL, 0),
(9904, 31, 'Piscani', 'Olt', NULL, 25),
(9905, 31, 'Plaviceanca', 'Olt', NULL, 25),
(9906, 31, 'Plaviceni', 'Olt', NULL, 40),
(9907, 31, 'Plesoiu', 'Olt', NULL, 0),
(9908, 31, 'Plopsorelu', 'Olt', NULL, 53),
(9909, 31, 'Poboru', 'Olt', NULL, 28),
(9910, 31, 'Poganu', 'Olt', NULL, 0),
(9911, 31, 'Poiana', 'Olt', NULL, 35),
(9912, 31, 'Poiana Mare', 'Olt', NULL, 41),
(9913, 31, 'Popesti (Barasti)', 'Olt', NULL, 53),
(9914, 31, 'Popesti (Valeni)', 'Olt', NULL, 30),
(9915, 31, 'Potcoava', 'Olt', NULL, 35),
(9916, 31, 'Potcoava-Falcoeni', 'Olt', NULL, 32),
(9917, 31, 'Potelu', 'Olt', NULL, 30),
(9918, 31, 'Potlogeni', 'Olt', NULL, 20),
(9919, 31, 'Potopinu', 'Olt', NULL, 0),
(9920, 31, 'Preotesti', 'Olt', NULL, 50),
(9921, 31, 'Prisaca', 'Olt', NULL, 49),
(9922, 31, 'Priseaca', 'Olt', NULL, 0),
(9923, 31, 'Proaspeti', 'Olt', NULL, 0),
(9924, 31, 'Profa', 'Olt', NULL, 45),
(9925, 31, 'Racovita', 'Olt', NULL, 32),
(9926, 31, 'Radesti', 'Olt', NULL, 20),
(9927, 31, 'Radomiresti', 'Olt', NULL, 35),
(9928, 31, 'Raitiu', 'Olt', NULL, 0),
(9929, 31, 'Recea', 'Olt', NULL, 0),
(9930, 31, 'Redea', 'Olt', NULL, 0),
(9931, 31, 'Redisoara', 'Olt', NULL, 0),
(9932, 31, 'Resca', 'Olt', NULL, 0),
(9933, 31, 'Rescuta', 'Olt', NULL, 0),
(9934, 31, 'Romana', 'Olt', NULL, 32),
(9935, 31, 'Rosienii Mari', 'Olt', NULL, 30),
(9936, 31, 'Rosienii Mici', 'Olt', NULL, 0),
(9937, 31, 'Rotunda', 'Olt', NULL, 0),
(9938, 31, 'Rudari', 'Olt', NULL, 25),
(9939, 31, 'Runcu Mare', 'Olt', NULL, 0),
(9940, 31, 'Rusanesti', 'Olt', NULL, 35),
(9941, 31, 'Rusanestii de Sus', 'Olt', NULL, 30),
(9942, 31, 'Rusciori', 'Olt', NULL, 30),
(9943, 31, 'Salcia', 'Olt', NULL, 0),
(9944, 31, 'Saltanesti', 'Olt', NULL, 0),
(9945, 31, 'Samburesti', 'Olt', NULL, 26),
(9946, 31, 'Sarbii-Magura', 'Olt', NULL, 40),
(9947, 31, 'Satu Nou (Gradinari)', 'Olt', NULL, 0),
(9948, 31, 'Satu Nou (Gura Padinii)', 'Olt', NULL, 0),
(9949, 31, 'Scarisoara', 'Olt', NULL, 30),
(9950, 31, 'Schitu', 'Olt', NULL, 25),
(9951, 31, 'Schitu Deleni', 'Olt', NULL, 0),
(9952, 31, 'Schitu din Deal', 'Olt', NULL, 20),
(9953, 31, 'Schitu din Vale', 'Olt', NULL, 20),
(9954, 31, 'Scorbura', 'Olt', NULL, 25),
(9955, 31, 'Scornicesti', 'Olt', NULL, 28),
(9956, 31, 'Seaca', 'Olt', NULL, 30),
(9957, 31, 'Seaca (Poboru)', 'Olt', NULL, 29),
(9958, 31, 'Serbanesti', 'Olt', NULL, 50),
(9959, 31, 'Serbanestii de Sus', 'Olt', NULL, 35),
(9960, 31, 'Simniceni', 'Olt', NULL, 50),
(9961, 31, 'Sinesti', 'Olt', NULL, 35),
(9962, 31, 'Slatina', 'Olt', NULL, 0),
(9963, 31, 'Slatioara', 'Olt', NULL, 0),
(9964, 31, 'Slaveni', 'Olt', NULL, 20),
(9965, 31, 'Soparlita', 'Olt', NULL, 30),
(9966, 31, 'Spataru', 'Olt', NULL, 18),
(9967, 31, 'Spineni', 'Olt', NULL, 55),
(9968, 31, 'Sprancenata', 'Olt', NULL, 30),
(9969, 31, 'Stanuleasa (Samburesti)', 'Olt', NULL, 29),
(9970, 31, 'Stanuleasa (Vitomiresti)', 'Olt', NULL, 40),
(9971, 31, 'Stavaru', 'Olt', NULL, 50),
(9972, 31, 'Stefan cel Mare', 'Olt', NULL, 30),
(9973, 31, 'Stejaru', 'Olt', NULL, 0),
(9974, 31, 'Stoborasti', 'Olt', NULL, 60),
(9975, 31, 'Stoenesti', 'Olt', NULL, 0),
(9976, 31, 'Stoicanesti', 'Olt', NULL, 35),
(9977, 31, 'Strejesti', 'Olt', NULL, 0),
(9978, 31, 'Strejestii de Sus', 'Olt', NULL, 0),
(9979, 31, 'Strugurelu', 'Olt', NULL, 30),
(9980, 31, 'Studina', 'Olt', NULL, 25),
(9981, 31, 'Studinita', 'Olt', NULL, 25),
(9982, 31, 'Stupina', 'Olt', NULL, 30),
(9983, 31, 'Suica', 'Olt', NULL, 31),
(9984, 31, 'Surpeni', 'Olt', NULL, 30),
(9985, 31, 'Tabaci', 'Olt', NULL, 45),
(9986, 31, 'Tabonu', 'Olt', NULL, 0),
(9987, 31, 'Tatulesti', 'Olt', NULL, 30),
(9988, 31, 'Teis', 'Olt', NULL, 26),
(9989, 31, 'Teius', 'Olt', NULL, 36),
(9990, 31, 'Teiusu', 'Olt', NULL, 20),
(9991, 31, 'Teslui', 'Olt', NULL, 25),
(9992, 31, 'Tia Mare', 'Olt', NULL, 20),
(9993, 31, 'Tirisneag', 'Olt', NULL, 30),
(9994, 31, 'Tomeni', 'Olt', NULL, 30),
(9995, 31, 'Tonesti (Leleasca)', 'Olt', NULL, 29),
(9996, 31, 'Tonesti (Samburesti)', 'Olt', NULL, 27),
(9997, 31, 'Topana', 'Olt', NULL, 38),
(9998, 31, 'Traian', 'Olt', NULL, 0),
(9999, 31, 'Trepteni', 'Olt', NULL, 36),
(10000, 31, 'Trufinesti', 'Olt', NULL, 36),
(10001, 31, 'Tudor Vladimirescu', 'Olt', NULL, 20),
(10002, 31, 'Tufaru', 'Olt', NULL, 25),
(10003, 31, 'Tufeni', 'Olt', NULL, 45),
(10004, 31, 'Turia', 'Olt', NULL, 0),
(10005, 31, 'Ulmet', 'Olt', NULL, 25),
(10006, 31, 'Ulmi', 'Olt', NULL, 0),
(10007, 31, 'Ungureni', 'Olt', NULL, 35),
(10008, 31, 'Uria', 'Olt', NULL, 0),
(10009, 31, 'Ursa', 'Olt', NULL, 0),
(10010, 31, 'Ursi', 'Olt', NULL, 25),
(10011, 31, 'Ursoaia', 'Olt', NULL, 40),
(10012, 31, 'Urzica', 'Olt', NULL, 45),
(10013, 31, 'Vadastra', 'Olt', NULL, 30),
(10014, 31, 'Vadastrita', 'Olt', NULL, 40),
(10015, 31, 'Valcele', 'Olt', NULL, 25),
(10016, 31, 'Valcelele de Sus', 'Olt', NULL, 31),
(10017, 31, 'Valea Fetei', 'Olt', NULL, 0),
(10018, 31, 'Valea lui Alb', 'Olt', NULL, 0),
(10019, 31, 'Valea Mare', 'Olt', NULL, 0),
(10020, 31, 'Valea Merilor', 'Olt', NULL, 35),
(10021, 31, 'Valea Satului', 'Olt', NULL, 51),
(10022, 31, 'Valea Soarelui', 'Olt', NULL, 0),
(10023, 31, 'Valeni', 'Olt', NULL, 35),
(10024, 31, 'Valeni (Brancoveni)', 'Olt', NULL, 20),
(10025, 31, 'Vanesti', 'Olt', NULL, 0),
(10026, 31, 'Vartopu', 'Olt', NULL, 0),
(10027, 31, 'Verguleasa', 'Olt', NULL, 0),
(10028, 31, 'Vineti', 'Olt', NULL, 50),
(10029, 31, 'Visina', 'Olt', NULL, 40),
(10030, 31, 'Visina Noua', 'Olt', NULL, 30),
(10031, 31, 'Vitanesti', 'Olt', NULL, 40),
(10032, 31, 'Vitomiresti', 'Olt', NULL, 35),
(10033, 31, 'Vladila', 'Olt', NULL, 0),
(10034, 31, 'Vladila Noua', 'Olt', NULL, 0),
(10035, 31, 'Vladuleni', 'Olt', NULL, 30),
(10036, 31, 'Vlaici', 'Olt', NULL, 42),
(10037, 31, 'Vlangaresti', 'Olt', NULL, 17),
(10038, 31, 'Voineasa', 'Olt', NULL, 45),
(10039, 31, 'Vulpeni', 'Olt', NULL, 45),
(10040, 31, 'Vulpesti', 'Olt', NULL, 22),
(10041, 31, 'Vulturesti', 'Olt', NULL, 0),
(10042, 31, 'Zanoaga (Olt)', 'Olt', NULL, 0),
(10043, 31, 'Zorleasca', 'Olt', NULL, 0),
(10044, 32, 'Adunati', 'Prahova', NULL, 18),
(10045, 32, 'Albesti-Muru', 'Prahova', NULL, 0),
(10046, 32, 'Albesti-Paleologu', 'Prahova', NULL, 0),
(10047, 32, 'Albinari', 'Prahova', NULL, 31),
(10048, 32, 'Alunis', 'Prahova', NULL, 24),
(10049, 32, 'Antofiloaia', 'Prahova', NULL, 0),
(10050, 32, 'Apostolache', 'Prahova', NULL, 40),
(10051, 32, 'Aricestii Rahtivani', 'Prahova', NULL, 0),
(10052, 32, 'Aricestii Zeletin', 'Prahova', NULL, 31),
(10053, 32, 'Arionestii Noi', 'Prahova', NULL, 0),
(10054, 32, 'Arionestii Vechi', 'Prahova', NULL, 0),
(10055, 32, 'Arva', 'Prahova', NULL, 0),
(10056, 32, 'Azuga', 'Prahova', NULL, 15),
(10057, 32, 'Baba Ana', 'Prahova', NULL, 40),
(10058, 32, 'Baicoi', 'Prahova', NULL, 0),
(10059, 32, 'Balta Doamnei', 'Prahova', NULL, 40),
(10060, 32, 'Baltesti', 'Prahova', NULL, 21),
(10061, 32, 'Baltita', 'Prahova', NULL, 30),
(10062, 32, 'Banesti', 'Prahova', NULL, 0),
(10063, 32, 'Bara', 'Prahova', NULL, 40),
(10064, 32, 'Baraitaru', 'Prahova', NULL, 30),
(10065, 32, 'Barcanesti', 'Prahova', NULL, 0),
(10066, 32, 'Barzila', 'Prahova', NULL, 26),
(10067, 32, 'Batesti', 'Prahova', NULL, 0),
(10068, 32, 'Batrani', 'Prahova', NULL, 20),
(10069, 32, 'Belciug', 'Prahova', NULL, 26),
(10070, 32, 'Berceni', 'Prahova', NULL, 0),
(10071, 32, 'Bertea', 'Prahova', NULL, 25),
(10072, 32, 'Bighilin', 'Prahova', NULL, 0),
(10073, 32, 'Blejoi', 'Prahova', NULL, 0),
(10074, 32, 'Bobicesti', 'Prahova', NULL, 0),
(10075, 32, 'Boboci', 'Prahova', NULL, 42),
(10076, 32, 'Bobolia', 'Prahova', NULL, 0),
(10077, 32, 'Bodesti', 'Prahova', NULL, 0),
(10078, 32, 'Bogdanesti', 'Prahova', NULL, 20),
(10079, 32, 'Boldesti', 'Prahova', NULL, 45),
(10080, 32, 'Boldesti-Gradistea', 'Prahova', NULL, 45),
(10081, 32, 'Boldesti-Scaeni', 'Prahova', NULL, 0),
(10082, 32, 'Bordenii Mari', 'Prahova', NULL, 20),
(10083, 32, 'Bordenii Mici', 'Prahova', NULL, 0),
(10084, 32, 'Bosilcesti', 'Prahova', NULL, 20),
(10085, 32, 'Bozieni', 'Prahova', NULL, 45),
(10086, 32, 'Bradet', 'Prahova', NULL, 23),
(10087, 32, 'Bratasanca', 'Prahova', NULL, 25),
(10088, 32, 'Bratesti', 'Prahova', NULL, 0),
(10089, 32, 'Brazi', 'Prahova', NULL, 0),
(10090, 32, 'Brazii de Jos', 'Prahova', NULL, 0),
(10091, 32, 'Brazii de Sus', 'Prahova', NULL, 0),
(10092, 32, 'Breaza', 'Prahova', NULL, 0),
(10093, 32, 'Breaza de Jos', 'Prahova', NULL, 15),
(10094, 32, 'Breaza de Sus', 'Prahova', NULL, 20),
(10095, 32, 'Brebu', 'Prahova', NULL, 0),
(10096, 32, 'Brebu Manastirei', 'Prahova', NULL, 20),
(10097, 32, 'Brebu Megiesesc', 'Prahova', NULL, 17),
(10098, 32, 'Buchilasi', 'Prahova', NULL, 0),
(10099, 32, 'Bucov', 'Prahova', NULL, 0),
(10100, 32, 'Buda (Aricestii Rahtivani)', 'Prahova', NULL, 0),
(10101, 32, 'Buda (Rafov)', 'Prahova', NULL, 0),
(10102, 32, 'Bughea de Jos', 'Prahova', NULL, 0),
(10103, 32, 'Bughea de Sus', 'Prahova', NULL, 0),
(10104, 32, 'Bustenari', 'Prahova', NULL, 20),
(10105, 32, 'Busteni', 'Prahova', NULL, 10),
(10106, 32, 'Butuci', 'Prahova', NULL, 45),
(10107, 32, 'Buzota', 'Prahova', NULL, 40),
(10108, 32, 'Calinesti', 'Prahova', NULL, 28),
(10109, 32, 'Calugareni', 'Prahova', NULL, 60),
(10110, 32, 'Campina', 'Prahova', NULL, 0),
(10111, 32, 'Cap Rosu', 'Prahova', NULL, 0),
(10112, 32, 'Carbunari', 'Prahova', NULL, 35),
(10113, 32, 'Carbunesti', 'Prahova', NULL, 32),
(10114, 32, 'Carjari', 'Prahova', NULL, 25),
(10115, 32, 'Cartierul Dambu', 'Prahova', NULL, 0),
(10116, 32, 'Catina', 'Prahova', NULL, 0),
(10117, 32, 'Catunu (Berceni)', 'Prahova', NULL, 0),
(10118, 32, 'Catunu (Drajna)', 'Prahova', NULL, 0),
(10119, 32, 'Ceptura', 'Prahova', NULL, 40),
(10120, 32, 'Ceptura De Jos', 'Prahova', NULL, 40),
(10121, 32, 'Ceptura de Sus', 'Prahova', NULL, 35),
(10122, 32, 'Cerasu', 'Prahova', NULL, 0),
(10123, 32, 'Cernesti', 'Prahova', NULL, 0),
(10124, 32, 'Cheia', 'Prahova', NULL, 37),
(10125, 32, 'Cherba', 'Prahova', NULL, 40),
(10126, 32, 'Chesnoiu', 'Prahova', NULL, 0),
(10127, 32, 'Chiciureni', 'Prahova', NULL, 0),
(10128, 32, 'Chiojdeanca', 'Prahova', NULL, 45),
(10129, 32, 'Chiritesti', 'Prahova', NULL, 0),
(10130, 32, 'Chitorani', 'Prahova', NULL, 0),
(10131, 32, 'Cioceni', 'Prahova', NULL, 0),
(10132, 32, 'Ciocrac', 'Prahova', NULL, 0),
(10133, 32, 'Ciorani', 'Prahova', NULL, 45),
(10134, 32, 'Cioranii de Jos', 'Prahova', NULL, 40),
(10135, 32, 'Cioranii de Sus', 'Prahova', NULL, 45),
(10136, 32, 'Ciresanu', 'Prahova', NULL, 55),
(10137, 32, 'Ciupelnita', 'Prahova', NULL, 26),
(10138, 32, 'Coada Izvorului', 'Prahova', NULL, 0),
(10139, 32, 'Coada Malului', 'Prahova', NULL, 0),
(10140, 32, 'Coceana', 'Prahova', NULL, 0),
(10141, 32, 'Cocorastii Caplii', 'Prahova', NULL, 0),
(10142, 32, 'Cocorastii Colt', 'Prahova', NULL, 0),
(10143, 32, 'Cocorastii Grind', 'Prahova', NULL, 0),
(10144, 32, 'Cocorastii Mislii', 'Prahova', NULL, 25),
(10145, 32, 'Cocosesti', 'Prahova', NULL, 0),
(10146, 32, 'Colceag', 'Prahova', NULL, 0),
(10147, 32, 'Colonia Brazi', 'Prahova', NULL, 0),
(10148, 32, 'Coltu de Jos', 'Prahova', NULL, 0),
(10149, 32, 'Comarnic', 'Prahova', NULL, 15),
(10150, 32, 'Conduratu', 'Prahova', NULL, 40),
(10151, 32, 'Corlatesti', 'Prahova', NULL, 0),
(10152, 32, 'Cornu', 'Prahova', NULL, 0),
(10153, 32, 'Cornu de Jos (Cornu)', 'Prahova', NULL, 0),
(10154, 32, 'Cornu de Jos (Draganesti)', 'Prahova', NULL, 35),
(10155, 32, 'Cornu de Sus (Cornu)', 'Prahova', NULL, 0),
(10156, 32, 'Cornu de Sus (Dumbrava)', 'Prahova', NULL, 30),
(10157, 32, 'Coserele', 'Prahova', NULL, 35),
(10158, 32, 'Coslegi', 'Prahova', NULL, 0),
(10159, 32, 'Cosmina de Jos', 'Prahova', NULL, 0),
(10160, 32, 'Cosmina de Sus', 'Prahova', NULL, 30),
(10161, 32, 'Cosminele', 'Prahova', NULL, 0),
(10162, 32, 'Costeni', 'Prahova', NULL, 20),
(10163, 32, 'Cotofenesti', 'Prahova', NULL, 0),
(10164, 32, 'Crangurile', 'Prahova', NULL, 40),
(10165, 32, 'Crivina', 'Prahova', NULL, 0),
(10166, 32, 'Cuib', 'Prahova', NULL, 20),
(10167, 32, 'Curcubeu', 'Prahova', NULL, 40),
(10168, 32, 'Curmatura', 'Prahova', NULL, 28),
(10169, 32, 'Dambu', 'Prahova', NULL, 0),
(10170, 32, 'Darvari', 'Prahova', NULL, 0),
(10171, 32, 'Ditesti', 'Prahova', NULL, 35),
(10172, 32, 'Dobrota', 'Prahova', NULL, 31),
(10173, 32, 'Doftana', 'Prahova', NULL, 35),
(10174, 32, 'Draganeasa', 'Prahova', NULL, 0),
(10175, 32, 'Draganesti', 'Prahova', NULL, 35),
(10176, 32, 'Draghicesti', 'Prahova', NULL, 40),
(10177, 32, 'Drajna', 'Prahova', NULL, 0),
(10178, 32, 'Drajna de Jos', 'Prahova', NULL, 0),
(10179, 32, 'Drajna de Sus', 'Prahova', NULL, 0),
(10180, 32, 'Dumbrava', 'Prahova', NULL, 30),
(10181, 32, 'Dumbravesti', 'Prahova', NULL, 0),
(10182, 32, 'Ezeni', 'Prahova', NULL, 30),
(10183, 32, 'Facaieni', 'Prahova', NULL, 0),
(10184, 32, 'Faget', 'Prahova', NULL, 0),
(10185, 32, 'Fagetu', 'Prahova', NULL, 0),
(10186, 32, 'Fanari (Gherghita)', 'Prahova', NULL, 0),
(10187, 32, 'Fanari (Gorgota)', 'Prahova', NULL, 25),
(10188, 32, 'Fantanele', 'Prahova', NULL, 45),
(10189, 32, 'Fefelei', 'Prahova', NULL, 0),
(10190, 32, 'Filipestii de Padure', 'Prahova', NULL, 30),
(10191, 32, 'Filipestii de Targ', 'Prahova', NULL, 30),
(10192, 32, 'Floresti', 'Prahova', NULL, 0),
(10193, 32, 'Frasinet', 'Prahova', NULL, 20),
(10194, 32, 'Fulga', 'Prahova', NULL, 45),
(10195, 32, 'Fulga de Jos', 'Prahova', NULL, 40),
(10196, 32, 'Fulga de Sus', 'Prahova', NULL, 45),
(10197, 32, 'Fundeni', 'Prahova', NULL, 0),
(10198, 32, 'Gageni', 'Prahova', NULL, 0),
(10199, 32, 'Galmeia', 'Prahova', NULL, 0),
(10200, 32, 'Gavanel', 'Prahova', NULL, 30),
(10201, 32, 'Gheaba', 'Prahova', NULL, 0),
(10202, 32, 'Gherghita', 'Prahova', NULL, 32),
(10203, 32, 'Ghighiu', 'Prahova', NULL, 0),
(10204, 32, 'Ghinoaica', 'Prahova', NULL, 40),
(10205, 32, 'Ghiocel', 'Prahova', NULL, 0),
(10206, 32, 'Ghioldum', 'Prahova', NULL, 0),
(10207, 32, 'Ghiosesti', 'Prahova', NULL, 20),
(10208, 32, 'Glod', 'Prahova', NULL, 0),
(10209, 32, 'Goga', 'Prahova', NULL, 0),
(10210, 32, 'Gogeasca', 'Prahova', NULL, 23),
(10211, 32, 'Gorgota', 'Prahova', NULL, 0),
(10212, 32, 'Gornet', 'Prahova', NULL, 20),
(10213, 32, 'Gornet-Cricov', 'Prahova', NULL, 31),
(10214, 32, 'Goruna', 'Prahova', NULL, 0),
(10215, 32, 'Gradistea', 'Prahova', NULL, 40),
(10216, 32, 'Gresia', 'Prahova', NULL, 25),
(10217, 32, 'Grosani', 'Prahova', NULL, 0),
(10218, 32, 'Gura Beliei', 'Prahova', NULL, 0),
(10219, 32, 'Gura Crivatului', 'Prahova', NULL, 30),
(10220, 32, 'Gura Vadului', 'Prahova', NULL, 42),
(10221, 32, 'Gura Vitioarei', 'Prahova', NULL, 0),
(10222, 32, 'Habud', 'Prahova', NULL, 0),
(10223, 32, 'Harsa', 'Prahova', NULL, 0),
(10224, 32, 'Hatcarau', 'Prahova', NULL, 35),
(10225, 32, 'Homoraciu', 'Prahova', NULL, 0),
(10226, 32, 'Iazu', 'Prahova', NULL, 0),
(10227, 32, 'Independenta', 'Prahova', NULL, 40),
(10228, 32, 'Inotesti', 'Prahova', NULL, 35),
(10229, 32, 'Iordacheanu', 'Prahova', NULL, 30),
(10230, 32, 'Irimesti', 'Prahova', NULL, 0),
(10231, 32, 'Izesti', 'Prahova', NULL, 23),
(10232, 32, 'Izvoarele', 'Prahova', NULL, 0),
(10233, 32, 'Izvoru', 'Prahova', NULL, 20),
(10234, 32, 'Jercalai', 'Prahova', NULL, 0),
(10235, 32, 'Jugureni', 'Prahova', NULL, 50),
(10236, 32, 'Lacu Turcului', 'Prahova', NULL, 40),
(10237, 32, 'Lapos', 'Prahova', NULL, 65),
(10238, 32, 'Laposel', 'Prahova', NULL, 50),
(10239, 32, 'Liliesti', 'Prahova', NULL, 0),
(10240, 32, 'Lipanesti', 'Prahova', NULL, 0),
(10241, 32, 'Livadea', 'Prahova', NULL, 0),
(10242, 32, 'Loloiasca', 'Prahova', NULL, 0),
(10243, 32, 'Lopatnita', 'Prahova', NULL, 36),
(10244, 32, 'Lunca Mare', 'Prahova', NULL, 0),
(10245, 32, 'Lunca Prahovei', 'Prahova', NULL, 0),
(10246, 32, 'Lutu Rosu', 'Prahova', NULL, 30),
(10247, 32, 'Magula', 'Prahova', NULL, 25),
(10248, 32, 'Magura', 'Prahova', NULL, 30),
(10249, 32, 'Magurele', 'Prahova', NULL, 0),
(10250, 32, 'Magureni', 'Prahova', NULL, 0),
(10251, 32, 'Malaestii de Jos', 'Prahova', NULL, 21),
(10252, 32, 'Malaestii de Sus', 'Prahova', NULL, 0),
(10253, 32, 'Malaiesti', 'Prahova', NULL, 0),
(10254, 32, 'Malamuc', 'Prahova', NULL, 40),
(10255, 32, 'Malu Rosu', 'Prahova', NULL, 40),
(10256, 32, 'Malu Vanat', 'Prahova', NULL, 0),
(10257, 32, 'Manastirea Suzana', 'Prahova', NULL, 28),
(10258, 32, 'Maneciu', 'Prahova', NULL, 0),
(10259, 32, 'Maneciu-Pamanteni', 'Prahova', NULL, 0),
(10260, 32, 'Maneciu-Ungureni', 'Prahova', NULL, 0),
(10261, 32, 'Manesti', 'Prahova', NULL, 30),
(10262, 32, 'Marginea Padurii', 'Prahova', NULL, 50),
(10263, 32, 'Marginenii de Jos', 'Prahova', NULL, 25),
(10264, 32, 'Marlogea', 'Prahova', NULL, 42),
(10265, 32, 'Maruntis', 'Prahova', NULL, 0),
(10266, 32, 'Matita', 'Prahova', NULL, 28),
(10267, 32, 'Mehedinta', 'Prahova', NULL, 35),
(10268, 32, 'Melicesti', 'Prahova', NULL, 17),
(10269, 32, 'Merdeala', 'Prahova', NULL, 20),
(10270, 32, 'Meri', 'Prahova', NULL, 35),
(10271, 32, 'Minieri', 'Prahova', NULL, 35),
(10272, 32, 'Miresu Mare', 'Prahova', NULL, 55),
(10273, 32, 'Miresu Mic', 'Prahova', NULL, 50),
(10274, 32, 'Miroslavesti', 'Prahova', NULL, 0),
(10275, 32, 'Mislea', 'Prahova', NULL, 0),
(10276, 32, 'Mizil', 'Prahova', NULL, 0),
(10277, 32, 'Moara', 'Prahova', NULL, 0),
(10278, 32, 'Moara Domneasca', 'Prahova', NULL, 0),
(10279, 32, 'Moara Noua', 'Prahova', NULL, 0),
(10280, 32, 'Mocesti', 'Prahova', NULL, 31),
(10281, 32, 'Nedelea', 'Prahova', NULL, 0),
(10282, 32, 'Negoiesti', 'Prahova', NULL, 0),
(10283, 32, 'Nevesteasca', 'Prahova', NULL, 35),
(10284, 32, 'Nisipoasa', 'Prahova', NULL, 0),
(10285, 32, 'Nistoresti', 'Prahova', NULL, 0),
(10286, 32, 'Novacesti', 'Prahova', NULL, 28),
(10287, 32, 'Nucet (Chiojdeanca)', 'Prahova', NULL, 30),
(10288, 32, 'Nucet (Gornet)', 'Prahova', NULL, 20),
(10289, 32, 'Nucsoara de Jos', 'Prahova', NULL, 0),
(10290, 32, 'Nucsoara de Sus', 'Prahova', NULL, 0),
(10291, 32, 'Ocina de Jos', 'Prahova', NULL, 20),
(10292, 32, 'Ocina de Sus', 'Prahova', NULL, 25),
(10293, 32, 'Odaile', 'Prahova', NULL, 0),
(10294, 32, 'Ogretin', 'Prahova', NULL, 0),
(10295, 32, 'Olari', 'Prahova', NULL, 45),
(10296, 32, 'Olarii Vechi', 'Prahova', NULL, 25),
(10297, 32, 'Ologeni', 'Prahova', NULL, 40),
(10298, 32, 'Olteni', 'Prahova', NULL, 0),
(10299, 32, 'Orzoaia de Jos', 'Prahova', NULL, 25),
(10300, 32, 'Orzoaia de Sus', 'Prahova', NULL, 25),
(10301, 32, 'Ostrovu', 'Prahova', NULL, 20),
(10302, 32, 'Pacureti', 'Prahova', NULL, 26),
(10303, 32, 'Pacuri', 'Prahova', NULL, 55),
(10304, 32, 'Palanca', 'Prahova', NULL, 0),
(10305, 32, 'Pantazi', 'Prahova', NULL, 0),
(10306, 32, 'Parepa-Rusani', 'Prahova', NULL, 0),
(10307, 32, 'Paulesti', 'Prahova', NULL, 0),
(10308, 32, 'Paulestii Noi', 'Prahova', NULL, 0),
(10309, 32, 'Persunari (Gura Vadului)', 'Prahova', NULL, 50),
(10310, 32, 'Persunari (Manesti)', 'Prahova', NULL, 0),
(10311, 32, 'Piatra (Drajna)', 'Prahova', NULL, 0),
(10312, 32, 'Piatra (Manesti)', 'Prahova', NULL, 30),
(10313, 32, 'Piatra (Provita de Jos)', 'Prahova', NULL, 20),
(10314, 32, 'Piatra Mica', 'Prahova', NULL, 45),
(10315, 32, 'Pietriceaua', 'Prahova', NULL, 25),
(10316, 32, 'Pietricica', 'Prahova', NULL, 65),
(10317, 32, 'Pietrisu', 'Prahova', NULL, 15),
(10318, 32, 'Pietrosani', 'Prahova', NULL, 0),
(10319, 32, 'PIORESTI ', 'Prahova', NULL, 30),
(10320, 32, 'Pisculesti', 'Prahova', NULL, 0),
(10321, 32, 'Pitigoi', 'Prahova', NULL, 0),
(10322, 32, 'Plai', 'Prahova', NULL, 0),
(10323, 32, 'Plaietu', 'Prahova', NULL, 33),
(10324, 32, 'Plaiu (Provita de Sus)', 'Prahova', NULL, 20),
(10325, 32, 'Plaiu (Talea)', 'Prahova', NULL, 35),
(10326, 32, 'Plaiu Campinei', 'Prahova', NULL, 20),
(10327, 32, 'Plaiu Cornului', 'Prahova', NULL, 20),
(10328, 32, 'Plavia', 'Prahova', NULL, 30),
(10329, 32, 'Pleasa', 'Prahova', NULL, 0),
(10330, 32, 'Ploiesti', 'Prahova', NULL, 0),
(10331, 32, 'Ploiestiori', 'Prahova', NULL, 0),
(10332, 32, 'Plopeni', 'Prahova', NULL, 0),
(10333, 32, 'Plopeni (Dumbravesti)', 'Prahova', NULL, 0),
(10334, 32, 'Plopu', 'Prahova', NULL, 0),
(10335, 32, 'Podenii Noi', 'Prahova', NULL, 25),
(10336, 32, 'Podenii Vechi', 'Prahova', NULL, 23),
(10337, 32, 'Podgoria', 'Prahova', NULL, 30),
(10338, 32, 'Podu Cheii', 'Prahova', NULL, 20),
(10339, 32, 'Podu Corbului', 'Prahova', NULL, 17),
(10340, 32, 'Podu lui Galben', 'Prahova', NULL, 25),
(10341, 32, 'Podu Lung', 'Prahova', NULL, 17),
(10342, 32, 'Podu Ursului', 'Prahova', NULL, 0),
(10343, 32, 'Podu Vadului', 'Prahova', NULL, 15),
(10344, 32, 'Podu Valeni', 'Prahova', NULL, 25),
(10345, 32, 'Podurile', 'Prahova', NULL, 0),
(10346, 32, 'Poiana', 'Prahova', NULL, 17),
(10347, 32, 'Poiana Campina', 'Prahova', NULL, 0),
(10348, 32, 'Poiana Copaceni', 'Prahova', NULL, 0),
(10349, 32, 'Poiana Mare', 'Prahova', NULL, 22),
(10350, 32, 'Poiana Mierlei', 'Prahova', NULL, 0),
(10351, 32, 'Poiana Tapului', 'Prahova', NULL, 10),
(10352, 32, 'Poiana Trestiei', 'Prahova', NULL, 0),
(10353, 32, 'Poiana Varbilau', 'Prahova', NULL, 0),
(10354, 32, 'Poienarii Apostoli', 'Prahova', NULL, 35),
(10355, 32, 'Poienarii Burchii', 'Prahova', NULL, 35),
(10356, 32, 'Poienarii Vechi', 'Prahova', NULL, 35),
(10357, 32, 'Poienarii-Rali', 'Prahova', NULL, 30),
(10358, 32, 'Poienile', 'Prahova', NULL, 0),
(10359, 32, 'Popesti (Brazi)', 'Prahova', NULL, 0),
(10360, 32, 'Popesti (Podenii Noi)', 'Prahova', NULL, 32),
(10361, 32, 'Posada', 'Prahova', NULL, 0),
(10362, 32, 'Posesti', 'Prahova', NULL, 0),
(10363, 32, 'Posestii-Pamanteni', 'Prahova', NULL, 0),
(10364, 32, 'Posestii-Ungureni', 'Prahova', NULL, 0),
(10365, 32, 'Potigrafu', 'Prahova', NULL, 25),
(10366, 32, 'Prajani', 'Prahova', NULL, 0),
(10367, 32, 'Predeal(Predeal Sarari)', 'Prahova', NULL, 35),
(10368, 32, 'Predeal-Sarari', 'Prahova', NULL, 0),
(10369, 32, 'Predesti', 'Prahova', NULL, 0),
(10370, 32, 'Priseaca', 'Prahova', NULL, 35),
(10371, 32, 'Provita de Jos', 'Prahova', NULL, 17),
(10372, 32, 'Provita de Sus', 'Prahova', NULL, 17),
(10373, 32, 'Puchenii Mari', 'Prahova', NULL, 0),
(10374, 32, 'Puchenii Mici', 'Prahova', NULL, 0),
(10375, 32, 'Puchenii-Mosneni', 'Prahova', NULL, 0),
(10376, 32, 'Puscasi', 'Prahova', NULL, 0),
(10377, 32, 'Rachieri', 'Prahova', NULL, 0),
(10378, 32, 'Radila', 'Prahova', NULL, 0),
(10379, 32, 'Rafov', 'Prahova', NULL, 0),
(10380, 32, 'Ragman', 'Prahova', NULL, 0),
(10381, 32, 'Rahova', 'Prahova', NULL, 35),
(10382, 32, 'Romanesti', 'Prahova', NULL, 0),
(10383, 32, 'Rotarea', 'Prahova', NULL, 23),
(10384, 32, 'Rotari ', 'Prahova', NULL, 40),
(10385, 32, 'Salcia', 'Prahova', NULL, 45),
(10386, 32, 'Salciile', 'Prahova', NULL, 45),
(10387, 32, 'Salcioara', 'Prahova', NULL, 35),
(10388, 32, 'Sangeru', 'Prahova', NULL, 45),
(10389, 32, 'Sarari', 'Prahova', NULL, 0),
(10390, 32, 'Saratel', 'Prahova', NULL, 0),
(10391, 32, 'Sarca', 'Prahova', NULL, 20),
(10392, 32, 'Satu de Sus', 'Prahova', NULL, 30),
(10393, 32, 'Satu Nou (Baba Ana)', 'Prahova', NULL, 0),
(10394, 32, 'Satu Nou (Lipanesti)', 'Prahova', NULL, 0),
(10395, 32, 'Satucu', 'Prahova', NULL, 0),
(10396, 32, 'Schela', 'Prahova', NULL, 0),
(10397, 32, 'Schiau (Urlati)', 'Prahova', NULL, 0),
(10398, 32, 'Schiau (Valea Calugareasca)', 'Prahova', NULL, 0),
(10399, 32, 'Schiulesti', 'Prahova', NULL, 0),
(10400, 32, 'Scorteni', 'Prahova', NULL, 0),
(10401, 32, 'Scurtesti', 'Prahova', NULL, 26),
(10402, 32, 'Secaria', 'Prahova', NULL, 25),
(10403, 32, 'Seciu', 'Prahova', NULL, 0),
(10404, 32, 'Seciuri', 'Prahova', NULL, 25),
(10405, 32, 'Sfacaru', 'Prahova', NULL, 32),
(10406, 32, 'Sfarleanca', 'Prahova', NULL, 30),
(10407, 32, 'Sicrita', 'Prahova', NULL, 0),
(10408, 32, 'Silistea', 'Prahova', NULL, 30),
(10409, 32, 'Silistea Dealului', 'Prahova', NULL, 30),
(10410, 32, 'Sinaia', 'Prahova', NULL, 0),
(10411, 32, 'Sipotu', 'Prahova', NULL, 0),
(10412, 32, 'Sirna', 'Prahova', NULL, 0),
(10413, 32, 'Slanic', 'Prahova', NULL, 20),
(10414, 32, 'Slavu', 'Prahova', NULL, 0),
(10415, 32, 'Slon', 'Prahova', NULL, 22),
(10416, 32, 'Soimari', 'Prahova', NULL, 33),
(10417, 32, 'Soimesti', 'Prahova', NULL, 35),
(10418, 32, 'Sotrile', 'Prahova', NULL, 0),
(10419, 32, 'Stancesti', 'Prahova', NULL, 0),
(10420, 32, 'Starchiojd', 'Prahova', NULL, 22),
(10421, 32, 'Stefesti', 'Prahova', NULL, 21),
(10422, 32, 'Stejaru', 'Prahova', NULL, 0),
(10423, 32, 'Stoenesti', 'Prahova', NULL, 0),
(10424, 32, 'Straosti', 'Prahova', NULL, 30),
(10425, 32, 'Strejnicu', 'Prahova', NULL, 0),
(10426, 32, 'Stubeiu', 'Prahova', NULL, 0),
(10427, 32, 'Surani', 'Prahova', NULL, 37),
(10428, 32, 'Surdesti', 'Prahova', NULL, 20),
(10429, 32, 'Talea', 'Prahova', NULL, 35),
(10430, 32, 'Tantareni', 'Prahova', NULL, 0),
(10431, 32, 'Tarculesti', 'Prahova', NULL, 45),
(10432, 32, 'Targsoru Nou', 'Prahova', NULL, 0),
(10433, 32, 'Targsoru Vechi', 'Prahova', NULL, 0),
(10434, 32, 'Tariceni', 'Prahova', NULL, 0),
(10435, 32, 'Tarlesti', 'Prahova', NULL, 21),
(10436, 32, 'Tarsoreni', 'Prahova', NULL, 24),
(10437, 32, 'Tatarai', 'Prahova', NULL, 40),
(10438, 32, 'Tatarani', 'Prahova', NULL, 0),
(10439, 32, 'Tataru', 'Prahova', NULL, 30),
(10440, 32, 'Teisani', 'Prahova', NULL, 0),
(10441, 32, 'Telega', 'Prahova', NULL, 0),
(10442, 32, 'Tesila', 'Prahova', NULL, 40),
(10443, 32, 'Tinosu', 'Prahova', NULL, 0),
(10444, 32, 'Tintea', 'Prahova', NULL, 0),
(10445, 32, 'Tiparesti', 'Prahova', NULL, 25),
(10446, 32, 'Tisa', 'Prahova', NULL, 45),
(10447, 32, 'Tohani', 'Prahova', NULL, 42),
(10448, 32, 'Tomsani', 'Prahova', NULL, 25),
(10449, 32, 'Tontesti', 'Prahova', NULL, 20),
(10450, 32, 'Traisteni', 'Prahova', NULL, 45),
(10451, 32, 'Trenu', 'Prahova', NULL, 45),
(10452, 32, 'Trestienii de Jos', 'Prahova', NULL, 30),
(10453, 32, 'Trestienii de Sus', 'Prahova', NULL, 30),
(10454, 32, 'Trestioara', 'Prahova', NULL, 30),
(10455, 32, 'Tufani', 'Prahova', NULL, 40),
(10456, 32, 'Tufeni', 'Prahova', NULL, 0),
(10457, 32, 'Tulburea', 'Prahova', NULL, 0),
(10458, 32, 'Tulburea-Valeni', 'Prahova', NULL, 0),
(10459, 32, 'Udresti', 'Prahova', NULL, 35),
(10460, 32, 'Ungureni (Fantanele)', 'Prahova', NULL, 45),
(10461, 32, 'Ungureni (Filipestii de Targ)', 'Prahova', NULL, 25),
(10462, 32, 'Ungureni (Gherghita)', 'Prahova', NULL, 40),
(10463, 32, 'Urlati', 'Prahova', NULL, 0),
(10464, 32, 'Urleta', 'Prahova', NULL, 0),
(10465, 32, 'Vadu Parului', 'Prahova', NULL, 25),
(10466, 32, 'Vadu Sapat', 'Prahova', NULL, 40),
(10467, 32, 'Valcanesti', 'Prahova', NULL, 30),
(10468, 32, 'Valcelele', 'Prahova', NULL, 0),
(10469, 32, 'Valea Anei', 'Prahova', NULL, 22),
(10470, 32, 'Valea Bobului', 'Prahova', NULL, 0),
(10471, 32, 'Valea Borului', 'Prahova', NULL, 0),
(10472, 32, 'Valea Bradetului', 'Prahova', NULL, 0),
(10473, 32, 'Valea Bradului', 'Prahova', NULL, 25),
(10474, 32, 'Valea Calugareasca', 'Prahova', NULL, 0),
(10475, 32, 'Valea Crangului', 'Prahova', NULL, 0),
(10476, 32, 'Valea Cricovului', 'Prahova', NULL, 35),
(10477, 32, 'Valea Cucului', 'Prahova', NULL, 35),
(10478, 32, 'Valea Doftanei', 'Prahova', NULL, 35),
(10479, 32, 'Valea Dulce', 'Prahova', NULL, 0),
(10480, 32, 'Valea Larga', 'Prahova', NULL, 0),
(10481, 32, 'Valea Lespezii', 'Prahova', NULL, 0),
(10482, 32, 'Valea Mantei', 'Prahova', NULL, 0),
(10483, 32, 'Valea Mieilor', 'Prahova', NULL, 0),
(10484, 32, 'Valea Nicovani', 'Prahova', NULL, 0),
(10485, 32, 'Valea Nucetului', 'Prahova', NULL, 0),
(10486, 32, 'Valea Oprii', 'Prahova', NULL, 15),
(10487, 32, 'Valea Orlei', 'Prahova', NULL, 0),
(10488, 32, 'Valea Pietrei', 'Prahova', NULL, 0),
(10489, 32, 'Valea Plopului', 'Prahova', NULL, 0),
(10490, 32, 'Valea Poienii', 'Prahova', NULL, 0),
(10491, 32, 'Valea Popii', 'Prahova', NULL, 0),
(10492, 32, 'Valea Scheilor', 'Prahova', NULL, 60),
(10493, 32, 'Valea Screzii', 'Prahova', NULL, 20),
(10494, 32, 'Valea Seaca', 'Prahova', NULL, 35),
(10495, 32, 'Valea Seman', 'Prahova', NULL, 0),
(10496, 32, 'Valea Stalpului', 'Prahova', NULL, 0),
(10497, 32, 'Valea Stupinii', 'Prahova', NULL, 0),
(10498, 32, 'Valea Tarsei', 'Prahova', NULL, 20),
(10499, 32, 'Valea Tocii', 'Prahova', NULL, 20),
(10500, 32, 'Valea Unghiului', 'Prahova', NULL, 50),
(10501, 32, 'Valea Urloii', 'Prahova', NULL, 0),
(10502, 32, 'Valea Ursoii', 'Prahova', NULL, 0),
(10503, 32, 'Valenii de Munte', 'Prahova', NULL, 0),
(10504, 32, 'Varbila', 'Prahova', NULL, 35),
(10505, 32, 'Varbilau', 'Prahova', NULL, 0),
(10506, 32, 'Varfurile', 'Prahova', NULL, 40),
(10507, 32, 'Varnita', 'Prahova', NULL, 0),
(10508, 32, 'Vistieru', 'Prahova', NULL, 20),
(10509, 32, 'Vitioara de Sus', 'Prahova', NULL, 0),
(10510, 32, 'Zahanaua', 'Prahova', NULL, 0),
(10511, 32, 'Zalhanaua', 'Prahova', NULL, 30),
(10512, 32, 'Zambroaia', 'Prahova', NULL, 0),
(10513, 32, 'Zamfira', 'Prahova', NULL, 0);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(10514, 32, 'Zanoaga', 'Prahova', NULL, 25),
(10515, 32, 'Zmeuret', 'Prahova', NULL, 24),
(10516, 33, 'Adalin', 'Salaj', NULL, 55),
(10517, 33, 'Aghires', 'Salaj', NULL, 0),
(10518, 33, 'Agrij', 'Salaj', NULL, 25),
(10519, 33, 'Aleus', 'Salaj', NULL, 55),
(10520, 33, 'Almasu', 'Salaj', NULL, 20),
(10521, 33, 'Alunis', 'Salaj', NULL, 35),
(10522, 33, 'Archid', 'Salaj', NULL, 40),
(10523, 33, 'Babeni ', 'Salaj', NULL, 45),
(10524, 33, 'Babiu', 'Salaj', NULL, 33),
(10525, 33, 'Badacin', 'Salaj', NULL, 40),
(10526, 33, 'Badon', 'Salaj', NULL, 20),
(10527, 33, 'Baica', 'Salaj', NULL, 50),
(10528, 33, 'Balan', 'Salaj', NULL, 40),
(10529, 33, 'Ban', 'Salaj', NULL, 40),
(10530, 33, 'Banisor', 'Salaj', NULL, 45),
(10531, 33, 'Barsa', 'Salaj', NULL, 60),
(10532, 33, 'Barsau Mare', 'Salaj', NULL, 26),
(10533, 33, 'Barsauta', 'Salaj', NULL, 38),
(10534, 33, 'Benesat', 'Salaj', NULL, 45),
(10535, 33, 'Bercea', 'Salaj', NULL, 40),
(10536, 33, 'Bezded', 'Salaj', NULL, 55),
(10537, 33, 'Bic', 'Salaj', NULL, 40),
(10538, 33, 'Bilghez', 'Salaj', NULL, 40),
(10539, 33, 'Biusa', 'Salaj', NULL, 45),
(10540, 33, 'Bizusa-Bai', 'Salaj', NULL, 41),
(10541, 33, 'Bobota', 'Salaj', NULL, 50),
(10542, 33, 'Bocsa', 'Salaj', NULL, 25),
(10543, 33, 'Bocsita', 'Salaj', NULL, 40),
(10544, 33, 'Bodia', 'Salaj', NULL, 30),
(10545, 33, 'Bogdana', 'Salaj', NULL, 40),
(10546, 33, 'Boghis', 'Salaj', NULL, 45),
(10547, 33, 'Borla', 'Salaj', NULL, 25),
(10548, 33, 'Borza', 'Salaj', NULL, 35),
(10549, 33, 'Bozies', 'Salaj', NULL, 50),
(10550, 33, 'Bozna', 'Salaj', NULL, 25),
(10551, 33, 'Braglez', 'Salaj', NULL, 35),
(10552, 33, 'Brebi', 'Salaj', NULL, 20),
(10553, 33, 'Brusturi', 'Salaj', NULL, 21),
(10554, 33, 'Buciumi', 'Salaj', NULL, 30),
(10555, 33, 'Bulgari', 'Salaj', NULL, 30),
(10556, 33, 'Buzas', 'Salaj', NULL, 38),
(10557, 33, 'Calacea', 'Salaj', NULL, 65),
(10558, 33, 'Camar', 'Salaj', NULL, 55),
(10559, 33, 'Campia', 'Salaj', NULL, 35),
(10560, 33, 'Capalna', 'Salaj', NULL, 18),
(10561, 33, 'Carastelec', 'Salaj', NULL, 50),
(10562, 33, 'Ceaca', 'Salaj', NULL, 46),
(10563, 33, 'Cehei', 'Salaj', NULL, 45),
(10564, 33, 'Cehu Silvaniei', 'Salaj', NULL, 35),
(10565, 33, 'Cerisa', 'Salaj', NULL, 75),
(10566, 33, 'Cernuc', 'Salaj', NULL, 55),
(10567, 33, 'Chechis', 'Salaj', NULL, 30),
(10568, 33, 'Chendrea', 'Salaj', NULL, 45),
(10569, 33, 'Chendremal', 'Salaj', NULL, 40),
(10570, 33, 'Cheud', 'Salaj', NULL, 45),
(10571, 33, 'Chichisa', 'Salaj', NULL, 25),
(10572, 33, 'Chiesd', 'Salaj', NULL, 40),
(10573, 33, 'Chilioara', 'Salaj', NULL, 35),
(10574, 33, 'Chizeni', 'Salaj', NULL, 31),
(10575, 33, 'Ciglean', 'Salaj', NULL, 40),
(10576, 33, 'Ciocmani', 'Salaj', NULL, 45),
(10577, 33, 'Ciula', 'Salaj', NULL, 40),
(10578, 33, 'Ciumarna', 'Salaj', NULL, 0),
(10579, 33, 'Ciureni', 'Salaj', NULL, 49),
(10580, 33, 'Cizer', 'Salaj', NULL, 40),
(10581, 33, 'Clit', 'Salaj', NULL, 60),
(10582, 33, 'Colonia Sighetu Silvaniei', 'Salaj', NULL, 45),
(10583, 33, 'Cormenis', 'Salaj', NULL, 70),
(10584, 33, 'Coseiu', 'Salaj', NULL, 20),
(10585, 33, 'Cosniciu de Jos', 'Salaj', NULL, 70),
(10586, 33, 'Cosniciu de Sus', 'Salaj', NULL, 65),
(10587, 33, 'Cozla', 'Salaj', NULL, 65),
(10588, 33, 'Crasna', 'Salaj', NULL, 25),
(10589, 33, 'Creaca', 'Salaj', NULL, 20),
(10590, 33, 'Criseni', 'Salaj', NULL, 0),
(10591, 33, 'Cristelec', 'Salaj', NULL, 30),
(10592, 33, 'Cristolt', 'Salaj', NULL, 55),
(10593, 33, 'Cristoltel', 'Salaj', NULL, 60),
(10594, 33, 'Cristur-Criseni', 'Salaj', NULL, 20),
(10595, 33, 'Cublesu', 'Salaj', NULL, 25),
(10596, 33, 'Cuceu', 'Salaj', NULL, 20),
(10597, 33, 'Cuciulat', 'Salaj', NULL, 50),
(10598, 33, 'Cutis', 'Salaj', NULL, 30),
(10599, 33, 'Cuzaplac', 'Salaj', NULL, 25),
(10600, 33, 'Dabiceni', 'Salaj', NULL, 37),
(10601, 33, 'Deja', 'Salaj', NULL, 40),
(10602, 33, 'Deleni', 'Salaj', NULL, 30),
(10603, 33, 'Dersida', 'Salaj', NULL, 45),
(10604, 33, 'Diosod', 'Salaj', NULL, 55),
(10605, 33, 'Doba', 'Salaj', NULL, 30),
(10606, 33, 'Dobrin', 'Salaj', NULL, 30),
(10607, 33, 'Dobrocina', 'Salaj', NULL, 21),
(10608, 33, 'Doh', 'Salaj', NULL, 80),
(10609, 33, 'Dolheni', 'Salaj', NULL, 45),
(10610, 33, 'Dolu', 'Salaj', NULL, 65),
(10611, 33, 'Domnin', 'Salaj', NULL, 45),
(10612, 33, 'Dragu', 'Salaj', NULL, 50),
(10613, 33, 'Drighiu', 'Salaj', NULL, 60),
(10614, 33, 'Dumuslau', 'Salaj', NULL, 0),
(10615, 33, 'Fabrica', 'Salaj', NULL, 65),
(10616, 33, 'Fagetu', 'Salaj', NULL, 65),
(10617, 33, 'Falcusa', 'Salaj', NULL, 39),
(10618, 33, 'Fantanele', 'Salaj', NULL, 40),
(10619, 33, 'Fantanele-Rus', 'Salaj', NULL, 38),
(10620, 33, 'Fetindia', 'Salaj', NULL, 30),
(10621, 33, 'Fildu de Jos', 'Salaj', NULL, 0),
(10622, 33, 'Fildu de Mijloc', 'Salaj', NULL, 25),
(10623, 33, 'Fildu de sus', 'Salaj', NULL, 30),
(10624, 33, 'Firminis', 'Salaj', NULL, 20),
(10625, 33, 'Fizes', 'Salaj', NULL, 60),
(10626, 33, 'Fodora (Galgau)', 'Salaj', NULL, 30),
(10627, 33, 'Francenii de Piatra', 'Salaj', NULL, 35),
(10628, 33, 'Fufez', 'Salaj', NULL, 75),
(10629, 33, 'Galaseni', 'Salaj', NULL, 40),
(10630, 33, 'Galgau', 'Salaj', NULL, 23),
(10631, 33, 'Galgau Almasului', 'Salaj', NULL, 45),
(10632, 33, 'Galpaia', 'Salaj', NULL, 30),
(10633, 33, 'Garbou', 'Salaj', NULL, 45),
(10634, 33, 'Garceiu', 'Salaj', NULL, 0),
(10635, 33, 'Giurtelecu simleului', 'Salaj', NULL, 70),
(10636, 33, 'Glod', 'Salaj', NULL, 30),
(10637, 33, 'Gostila', 'Salaj', NULL, 35),
(10638, 33, 'Gura Vladesei', 'Salaj', NULL, 21),
(10639, 33, 'Guruslau', 'Salaj', NULL, 25),
(10640, 33, 'Halmasd', 'Salaj', NULL, 60),
(10641, 33, 'Hasmas', 'Salaj', NULL, 43),
(10642, 33, 'Hereclean', 'Salaj', NULL, 0),
(10643, 33, 'Hida', 'Salaj', NULL, 40),
(10644, 33, 'Horoatu Cehului', 'Salaj', NULL, 40),
(10645, 33, 'Horoatu Crasnei', 'Salaj', NULL, 30),
(10646, 33, 'Hurez', 'Salaj', NULL, 45),
(10647, 33, 'Huseni', 'Salaj', NULL, 30),
(10648, 33, 'Husia', 'Salaj', NULL, 70),
(10649, 33, 'Huta', 'Salaj', NULL, 37),
(10650, 33, 'Iaz', 'Salaj', NULL, 55),
(10651, 33, 'Ileanda', 'Salaj', NULL, 42),
(10652, 33, 'Ilisua', 'Salaj', NULL, 30),
(10653, 33, 'Inau', 'Salaj', NULL, 40),
(10654, 33, 'Ip', 'Salaj', NULL, 60),
(10655, 33, 'Jac', 'Salaj', NULL, 35),
(10656, 33, 'jebucu', 'Salaj', NULL, 20),
(10657, 33, 'Jibou', 'Salaj', NULL, 25),
(10658, 33, 'Lazuri', 'Salaj', NULL, 60),
(10659, 33, 'Lemniu', 'Salaj', NULL, 50),
(10660, 33, 'Lesmir', 'Salaj', NULL, 75),
(10661, 33, 'Letca', 'Salaj', NULL, 50),
(10662, 33, 'Lompirt', 'Salaj', NULL, 25),
(10663, 33, 'Lozna', 'Salaj', NULL, 50),
(10664, 33, 'Luminisu', 'Salaj', NULL, 45),
(10665, 33, 'Lupoaia', 'Salaj', NULL, 20),
(10666, 33, 'Maeriste', 'Salaj', NULL, 40),
(10667, 33, 'Magura', 'Salaj', NULL, 31),
(10668, 33, 'Mal', 'Salaj', NULL, 50),
(10669, 33, 'Maladia', 'Salaj', NULL, 45),
(10670, 33, 'Maleni', 'Salaj', NULL, 58),
(10671, 33, 'Marca', 'Salaj', NULL, 65),
(10672, 33, 'Marca-Huta', 'Salaj', NULL, 85),
(10673, 33, 'Marin', 'Salaj', NULL, 35),
(10674, 33, 'Mesesenii de Jos', 'Salaj', NULL, 20),
(10675, 33, 'Mesesenii de Sus', 'Salaj', NULL, 25),
(10676, 33, 'Mesteacanu', 'Salaj', NULL, 40),
(10677, 33, 'Mierta', 'Salaj', NULL, 36),
(10678, 33, 'Miluani', 'Salaj', NULL, 55),
(10679, 33, 'Mineu', 'Salaj', NULL, 35),
(10680, 33, 'Mirsid', 'Salaj', NULL, 25),
(10681, 33, 'Moiad', 'Salaj', NULL, 40),
(10682, 33, 'Moigrad-Porolissum', 'Salaj', NULL, 45),
(10683, 33, 'Motis', 'Salaj', NULL, 45),
(10684, 33, 'Muncel', 'Salaj', NULL, 90),
(10685, 33, 'Nadis', 'Salaj', NULL, 40),
(10686, 33, 'Naimon', 'Salaj', NULL, 55),
(10687, 33, 'Napradea', 'Salaj', NULL, 40),
(10688, 33, 'Negreni', 'Salaj', NULL, 45),
(10689, 33, 'Notig', 'Salaj', NULL, 45),
(10690, 33, 'Nusfalau', 'Salaj', NULL, 40),
(10691, 33, 'Ortelec', 'Salaj', NULL, 0),
(10692, 33, 'Padureni', 'Salaj', NULL, 25),
(10693, 33, 'Paduris', 'Salaj', NULL, 45),
(10694, 33, 'Panic', 'Salaj', NULL, 0),
(10695, 33, 'Pausa', 'Salaj', NULL, 30),
(10696, 33, 'Peceiu', 'Salaj', NULL, 35),
(10697, 33, 'Pericei', 'Salaj', NULL, 25),
(10698, 33, 'Periceiu Mic', 'Salaj', NULL, 35),
(10699, 33, 'Perii Vadului', 'Salaj', NULL, 40),
(10700, 33, 'Petrindu', 'Salaj', NULL, 35),
(10701, 33, 'Petrinzel', 'Salaj', NULL, 35),
(10702, 33, 'Pirosa', 'Salaj', NULL, 45),
(10703, 33, 'Plesca', 'Salaj', NULL, 35),
(10704, 33, 'Plopis', 'Salaj', NULL, 60),
(10705, 33, 'Poarta Salajului', 'Salaj', NULL, 25),
(10706, 33, 'Podisu', 'Salaj', NULL, 42),
(10707, 33, 'Poiana Blenchii', 'Salaj', NULL, 29),
(10708, 33, 'Poiana Magura', 'Salaj', NULL, 45),
(10709, 33, 'Poiana Ontii', 'Salaj', NULL, 40),
(10710, 33, 'Poienita', 'Salaj', NULL, 80),
(10711, 33, 'Popeni', 'Salaj', NULL, 20),
(10712, 33, 'Popteleac', 'Salaj', NULL, 20),
(10713, 33, 'Port', 'Salaj', NULL, 55),
(10714, 33, 'Preluci', 'Salaj', NULL, 35),
(10715, 33, 'Preoteasa', 'Salaj', NULL, 65),
(10716, 33, 'Pria', 'Salaj', NULL, 45),
(10717, 33, 'Prodanesti', 'Salaj', NULL, 35),
(10718, 33, 'Purcaret', 'Salaj', NULL, 50),
(10719, 33, 'Pusta', 'Salaj', NULL, 35),
(10720, 33, 'Racas', 'Salaj', NULL, 45),
(10721, 33, 'Rastoci', 'Salaj', NULL, 50),
(10722, 33, 'Rastolt', 'Salaj', NULL, 35),
(10723, 33, 'Rastoltu Desert', 'Salaj', NULL, 35),
(10724, 33, 'Ratin', 'Salaj', NULL, 35),
(10725, 33, 'Ratovei', 'Salaj', NULL, 65),
(10726, 33, 'Recea', 'Salaj', NULL, 30),
(10727, 33, 'Recea Mica', 'Salaj', NULL, 25),
(10728, 33, 'Rogna', 'Salaj', NULL, 35),
(10729, 33, 'Romanasi', 'Salaj', NULL, 25),
(10730, 33, 'Romita', 'Salaj', NULL, 25),
(10731, 33, 'Rona', 'Salaj', NULL, 35),
(10732, 33, 'Ruginoasa', 'Salaj', NULL, 38),
(10733, 33, 'Rus', 'Salaj', NULL, 35),
(10734, 33, 'Sag', 'Salaj', NULL, 45),
(10735, 33, 'Salajeni', 'Salaj', NULL, 30),
(10736, 33, 'Salatig', 'Salaj', NULL, 30),
(10737, 33, 'Samsud', 'Salaj', NULL, 35),
(10738, 33, 'Sancraiu Almasului', 'Salaj', NULL, 35),
(10739, 33, 'Sancraiu Silvaniei', 'Salaj', NULL, 75),
(10740, 33, 'Sangeorgiu de Meses', 'Salaj', NULL, 70),
(10741, 33, 'Sanmihaiu Almasului', 'Salaj', NULL, 40),
(10742, 33, 'Sanpetru Almasului', 'Salaj', NULL, 45),
(10743, 33, 'Santa Maria', 'Salaj', NULL, 40),
(10744, 33, 'Sarbi', 'Salaj', NULL, 45),
(10745, 33, 'Sarmasag', 'Salaj', NULL, 35),
(10746, 33, 'Sasa', 'Salaj', NULL, 20),
(10747, 33, 'Seredeiu', 'Salaj', NULL, 35),
(10748, 33, 'Sfaras', 'Salaj', NULL, 20),
(10749, 33, 'Sici', 'Salaj', NULL, 45),
(10750, 33, 'Sighetu Silvaniei', 'Salaj', NULL, 80),
(10751, 33, 'Simisna', 'Salaj', NULL, 25),
(10752, 33, 'Simleu Silvaniei', 'Salaj', NULL, 29),
(10753, 33, 'Soimus', 'Salaj', NULL, 50),
(10754, 33, 'Soimuseni', 'Salaj', NULL, 60),
(10755, 33, 'Solomon', 'Salaj', NULL, 60),
(10756, 33, 'Solona', 'Salaj', NULL, 45),
(10757, 33, 'Somes-Guruslau', 'Salaj', NULL, 65),
(10758, 33, 'Somes-Odorhei', 'Salaj', NULL, 35),
(10759, 33, 'Stana (Huedin)', 'Salaj', NULL, 20),
(10760, 33, 'Stana (Zalau)', 'Salaj', NULL, 0),
(10761, 33, 'Starciu', 'Salaj', NULL, 40),
(10762, 33, 'Stoboru', 'Salaj', NULL, 40),
(10763, 33, 'Stupini', 'Salaj', NULL, 55),
(10764, 33, 'Sub Cetate', 'Salaj', NULL, 55),
(10765, 33, 'Sumal', 'Salaj', NULL, 65),
(10766, 33, 'Surduc', 'Salaj', NULL, 35),
(10767, 33, 'Sutoru', 'Salaj', NULL, 45),
(10768, 33, 'Tamasa', 'Salaj', NULL, 30),
(10769, 33, 'Tarmure', 'Salaj', NULL, 40),
(10770, 33, 'Taudu', 'Salaj', NULL, 37),
(10771, 33, 'Testioara', 'Salaj', NULL, 40),
(10772, 33, 'Tetisu', 'Salaj', NULL, 0),
(10773, 33, 'Tihau', 'Salaj', NULL, 40),
(10774, 33, 'Toplita', 'Salaj', NULL, 20),
(10775, 33, 'Tranis', 'Salaj', NULL, 55),
(10776, 33, 'Trestia', 'Salaj', NULL, 49),
(10777, 33, 'Treznea', 'Salaj', NULL, 0),
(10778, 33, 'Turbuta', 'Salaj', NULL, 30),
(10779, 33, 'Tusa', 'Salaj', NULL, 60),
(10780, 33, 'Ugrutiu', 'Salaj', NULL, 30),
(10781, 33, 'Uileacu Simleului', 'Salaj', NULL, 45),
(10782, 33, 'Ulciug', 'Salaj', NULL, 70),
(10783, 33, 'Vadurele', 'Salaj', NULL, 55),
(10784, 33, 'Valcau de Jos', 'Salaj', NULL, 50),
(10785, 33, 'Valcau de Sus', 'Salaj', NULL, 50),
(10786, 33, 'Valea Ciurenilor', 'Salaj', NULL, 25),
(10787, 33, 'Valea Hranei', 'Salaj', NULL, 52),
(10788, 33, 'Valea Lesului', 'Salaj', NULL, 55),
(10789, 33, 'Valea Loznei', 'Salaj', NULL, 70),
(10790, 33, 'Valea Lunga', 'Salaj', NULL, 54),
(10791, 33, 'Valea Pomilor', 'Salaj', NULL, 35),
(10792, 33, 'Valeni', 'Salaj', NULL, 55),
(10793, 33, 'Valisoara', 'Salaj', NULL, 50),
(10794, 33, 'Var', 'Salaj', NULL, 35),
(10795, 33, 'Varsolt', 'Salaj', NULL, 25),
(10796, 33, 'Vartesca', 'Salaj', NULL, 40),
(10797, 33, 'Verveghiu', 'Salaj', NULL, 25),
(10798, 33, 'Viile Jacului', 'Salaj', NULL, 50),
(10799, 33, 'Voivodeni', 'Salaj', NULL, 55),
(10800, 33, 'Zalau', 'Salaj', NULL, 0),
(10801, 33, 'Zalha', 'Salaj', NULL, 50),
(10802, 33, 'Zalnoc', 'Salaj', NULL, 60),
(10803, 33, 'Zauan', 'Salaj', NULL, 55),
(10804, 33, 'Zauan-Bai', 'Salaj', NULL, 65),
(10805, 33, 'Zimbor', 'Salaj', NULL, 40),
(10806, 34, 'Acas', 'Satu Mare', NULL, 40),
(10807, 34, 'Aciua', 'Satu Mare', NULL, 0),
(10808, 34, 'Adrian', 'Satu Mare', NULL, 30),
(10809, 34, 'Ady Endre', 'Satu Mare', NULL, 25),
(10810, 34, 'Agris', 'Satu Mare', NULL, 20),
(10811, 34, 'Aliceni', 'Satu Mare', NULL, 70),
(10812, 34, 'Aliza', 'Satu Mare', NULL, 0),
(10813, 34, 'Amati', 'Satu Mare', NULL, 0),
(10814, 34, 'Ambud', 'Satu Mare', NULL, 0),
(10815, 34, 'Andrid', 'Satu Mare', NULL, 30),
(10816, 34, 'Apa', 'Satu Mare', NULL, 45),
(10817, 34, 'Apateu', 'Satu Mare', NULL, 25),
(10818, 34, 'Ardud', 'Satu Mare', NULL, 0),
(10819, 34, 'Ardud-Vii', 'Satu Mare', NULL, 25),
(10820, 34, 'Atea', 'Satu Mare', NULL, 0),
(10821, 34, 'Baba Novac', 'Satu Mare', NULL, 35),
(10822, 34, 'Babasesti', 'Satu Mare', NULL, 20),
(10823, 34, 'Babesti', 'Satu Mare', NULL, 40),
(10824, 34, 'Babta', 'Satu Mare', NULL, 70),
(10825, 34, 'Barsau', 'Satu Mare', NULL, 65),
(10826, 34, 'Barsau de Jos', 'Satu Mare', NULL, 65),
(10827, 34, 'Barsau de Sus', 'Satu Mare', NULL, 65),
(10828, 34, 'Batarci', 'Satu Mare', NULL, 50),
(10829, 34, 'Becheni', 'Satu Mare', NULL, 40),
(10830, 34, 'Beltiug', 'Satu Mare', NULL, 30),
(10831, 34, 'Bercu', 'Satu Mare', NULL, 20),
(10832, 34, 'Bercu Nou', 'Satu Mare', NULL, 20),
(10833, 34, 'Berea ', 'Satu Mare', NULL, 25),
(10834, 34, 'Berindan', 'Satu Mare', NULL, 0),
(10835, 34, 'Berveni', 'Satu Mare', NULL, 0),
(10836, 34, 'Bicau', 'Satu Mare', NULL, 45),
(10837, 34, 'Bixad', 'Satu Mare', NULL, 65),
(10838, 34, 'Blaja', 'Satu Mare', NULL, 35),
(10839, 34, 'Bocicau', 'Satu Mare', NULL, 60),
(10840, 34, 'Bogdand', 'Satu Mare', NULL, 65),
(10841, 34, 'Boghis ', 'Satu Mare', NULL, 20),
(10842, 34, 'Boinesti', 'Satu Mare', NULL, 65),
(10843, 34, 'Bolda', 'Satu Mare', NULL, 40),
(10844, 34, 'Borlesti', 'Satu Mare', NULL, 50),
(10845, 34, 'Botiz', 'Satu Mare', NULL, 0),
(10846, 34, 'Calinesti-Oas', 'Satu Mare', NULL, 45),
(10847, 34, 'Camarzana', 'Satu Mare', NULL, 75),
(10848, 34, 'Camin', 'Satu Mare', NULL, 0),
(10849, 34, 'Capleni', 'Satu Mare', NULL, 0),
(10850, 34, 'Caraseu', 'Satu Mare', NULL, 30),
(10851, 34, 'Carei', 'Satu Mare', NULL, 0),
(10852, 34, 'Cauas', 'Satu Mare', NULL, 20),
(10853, 34, 'Cean', 'Satu Mare', NULL, 40),
(10854, 34, 'Cehal', 'Satu Mare', NULL, 50),
(10855, 34, 'Cehalut', 'Satu Mare', NULL, 45),
(10856, 34, 'Certeze', 'Satu Mare', NULL, 60),
(10857, 34, 'Chegea', 'Satu Mare', NULL, 40),
(10858, 34, 'Chereusa', 'Satu Mare', NULL, 45),
(10859, 34, 'Chilia', 'Satu Mare', NULL, 45),
(10860, 34, 'Chisau', 'Satu Mare', NULL, 0),
(10861, 34, 'Cidreag', 'Satu Mare', NULL, 45),
(10862, 34, 'Cig', 'Satu Mare', NULL, 40),
(10863, 34, 'Cionchesti', 'Satu Mare', NULL, 0),
(10864, 34, 'Ciumesti', 'Satu Mare', NULL, 20),
(10865, 34, 'Ciuperceni', 'Satu Mare', NULL, 20),
(10866, 34, 'Coca', 'Satu Mare', NULL, 45),
(10867, 34, 'Comlausa', 'Satu Mare', NULL, 55),
(10868, 34, 'Corod', 'Satu Mare', NULL, 30),
(10869, 34, 'Corund', 'Satu Mare', NULL, 70),
(10870, 34, 'Craidorolt', 'Satu Mare', NULL, 30),
(10871, 34, 'Criseni', 'Satu Mare', NULL, 30),
(10872, 34, 'Crucisor', 'Satu Mare', NULL, 50),
(10873, 34, 'Cucu', 'Satu Mare', NULL, 0),
(10874, 34, 'Culciu', 'Satu Mare', NULL, 20),
(10875, 34, 'Culciu Mare', 'Satu Mare', NULL, 25),
(10876, 34, 'Culciu Mic', 'Satu Mare', NULL, 20),
(10877, 34, 'Cuta', 'Satu Mare', NULL, 50),
(10878, 34, 'Dacia', 'Satu Mare', NULL, 30),
(10879, 34, 'Dara', 'Satu Mare', NULL, 20),
(10880, 34, 'Decebal', 'Satu Mare', NULL, 0),
(10881, 34, 'Dindesti', 'Satu Mare', NULL, 25),
(10882, 34, 'Dindestiu Mic', 'Satu Mare', NULL, 25),
(10883, 34, 'Doba', 'Satu Mare', NULL, 20),
(10884, 34, 'Dobolt', 'Satu Mare', NULL, 45),
(10885, 34, 'Dobra', 'Satu Mare', NULL, 45),
(10886, 34, 'Domanesti', 'Satu Mare', NULL, 20),
(10887, 34, 'Dorolt', 'Satu Mare', NULL, 0),
(10888, 34, 'Draguseni', 'Satu Mare', NULL, 35),
(10889, 34, 'Dumbrava', 'Satu Mare', NULL, 30),
(10890, 34, 'Eriu-Sancrai', 'Satu Mare', NULL, 40),
(10891, 34, 'Eteni', 'Satu Mare', NULL, 0),
(10892, 34, 'Foieni', 'Satu Mare', NULL, 0),
(10893, 34, 'Ganas', 'Satu Mare', NULL, 0),
(10894, 34, 'Gelu', 'Satu Mare', NULL, 25),
(10895, 34, 'Gerausa', 'Satu Mare', NULL, 40),
(10896, 34, 'Ghenci', 'Satu Mare', NULL, 0),
(10897, 34, 'Gherta Mare', 'Satu Mare', NULL, 50),
(10898, 34, 'Gherta Mica', 'Satu Mare', NULL, 50),
(10899, 34, 'Ghilesti', 'Satu Mare', NULL, 0),
(10900, 34, 'Ghilvaci', 'Satu Mare', NULL, 25),
(10901, 34, 'Ghirisa', 'Satu Mare', NULL, 45),
(10902, 34, 'Ghirolt', 'Satu Mare', NULL, 0),
(10903, 34, 'Giorocuta', 'Satu Mare', NULL, 60),
(10904, 34, 'Giungi', 'Satu Mare', NULL, 50),
(10905, 34, 'Giurtelecu Hododului', 'Satu Mare', NULL, 85),
(10906, 34, 'Halmeu', 'Satu Mare', NULL, 45),
(10907, 34, 'Halmeu-Vii', 'Satu Mare', NULL, 45),
(10908, 34, 'Hodisa', 'Satu Mare', NULL, 45),
(10909, 34, 'Hodod', 'Satu Mare', NULL, 75),
(10910, 34, 'HOMOROADE', 'Satu Mare', NULL, 35),
(10911, 34, 'Homorodu de Jos', 'Satu Mare', NULL, 35),
(10912, 34, 'Homorodu de Mijloc', 'Satu Mare', NULL, 40),
(10913, 34, 'Homorodu de Sus', 'Satu Mare', NULL, 40),
(10914, 34, 'Horea', 'Satu Mare', NULL, 30),
(10915, 34, 'Hotoan', 'Satu Mare', NULL, 25),
(10916, 34, 'Hrip', 'Satu Mare', NULL, 20),
(10917, 34, 'Hurezu Mare', 'Satu Mare', NULL, 55),
(10918, 34, 'Huta-Certeze', 'Satu Mare', NULL, 60),
(10919, 34, 'Ianculesti', 'Satu Mare', NULL, 0),
(10920, 34, 'Iegheriste', 'Satu Mare', NULL, 50),
(10921, 34, 'Iojib', 'Satu Mare', NULL, 35),
(10922, 34, 'Irina', 'Satu Mare', NULL, 20),
(10923, 34, 'Istrau', 'Satu Mare', NULL, 40),
(10924, 34, 'Lazuri', 'Satu Mare', NULL, 0),
(10925, 34, 'Lechinta', 'Satu Mare', NULL, 55),
(10926, 34, 'Lelei', 'Satu Mare', NULL, 80),
(10927, 34, 'Lipau', 'Satu Mare', NULL, 25),
(10928, 34, 'Livada', 'Satu Mare', NULL, 25),
(10929, 34, 'Livada Mica', 'Satu Mare', NULL, 30),
(10930, 34, 'Lucaceni', 'Satu Mare', NULL, 0),
(10931, 34, 'Luna', 'Satu Mare', NULL, 50),
(10932, 34, 'Lunca Apei', 'Satu Mare', NULL, 50),
(10933, 34, 'Madaras', 'Satu Mare', NULL, 0),
(10934, 34, 'Marius', 'Satu Mare', NULL, 40),
(10935, 34, 'Marna Noua', 'Satu Mare', NULL, 20),
(10936, 34, 'Martinesti', 'Satu Mare', NULL, 0),
(10937, 34, 'Medies-Raturi', 'Satu Mare', NULL, 40),
(10938, 34, 'Mediesu Aurit', 'Satu Mare', NULL, 35),
(10939, 34, 'Medies-Vii', 'Satu Mare', NULL, 40),
(10940, 34, 'Medisa', 'Satu Mare', NULL, 30),
(10941, 34, 'Mesteacan', 'Satu Mare', NULL, 45),
(10942, 34, 'Micula', 'Satu Mare', NULL, 20),
(10943, 34, 'Micula Noua', 'Satu Mare', NULL, 20),
(10944, 34, 'Mihaieni', 'Satu Mare', NULL, 45),
(10945, 34, 'Moftin', 'Satu Mare', NULL, 20),
(10946, 34, 'Moftinu Mare', 'Satu Mare', NULL, 20),
(10947, 34, 'Moftinu Mic', 'Satu Mare', NULL, 0),
(10948, 34, 'Moiseni', 'Satu Mare', NULL, 60),
(10949, 34, 'Nadisu Hododului', 'Satu Mare', NULL, 80),
(10950, 34, 'Necopoi', 'Satu Mare', NULL, 20),
(10951, 34, 'Negresti-Oas', 'Satu Mare', NULL, 50),
(10952, 34, 'Nisipeni', 'Satu Mare', NULL, 0),
(10953, 34, 'Noroieni', 'Satu Mare', NULL, 0),
(10954, 34, 'Oar', 'Satu Mare', NULL, 20),
(10955, 34, 'Odoreu', 'Satu Mare', NULL, 0),
(10956, 34, 'Orasu Nou', 'Satu Mare', NULL, 40),
(10957, 34, 'Orasu Nou-Vii', 'Satu Mare', NULL, 40),
(10958, 34, 'Orbau', 'Satu Mare', NULL, 45),
(10959, 34, 'Pasunea Mare', 'Satu Mare', NULL, 40),
(10960, 34, 'Paulesti', 'Satu Mare', NULL, 0),
(10961, 34, 'Paulian', 'Satu Mare', NULL, 30),
(10962, 34, 'Peles', 'Satu Mare', NULL, 20),
(10963, 34, 'Pelisor', 'Satu Mare', NULL, 20),
(10964, 34, 'Petea', 'Satu Mare', NULL, 0),
(10965, 34, 'Petin', 'Satu Mare', NULL, 20),
(10966, 34, 'Petresti', 'Satu Mare', NULL, 0),
(10967, 34, 'Pir', 'Satu Mare', NULL, 35),
(10968, 34, 'Piru Nou', 'Satu Mare', NULL, 35),
(10969, 34, 'Piscari', 'Satu Mare', NULL, 35),
(10970, 34, 'Piscolt', 'Satu Mare', NULL, 25),
(10971, 34, 'Poiana Codrului', 'Satu Mare', NULL, 50),
(10972, 34, 'Pomi', 'Satu Mare', NULL, 45),
(10973, 34, 'Portita', 'Satu Mare', NULL, 20),
(10974, 34, 'Porumbesti', 'Satu Mare', NULL, 45),
(10975, 34, 'Potau', 'Satu Mare', NULL, 35),
(10976, 34, 'Prilog', 'Satu Mare', NULL, 55),
(10977, 34, 'Prilog-Vii', 'Satu Mare', NULL, 55),
(10978, 34, 'Racova', 'Satu Mare', NULL, 65),
(10979, 34, 'Racsa', 'Satu Mare', NULL, 50),
(10980, 34, 'Racsa-Vii', 'Satu Mare', NULL, 50),
(10981, 34, 'Radulesti', 'Satu Mare', NULL, 0),
(10982, 34, 'Ratesti ', 'Satu Mare', NULL, 30),
(10983, 34, 'Ratiu', 'Satu Mare', NULL, 0),
(10984, 34, 'Remetea Oasului', 'Satu Mare', NULL, 60),
(10985, 34, 'Resighea', 'Satu Mare', NULL, 25),
(10986, 34, 'Romanesti', 'Satu Mare', NULL, 35),
(10987, 34, 'Rosiori', 'Satu Mare', NULL, 40),
(10988, 34, 'Ruseni', 'Satu Mare', NULL, 35),
(10989, 34, 'Sacaseni', 'Satu Mare', NULL, 40),
(10990, 34, 'Sai', 'Satu Mare', NULL, 35),
(10991, 34, 'Sandra', 'Satu Mare', NULL, 40),
(10992, 34, 'Sanislau', 'Satu Mare', NULL, 25),
(10993, 34, 'Sanmiclaus', 'Satu Mare', NULL, 35),
(10994, 34, 'Santau', 'Satu Mare', NULL, 35),
(10995, 34, 'Saratura', 'Satu Mare', NULL, 28),
(10996, 34, 'Sarauad', 'Satu Mare', NULL, 35),
(10997, 34, 'Sarvazel', 'Satu Mare', NULL, 45),
(10998, 34, 'Satmarel', 'Satu Mare', NULL, 0),
(10999, 34, 'Satu Mare', 'Satu Mare', NULL, 0),
(11000, 34, 'Satu Mic', 'Satu Mare', NULL, 45),
(11001, 34, 'Sauca', 'Satu Mare', NULL, 40),
(11002, 34, 'Scarisoara Noua', 'Satu Mare', NULL, 35),
(11003, 34, 'Secheresa', 'Satu Mare', NULL, 60),
(11004, 34, 'Ser', 'Satu Mare', NULL, 75),
(11005, 34, 'Silvas', 'Satu Mare', NULL, 35),
(11006, 34, 'Sirlau', 'Satu Mare', NULL, 60),
(11007, 34, 'Socond', 'Satu Mare', NULL, 45),
(11008, 34, 'Soconzel', 'Satu Mare', NULL, 50),
(11009, 34, 'Solduba', 'Satu Mare', NULL, 40),
(11010, 34, 'Someseni', 'Satu Mare', NULL, 35),
(11011, 34, 'Stana', 'Satu Mare', NULL, 40),
(11012, 34, 'Sudurau', 'Satu Mare', NULL, 40),
(11013, 34, 'Supur', 'Satu Mare', NULL, 50),
(11014, 34, 'Supuru de jos', 'Satu Mare', NULL, 50),
(11015, 34, 'Supuru de Sus', 'Satu Mare', NULL, 50),
(11016, 34, 'Tamaseni', 'Satu Mare', NULL, 45),
(11017, 34, 'Tarna Mare', 'Satu Mare', NULL, 60),
(11018, 34, 'Tarsolt', 'Satu Mare', NULL, 60),
(11019, 34, 'Tasnad', 'Satu Mare', NULL, 30),
(11020, 34, 'Tataresti', 'Satu Mare', NULL, 20),
(11021, 34, 'Teghea', 'Satu Mare', NULL, 40),
(11022, 34, 'Terebesti', 'Satu Mare', NULL, 30),
(11023, 34, 'Tireac', 'Satu Mare', NULL, 25),
(11024, 34, 'Tiream', 'Satu Mare', NULL, 0),
(11025, 34, 'Traian', 'Satu Mare', NULL, 20),
(11026, 34, 'Trip', 'Satu Mare', NULL, 65),
(11027, 34, 'Tur', 'Satu Mare', NULL, 55),
(11028, 34, 'Turt', 'Satu Mare', NULL, 45),
(11029, 34, 'Turt-Bai', 'Satu Mare', NULL, 50),
(11030, 34, 'TuruLung', 'Satu Mare', NULL, 35),
(11031, 34, 'Turulung-Vii', 'Satu Mare', NULL, 45),
(11032, 34, 'Unimat', 'Satu Mare', NULL, 45),
(11033, 34, 'Urziceni', 'Satu Mare', NULL, 0),
(11034, 34, 'Urziceni-Padure', 'Satu Mare', NULL, 0),
(11035, 34, 'Vagas', 'Satu Mare', NULL, 0),
(11036, 34, 'Valea Morii', 'Satu Mare', NULL, 0),
(11037, 34, 'Valea Seaca', 'Satu Mare', NULL, 60),
(11038, 34, 'Valea Vinului', 'Satu Mare', NULL, 35),
(11039, 34, 'Vama', 'Satu Mare', NULL, 45),
(11040, 34, 'Vanatoresti', 'Satu Mare', NULL, 0),
(11041, 34, 'Vetis', 'Satu Mare', NULL, 0),
(11042, 34, 'Vezendiu', 'Satu Mare', NULL, 20),
(11043, 34, 'Viile Satu Mare', 'Satu Mare', NULL, 20),
(11044, 34, 'Viisoara', 'Satu Mare', NULL, 30),
(11045, 35, 'Aciliu', 'Sibiu', NULL, 40),
(11046, 35, 'Agarbiciu', 'Sibiu', NULL, 25),
(11047, 35, 'Agnita', 'Sibiu', NULL, 50),
(11048, 35, 'Alamor', 'Sibiu', NULL, 60),
(11049, 35, 'Albi', 'Sibiu', NULL, 28),
(11050, 35, 'Alma', 'Sibiu', NULL, 0),
(11051, 35, 'Alma Vii', 'Sibiu', NULL, 35),
(11052, 35, 'ALTINA', 'Sibiu', NULL, 85),
(11053, 35, 'Amnas', 'Sibiu', NULL, 50),
(11054, 35, 'Apoldu de Jos', 'Sibiu', NULL, 35),
(11055, 35, 'Apoldu de Sus', 'Sibiu', NULL, 35),
(11056, 35, 'Apos', 'Sibiu', NULL, 45),
(11057, 35, 'Armeni', 'Sibiu', NULL, 45),
(11058, 35, 'Arpasu de Jos', 'Sibiu', NULL, 29),
(11059, 35, 'Arpasu de Sus', 'Sibiu', NULL, 34),
(11060, 35, 'Atel', 'Sibiu', NULL, 25),
(11061, 35, 'Avrig', 'Sibiu', NULL, 0),
(11062, 35, 'Axente Sever', 'Sibiu', NULL, 20),
(11063, 35, 'Balea Lac', 'Sibiu', NULL, 70),
(11064, 35, 'Barghis', 'Sibiu', NULL, 38),
(11065, 35, 'Bazna', 'Sibiu', NULL, 0),
(11066, 35, 'Benesti', 'Sibiu', NULL, 90),
(11067, 35, 'Biertan', 'Sibiu', NULL, 35),
(11068, 35, 'Blajel', 'Sibiu', NULL, 0),
(11069, 35, 'Boarta', 'Sibiu', NULL, 40),
(11070, 35, 'Bogatu Roman', 'Sibiu', NULL, 95),
(11071, 35, 'Boian', 'Sibiu', NULL, 25),
(11072, 35, 'Boita', 'Sibiu', NULL, 0),
(11073, 35, 'Bradeni', 'Sibiu', NULL, 78),
(11074, 35, 'Bradu', 'Sibiu', NULL, 0),
(11075, 35, 'Brateiu', 'Sibiu', NULL, 0),
(11076, 35, 'Brosteni', 'Sibiu', NULL, 60),
(11077, 35, 'Bruiu', 'Sibiu', NULL, 37),
(11078, 35, 'Buia', 'Sibiu', NULL, 48),
(11079, 35, 'Bungard', 'Sibiu', NULL, 0),
(11080, 35, 'Buzd', 'Sibiu', NULL, 25),
(11081, 35, 'Carta', 'Sibiu', NULL, 34),
(11082, 35, 'Cartisoara', 'Sibiu', NULL, 37),
(11083, 35, 'Casolt', 'Sibiu', NULL, 0),
(11084, 35, 'Chesler', 'Sibiu', NULL, 45),
(11085, 35, 'Chirpar', 'Sibiu', NULL, 80),
(11086, 35, 'Cisnadie', 'Sibiu', NULL, 0),
(11087, 35, 'Cisnadioara', 'Sibiu', NULL, 0),
(11088, 35, 'Colonia Talmaciu', 'Sibiu', NULL, 0),
(11089, 35, 'Colonia Tarnava', 'Sibiu', NULL, 0),
(11090, 35, 'Colun', 'Sibiu', NULL, 35),
(11091, 35, 'Copsa Mare', 'Sibiu', NULL, 40),
(11092, 35, 'Copsa Mica', 'Sibiu', NULL, 0),
(11093, 35, 'Cornatel', 'Sibiu', NULL, 40),
(11094, 35, 'Coves', 'Sibiu', NULL, 85),
(11095, 35, 'Crint', 'Sibiu', NULL, 35),
(11096, 35, 'Cristian', 'Sibiu', NULL, 0),
(11097, 35, 'Curciu', 'Sibiu', NULL, 20),
(11098, 35, 'Daia', 'Sibiu', NULL, 0),
(11099, 35, 'Darlos', 'Sibiu', NULL, 0),
(11100, 35, 'DEALU FRUMOS', 'Sibiu', NULL, 85),
(11101, 35, 'Dobarca', 'Sibiu', NULL, 55),
(11102, 35, 'Dumbraveni', 'Sibiu', NULL, 20),
(11103, 35, 'Dupus', 'Sibiu', NULL, 30),
(11104, 35, 'Ernea', 'Sibiu', NULL, 30),
(11105, 35, 'Fantanele', 'Sibiu', NULL, 30),
(11106, 35, 'Floresti', 'Sibiu', NULL, 60),
(11107, 35, 'Fofeldea', 'Sibiu', NULL, 30),
(11108, 35, 'Gales', 'Sibiu', NULL, 35),
(11109, 35, 'Gherdeal', 'Sibiu', NULL, 37),
(11110, 35, 'Ghijasa de Jos', 'Sibiu', NULL, 85),
(11111, 35, 'Ghijasa de Sus', 'Sibiu', NULL, 95),
(11112, 35, 'GIACAS', 'Sibiu', NULL, 25),
(11113, 35, 'Glamboaca', 'Sibiu', NULL, 30),
(11114, 35, 'Gura Raului', 'Sibiu', NULL, 35),
(11115, 35, 'Gusu', 'Sibiu', NULL, 70),
(11116, 35, 'Hamba', 'Sibiu', NULL, 24),
(11117, 35, 'Hasag', 'Sibiu', NULL, 45),
(11118, 35, 'Hoghilag', 'Sibiu', NULL, 30),
(11119, 35, 'Hosman', 'Sibiu', NULL, 60),
(11120, 35, 'Iacobeni', 'Sibiu', NULL, 65),
(11121, 35, 'Ighisu Nou', 'Sibiu', NULL, 0),
(11122, 35, 'Ighisu Vechi', 'Sibiu', NULL, 60),
(11123, 35, 'Ilimbav', 'Sibiu', NULL, 65),
(11124, 35, 'Jina', 'Sibiu', NULL, 50),
(11125, 35, 'Laslea', 'Sibiu', NULL, 35),
(11126, 35, 'Lazaret', 'Sibiu', NULL, 0),
(11127, 35, 'Loamnes', 'Sibiu', NULL, 35),
(11128, 35, 'Lotrioara', 'Sibiu', NULL, 30),
(11129, 35, 'Ludos', 'Sibiu', NULL, 60),
(11130, 35, 'Mag', 'Sibiu', NULL, 35),
(11131, 35, 'Malancrav', 'Sibiu', NULL, 80),
(11132, 35, 'Mandra', 'Sibiu', NULL, 33),
(11133, 35, 'Marpod', 'Sibiu', NULL, 65),
(11134, 35, 'Marsa', 'Sibiu', NULL, 0),
(11135, 35, 'Medias', 'Sibiu', NULL, 0),
(11136, 35, 'MERGHINDEAL', 'Sibiu', NULL, 65),
(11137, 35, 'Metis', 'Sibiu', NULL, 50),
(11138, 35, 'Micasasa', 'Sibiu', NULL, 45),
(11139, 35, 'Miercurea Sibiului', 'Sibiu', NULL, 39),
(11140, 35, 'Mighindoala', 'Sibiu', NULL, 45),
(11141, 35, 'Mihaileni', 'Sibiu', NULL, 60),
(11142, 35, 'Moardas', 'Sibiu', NULL, 50),
(11143, 35, 'Mohu', 'Sibiu', NULL, 0),
(11144, 35, 'Mosna', 'Sibiu', NULL, 20),
(11145, 35, 'Motis', 'Sibiu', NULL, 35),
(11146, 35, 'Movile', 'Sibiu', NULL, 80),
(11147, 35, 'Nemsa', 'Sibiu', NULL, 30),
(11148, 35, 'Netus', 'Sibiu', NULL, 65),
(11149, 35, 'Nocrich', 'Sibiu', NULL, 80),
(11150, 35, 'Noistat', 'Sibiu', NULL, 65),
(11151, 35, 'Nou', 'Sibiu', NULL, 0),
(11152, 35, 'Nou Roman', 'Sibiu', NULL, 35),
(11153, 35, 'NOU SASESC', 'Sibiu', NULL, 75),
(11154, 35, 'Nucet', 'Sibiu', NULL, 22),
(11155, 35, 'Ocna Sibiului', 'Sibiu', NULL, 30),
(11156, 35, 'Orlat', 'Sibiu', NULL, 25),
(11157, 35, 'Padureni', 'Sibiu', NULL, 23),
(11158, 35, 'Paltin', 'Sibiu', NULL, 23),
(11159, 35, 'Paltinis', 'Sibiu', NULL, 35),
(11160, 35, 'Pauca', 'Sibiu', NULL, 50),
(11161, 35, 'Paucea', 'Sibiu', NULL, 25),
(11162, 35, 'Pelisor', 'Sibiu', NULL, 35),
(11163, 35, 'Petis', 'Sibiu', NULL, 50),
(11164, 35, 'Poiana Sibiului', 'Sibiu', NULL, 65),
(11165, 35, 'Poienita', 'Sibiu', NULL, 38),
(11166, 35, 'Poplaca', 'Sibiu', NULL, 0),
(11167, 35, 'Porumbacu de Jos', 'Sibiu', NULL, 27),
(11168, 35, 'Porumbacu de Sus', 'Sibiu', NULL, 27),
(11169, 35, 'Presaca', 'Sibiu', NULL, 60),
(11170, 35, 'Prislop', 'Sibiu', NULL, 29),
(11171, 35, 'Prod', 'Sibiu', NULL, 40),
(11172, 35, 'Racovita', 'Sibiu', NULL, 0),
(11173, 35, 'Rasinari', 'Sibiu', NULL, 25),
(11174, 35, 'Rau Sadului', 'Sibiu', NULL, 50),
(11175, 35, 'Ravasel', 'Sibiu', NULL, 35),
(11176, 35, 'Retis', 'Sibiu', NULL, 100),
(11177, 35, 'Richis', 'Sibiu', NULL, 45),
(11178, 35, 'Roandola', 'Sibiu', NULL, 45),
(11179, 35, 'Rod', 'Sibiu', NULL, 65),
(11180, 35, 'Romanesti', 'Sibiu', NULL, 20),
(11181, 35, 'Rosia', 'Sibiu', NULL, 0),
(11182, 35, 'Ruja', 'Sibiu', NULL, 65),
(11183, 35, 'Rusciori', 'Sibiu', NULL, 0),
(11184, 35, 'Rusi', 'Sibiu', NULL, 30),
(11185, 35, 'Sacadate', 'Sibiu', NULL, 23),
(11186, 35, 'Sacel', 'Sibiu', NULL, 27),
(11187, 35, 'Sadinca', 'Sibiu', NULL, 37),
(11188, 35, 'Sadu', 'Sibiu', NULL, 0),
(11189, 35, 'Salcau', 'Sibiu', NULL, 60),
(11190, 35, 'Saliste', 'Sibiu', NULL, 0),
(11191, 35, 'Sangatin', 'Sibiu', NULL, 65),
(11192, 35, 'Sarata', 'Sibiu', NULL, 35),
(11193, 35, 'Saros pe Tarnave', 'Sibiu', NULL, 20),
(11194, 35, 'Sasaus', 'Sibiu', NULL, 42),
(11195, 35, 'Scoreiu', 'Sibiu', NULL, 35),
(11196, 35, 'Sebesu de Jos', 'Sibiu', NULL, 0),
(11197, 35, 'Sebesu de Sus', 'Sibiu', NULL, 0),
(11198, 35, 'Seica Mare', 'Sibiu', NULL, 28),
(11199, 35, 'Seica Mica', 'Sibiu', NULL, 40),
(11200, 35, 'Selimbar', 'Sibiu', NULL, 0),
(11201, 35, 'Sibiel', 'Sibiu', NULL, 32),
(11202, 35, 'Sibiu', 'Sibiu', NULL, 0),
(11203, 35, 'Slimnic', 'Sibiu', NULL, 19),
(11204, 35, 'Smig', 'Sibiu', NULL, 30),
(11205, 35, 'Soala', 'Sibiu', NULL, 40),
(11206, 35, 'Somartin', 'Sibiu', NULL, 42),
(11207, 35, 'Sorostin', 'Sibiu', NULL, 40),
(11208, 35, 'Stejarisu', 'Sibiu', NULL, 65),
(11209, 35, 'Stenea', 'Sibiu', NULL, 65),
(11210, 35, 'Sura Mare', 'Sibiu', NULL, 0),
(11211, 35, 'Sura Mica', 'Sibiu', NULL, 0),
(11212, 35, 'Talmacel', 'Sibiu', NULL, 0),
(11213, 35, 'Talmaciu', 'Sibiu', NULL, 0),
(11214, 35, 'Tapu', 'Sibiu', NULL, 45),
(11215, 35, 'Tarnava', 'Sibiu', NULL, 0),
(11216, 35, 'Teline', 'Sibiu', NULL, 90),
(11217, 35, 'Tichindeal', 'Sibiu', NULL, 95),
(11218, 35, 'Tilisca', 'Sibiu', NULL, 35),
(11219, 35, 'Toparcea', 'Sibiu', NULL, 50),
(11220, 35, 'Turnu Rosu', 'Sibiu', NULL, 0),
(11221, 35, 'Valchid', 'Sibiu', NULL, 40),
(11222, 35, 'Vale', 'Sibiu', NULL, 35),
(11223, 35, 'Valea Lunga', 'Sibiu', NULL, 0),
(11224, 35, 'Valea Viilor', 'Sibiu', NULL, 20),
(11225, 35, 'Valeni', 'Sibiu', NULL, 50),
(11226, 35, 'Vard', 'Sibiu', NULL, 65),
(11227, 35, 'Vecerd', 'Sibiu', NULL, 55),
(11228, 35, 'Velt', 'Sibiu', NULL, 25),
(11229, 35, 'Veseud (Chirpar)', 'Sibiu', NULL, 70),
(11230, 35, 'Veseud (Slimnic)', 'Sibiu', NULL, 41),
(11231, 35, 'Vestem', 'Sibiu', NULL, 0),
(11232, 35, 'Vurpar', 'Sibiu', NULL, 50),
(11233, 35, 'Zlagna', 'Sibiu', NULL, 40),
(11234, 36, 'Adancata', 'Suceava', NULL, 0),
(11235, 36, 'Antoceni', 'Suceava', NULL, 25),
(11236, 36, 'Arbore', 'Suceava', NULL, 37),
(11237, 36, 'Argel', 'Suceava', NULL, 35),
(11238, 36, 'Argestru', 'Suceava', NULL, 0),
(11239, 36, 'Arghira', 'Suceava', NULL, 0),
(11240, 36, 'Artari', 'Suceava', NULL, 26),
(11241, 36, 'Badeuti', 'Suceava', NULL, 0),
(11242, 36, 'Badragi', 'Suceava', NULL, 38),
(11243, 36, 'Bahna Arin', 'Suceava', NULL, 0),
(11244, 36, 'Baia', 'Suceava', NULL, 0),
(11245, 36, 'Bainet', 'Suceava', NULL, 20),
(11246, 36, 'Baisesti', 'Suceava', NULL, 17),
(11247, 36, 'Balaceana', 'Suceava', NULL, 25),
(11248, 36, 'Balcauti', 'Suceava', NULL, 15),
(11249, 36, 'Balinesti', 'Suceava', NULL, 15),
(11250, 36, 'Bancesti', 'Suceava', NULL, 25),
(11251, 36, 'Banesti', 'Suceava', NULL, 30),
(11252, 36, 'Barasti', 'Suceava', NULL, 0),
(11253, 36, 'Basarabi', 'Suceava', NULL, 0),
(11254, 36, 'Benia', 'Suceava', NULL, 35),
(11255, 36, 'Berchisesti', 'Suceava', NULL, 0),
(11256, 36, 'Beresti', 'Suceava', NULL, 26),
(11257, 36, 'Bilca', 'Suceava', NULL, 20),
(11258, 36, 'Bivolaria', 'Suceava', NULL, 20),
(11259, 36, 'Bobeica', 'Suceava', NULL, 55),
(11260, 36, 'Bodnareni', 'Suceava', NULL, 35),
(11261, 36, 'Bogata', 'Suceava', NULL, 0),
(11262, 36, 'Bogdanesti', 'Suceava', NULL, 20),
(11263, 36, 'Boroaia', 'Suceava', NULL, 20),
(11264, 36, 'Bosanci', 'Suceava', NULL, 0),
(11265, 36, 'Botesti', 'Suceava', NULL, 24),
(11266, 36, 'Botos', 'Suceava', NULL, 25),
(11267, 36, 'Botosana', 'Suceava', NULL, 30),
(11268, 36, 'Botosanita Mare', 'Suceava', NULL, 25),
(11269, 36, 'Botosanita Mica', 'Suceava', NULL, 25),
(11270, 36, 'Botus', 'Suceava', NULL, 25),
(11271, 36, 'Botusel', 'Suceava', NULL, 25),
(11272, 36, 'Boura', 'Suceava', NULL, 25),
(11273, 36, 'Bradatel', 'Suceava', NULL, 27),
(11274, 36, 'Braiesti', 'Suceava', NULL, 0),
(11275, 36, 'Branistea', 'Suceava', NULL, 25),
(11276, 36, 'Brasca', 'Suceava', NULL, 21),
(11277, 36, 'Breaza', 'Suceava', NULL, 30),
(11278, 36, 'Breaza de Sus', 'Suceava', NULL, 35),
(11279, 36, 'Brodina', 'Suceava', NULL, 45),
(11280, 36, 'Brodina (Izvoarele Sucevei)', 'Suceava', NULL, 70),
(11281, 36, 'Brodina de Jos', 'Suceava', NULL, 55),
(11282, 36, 'Brosteni', 'Suceava', NULL, 60),
(11283, 36, 'Brosteni (Draguseni)', 'Suceava', NULL, 38),
(11284, 36, 'Bucsoaia', 'Suceava', NULL, 0),
(11285, 36, 'Buda (Rasca)', 'Suceava', NULL, 26),
(11286, 36, 'Buda (Zvoristea)', 'Suceava', NULL, 30),
(11287, 36, 'Budeni', 'Suceava', NULL, 23),
(11288, 36, 'Bulai', 'Suceava', NULL, 0),
(11289, 36, 'Bunesti', 'Suceava', NULL, 0),
(11290, 36, 'Burla', 'Suceava', NULL, 0),
(11291, 36, 'Bursuceni', 'Suceava', NULL, 25),
(11292, 36, 'Cacica', 'Suceava', NULL, 45),
(11293, 36, 'Cajvana', 'Suceava', NULL, 40),
(11294, 36, 'Calafindesti', 'Suceava', NULL, 30),
(11295, 36, 'Calinesti (Darmanesti)', 'Suceava', NULL, 0),
(11296, 36, 'Calinesti (serbauti)', 'Suceava', NULL, 0),
(11297, 36, 'Calinesti-Vasilache', 'Suceava', NULL, 0),
(11298, 36, 'Calugareni', 'Suceava', NULL, 0),
(11299, 36, 'Camarzani', 'Suceava', NULL, 0),
(11300, 36, 'Campulung Moldovenesc', 'Suceava', NULL, 0),
(11301, 36, 'Capu Campului', 'Suceava', NULL, 0),
(11302, 36, 'Capu Codrului', 'Suceava', NULL, 0),
(11303, 36, 'Carlibaba', 'Suceava', NULL, 40),
(11304, 36, 'Carlibaba Noua', 'Suceava', NULL, 45),
(11305, 36, 'Casoi', 'Suceava', NULL, 25),
(11306, 36, 'Chiliseni', 'Suceava', NULL, 24),
(11307, 36, 'Chiril', 'Suceava', NULL, 35),
(11308, 36, 'Ciocanesti', 'Suceava', NULL, 25),
(11309, 36, 'Ciomartan', 'Suceava', NULL, 37),
(11310, 36, 'Ciprian Porumbescu', 'Suceava', NULL, 25),
(11311, 36, 'Ciumarna', 'Suceava', NULL, 30),
(11312, 36, 'Ciumulesti', 'Suceava', NULL, 22),
(11313, 36, 'Climauti', 'Suceava', NULL, 0),
(11314, 36, 'Clit', 'Suceava', NULL, 0),
(11315, 36, 'Codru', 'Suceava', NULL, 31),
(11316, 36, 'Cojocareni', 'Suceava', NULL, 34),
(11317, 36, 'Cojoci', 'Suceava', NULL, 30),
(11318, 36, 'Colacu', 'Suceava', NULL, 25),
(11319, 36, 'Comanesti', 'Suceava', NULL, 35),
(11320, 36, 'Corlata', 'Suceava', NULL, 0),
(11321, 36, 'Corni', 'Suceava', NULL, 36),
(11322, 36, 'Cornu Luncii', 'Suceava', NULL, 0),
(11323, 36, 'Corocaiesti', 'Suceava', NULL, 27),
(11324, 36, 'Corpaci', 'Suceava', NULL, 38),
(11325, 36, 'Cosna', 'Suceava', NULL, 20),
(11326, 36, 'Costana', 'Suceava', NULL, 20),
(11327, 36, 'Costileva', 'Suceava', NULL, 70),
(11328, 36, 'Costisa', 'Suceava', NULL, 0),
(11329, 36, 'Cotargasi', 'Suceava', NULL, 60),
(11330, 36, 'Cotu Baii', 'Suceava', NULL, 0),
(11331, 36, 'Cotu Dobei', 'Suceava', NULL, 26),
(11332, 36, 'Coverca', 'Suceava', NULL, 20),
(11333, 36, 'Cozanesti', 'Suceava', NULL, 15),
(11334, 36, 'Crucea', 'Suceava', NULL, 25),
(11335, 36, 'Cumparatura', 'Suceava', NULL, 0),
(11336, 36, 'Danila', 'Suceava', NULL, 20),
(11337, 36, 'Darmanesti', 'Suceava', NULL, 0),
(11338, 36, 'Darmoxa', 'Suceava', NULL, 35),
(11339, 36, 'Dealu', 'Suceava', NULL, 29),
(11340, 36, 'Dealu Floreni', 'Suceava', NULL, 15),
(11341, 36, 'Deia', 'Suceava', NULL, 25),
(11342, 36, 'Deleni', 'Suceava', NULL, 36),
(11343, 36, 'Delnita', 'Suceava', NULL, 25),
(11344, 36, 'Delut', 'Suceava', NULL, 30),
(11345, 36, 'Demacusa', 'Suceava', NULL, 35),
(11346, 36, 'Dolhasca', 'Suceava', NULL, 50),
(11347, 36, 'Dolhesti', 'Suceava', NULL, 21),
(11348, 36, 'Dolhestii Mari', 'Suceava', NULL, 21),
(11349, 36, 'Dolhestii Mici', 'Suceava', NULL, 25),
(11350, 36, 'Dorna Candrenilor', 'Suceava', NULL, 0),
(11351, 36, 'Dorna-Arini', 'Suceava', NULL, 0),
(11352, 36, 'Dornesti', 'Suceava', NULL, 0),
(11353, 36, 'Dornisoara', 'Suceava', NULL, 40),
(11354, 36, 'Doroteia', 'Suceava', NULL, 0),
(11355, 36, 'Dragoiasa', 'Suceava', NULL, 35),
(11356, 36, 'Dragoiesti', 'Suceava', NULL, 25),
(11357, 36, 'Dragomirna', 'Suceava', NULL, 0),
(11358, 36, 'Dragosa', 'Suceava', NULL, 35),
(11359, 36, 'Draguseni', 'Suceava', NULL, 30),
(11360, 36, 'Dubiusca', 'Suceava', NULL, 48),
(11361, 36, 'Dumbrava (Cornu Luncii)', 'Suceava', NULL, 0),
(11362, 36, 'Dumbrava (Granicesti)', 'Suceava', NULL, 30),
(11363, 36, 'Dumbraveni', 'Suceava', NULL, 20),
(11364, 36, 'Dumbraveni (Rasca)', 'Suceava', NULL, 28),
(11365, 36, 'Dumbravita', 'Suceava', NULL, 0),
(11366, 36, 'Falcau', 'Suceava', NULL, 45),
(11367, 36, 'Falticeni', 'Suceava', NULL, 0),
(11368, 36, 'Fantana Mare', 'Suceava', NULL, 0),
(11369, 36, 'Fantanele', 'Suceava', NULL, 30),
(11370, 36, 'Fetesti', 'Suceava', NULL, 0),
(11371, 36, 'Florinta', 'Suceava', NULL, 0),
(11372, 36, 'Forasti', 'Suceava', NULL, 27),
(11373, 36, 'Frasin', 'Suceava', NULL, 0),
(11374, 36, 'Frasin (Brosteni)', 'Suceava', NULL, 65),
(11375, 36, 'Fratautii Noi', 'Suceava', NULL, 0),
(11376, 36, 'Fratautii Vechi', 'Suceava', NULL, 0),
(11377, 36, 'Frumoasa', 'Suceava', NULL, 0),
(11378, 36, 'Frumosu', 'Suceava', NULL, 20),
(11379, 36, 'Fundu Moldovei', 'Suceava', NULL, 18),
(11380, 36, 'Gainesti', 'Suceava', NULL, 36),
(11381, 36, 'Galanesti', 'Suceava', NULL, 0),
(11382, 36, 'Gara', 'Suceava', NULL, 0),
(11383, 36, 'Gara Leu', 'Suceava', NULL, 0),
(11384, 36, 'Gemenea', 'Suceava', NULL, 18),
(11385, 36, 'Gheorghiteni', 'Suceava', NULL, 0),
(11386, 36, 'Giulesti', 'Suceava', NULL, 28),
(11387, 36, 'Giurgesti', 'Suceava', NULL, 23),
(11388, 36, 'Glodu', 'Suceava', NULL, 40),
(11389, 36, 'Gramesti', 'Suceava', NULL, 30),
(11390, 36, 'Granicesti', 'Suceava', NULL, 30),
(11391, 36, 'Grigoresti', 'Suceava', NULL, 27),
(11392, 36, 'Groapa Vladichii', 'Suceava', NULL, 0),
(11393, 36, 'Gropeni', 'Suceava', NULL, 25),
(11394, 36, 'Gulia', 'Suceava', NULL, 45),
(11395, 36, 'Gura Haitii', 'Suceava', NULL, 30),
(11396, 36, 'Gura Humorului', 'Suceava', NULL, 0),
(11397, 36, 'Gura Putnei', 'Suceava', NULL, 30),
(11398, 36, 'Gura Solcii', 'Suceava', NULL, 26),
(11399, 36, 'Hancea', 'Suceava', NULL, 22),
(11400, 36, 'Hantesti', 'Suceava', NULL, 20),
(11401, 36, 'Hartop', 'Suceava', NULL, 0),
(11402, 36, 'Herla', 'Suceava', NULL, 30),
(11403, 36, 'Holda', 'Suceava', NULL, 50),
(11404, 36, 'Holdita', 'Suceava', NULL, 55),
(11405, 36, 'Horodnic', 'Suceava', NULL, 0),
(11406, 36, 'Horodnic de Jos', 'Suceava', NULL, 0),
(11407, 36, 'Horodnic de Sus', 'Suceava', NULL, 0),
(11408, 36, 'Horodniceni', 'Suceava', NULL, 20),
(11409, 36, 'Hreatca', 'Suceava', NULL, 18),
(11410, 36, 'Humoreni', 'Suceava', NULL, 32),
(11411, 36, 'Hurjuieni', 'Suceava', NULL, 0),
(11412, 36, 'Husi', 'Suceava', NULL, 8),
(11413, 36, 'Iacobeni', 'Suceava', NULL, 15),
(11414, 36, 'Iacobesti', 'Suceava', NULL, 23),
(11415, 36, 'Iaslovat', 'Suceava', NULL, 35),
(11416, 36, 'Iaz', 'Suceava', NULL, 0),
(11417, 36, 'Iesle', 'Suceava', NULL, 40),
(11418, 36, 'Ilisesti', 'Suceava', NULL, 20),
(11419, 36, 'Ioneasa', 'Suceava', NULL, 21),
(11420, 36, 'Ipotesti', 'Suceava', NULL, 0),
(11421, 36, 'Izvoarele Sucevei', 'Suceava', NULL, 45),
(11422, 36, 'Jacota', 'Suceava', NULL, 21),
(11423, 36, 'Jahalia', 'Suceava', NULL, 25),
(11424, 36, 'Lamaseni', 'Suceava', NULL, 0),
(11425, 36, 'Leucusesti', 'Suceava', NULL, 0),
(11426, 36, 'Lipoveni', 'Suceava', NULL, 0),
(11427, 36, 'Lisaura', 'Suceava', NULL, 0),
(11428, 36, 'Liteni', 'Suceava', NULL, 30),
(11429, 36, 'Liteni (Moara)', 'Suceava', NULL, 0),
(11430, 36, 'Lucacesti', 'Suceava', NULL, 25),
(11431, 36, 'Lunca (Milisauti)', 'Suceava', NULL, 20),
(11432, 36, 'Lunca (Zamostea)', 'Suceava', NULL, 37),
(11433, 36, 'Luncusoara', 'Suceava', NULL, 0),
(11434, 36, 'Lungeni', 'Suceava', NULL, 60),
(11435, 36, 'Lupcina', 'Suceava', NULL, 60),
(11436, 36, 'Magura', 'Suceava', NULL, 60),
(11437, 36, 'Maidan', 'Suceava', NULL, 47),
(11438, 36, 'Malini', 'Suceava', NULL, 24),
(11439, 36, 'Manastioara (Siret)', 'Suceava', NULL, 0),
(11440, 36, 'Manastioara (Udesti)', 'Suceava', NULL, 20),
(11441, 36, 'Manastirea Humorului', 'Suceava', NULL, 0),
(11442, 36, 'Maneuti', 'Suceava', NULL, 0),
(11443, 36, 'Manolea', 'Suceava', NULL, 33),
(11444, 36, 'Marginea', 'Suceava', NULL, 0),
(11445, 36, 'Maritei', 'Suceava', NULL, 0),
(11446, 36, 'Mariteia Mica', 'Suceava', NULL, 0),
(11447, 36, 'Mazanaesti', 'Suceava', NULL, 15),
(11448, 36, 'Mereni', 'Suceava', NULL, 0),
(11449, 36, 'Meresti', 'Suceava', NULL, 23),
(11450, 36, 'Mestecanis', 'Suceava', NULL, 0),
(11451, 36, 'Mesteceni', 'Suceava', NULL, 25),
(11452, 36, 'Mihaiesti', 'Suceava', NULL, 25),
(11453, 36, 'Mihoveni', 'Suceava', NULL, 0),
(11454, 36, 'Milisauti', 'Suceava', NULL, 0),
(11455, 36, 'Mironu', 'Suceava', NULL, 0),
(11456, 36, 'Mitocasi', 'Suceava', NULL, 0),
(11457, 36, 'Mitocu Dragomirnei', 'Suceava', NULL, 0),
(11458, 36, 'Moara', 'Suceava', NULL, 0),
(11459, 36, 'Moara Carp', 'Suceava', NULL, 0),
(11460, 36, 'Moara Nica', 'Suceava', NULL, 0),
(11461, 36, 'Moisa', 'Suceava', NULL, 21),
(11462, 36, 'Moldova-Sulita', 'Suceava', NULL, 30),
(11463, 36, 'Moldovita', 'Suceava', NULL, 30),
(11464, 36, 'Molid', 'Suceava', NULL, 0),
(11465, 36, 'Movileni', 'Suceava', NULL, 23),
(11466, 36, 'Musenita', 'Suceava', NULL, 25),
(11467, 36, 'Neagra Sarului', 'Suceava', NULL, 20),
(11468, 36, 'Negostina', 'Suceava', NULL, 20),
(11469, 36, 'Negrileasa', 'Suceava', NULL, 20),
(11470, 36, 'Nicani', 'Suceava', NULL, 40),
(11471, 36, 'Nigotesti', 'Suceava', NULL, 20),
(11472, 36, 'Nisipitu', 'Suceava', NULL, 60),
(11473, 36, 'Norocu', 'Suceava', NULL, 60),
(11474, 36, 'Obcina', 'Suceava', NULL, 55),
(11475, 36, 'Oniceni', 'Suceava', NULL, 30),
(11476, 36, 'Ortoaia', 'Suceava', NULL, 15),
(11477, 36, 'Osoi', 'Suceava', NULL, 30),
(11478, 36, 'Ostra', 'Suceava', NULL, 22),
(11479, 36, 'Padureni', 'Suceava', NULL, 25),
(11480, 36, 'Paiseni', 'Suceava', NULL, 23),
(11481, 36, 'Paltin', 'Suceava', NULL, 50),
(11482, 36, 'Paltinoasa', 'Suceava', NULL, 0),
(11483, 36, 'Paltinu', 'Suceava', NULL, 35),
(11484, 36, 'Panaci', 'Suceava', NULL, 20),
(11485, 36, 'Paraie', 'Suceava', NULL, 27),
(11486, 36, 'Parau Negrei', 'Suceava', NULL, 25),
(11487, 36, 'Parhauti', 'Suceava', NULL, 20),
(11488, 36, 'Partestii de Jos', 'Suceava', NULL, 35),
(11489, 36, 'Partestii de Sus', 'Suceava', NULL, 40),
(11490, 36, 'Patrauti', 'Suceava', NULL, 0),
(11491, 36, 'Petia', 'Suceava', NULL, 0),
(11492, 36, 'Pietroasa', 'Suceava', NULL, 60),
(11493, 36, 'Pilugani', 'Suceava', NULL, 17),
(11494, 36, 'Plai', 'Suceava', NULL, 40),
(11495, 36, 'Plaiu sarului', 'Suceava', NULL, 15),
(11496, 36, 'Plavalari', 'Suceava', NULL, 17),
(11497, 36, 'Plesa', 'Suceava', NULL, 0),
(11498, 36, 'Plesesti', 'Suceava', NULL, 19),
(11499, 36, 'Plopeni', 'Suceava', NULL, 0),
(11500, 36, 'Plutonita', 'Suceava', NULL, 0),
(11501, 36, 'Pocoleni', 'Suceava', NULL, 0),
(11502, 36, 'Podeni', 'Suceava', NULL, 0),
(11503, 36, 'Podu Cosnei', 'Suceava', NULL, 15),
(11504, 36, 'Poiana (Dolhasca)', 'Suceava', NULL, 40),
(11505, 36, 'Poiana (Zvoristea)', 'Suceava', NULL, 20),
(11506, 36, 'Poiana Marului', 'Suceava', NULL, 32),
(11507, 36, 'Poiana Micului', 'Suceava', NULL, 0),
(11508, 36, 'Poiana Negrii', 'Suceava', NULL, 20),
(11509, 36, 'Poiana Stampei', 'Suceava', NULL, 25),
(11510, 36, 'Poienari', 'Suceava', NULL, 50),
(11511, 36, 'Poieni-Solca', 'Suceava', NULL, 41),
(11512, 36, 'Poieni-Suceava', 'Suceava', NULL, 22),
(11513, 36, 'Pojorata', 'Suceava', NULL, 10),
(11514, 36, 'Praxia', 'Suceava', NULL, 0),
(11515, 36, 'Prelipca', 'Suceava', NULL, 19),
(11516, 36, 'Preutesti', 'Suceava', NULL, 0),
(11517, 36, 'Prisaca Dornei', 'Suceava', NULL, 0),
(11518, 36, 'Probota', 'Suceava', NULL, 50),
(11519, 36, 'Putna', 'Suceava', NULL, 30),
(11520, 36, 'Racova', 'Suceava', NULL, 25),
(11521, 36, 'Radaseni', 'Suceava', NULL, 0),
(11522, 36, 'Radauti', 'Suceava', NULL, 0),
(11523, 36, 'Rasca (Moldovita)', 'Suceava', NULL, 50),
(11524, 36, 'Rasca (Suceava)', 'Suceava', NULL, 0),
(11525, 36, 'Rauteni', 'Suceava', NULL, 38),
(11526, 36, 'Reuseni', 'Suceava', NULL, 16),
(11527, 36, 'Romanesti (Granicesti)', 'Suceava', NULL, 25),
(11528, 36, 'Roscani', 'Suceava', NULL, 31),
(11529, 36, 'Rosiori', 'Suceava', NULL, 21),
(11530, 36, 'Rosu', 'Suceava', NULL, 0),
(11531, 36, 'Rotopanesti', 'Suceava', NULL, 25),
(11532, 36, 'Rotunda', 'Suceava', NULL, 37),
(11533, 36, 'Rudesti', 'Suceava', NULL, 30),
(11534, 36, 'Runcu', 'Suceava', NULL, 46),
(11535, 36, 'Rusca', 'Suceava', NULL, 15),
(11536, 36, 'Rusi', 'Suceava', NULL, 23),
(11537, 36, 'Rusii-Manastioara', 'Suceava', NULL, 0),
(11538, 36, 'Sacuta', 'Suceava', NULL, 20),
(11539, 36, 'Sadau', 'Suceava', NULL, 49),
(11540, 36, 'Sadova', 'Suceava', NULL, 10),
(11541, 36, 'Salageni', 'Suceava', NULL, 18),
(11542, 36, 'Salcea', 'Suceava', NULL, 0),
(11543, 36, 'Sarghiesti', 'Suceava', NULL, 21),
(11544, 36, 'Sarisor', 'Suceava', NULL, 25),
(11545, 36, 'Sarisoru Mare', 'Suceava', NULL, 20),
(11546, 36, 'Saru Bucovinei', 'Suceava', NULL, 20),
(11547, 36, 'Saru Dornei', 'Suceava', NULL, 15),
(11548, 36, 'Sasca Mare', 'Suceava', NULL, 23),
(11549, 36, 'Sasca Mica', 'Suceava', NULL, 21),
(11550, 36, 'Sasca Noua', 'Suceava', NULL, 0),
(11551, 36, 'Satu Mare', 'Suceava', NULL, 0),
(11552, 36, 'Satu Mare (Crucea)', 'Suceava', NULL, 35),
(11553, 36, 'Scheia', 'Suceava', NULL, 0),
(11554, 36, 'Securiceni', 'Suceava', NULL, 0),
(11555, 36, 'Serbanesti', 'Suceava', NULL, 23),
(11556, 36, 'Serbauti', 'Suceava', NULL, 30),
(11557, 36, 'Ses', 'Suceava', NULL, 31),
(11558, 36, 'Sfantu Ilie', 'Suceava', NULL, 0),
(11559, 36, 'Silistea', 'Suceava', NULL, 30),
(11560, 36, 'Silistea Noua', 'Suceava', NULL, 30),
(11561, 36, 'Siminicea ', 'Suceava', NULL, 22),
(11562, 36, 'Sinca', 'Suceava', NULL, 22),
(11563, 36, 'Siret', 'Suceava', NULL, 0),
(11564, 36, 'Slatina', 'Suceava', NULL, 30),
(11565, 36, 'Slatioara (Rasca)', 'Suceava', NULL, 29),
(11566, 36, 'Slatioara (Stulpicani)', 'Suceava', NULL, 25),
(11567, 36, 'Slobozia (Fantanele)', 'Suceava', NULL, 40),
(11568, 36, 'Slobozia (Zvoristea)', 'Suceava', NULL, 25),
(11569, 36, 'Slobozia Sucevei', 'Suceava', NULL, 25),
(11570, 36, 'Smida Ungurenilor', 'Suceava', NULL, 25),
(11571, 36, 'Solca', 'Suceava', NULL, 50),
(11572, 36, 'Soldanesti', 'Suceava', NULL, 0),
(11573, 36, 'Solonet', 'Suceava', NULL, 50),
(11574, 36, 'Solonetu Nou', 'Suceava', NULL, 45),
(11575, 36, 'Spataresti', 'Suceava', NULL, 0),
(11576, 36, 'Stamate', 'Suceava', NULL, 30),
(11577, 36, 'Stanca', 'Suceava', NULL, 25),
(11578, 36, 'Stancuta', 'Suceava', NULL, 28),
(11579, 36, 'Stirbat', 'Suceava', NULL, 25),
(11580, 36, 'Straja', 'Suceava', NULL, 35),
(11581, 36, 'Stramtura', 'Suceava', NULL, 17),
(11582, 36, 'Stroiesti', 'Suceava', NULL, 0),
(11583, 36, 'Stulpicani', 'Suceava', NULL, 17),
(11584, 36, 'Suceava', 'Suceava', NULL, 0),
(11585, 36, 'Sucevita', 'Suceava', NULL, 25),
(11586, 36, 'Sunatori', 'Suceava', NULL, 20),
(11587, 36, 'Tarna Mare', 'Suceava', NULL, 5),
(11588, 36, 'Tarnicioara', 'Suceava', NULL, 20),
(11589, 36, 'Tataru', 'Suceava', NULL, 30),
(11590, 36, 'Tautesti', 'Suceava', NULL, 31),
(11591, 36, 'Tesna (Cosna)', 'Suceava', NULL, 25),
(11592, 36, 'Tesna (Poiana Stampei)', 'Suceava', NULL, 25),
(11593, 36, 'Tibeni', 'Suceava', NULL, 0),
(11594, 36, 'Tisauti', 'Suceava', NULL, 0),
(11595, 36, 'Todiresti', 'Suceava', NULL, 25),
(11596, 36, 'Tolesti', 'Suceava', NULL, 32),
(11597, 36, 'Trei Movile', 'Suceava', NULL, 0),
(11598, 36, 'Udesti', 'Suceava', NULL, 19),
(11599, 36, 'Uidesti', 'Suceava', NULL, 30),
(11600, 36, 'Ulma', 'Suceava', NULL, 60),
(11601, 36, 'Uncesti', 'Suceava', NULL, 0),
(11602, 36, 'Vadu Moldovei', 'Suceava', NULL, 0),
(11603, 36, 'Vadu Negrilesei', 'Suceava', NULL, 25),
(11604, 36, 'Valcelele', 'Suceava', NULL, 16),
(11605, 36, 'Valea Bancului', 'Suceava', NULL, 20),
(11606, 36, 'Valea Bourei', 'Suceava', NULL, 27),
(11607, 36, 'Valea Glodului', 'Suceava', NULL, 45),
(11608, 36, 'Valea Moldovei', 'Suceava', NULL, 20),
(11609, 36, 'Valea Poienei', 'Suceava', NULL, 50),
(11610, 36, 'Valea Putnei', 'Suceava', NULL, 10),
(11611, 36, 'Valea Stanei', 'Suceava', NULL, 20),
(11612, 36, 'Valeni-Stanisoara', 'Suceava', NULL, 36),
(11613, 36, 'Vama', 'Suceava', NULL, 15),
(11614, 36, 'Varatec', 'Suceava', NULL, 18),
(11615, 36, 'Varfu Dealului ', 'Suceava', NULL, 0),
(11616, 36, 'Vascauti', 'Suceava', NULL, 25),
(11617, 36, 'Vatra Dornei', 'Suceava', NULL, 0),
(11618, 36, 'Vatra Moldovitei', 'Suceava', NULL, 25),
(11619, 36, 'Verbia', 'Suceava', NULL, 27),
(11620, 36, 'Vercicani', 'Suceava', NULL, 32),
(11621, 36, 'Veresti', 'Suceava', NULL, 25),
(11622, 36, 'Vicovu de Jos', 'Suceava', NULL, 23),
(11623, 36, 'Vicovu de Sus', 'Suceava', NULL, 28),
(11624, 36, 'Vicsani', 'Suceava', NULL, 30),
(11625, 36, 'Voievodeasa', 'Suceava', NULL, 22),
(11626, 36, 'Voitinel', 'Suceava', NULL, 0),
(11627, 36, 'Volovat', 'Suceava', NULL, 0),
(11628, 36, 'Vornicenii Mari', 'Suceava', NULL, 20),
(11629, 36, 'Vornicenii Mici', 'Suceava', NULL, 17),
(11630, 36, 'Voronet', 'Suceava', NULL, 0),
(11631, 36, 'Vulturesti', 'Suceava', NULL, 19),
(11632, 36, 'Zaharesti', 'Suceava', NULL, 18),
(11633, 36, 'Zalomestra', 'Suceava', NULL, 60),
(11634, 36, 'Zamostea', 'Suceava', NULL, 35),
(11635, 36, 'Zvoristea', 'Suceava', NULL, 25),
(11636, 37, 'Albeni', 'Teleorman', NULL, 80),
(11637, 37, 'Albesti', 'Teleorman', NULL, 20),
(11638, 37, 'Alexandria', 'Teleorman', NULL, 0),
(11639, 37, 'Antonesti', 'Teleorman', NULL, 35),
(11640, 37, 'Babaita', 'Teleorman', NULL, 30),
(11641, 37, 'Bacalesti', 'Teleorman', NULL, 30),
(11642, 37, 'Baciu', 'Teleorman', NULL, 20),
(11643, 37, 'Baduleasa', 'Teleorman', NULL, 20),
(11644, 37, 'Balaci', 'Teleorman', NULL, 40),
(11645, 37, 'Baldovinesti', 'Teleorman', NULL, 35),
(11646, 37, 'Balta Sarata', 'Teleorman', NULL, 40),
(11647, 37, 'Baneasa', 'Teleorman', NULL, 25),
(11648, 37, 'Banov', 'Teleorman', NULL, 70),
(11649, 37, 'Barsestii de Jos', 'Teleorman', NULL, 40),
(11650, 37, 'Bascoveni', 'Teleorman', NULL, 0),
(11651, 37, 'Beciu', 'Teleorman', NULL, 40),
(11652, 37, 'Beiu', 'Teleorman', NULL, 0),
(11653, 37, 'Belciug', 'Teleorman', NULL, 0),
(11654, 37, 'Beuca', 'Teleorman', NULL, 25),
(11655, 37, 'Blejesti', 'Teleorman', NULL, 20);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(11656, 37, 'Bogdana', 'Teleorman', NULL, 25),
(11657, 37, 'Botoroaga', 'Teleorman', NULL, 35),
(11658, 37, 'Bragadiru', 'Teleorman', NULL, 35),
(11659, 37, 'Branceni', 'Teleorman', NULL, 0),
(11660, 37, 'Brancoveanca', 'Teleorman', NULL, 33),
(11661, 37, 'Bratasani', 'Teleorman', NULL, 50),
(11662, 37, 'Bratcovu', 'Teleorman', NULL, 0),
(11663, 37, 'Bratesti', 'Teleorman', NULL, 40),
(11664, 37, 'Brebina', 'Teleorman', NULL, 0),
(11665, 37, 'Brosteanca', 'Teleorman', NULL, 30),
(11666, 37, 'Bujoreni', 'Teleorman', NULL, 30),
(11667, 37, 'Bujoru', 'Teleorman', NULL, 35),
(11668, 37, 'Bujoru (Calmatuiu)', 'Teleorman', NULL, 0),
(11669, 37, 'Burdeni', 'Teleorman', NULL, 45),
(11670, 37, 'Butculesti', 'Teleorman', NULL, 0),
(11671, 37, 'Butesti', 'Teleorman', NULL, 35),
(11672, 37, 'Buzescu', 'Teleorman', NULL, 0),
(11673, 37, 'Calinesti', 'Teleorman', NULL, 20),
(11674, 37, 'Calmatuiu', 'Teleorman', NULL, 50),
(11675, 37, 'Calmatuiu de Sus', 'Teleorman', NULL, 50),
(11676, 37, 'Calomfiresti', 'Teleorman', NULL, 0),
(11677, 37, 'Calugaru', 'Teleorman', NULL, 45),
(11678, 37, 'Caravaneti', 'Teleorman', NULL, 35),
(11679, 37, 'Carlomanu', 'Teleorman', NULL, 0),
(11680, 37, 'Catunu', 'Teleorman', NULL, 50),
(11681, 37, 'Cernetu', 'Teleorman', NULL, 0),
(11682, 37, 'Cervenia', 'Teleorman', NULL, 20),
(11683, 37, 'Cetatea', 'Teleorman', NULL, 47),
(11684, 37, 'Ciolanesti', 'Teleorman', NULL, 30),
(11685, 37, 'Ciolanestii din Deal', 'Teleorman', NULL, 30),
(11686, 37, 'Ciolanestii din Vale', 'Teleorman', NULL, 30),
(11687, 37, 'Ciuperceni', 'Teleorman', NULL, 0),
(11688, 37, 'Ciuperceni (Cosmesti)', 'Teleorman', NULL, 30),
(11689, 37, 'Ciurari', 'Teleorman', NULL, 30),
(11690, 37, 'Ciurari-Deal', 'Teleorman', NULL, 60),
(11691, 37, 'Clanita', 'Teleorman', NULL, 0),
(11692, 37, 'Comoara', 'Teleorman', NULL, 25),
(11693, 37, 'Contesti', 'Teleorman', NULL, 35),
(11694, 37, 'Copaceanca', 'Teleorman', NULL, 30),
(11695, 37, 'Cosmesti', 'Teleorman', NULL, 35),
(11696, 37, 'Cosoaia', 'Teleorman', NULL, 35),
(11697, 37, 'Cosoteni', 'Teleorman', NULL, 0),
(11698, 37, 'Crangeni', 'Teleorman', NULL, 35),
(11699, 37, 'Crangu', 'Teleorman', NULL, 21),
(11700, 37, 'Crevenicu', 'Teleorman', NULL, 20),
(11701, 37, 'Cucueti', 'Teleorman', NULL, 25),
(11702, 37, 'Darvas', 'Teleorman', NULL, 33),
(11703, 37, 'Deparati', 'Teleorman', NULL, 47),
(11704, 37, 'Didesti', 'Teleorman', NULL, 35),
(11705, 37, 'Dobreni', 'Teleorman', NULL, 75),
(11706, 37, 'Dobrotesti', 'Teleorman', NULL, 30),
(11707, 37, 'Dorobantu', 'Teleorman', NULL, 45),
(11708, 37, 'Dracea', 'Teleorman', NULL, 25),
(11709, 37, 'Dracesti', 'Teleorman', NULL, 35),
(11710, 37, 'Dracsani', 'Teleorman', NULL, 28),
(11711, 37, 'Dracsenei', 'Teleorman', NULL, 30),
(11712, 37, 'Draganesti de Vede', 'Teleorman', NULL, 0),
(11713, 37, 'Draganesti-Vlasca', 'Teleorman', NULL, 25),
(11714, 37, 'Draghinesti', 'Teleorman', NULL, 35),
(11715, 37, 'Dudu', 'Teleorman', NULL, 35),
(11716, 37, 'Dulceanca', 'Teleorman', NULL, 20),
(11717, 37, 'Dulceni', 'Teleorman', NULL, 20),
(11718, 37, 'Fantanele', 'Teleorman', NULL, 50),
(11719, 37, 'Florica', 'Teleorman', NULL, 30),
(11720, 37, 'Frasinet', 'Teleorman', NULL, 30),
(11721, 37, 'Frumoasa', 'Teleorman', NULL, 35),
(11722, 37, 'Furculesti', 'Teleorman', NULL, 25),
(11723, 37, 'Galateni', 'Teleorman', NULL, 50),
(11724, 37, 'Garagau', 'Teleorman', NULL, 45),
(11725, 37, 'Gardesti', 'Teleorman', NULL, 50),
(11726, 37, 'Gradisteanca', 'Teleorman', NULL, 30),
(11727, 37, 'Gratia', 'Teleorman', NULL, 60),
(11728, 37, 'Gresia', 'Teleorman', NULL, 20),
(11729, 37, 'Guruieni', 'Teleorman', NULL, 0),
(11730, 37, 'Insuratei', 'Teleorman', NULL, 25),
(11731, 37, 'Ionascu', 'Teleorman', NULL, 30),
(11732, 37, 'Islaz', 'Teleorman', NULL, 0),
(11733, 37, 'Izvoarele', 'Teleorman', NULL, 25),
(11734, 37, 'Laceni', 'Teleorman', NULL, 25),
(11735, 37, 'Lada', 'Teleorman', NULL, 40),
(11736, 37, 'Licuriciu', 'Teleorman', NULL, 0),
(11737, 37, 'Linia Costii', 'Teleorman', NULL, 25),
(11738, 37, 'Lisa', 'Teleorman', NULL, 30),
(11739, 37, 'Lita', 'Teleorman', NULL, 0),
(11740, 37, 'Ludaneasca', 'Teleorman', NULL, 30),
(11741, 37, 'Lunca', 'Teleorman', NULL, 0),
(11742, 37, 'Magura', 'Teleorman', NULL, 0),
(11743, 37, 'Magura cu Liliac', 'Teleorman', NULL, 25),
(11744, 37, 'Maldaeni', 'Teleorman', NULL, 0),
(11745, 37, 'Marita', 'Teleorman', NULL, 30),
(11746, 37, 'Marzanesti', 'Teleorman', NULL, 20),
(11747, 37, 'Mavrodin', 'Teleorman', NULL, 20),
(11748, 37, 'Mereni', 'Teleorman', NULL, 25),
(11749, 37, 'Merenii de Jos', 'Teleorman', NULL, 40),
(11750, 37, 'Merenii de Sus', 'Teleorman', NULL, 40),
(11751, 37, 'Meri', 'Teleorman', NULL, 0),
(11752, 37, 'Merisani (Babaita)', 'Teleorman', NULL, 25),
(11753, 37, 'Merisani (Dobrotesti)', 'Teleorman', NULL, 30),
(11754, 37, 'Moldoveni', 'Teleorman', NULL, 0),
(11755, 37, 'Mosteni', 'Teleorman', NULL, 25),
(11756, 37, 'Mosteni (Furculesti)', 'Teleorman', NULL, 25),
(11757, 37, 'Nanov', 'Teleorman', NULL, 0),
(11758, 37, 'Nasturelu', 'Teleorman', NULL, 50),
(11759, 37, 'Navodari', 'Teleorman', NULL, 20),
(11760, 37, 'Necsesti', 'Teleorman', NULL, 40),
(11761, 37, 'Negreni ', 'Teleorman', NULL, 70),
(11762, 37, 'Negrenii de Sus', 'Teleorman', NULL, 0),
(11763, 37, 'Negrenii-Osebiti', 'Teleorman', NULL, 70),
(11764, 37, 'Negrilesti', 'Teleorman', NULL, 35),
(11765, 37, 'Nenciulesti', 'Teleorman', NULL, 0),
(11766, 37, 'Nicolae Balcescu', 'Teleorman', NULL, 60),
(11767, 37, 'Obartu', 'Teleorman', NULL, 40),
(11768, 37, 'Odobeasca', 'Teleorman', NULL, 30),
(11769, 37, 'Olteanca', 'Teleorman', NULL, 0),
(11770, 37, 'Olteni', 'Teleorman', NULL, 25),
(11771, 37, 'Orbeasca', 'Teleorman', NULL, 20),
(11772, 37, 'Orbeasca de Jos', 'Teleorman', NULL, 20),
(11773, 37, 'Orbeasca de Sus', 'Teleorman', NULL, 20),
(11774, 37, 'Paru Rotund', 'Teleorman', NULL, 20),
(11775, 37, 'Pauleasca', 'Teleorman', NULL, 0),
(11776, 37, 'Peretu', 'Teleorman', NULL, 0),
(11777, 37, 'Perii Brosteni', 'Teleorman', NULL, 35),
(11778, 37, 'Piatra', 'Teleorman', NULL, 30),
(11779, 37, 'Pietrosani', 'Teleorman', NULL, 50),
(11780, 37, 'Pleasov', 'Teleorman', NULL, 0),
(11781, 37, 'Plopi', 'Teleorman', NULL, 30),
(11782, 37, 'Plopii-Slavitesti', 'Teleorman', NULL, 30),
(11783, 37, 'Plosca', 'Teleorman', NULL, 20),
(11784, 37, 'Poeni', 'Teleorman', NULL, 30),
(11785, 37, 'Poiana', 'Teleorman', NULL, 0),
(11786, 37, 'Poroschia', 'Teleorman', NULL, 0),
(11787, 37, 'Preajba', 'Teleorman', NULL, 55),
(11788, 37, 'Prunaru', 'Teleorman', NULL, 35),
(11789, 37, 'Prundu', 'Teleorman', NULL, 0),
(11790, 37, 'Purani (Silistea)', 'Teleorman', NULL, 25),
(11791, 37, 'Purani (Vitanesti)', 'Teleorman', NULL, 0),
(11792, 37, 'Puranii de Sus', 'Teleorman', NULL, 40),
(11793, 37, 'Putineiu', 'Teleorman', NULL, 20),
(11794, 37, 'Radoiesti', 'Teleorman', NULL, 30),
(11795, 37, 'Radoiesti-Deal', 'Teleorman', NULL, 35),
(11796, 37, 'Radoiesti-Vale', 'Teleorman', NULL, 35),
(11797, 37, 'Radulesti', 'Teleorman', NULL, 0),
(11798, 37, 'Rasmiresti', 'Teleorman', NULL, 30),
(11799, 37, 'Rosiori de Vede', 'Teleorman', NULL, 0),
(11800, 37, 'Rotaresti', 'Teleorman', NULL, 40),
(11801, 37, 'Saceni', 'Teleorman', NULL, 25),
(11802, 37, 'Saelele', 'Teleorman', NULL, 23),
(11803, 37, 'Salcia', 'Teleorman', NULL, 25),
(11804, 37, 'Sarbeni', 'Teleorman', NULL, 40),
(11805, 37, 'Sarbenii de Jos', 'Teleorman', NULL, 45),
(11806, 37, 'Satu Nou', 'Teleorman', NULL, 25),
(11807, 37, 'Satul Vechi', 'Teleorman', NULL, 25),
(11808, 37, 'Schitu Poienari', 'Teleorman', NULL, 20),
(11809, 37, 'Scrioastea', 'Teleorman', NULL, 0),
(11810, 37, 'Scurtu Mare', 'Teleorman', NULL, 35),
(11811, 37, 'Scurtu-Slavesti', 'Teleorman', NULL, 40),
(11812, 37, 'Seaca', 'Teleorman', NULL, 0),
(11813, 37, 'Secara', 'Teleorman', NULL, 0),
(11814, 37, 'Segarcea-Deal', 'Teleorman', NULL, 0),
(11815, 37, 'Segarcea-Vale', 'Teleorman', NULL, 0),
(11816, 37, 'Sericu', 'Teleorman', NULL, 80),
(11817, 37, 'Sfintesti', 'Teleorman', NULL, 20),
(11818, 37, 'Silistea', 'Teleorman', NULL, 40),
(11819, 37, 'Silistea (Vitanesti)', 'Teleorman', NULL, 20),
(11820, 37, 'Silistea Gumesti', 'Teleorman', NULL, 50),
(11821, 37, 'Silistea Mica', 'Teleorman', NULL, 45),
(11822, 37, 'Slavesti', 'Teleorman', NULL, 60),
(11823, 37, 'Slobozia Mandra', 'Teleorman', NULL, 25),
(11824, 37, 'Smardan', 'Teleorman', NULL, 39),
(11825, 37, 'Smardioasa', 'Teleorman', NULL, 20),
(11826, 37, 'Socetu', 'Teleorman', NULL, 35),
(11827, 37, 'Soimu', 'Teleorman', NULL, 0),
(11828, 37, 'Spatarei', 'Teleorman', NULL, 30),
(11829, 37, 'Stefeni', 'Teleorman', NULL, 75),
(11830, 37, 'Stejaru', 'Teleorman', NULL, 25),
(11831, 37, 'Stejaru (Crangeni)', 'Teleorman', NULL, 0),
(11832, 37, 'Storobaneasa', 'Teleorman', NULL, 20),
(11833, 37, 'Suhaia', 'Teleorman', NULL, 40),
(11834, 37, 'Talpa', 'Teleorman', NULL, 50),
(11835, 37, 'Talpa Postei', 'Teleorman', NULL, 49),
(11836, 37, 'Talpa-Bascoveni', 'Teleorman', NULL, 50),
(11837, 37, 'Talpa-Ograzile', 'Teleorman', NULL, 50),
(11838, 37, 'Tarnava', 'Teleorman', NULL, 30),
(11839, 37, 'Tatarastii de Jos', 'Teleorman', NULL, 60),
(11840, 37, 'Tatarastii de Sus', 'Teleorman', NULL, 60),
(11841, 37, 'Tavarlau', 'Teleorman', NULL, 35),
(11842, 37, 'Tecuci', 'Teleorman', NULL, 40),
(11843, 37, 'Teleormanu', 'Teleorman', NULL, 25),
(11844, 37, 'Tiganesti', 'Teleorman', NULL, 0),
(11845, 37, 'Traian', 'Teleorman', NULL, 0),
(11846, 37, 'Trivalea-Mosteni', 'Teleorman', NULL, 47),
(11847, 37, 'Troianul', 'Teleorman', NULL, 20),
(11848, 37, 'Tudor Vladimirescu', 'Teleorman', NULL, 35),
(11849, 37, 'Tunari', 'Teleorman', NULL, 20),
(11850, 37, 'Turnu Magurele', 'Teleorman', NULL, 0),
(11851, 37, 'Uda-Clocociov', 'Teleorman', NULL, 25),
(11852, 37, 'Uda-Paciurea', 'Teleorman', NULL, 0),
(11853, 37, 'Udeni', 'Teleorman', NULL, 60),
(11854, 37, 'Udupu', 'Teleorman', NULL, 60),
(11855, 37, 'Ulmeni', 'Teleorman', NULL, 25),
(11856, 37, 'Urluiu', 'Teleorman', NULL, 30),
(11857, 37, 'Vacaresti', 'Teleorman', NULL, 0),
(11858, 37, 'Vaceni', 'Teleorman', NULL, 0),
(11859, 37, 'Valea Ciresului', 'Teleorman', NULL, 40),
(11860, 37, 'Valea Parului', 'Teleorman', NULL, 0),
(11861, 37, 'Valea Postei', 'Teleorman', NULL, 35),
(11862, 37, 'Vanatori', 'Teleorman', NULL, 25),
(11863, 37, 'Vartoape', 'Teleorman', NULL, 45),
(11864, 37, 'Vartoapele de Jos', 'Teleorman', NULL, 45),
(11865, 37, 'Vartoapele de Sus', 'Teleorman', NULL, 45),
(11866, 37, 'Vatasi', 'Teleorman', NULL, 40),
(11867, 37, 'Vatra', 'Teleorman', NULL, 0),
(11868, 37, 'Vedea', 'Teleorman', NULL, 0),
(11869, 37, 'Videle', 'Teleorman', NULL, 0),
(11870, 37, 'Viile', 'Teleorman', NULL, 0),
(11871, 37, 'Viisoara', 'Teleorman', NULL, 43),
(11872, 37, 'Vitanesti', 'Teleorman', NULL, 0),
(11873, 37, 'Voievoda', 'Teleorman', NULL, 25),
(11874, 37, 'Zambreasca', 'Teleorman', NULL, 40),
(11875, 37, 'Zimnicea', 'Teleorman', NULL, 0),
(11876, 37, 'Zimnicele', 'Teleorman', NULL, 0),
(11877, 37, 'Zlata', 'Teleorman', NULL, 0),
(11878, 38, 'Albina', 'Timis', NULL, 0),
(11879, 38, 'Alios', 'Timis', NULL, 44),
(11880, 38, 'Altringen', 'Timis', NULL, 46),
(11881, 38, 'Babsa', 'Timis', NULL, 35),
(11882, 38, 'Bacova', 'Timis', NULL, 32),
(11883, 38, 'Balint', 'Timis', NULL, 20),
(11884, 38, 'Balosesti', 'Timis', NULL, 55),
(11885, 38, 'Banloc', 'Timis', NULL, 52),
(11886, 38, 'Bara', 'Timis', NULL, 30),
(11887, 38, 'Barateaz', 'Timis', NULL, 28),
(11888, 38, 'Barna', 'Timis', NULL, 22),
(11889, 38, 'Batesti', 'Timis', NULL, 40),
(11890, 38, 'Bazos', 'Timis', NULL, 0),
(11891, 38, 'Bazosu Nou', 'Timis', NULL, 0),
(11892, 38, 'Beba Veche', 'Timis', NULL, 92),
(11893, 38, 'Becicherecu Mic', 'Timis', NULL, 0),
(11894, 38, 'Begheiu Mic', 'Timis', NULL, 35),
(11895, 38, 'Belint', 'Timis', NULL, 20),
(11896, 38, 'Bencecu de Jos', 'Timis', NULL, 29),
(11897, 38, 'Bencecu de Sus', 'Timis', NULL, 32),
(11898, 38, 'Berecuta', 'Timis', NULL, 50),
(11899, 38, 'Beregsau Mare', 'Timis', NULL, 0),
(11900, 38, 'Beregsau Mic', 'Timis', NULL, 0),
(11901, 38, 'Berini', 'Timis', NULL, 30),
(11902, 38, 'Bethausen', 'Timis', NULL, 20),
(11903, 38, 'Bichigi', 'Timis', NULL, 38),
(11904, 38, 'Biled', 'Timis', NULL, 26),
(11905, 38, 'Birda', 'Timis', NULL, 48),
(11906, 38, 'Blajova', 'Timis', NULL, 35),
(11907, 38, 'Bobda', 'Timis', NULL, 27),
(11908, 38, 'Bodo', 'Timis', NULL, 25),
(11909, 38, 'Bogda', 'Timis', NULL, 48),
(11910, 38, 'Boldur', 'Timis', NULL, 0),
(11911, 38, 'Botesti', 'Timis', NULL, 20),
(11912, 38, 'Botinesti', 'Timis', NULL, 30),
(11913, 38, 'Branesti', 'Timis', NULL, 46),
(11914, 38, 'Breazova', 'Timis', NULL, 48),
(11915, 38, 'Brestea', 'Timis', NULL, 53),
(11916, 38, 'Brestovat', 'Timis', NULL, 46),
(11917, 38, 'Bucovat (Dumbrava)', 'Timis', NULL, 40),
(11918, 38, 'Bucovat (Remetea Mare)', 'Timis', NULL, 0),
(11919, 38, 'Bulgarus', 'Timis', NULL, 41),
(11920, 38, 'Bulza', 'Timis', NULL, 57),
(11921, 38, 'Bunea Mare', 'Timis', NULL, 50),
(11922, 38, 'Bunea Mica', 'Timis', NULL, 50),
(11923, 38, 'Butin', 'Timis', NULL, 65),
(11924, 38, 'Buzad', 'Timis', NULL, 47),
(11925, 38, 'Buzias', 'Timis', NULL, 25),
(11926, 38, 'Cadar', 'Timis', NULL, 42),
(11927, 38, 'Calacea', 'Timis', NULL, 28),
(11928, 38, 'Capat', 'Timis', NULL, 24),
(11929, 38, 'Carani', 'Timis', NULL, 0),
(11930, 38, 'Carpinis', 'Timis', NULL, 30),
(11931, 38, 'Cebza', 'Timis', NULL, 36),
(11932, 38, 'Cenad', 'Timis', NULL, 72),
(11933, 38, 'Cenei', 'Timis', NULL, 31),
(11934, 38, 'Cerna', 'Timis', NULL, 32),
(11935, 38, 'Cerneteaz', 'Timis', NULL, 0),
(11936, 38, 'Charlotenburg', 'Timis', NULL, 43),
(11937, 38, 'Checea', 'Timis', NULL, 38),
(11938, 38, 'Cheches', 'Timis', NULL, 40),
(11939, 38, 'Cheglevici', 'Timis', NULL, 79),
(11940, 38, 'Cherestur', 'Timis', NULL, 84),
(11941, 38, 'Cheveresu Mare', 'Timis', NULL, 0),
(11942, 38, 'Chisoda', 'Timis', NULL, 0),
(11943, 38, 'Chizatau', 'Timis', NULL, 20),
(11944, 38, 'Ciacova', 'Timis', NULL, 32),
(11945, 38, 'Ciresu', 'Timis', NULL, 20),
(11946, 38, 'Ciresu Mic', 'Timis', NULL, 25),
(11947, 38, 'Cladova', 'Timis', NULL, 35),
(11948, 38, 'Cliciova', 'Timis', NULL, 35),
(11949, 38, 'Clopodia', 'Timis', NULL, 79),
(11950, 38, 'Colonia Bulgara', 'Timis', NULL, 0),
(11951, 38, 'Colonia Fabricii', 'Timis', NULL, 60),
(11952, 38, 'Colonia Mica', 'Timis', NULL, 40),
(11953, 38, 'Comeat', 'Timis', NULL, 51),
(11954, 38, 'Comlosu Mare', 'Timis', NULL, 59),
(11955, 38, 'Comlosu Mic', 'Timis', NULL, 51),
(11956, 38, 'Cornesti', 'Timis', NULL, 0),
(11957, 38, 'Cosarii', 'Timis', NULL, 65),
(11958, 38, 'Cosava', 'Timis', NULL, 40),
(11959, 38, 'Cosevita', 'Timis', NULL, 60),
(11960, 38, 'Costeiu', 'Timis', NULL, 0),
(11961, 38, 'Costeiu de Sus', 'Timis', NULL, 71),
(11962, 38, 'Covaci', 'Timis', NULL, 0),
(11963, 38, 'Crai Nou', 'Timis', NULL, 40),
(11964, 38, 'Cralovat', 'Timis', NULL, 36),
(11965, 38, 'Criciova', 'Timis', NULL, 20),
(11966, 38, 'Crivina', 'Timis', NULL, 25),
(11967, 38, 'Crivina de Sus', 'Timis', NULL, 65),
(11968, 38, 'Crivobara', 'Timis', NULL, 45),
(11969, 38, 'Cruceni', 'Timis', NULL, 47),
(11970, 38, 'Curtea', 'Timis', NULL, 50),
(11971, 38, 'Cutina', 'Timis', NULL, 25),
(11972, 38, 'Darova', 'Timis', NULL, 0),
(11973, 38, 'Dejan', 'Timis', NULL, 65),
(11974, 38, 'Denta', 'Timis', NULL, 50),
(11975, 38, 'Deta', 'Timis', NULL, 45),
(11976, 38, 'Dinias', 'Timis', NULL, 0),
(11977, 38, 'Dobresti', 'Timis', NULL, 37),
(11978, 38, 'Dolat', 'Timis', NULL, 48),
(11979, 38, 'Dragoiesti', 'Timis', NULL, 0),
(11980, 38, 'Dragomiresti', 'Timis', NULL, 25),
(11981, 38, 'Dragsina', 'Timis', NULL, 0),
(11982, 38, 'Dragsinesti', 'Timis', NULL, 45),
(11983, 38, 'Drinova', 'Timis', NULL, 25),
(11984, 38, 'Dubesti', 'Timis', NULL, 40),
(11985, 38, 'Duboz', 'Timis', NULL, 41),
(11986, 38, 'Dudestii Noi', 'Timis', NULL, 0),
(11987, 38, 'Dudestii Vechi', 'Timis', NULL, 76),
(11988, 38, 'Dumbrava', 'Timis', NULL, 35),
(11989, 38, 'Dumbravita', 'Timis', NULL, 0),
(11990, 38, 'Fadimac', 'Timis', NULL, 27),
(11991, 38, 'Faget', 'Timis', NULL, 35),
(11992, 38, 'Farasesti', 'Timis', NULL, 59),
(11993, 38, 'Fardea', 'Timis', NULL, 45),
(11994, 38, 'Ferendia', 'Timis', NULL, 73),
(11995, 38, 'Fibis', 'Timis', NULL, 30),
(11996, 38, 'Ficatar', 'Timis', NULL, 25),
(11997, 38, 'Foeni', 'Timis', NULL, 43),
(11998, 38, 'Folea', 'Timis', NULL, 35),
(11999, 38, 'Gad', 'Timis', NULL, 55),
(12000, 38, 'Gaiu Mic', 'Timis', NULL, 63),
(12001, 38, 'Gataia', 'Timis', NULL, 55),
(12002, 38, 'Gavojdia', 'Timis', NULL, 0),
(12003, 38, 'Gelu', 'Timis', NULL, 33),
(12004, 38, 'Gherman', 'Timis', NULL, 68),
(12005, 38, 'Ghilad', 'Timis', NULL, 42),
(12006, 38, 'Ghiroda', 'Timis', NULL, 0),
(12007, 38, 'Ghizela', 'Timis', NULL, 30),
(12008, 38, 'Giarmata', 'Timis', NULL, 0),
(12009, 38, 'Giarmata-Vii', 'Timis', NULL, 0),
(12010, 38, 'Giera', 'Timis', NULL, 59),
(12011, 38, 'Giroc', 'Timis', NULL, 0),
(12012, 38, 'Giulvaz', 'Timis', NULL, 32),
(12013, 38, 'Gladna Montana', 'Timis', NULL, 50),
(12014, 38, 'Gladna Romana', 'Timis', NULL, 51),
(12015, 38, 'Gottlob', 'Timis', NULL, 52),
(12016, 38, 'Grabat', 'Timis', NULL, 50),
(12017, 38, 'Granicerii', 'Timis', NULL, 51),
(12018, 38, 'Grosi', 'Timis', NULL, 50),
(12019, 38, 'Gruni', 'Timis', NULL, 20),
(12020, 38, 'Hauzesti', 'Timis', NULL, 40),
(12021, 38, 'Herendesti', 'Timis', NULL, 0),
(12022, 38, 'Herneacova', 'Timis', NULL, 31),
(12023, 38, 'Hezeris', 'Timis', NULL, 0),
(12024, 38, 'Hisias', 'Timis', NULL, 30),
(12025, 38, 'Hitias', 'Timis', NULL, 30),
(12026, 38, 'Hodoni', 'Timis', NULL, 30),
(12027, 38, 'Hodos (Brestovat)', 'Timis', NULL, 49),
(12028, 38, 'Hodos (Darova)', 'Timis', NULL, 0),
(12029, 38, 'Homojdia', 'Timis', NULL, 55),
(12030, 38, 'Honorici', 'Timis', NULL, 0),
(12031, 38, 'Ianova', 'Timis', NULL, 0),
(12032, 38, 'Icloda', 'Timis', NULL, 25),
(12033, 38, 'Ictar-Budinti', 'Timis', NULL, 25),
(12034, 38, 'Iecea Mare', 'Timis', NULL, 39),
(12035, 38, 'Iecea Mica', 'Timis', NULL, 34),
(12036, 38, 'Iersnic', 'Timis', NULL, 28),
(12037, 38, 'Igris', 'Timis', NULL, 65),
(12038, 38, 'Iohanisfeld', 'Timis', NULL, 40),
(12039, 38, 'Iosif', 'Timis', NULL, 31),
(12040, 38, 'Iosifalau', 'Timis', NULL, 21),
(12041, 38, 'Ivanda', 'Timis', NULL, 40),
(12042, 38, 'Izvin', 'Timis', NULL, 0),
(12043, 38, 'Jabar', 'Timis', NULL, 0),
(12044, 38, 'Jamu Mare', 'Timis', NULL, 73),
(12045, 38, 'Jdioara', 'Timis', NULL, 22),
(12046, 38, 'Jebel', 'Timis', NULL, 0),
(12047, 38, 'Jena', 'Timis', NULL, 21),
(12048, 38, 'Jimbolia', 'Timis', NULL, 44),
(12049, 38, 'Jupanesti', 'Timis', NULL, 50),
(12050, 38, 'Jupani', 'Timis', NULL, 25),
(12051, 38, 'Juresti', 'Timis', NULL, 20),
(12052, 38, 'Lapusnic', 'Timis', NULL, 35),
(12053, 38, 'Latunas', 'Timis', NULL, 80),
(12054, 38, 'Lenauheim', 'Timis', NULL, 46),
(12055, 38, 'Leucusesti', 'Timis', NULL, 30),
(12056, 38, 'Liebling', 'Timis', NULL, 35),
(12057, 38, 'Livezile', 'Timis', NULL, 59),
(12058, 38, 'Lovrin', 'Timis', NULL, 46),
(12059, 38, 'Lucaret', 'Timis', NULL, 42),
(12060, 38, 'Lugoj', 'Timis', NULL, 0),
(12061, 38, 'Lugojel', 'Timis', NULL, 0),
(12062, 38, 'Luncanii de Jos', 'Timis', NULL, 70),
(12063, 38, 'Luncanii de Sus', 'Timis', NULL, 75),
(12064, 38, 'Lunga', 'Timis', NULL, 62),
(12065, 38, 'Macedonia', 'Timis', NULL, 40),
(12066, 38, 'Maguri', 'Timis', NULL, 0),
(12067, 38, 'Manastire', 'Timis', NULL, 49),
(12068, 38, 'Manastiur', 'Timis', NULL, 30),
(12069, 38, 'Margina', 'Timis', NULL, 47),
(12070, 38, 'Masloc', 'Timis', NULL, 35),
(12071, 38, 'Matnicu Mic', 'Timis', NULL, 45),
(12072, 38, 'Moravita', 'Timis', NULL, 60),
(12073, 38, 'Mosnita Noua', 'Timis', NULL, 0),
(12074, 38, 'Mosnita Veche', 'Timis', NULL, 0),
(12075, 38, 'Murani', 'Timis', NULL, 0),
(12076, 38, 'Nadas', 'Timis', NULL, 38),
(12077, 38, 'Nadrag', 'Timis', NULL, 48),
(12078, 38, 'Nemesesti', 'Timis', NULL, 50),
(12079, 38, 'Nerau', 'Timis', NULL, 75),
(12080, 38, 'Nevrincea', 'Timis', NULL, 25),
(12081, 38, 'Nitchidorf', 'Timis', NULL, 37),
(12082, 38, 'Obad', 'Timis', NULL, 30),
(12083, 38, 'Ofsenita', 'Timis', NULL, 54),
(12084, 38, 'Ohaba Lunga', 'Timis', NULL, 40),
(12085, 38, 'Ohaba Romana', 'Timis', NULL, 40),
(12086, 38, 'Ohaba-Forgaci', 'Timis', NULL, 20),
(12087, 38, 'Olosag', 'Timis', NULL, 18),
(12088, 38, 'Opatita', 'Timis', NULL, 46),
(12089, 38, 'Ortisoara', 'Timis', NULL, 0),
(12090, 38, 'Otelec', 'Timis', NULL, 44),
(12091, 38, 'Otvesti', 'Timis', NULL, 25),
(12092, 38, 'Padurani', 'Timis', NULL, 20),
(12093, 38, 'Padureni (Jebel)', 'Timis', NULL, 0),
(12094, 38, 'Padureni (Victor Vlad Delamarina)', 'Timis', NULL, 20),
(12095, 38, 'Paniova', 'Timis', NULL, 35),
(12096, 38, 'Parta', 'Timis', NULL, 0),
(12097, 38, 'Partos', 'Timis', NULL, 58),
(12098, 38, 'Paru', 'Timis', NULL, 0),
(12099, 38, 'Peciu Nou', 'Timis', NULL, 0),
(12100, 38, 'Percosova', 'Timis', NULL, 61),
(12101, 38, 'Periam', 'Timis', NULL, 55),
(12102, 38, 'Pesac', 'Timis', NULL, 48),
(12103, 38, 'Petroasa Mare', 'Timis', NULL, 36),
(12104, 38, 'Petroman', 'Timis', NULL, 37),
(12105, 38, 'Petrovaselo', 'Timis', NULL, 30),
(12106, 38, 'Pietroasa', 'Timis', NULL, 65),
(12107, 38, 'Pini', 'Timis', NULL, 0),
(12108, 38, 'Pischia', 'Timis', NULL, 0),
(12109, 38, 'Poganesti', 'Timis', NULL, 20),
(12110, 38, 'Poieni', 'Timis', NULL, 79),
(12111, 38, 'Pordeanu', 'Timis', NULL, 86),
(12112, 38, 'Povargina', 'Timis', NULL, 48),
(12113, 38, 'Pustinis', 'Timis', NULL, 45),
(12114, 38, 'Rachita', 'Timis', NULL, 33),
(12115, 38, 'Racovita', 'Timis', NULL, 36),
(12116, 38, 'Radmanesti', 'Timis', NULL, 45),
(12117, 38, 'Rauti', 'Timis', NULL, 40),
(12118, 38, 'Recas', 'Timis', NULL, 0),
(12119, 38, 'Remetea Mare', 'Timis', NULL, 0),
(12120, 38, 'Remetea Mica', 'Timis', NULL, 40),
(12121, 38, 'Remetea-Lunca', 'Timis', NULL, 40),
(12122, 38, 'Romanesti', 'Timis', NULL, 54),
(12123, 38, 'Rovinita Mare', 'Timis', NULL, 52),
(12124, 38, 'Rovinita Mica', 'Timis', NULL, 57),
(12125, 38, 'Rudicica', 'Timis', NULL, 0),
(12126, 38, 'Rudna', 'Timis', NULL, 38),
(12127, 38, 'Sacalaz', 'Timis', NULL, 0),
(12128, 38, 'Saceni', 'Timis', NULL, 20),
(12129, 38, 'Sacosu Mare', 'Timis', NULL, 28),
(12130, 38, 'Sacosu Turcesc', 'Timis', NULL, 0),
(12131, 38, 'Sag', 'Timis', NULL, 0),
(12132, 38, 'Salbagel', 'Timis', NULL, 20),
(12133, 38, 'Salciua Noua', 'Timis', NULL, 37),
(12134, 38, 'Sanandrei', 'Timis', NULL, 0),
(12135, 38, 'Sandra', 'Timis', NULL, 34),
(12136, 38, 'Sangeorge', 'Timis', NULL, 50),
(12137, 38, 'Sanmartinu Maghiar', 'Timis', NULL, 40),
(12138, 38, 'Sanmartinu Sarbesc', 'Timis', NULL, 30),
(12139, 38, 'Sanmihaiu German', 'Timis', NULL, 0),
(12140, 38, 'Sanmihaiu Roman', 'Timis', NULL, 0),
(12141, 38, 'Sannicolau Mare', 'Timis', NULL, 0),
(12142, 38, 'Sanovita', 'Timis', NULL, 25),
(12143, 38, 'Sanpetru Mare', 'Timis', NULL, 57),
(12144, 38, 'Sanpetru Mic', 'Timis', NULL, 37),
(12145, 38, 'Saravale', 'Timis', NULL, 60),
(12146, 38, 'Sarazani', 'Timis', NULL, 20),
(12147, 38, 'Sarbova', 'Timis', NULL, 32),
(12148, 38, 'Satchinez', 'Timis', NULL, 32),
(12149, 38, 'Sculia', 'Timis', NULL, 55),
(12150, 38, 'Secas', 'Timis', NULL, 40),
(12151, 38, 'Seceani', 'Timis', NULL, 35),
(12152, 38, 'Semlacu Mare', 'Timis', NULL, 65),
(12153, 38, 'Semlacu Mic', 'Timis', NULL, 65),
(12154, 38, 'Silagiu', 'Timis', NULL, 30),
(12155, 38, 'Sinersig', 'Timis', NULL, 18),
(12156, 38, 'Sintar', 'Timis', NULL, 50),
(12157, 38, 'Sintesti', 'Timis', NULL, 45),
(12158, 38, 'Sipet', 'Timis', NULL, 45),
(12159, 38, 'Soca', 'Timis', NULL, 53),
(12160, 38, 'Spata', 'Timis', NULL, 45),
(12161, 38, 'Stamora Germana', 'Timis', NULL, 58),
(12162, 38, 'Stamora Romana', 'Timis', NULL, 28),
(12163, 38, 'Stanciova', 'Timis', NULL, 35),
(12164, 38, 'Stiuca', 'Timis', NULL, 25),
(12165, 38, 'Sudrias', 'Timis', NULL, 21),
(12166, 38, 'Surducu Mic', 'Timis', NULL, 24),
(12167, 38, 'Susani', 'Timis', NULL, 25),
(12168, 38, 'Sustra', 'Timis', NULL, 29),
(12169, 38, 'Tapia', 'Timis', NULL, 0),
(12170, 38, 'Targoviste', 'Timis', NULL, 25),
(12171, 38, 'Temeresti', 'Timis', NULL, 40),
(12172, 38, 'Teremia Mare', 'Timis', NULL, 70),
(12173, 38, 'Teremia Mica', 'Timis', NULL, 74),
(12174, 38, 'Tes', 'Timis', NULL, 44),
(12175, 38, 'Timisoara', 'Timis', NULL, 0),
(12176, 38, 'Tipari', 'Timis', NULL, 0),
(12177, 38, 'Toager', 'Timis', NULL, 57),
(12178, 38, 'Tomesti', 'Timis', NULL, 60),
(12179, 38, 'Tomnatic', 'Timis', NULL, 56),
(12180, 38, 'Topla', 'Timis', NULL, 45),
(12181, 38, 'Topolovatu Mare', 'Timis', NULL, 33),
(12182, 38, 'Topolovatu Mic', 'Timis', NULL, 45),
(12183, 38, 'Tormac', 'Timis', NULL, 38),
(12184, 38, 'Traian Vuia', 'Timis', NULL, 25),
(12185, 38, 'Uihei', 'Timis', NULL, 38),
(12186, 38, 'Uivar', 'Timis', NULL, 42),
(12187, 38, 'Uliuc', 'Timis', NULL, 0),
(12188, 38, 'Unip', 'Timis', NULL, 0),
(12189, 38, 'Urseni', 'Timis', NULL, 0),
(12190, 38, 'Utvin', 'Timis', NULL, 0),
(12191, 38, 'Valcani', 'Timis', NULL, 84),
(12192, 38, 'Valea Lunga Romana', 'Timis', NULL, 0),
(12193, 38, 'Varias', 'Timis', NULL, 40),
(12194, 38, 'Victor Vlad Delamarina', 'Timis', NULL, 0),
(12195, 38, 'Visag', 'Timis', NULL, 25),
(12196, 38, 'Vizejdia', 'Timis', NULL, 57),
(12197, 38, 'Vizma', 'Timis', NULL, 45),
(12198, 38, 'Voiteg', 'Timis', NULL, 35),
(12199, 38, 'Vucova', 'Timis', NULL, 30),
(12200, 38, 'Zgribesti', 'Timis', NULL, 27),
(12201, 38, 'Zolt', 'Timis', NULL, 55),
(12202, 38, 'Zorani', 'Timis', NULL, 44),
(12203, 39, 'Agighiol', 'Tulcea', NULL, 0),
(12204, 39, 'Alba', 'Tulcea', NULL, 35),
(12205, 39, 'Ardealu', 'Tulcea', NULL, 70),
(12206, 39, 'Atmagea', 'Tulcea', NULL, 45),
(12207, 39, 'Babadag', 'Tulcea', NULL, 35),
(12208, 39, 'Baia', 'Tulcea', NULL, 55),
(12209, 39, 'Balabancea', 'Tulcea', NULL, 45),
(12210, 39, 'Baltenii de Jos', 'Tulcea', NULL, 45),
(12211, 39, 'Baltenii de Sus', 'Tulcea', NULL, 20),
(12212, 39, 'Beidaud', 'Tulcea', NULL, 65),
(12213, 39, 'Bestepe', 'Tulcea', NULL, 27),
(12214, 39, 'C.A. Rosetti', 'Tulcea', NULL, 100),
(12215, 39, 'Calfa', 'Tulcea', NULL, 65),
(12216, 39, 'Camena', 'Tulcea', NULL, 60),
(12217, 39, 'Caprioara', 'Tulcea', NULL, 50),
(12218, 39, 'Caraorman', 'Tulcea', NULL, 50),
(12219, 39, 'Carcaliu', 'Tulcea', NULL, 85),
(12220, 39, 'Cardon', 'Tulcea', NULL, 80),
(12221, 39, 'Carjelari', 'Tulcea', NULL, 75),
(12222, 39, 'Casimcea', 'Tulcea', NULL, 85),
(12223, 39, 'Caslita', 'Tulcea', NULL, 0),
(12224, 39, 'Cataloi', 'Tulcea', NULL, 0),
(12225, 39, 'Caugagia', 'Tulcea', NULL, 55),
(12226, 39, 'Ceamurlia de Jos', 'Tulcea', NULL, 55),
(12227, 39, 'Ceamurlia de Sus', 'Tulcea', NULL, 60),
(12228, 39, 'Ceatalchioi', 'Tulcea', NULL, 40),
(12229, 39, 'Cerbu', 'Tulcea', NULL, 65),
(12230, 39, 'Cerna', 'Tulcea', NULL, 55),
(12231, 39, 'Chilia Veche', 'Tulcea', NULL, 80),
(12232, 39, 'Cismeaua Noua', 'Tulcea', NULL, 70),
(12233, 39, 'Ciucurova', 'Tulcea', NULL, 45),
(12234, 39, 'Closca', 'Tulcea', NULL, 40),
(12235, 39, 'Colina', 'Tulcea', NULL, 35),
(12236, 39, 'Corugea', 'Tulcea', NULL, 80),
(12237, 39, 'Crisan', 'Tulcea', NULL, 40),
(12238, 39, 'Daeni', 'Tulcea', NULL, 80),
(12239, 39, 'Dorobantu', 'Tulcea', NULL, 70),
(12240, 39, 'Dunavatu de Jos', 'Tulcea', NULL, 50),
(12241, 39, 'Dunavatu de Sus', 'Tulcea', NULL, 45),
(12242, 39, 'Enisala', 'Tulcea', NULL, 40),
(12243, 39, 'Fagarasu Nou', 'Tulcea', NULL, 65),
(12244, 39, 'Fantana Mare', 'Tulcea', NULL, 50),
(12245, 39, 'Fantana Oilor', 'Tulcea', NULL, 75),
(12246, 39, 'Floresti', 'Tulcea', NULL, 40),
(12247, 39, 'Frecatei', 'Tulcea', NULL, 0),
(12248, 39, 'Garvan', 'Tulcea', NULL, 65),
(12249, 39, 'General Praporgescu', 'Tulcea', NULL, 45),
(12250, 39, 'Gorgova', 'Tulcea', NULL, 60),
(12251, 39, 'Greci', 'Tulcea', NULL, 70),
(12252, 39, 'Grindu', 'Tulcea', NULL, 82),
(12253, 39, 'Haidar', 'Tulcea', NULL, 70),
(12254, 39, 'Hamcearca', 'Tulcea', NULL, 50),
(12255, 39, 'Horia', 'Tulcea', NULL, 40),
(12256, 39, 'I.C. Bratianu', 'Tulcea', NULL, 80),
(12257, 39, 'Iazurile', 'Tulcea', NULL, 25),
(12258, 39, 'Ilganii de Jos', 'Tulcea', NULL, 45),
(12259, 39, 'Ilganii de Sus', 'Tulcea', NULL, 40),
(12260, 39, 'Isaccea', 'Tulcea', NULL, 40),
(12261, 39, 'Iulia', 'Tulcea', NULL, 35),
(12262, 39, 'Izvoarele', 'Tulcea', NULL, 30),
(12263, 39, 'Jijila', 'Tulcea', NULL, 70),
(12264, 39, 'Jurilovca', 'Tulcea', NULL, 55),
(12265, 39, 'Lastuni', 'Tulcea', NULL, 20),
(12266, 39, 'Letea', 'Tulcea', NULL, 120),
(12267, 39, 'Luminita', 'Tulcea', NULL, 60),
(12268, 39, 'Lunca', 'Tulcea', NULL, 60),
(12269, 39, 'Luncavita', 'Tulcea', NULL, 55),
(12270, 39, 'Macin', 'Tulcea', NULL, 80),
(12271, 39, 'Magurele', 'Tulcea', NULL, 70),
(12272, 39, 'Mahmudia', 'Tulcea', NULL, 30),
(12273, 39, 'Malcoci', 'Tulcea', NULL, 0),
(12274, 39, 'Maliuc', 'Tulcea', NULL, 30),
(12275, 39, 'Mesteru', 'Tulcea', NULL, 65),
(12276, 39, 'Mihai Bravu', 'Tulcea', NULL, 40),
(12277, 39, 'Mihail Kogalniceanu', 'Tulcea', NULL, 0),
(12278, 39, 'Mila 23', 'Tulcea', NULL, 40),
(12279, 39, 'Mina Altan Tepe', 'Tulcea', NULL, 65),
(12280, 39, 'Mineri', 'Tulcea', NULL, 0),
(12281, 39, 'Mircea Voda', 'Tulcea', NULL, 50),
(12282, 39, 'Murighiol', 'Tulcea', NULL, 40),
(12283, 39, 'Nalbant', 'Tulcea', NULL, 0),
(12284, 39, 'Neatarnarea', 'Tulcea', NULL, 70),
(12285, 39, 'Nicolae Balcescu', 'Tulcea', NULL, 30),
(12286, 39, 'Niculitel', 'Tulcea', NULL, 30),
(12287, 39, 'Nifon', 'Tulcea', NULL, 55),
(12288, 39, 'Nufaru', 'Tulcea', NULL, 0),
(12289, 39, 'Ostrov', 'Tulcea', NULL, 85),
(12290, 39, 'Ostrov Tataru', 'Tulcea', NULL, 75),
(12291, 39, 'Panduru', 'Tulcea', NULL, 60),
(12292, 39, 'Parches', 'Tulcea', NULL, 0),
(12293, 39, 'Pardina', 'Tulcea', NULL, 60),
(12294, 39, 'Partizani', 'Tulcea', NULL, 40),
(12295, 39, 'Patlageanca', 'Tulcea', NULL, 30),
(12296, 39, 'Peceneaga', 'Tulcea', NULL, 70),
(12297, 39, 'Periprava ', 'Tulcea', NULL, 120),
(12298, 39, 'Piatra', 'Tulcea', NULL, 85),
(12299, 39, 'Plauru', 'Tulcea', NULL, 55),
(12300, 39, 'Plopul', 'Tulcea', NULL, 40),
(12301, 39, 'Posta', 'Tulcea', NULL, 20),
(12302, 39, 'Rachelu', 'Tulcea', NULL, 50),
(12303, 39, 'Rahman', 'Tulcea', NULL, 70),
(12304, 39, 'Randunica', 'Tulcea', NULL, 27),
(12305, 39, 'Razboieni', 'Tulcea', NULL, 90),
(12306, 39, 'Revarsarea', 'Tulcea', NULL, 45),
(12307, 39, 'Sabangia', 'Tulcea', NULL, 25),
(12308, 39, 'Salceni', 'Tulcea', NULL, 45),
(12309, 39, 'Salcioara', 'Tulcea', NULL, 50),
(12310, 39, 'Sambata Noua', 'Tulcea', NULL, 60),
(12311, 39, 'Sarichioi', 'Tulcea', NULL, 30),
(12312, 39, 'Sarighiol de Deal', 'Tulcea', NULL, 70),
(12313, 39, 'Sarinasuf', 'Tulcea', NULL, 35),
(12314, 39, 'Satu Nou', 'Tulcea', NULL, 35),
(12315, 39, 'Sfantu Gheorghe', 'Tulcea', NULL, 80),
(12316, 39, 'Sfistofca', 'Tulcea', NULL, 110),
(12317, 39, 'Slava Cercheza', 'Tulcea', NULL, 50),
(12318, 39, 'Slava Rusa', 'Tulcea', NULL, 50),
(12319, 39, 'Smardan', 'Tulcea', NULL, 90),
(12320, 39, 'Somova', 'Tulcea', NULL, 0),
(12321, 39, 'Stanca', 'Tulcea', NULL, 75),
(12322, 39, 'Stejaru', 'Tulcea', NULL, 65),
(12323, 39, 'Sulina', 'Tulcea', NULL, 70),
(12324, 39, 'Tatanir', 'Tulcea', NULL, 70),
(12325, 39, 'Telita', 'Tulcea', NULL, 25),
(12326, 39, 'Tichilesti', 'Tulcea', NULL, 60),
(12327, 39, 'Topolog', 'Tulcea', NULL, 55),
(12328, 39, 'Traian', 'Tulcea', NULL, 60),
(12329, 39, 'Trestenic', 'Tulcea', NULL, 30),
(12330, 39, 'Tudor Vladimirescu', 'Tulcea', NULL, 0),
(12331, 39, 'Tulcea', 'Tulcea', NULL, 0),
(12332, 39, 'Turcoaia', 'Tulcea', NULL, 70),
(12333, 39, 'Turda', 'Tulcea', NULL, 35),
(12334, 39, 'Uzlina', 'Tulcea', NULL, 50),
(12335, 39, 'Vacareni', 'Tulcea', NULL, 60),
(12336, 39, 'Valea Nucarilor', 'Tulcea', NULL, 25),
(12337, 39, 'Valea Teilor', 'Tulcea', NULL, 40),
(12338, 39, 'Vasile Alecsandri', 'Tulcea', NULL, 70),
(12339, 39, 'Victoria', 'Tulcea', NULL, 20),
(12340, 39, 'Visina', 'Tulcea', NULL, 60),
(12341, 39, 'Visterna', 'Tulcea', NULL, 35),
(12342, 39, 'Vulturu', 'Tulcea', NULL, 50),
(12343, 39, 'Zebil', 'Tulcea', NULL, 35),
(12344, 40, 'Afanata', 'Valcea', NULL, 33),
(12345, 40, 'Aldesti', 'Valcea', NULL, 15),
(12346, 40, 'Alunu', 'Valcea', NULL, 40),
(12347, 40, 'Amarasti', 'Valcea', NULL, 18),
(12348, 40, 'Andreiesti', 'Valcea', NULL, 20),
(12349, 40, 'Aninoasa', 'Valcea', NULL, 21),
(12350, 40, 'Aranghel', 'Valcea', NULL, 0),
(12351, 40, 'Aricioaia', 'Valcea', NULL, 0),
(12352, 40, 'Armasesti', 'Valcea', NULL, 20),
(12353, 40, 'Arsanca', 'Valcea', NULL, 0),
(12354, 40, 'Auresti', 'Valcea', NULL, 20),
(12355, 40, 'Avramesti', 'Valcea', NULL, 24),
(12356, 40, 'Babeni', 'Valcea', NULL, 0),
(12357, 40, 'Babeni-Oltetu', 'Valcea', NULL, 30),
(12358, 40, 'Babuesti', 'Valcea', NULL, 0),
(12359, 40, 'Badeni', 'Valcea', NULL, 40),
(12360, 40, 'Baiasa', 'Valcea', NULL, 25),
(12361, 40, 'Baiasu', 'Valcea', NULL, 37),
(12362, 40, 'Baile Govora', 'Valcea', NULL, 0),
(12363, 40, 'Baile Olanesti', 'Valcea', NULL, 0),
(12364, 40, 'Bajenari', 'Valcea', NULL, 25),
(12365, 40, 'Balaciu', 'Valcea', NULL, 50),
(12366, 40, 'Balcesti', 'Valcea', NULL, 0),
(12367, 40, 'Balomireasa', 'Valcea', NULL, 22),
(12368, 40, 'Balota', 'Valcea', NULL, 30),
(12369, 40, 'Balsoara', 'Valcea', NULL, 20),
(12370, 40, 'Baltateni', 'Valcea', NULL, 0),
(12371, 40, 'Balteni', 'Valcea', NULL, 24),
(12372, 40, 'Balutoaia', 'Valcea', NULL, 0),
(12373, 40, 'Banesti', 'Valcea', NULL, 20),
(12374, 40, 'Bantesti', 'Valcea', NULL, 25),
(12375, 40, 'Barbarigeni', 'Valcea', NULL, 25),
(12376, 40, 'Barbatesti', 'Valcea', NULL, 16),
(12377, 40, 'Barbuceni', 'Valcea', NULL, 0),
(12378, 40, 'Barcanele', 'Valcea', NULL, 0),
(12379, 40, 'Barcanesti', 'Valcea', NULL, 25),
(12380, 40, 'Barlogu', 'Valcea', NULL, 0),
(12381, 40, 'Baroiu', 'Valcea', NULL, 38),
(12382, 40, 'Barsesti (Budesti)', 'Valcea', NULL, 0),
(12383, 40, 'Barsesti (Mihaesti)', 'Valcea', NULL, 0),
(12384, 40, 'Barsoiu', 'Valcea', NULL, 25),
(12385, 40, 'Barza', 'Valcea', NULL, 0),
(12386, 40, 'Barzesti', 'Valcea', NULL, 0),
(12387, 40, 'Batasani', 'Valcea', NULL, 35),
(12388, 40, 'Becsani', 'Valcea', NULL, 35),
(12389, 40, 'Benesti', 'Valcea', NULL, 20),
(12390, 40, 'Berbesti', 'Valcea', NULL, 0),
(12391, 40, 'Berbesti (Lalosu)', 'Valcea', NULL, 50),
(12392, 40, 'Bercioiu', 'Valcea', NULL, 0),
(12393, 40, 'Beresti', 'Valcea', NULL, 25),
(12394, 40, 'Berislavesti', 'Valcea', NULL, 0),
(12395, 40, 'Bistrita', 'Valcea', NULL, 10),
(12396, 40, 'Blanoiu', 'Valcea', NULL, 35),
(12397, 40, 'Blejani', 'Valcea', NULL, 20),
(12398, 40, 'Blidari', 'Valcea', NULL, 0),
(12399, 40, 'Bocsa', 'Valcea', NULL, 22),
(12400, 40, 'Bodesti (Alunu)', 'Valcea', NULL, 45),
(12401, 40, 'Bodesti (Barbatesti)', 'Valcea', NULL, 0),
(12402, 40, 'Bogdanesti (Bujoreni)', 'Valcea', NULL, 0),
(12403, 40, 'Bogdanesti (Otesani)', 'Valcea', NULL, 0),
(12404, 40, 'Bogdanesti (Tomsani)', 'Valcea', NULL, 10),
(12405, 40, 'Boisoara', 'Valcea', NULL, 39),
(12406, 40, 'Bonciu', 'Valcea', NULL, 0),
(12407, 40, 'Bondoci', 'Valcea', NULL, 33),
(12408, 40, 'Borosesti', 'Valcea', NULL, 0),
(12409, 40, 'Botorani', 'Valcea', NULL, 25),
(12410, 40, 'Bradisor', 'Valcea', NULL, 0),
(12411, 40, 'Bradu-Clocotici', 'Valcea', NULL, 35),
(12412, 40, 'Bratia din Deal', 'Valcea', NULL, 0),
(12413, 40, 'Bratia din Vale', 'Valcea', NULL, 0),
(12414, 40, 'Bratovesti', 'Valcea', NULL, 35),
(12415, 40, 'Brezoi', 'Valcea', NULL, 0),
(12416, 40, 'Brosteni', 'Valcea', NULL, 37),
(12417, 40, 'Buciumeni', 'Valcea', NULL, 21),
(12418, 40, 'Bucsani', 'Valcea', NULL, 0),
(12419, 40, 'Buda', 'Valcea', NULL, 0),
(12420, 40, 'Budele', 'Valcea', NULL, 38),
(12421, 40, 'Budesti', 'Valcea', NULL, 0),
(12422, 40, 'Budesti (Diculesti)', 'Valcea', NULL, 30),
(12423, 40, 'Budurasti', 'Valcea', NULL, 10),
(12424, 40, 'Bujoreni', 'Valcea', NULL, 0),
(12425, 40, 'Bulagei', 'Valcea', NULL, 20),
(12426, 40, 'Buleta', 'Valcea', NULL, 0),
(12427, 40, 'Bumbuesti', 'Valcea', NULL, 35),
(12428, 40, 'Bunesti', 'Valcea', NULL, 0),
(12429, 40, 'Bungetani', 'Valcea', NULL, 50),
(12430, 40, 'Burdalesti', 'Valcea', NULL, 19),
(12431, 40, 'Butanu', 'Valcea', NULL, 35),
(12432, 40, 'Buzdugan', 'Valcea', NULL, 0),
(12433, 40, 'Caciulata', 'Valcea', NULL, 0),
(12434, 40, 'Caineni', 'Valcea', NULL, 42),
(12435, 40, 'Cainenii Mari', 'Valcea', NULL, 41),
(12436, 40, 'Cainenii Mici', 'Valcea', NULL, 40),
(12437, 40, 'Caligi', 'Valcea', NULL, 15),
(12438, 40, 'Calimanesti', 'Valcea', NULL, 0),
(12439, 40, 'Calina', 'Valcea', NULL, 0),
(12440, 40, 'Calinesti', 'Valcea', NULL, 25),
(12441, 40, 'Capu Dealului', 'Valcea', NULL, 0),
(12442, 40, 'Carcadiesti', 'Valcea', NULL, 27),
(12443, 40, 'Carlogani (Valcea)', 'Valcea', NULL, 25),
(12444, 40, 'Carstanesti', 'Valcea', NULL, 15),
(12445, 40, 'Casa Veche', 'Valcea', NULL, 25),
(12446, 40, 'Catetu', 'Valcea', NULL, 30),
(12447, 40, 'Cazanesti (Ghioroiu)', 'Valcea', NULL, 40),
(12448, 40, 'Cazanesti (Milcoiu)', 'Valcea', NULL, 25),
(12449, 40, 'Cazanesti (Ramnicu Valcea)', 'Valcea', NULL, 0),
(12450, 40, 'Ceretu', 'Valcea', NULL, 42),
(12451, 40, 'Cermegesti (Ladesti)', 'Valcea', NULL, 25),
(12452, 40, 'Cermegesti (Pesceana)', 'Valcea', NULL, 31),
(12453, 40, 'Cerna', 'Valcea', NULL, 0),
(12454, 40, 'Cernelele', 'Valcea', NULL, 0),
(12455, 40, 'Cernisoara', 'Valcea', NULL, 15),
(12456, 40, 'Cetateaua', 'Valcea', NULL, 0),
(12457, 40, 'Cheia', 'Valcea', NULL, 15),
(12458, 40, 'Cherasti', 'Valcea', NULL, 50),
(12459, 40, 'Chiceni', 'Valcea', NULL, 10),
(12460, 40, 'Chirculesti', 'Valcea', NULL, 30),
(12461, 40, 'Chiricesti', 'Valcea', NULL, 25),
(12462, 40, 'Cioboti', 'Valcea', NULL, 29),
(12463, 40, 'Ciocaltei', 'Valcea', NULL, 22),
(12464, 40, 'Ciocanari', 'Valcea', NULL, 29),
(12465, 40, 'Cioponesti', 'Valcea', NULL, 25),
(12466, 40, 'Ciorasti', 'Valcea', NULL, 0),
(12467, 40, 'Ciortesti', 'Valcea', NULL, 53),
(12468, 40, 'Ciresu', 'Valcea', NULL, 18),
(12469, 40, 'Ciresul', 'Valcea', NULL, 34),
(12470, 40, 'Ciucheti', 'Valcea', NULL, 40),
(12471, 40, 'Ciumagi', 'Valcea', NULL, 30),
(12472, 40, 'Ciungetu', 'Valcea', NULL, 40),
(12473, 40, 'Ciutesti', 'Valcea', NULL, 25),
(12474, 40, 'Coasta (Golesti)', 'Valcea', NULL, 20),
(12475, 40, 'Coasta (Pausesti-Maglasi)', 'Valcea', NULL, 0),
(12476, 40, 'Coasta Cerbului', 'Valcea', NULL, 0),
(12477, 40, 'Coasta Mare', 'Valcea', NULL, 0),
(12478, 40, 'Cocoru', 'Valcea', NULL, 0),
(12479, 40, 'Colelia', 'Valcea', NULL, 45),
(12480, 40, 'Coltesti', 'Valcea', NULL, 35),
(12481, 40, 'Comanca', 'Valcea', NULL, 15),
(12482, 40, 'Condoiesti', 'Valcea', NULL, 0),
(12483, 40, 'Contea', 'Valcea', NULL, 48),
(12484, 40, 'Copacelu', 'Valcea', NULL, 0),
(12485, 40, 'Copaceni', 'Valcea', NULL, 30),
(12486, 40, 'Copaceni (Racovita)', 'Valcea', NULL, 30),
(12487, 40, 'Corbii din Vale', 'Valcea', NULL, 30),
(12488, 40, 'Corbu', 'Valcea', NULL, 0),
(12489, 40, 'Cornet', 'Valcea', NULL, 0),
(12490, 40, 'Cosani', 'Valcea', NULL, 0),
(12491, 40, 'Cosota', 'Valcea', NULL, 0),
(12492, 40, 'Costesti', 'Valcea', NULL, 0),
(12493, 40, 'Crangu', 'Valcea', NULL, 28),
(12494, 40, 'Cremenari', 'Valcea', NULL, 10),
(12495, 40, 'Creteni', 'Valcea', NULL, 0),
(12496, 40, 'Cucesti', 'Valcea', NULL, 10),
(12497, 40, 'Cuci', 'Valcea', NULL, 40),
(12498, 40, 'Cucoiu', 'Valcea', NULL, 39),
(12499, 40, 'Cuculesti', 'Valcea', NULL, 25),
(12500, 40, 'Cueni', 'Valcea', NULL, 25),
(12501, 40, 'Curaturile', 'Valcea', NULL, 0),
(12502, 40, 'Curtea', 'Valcea', NULL, 15),
(12503, 40, 'Daesti', 'Valcea', NULL, 0),
(12504, 40, 'Daesti (Popesti)', 'Valcea', NULL, 18),
(12505, 40, 'Damteni', 'Valcea', NULL, 32),
(12506, 40, 'Dancai', 'Valcea', NULL, 33),
(12507, 40, 'Dangesti', 'Valcea', NULL, 0),
(12508, 40, 'Danicei', 'Valcea', NULL, 42),
(12509, 40, 'Dealu Alunis', 'Valcea', NULL, 32),
(12510, 40, 'Dealu Bisericii', 'Valcea', NULL, 42),
(12511, 40, 'Dealu Corni', 'Valcea', NULL, 30),
(12512, 40, 'Dealu Glameia', 'Valcea', NULL, 55),
(12513, 40, 'Dealu Launele', 'Valcea', NULL, 55),
(12514, 40, 'Dealu Malului', 'Valcea', NULL, 0),
(12515, 40, 'Dealu Mare (Galicea)', 'Valcea', NULL, 0),
(12516, 40, 'Dealu Mare (Gusoeni)', 'Valcea', NULL, 18),
(12517, 40, 'Dealu Mare (Ionesti)', 'Valcea', NULL, 0),
(12518, 40, 'Dealu Scheiului', 'Valcea', NULL, 45),
(12519, 40, 'Dealu Valeni', 'Valcea', NULL, 53),
(12520, 40, 'Dejoi', 'Valcea', NULL, 30),
(12521, 40, 'Deleni', 'Valcea', NULL, 20),
(12522, 40, 'Delureni (Ionesti)', 'Valcea', NULL, 0),
(12523, 40, 'Delureni (Stoilesti)', 'Valcea', NULL, 30),
(12524, 40, 'Delureni (Valea Mare)', 'Valcea', NULL, 40),
(12525, 40, 'Dezrobiti', 'Valcea', NULL, 0),
(12526, 40, 'Diaconesti', 'Valcea', NULL, 46),
(12527, 40, 'Dianu', 'Valcea', NULL, 19),
(12528, 40, 'Diculesti', 'Valcea', NULL, 30),
(12529, 40, 'Dimulesti', 'Valcea', NULL, 25),
(12530, 40, 'Dobresti', 'Valcea', NULL, 42),
(12531, 40, 'Dobricea', 'Valcea', NULL, 45),
(12532, 40, 'Dobriceni', 'Valcea', NULL, 18),
(12533, 40, 'Dobrusa', 'Valcea', NULL, 10),
(12534, 40, 'Dosu Raului', 'Valcea', NULL, 20),
(12535, 40, 'Dozesti', 'Valcea', NULL, 35),
(12536, 40, 'Draganesti (Brezoi)', 'Valcea', NULL, 0),
(12537, 40, 'Draganesti (Golesti)', 'Valcea', NULL, 20),
(12538, 40, 'Draganu', 'Valcea', NULL, 30),
(12539, 40, 'Dragasani', 'Valcea', NULL, 0),
(12540, 40, 'Dragioiu', 'Valcea', NULL, 29),
(12541, 40, 'Dragoesti', 'Valcea', NULL, 29),
(12542, 40, 'Dragulesti', 'Valcea', NULL, 45),
(12543, 40, 'Dumbrava', 'Valcea', NULL, 20),
(12544, 40, 'Dumbravesti', 'Valcea', NULL, 0),
(12545, 40, 'Facai', 'Valcea', NULL, 0),
(12546, 40, 'Fartatesti', 'Valcea', NULL, 25),
(12547, 40, 'Fauresti', 'Valcea', NULL, 54),
(12548, 40, 'Fauresti (Zatreni)', 'Valcea', NULL, 48),
(12549, 40, 'Fedelesoiu', 'Valcea', NULL, 0),
(12550, 40, 'Firesti', 'Valcea', NULL, 0),
(12551, 40, 'Firijba', 'Valcea', NULL, 0),
(12552, 40, 'Fiscalia', 'Valcea', NULL, 0),
(12553, 40, 'Folestii de Jos', 'Valcea', NULL, 0),
(12554, 40, 'Folestii de Sus', 'Valcea', NULL, 0),
(12555, 40, 'Fotesti', 'Valcea', NULL, 0),
(12556, 40, 'Francesti', 'Valcea', NULL, 0),
(12557, 40, 'Francesti-Coasta', 'Valcea', NULL, 0),
(12558, 40, 'Frasina', 'Valcea', NULL, 25),
(12559, 40, 'Fumureni', 'Valcea', NULL, 23),
(12560, 40, 'Fundatura', 'Valcea', NULL, 18),
(12561, 40, 'Gageni', 'Valcea', NULL, 37),
(12562, 40, 'Gainesti', 'Valcea', NULL, 50),
(12563, 40, 'Galicea', 'Valcea', NULL, 0),
(12564, 40, 'Galtofani', 'Valcea', NULL, 25),
(12565, 40, 'Ganesti', 'Valcea', NULL, 45),
(12566, 40, 'Gantulei', 'Valcea', NULL, 16),
(12567, 40, 'Garnicet', 'Valcea', NULL, 25),
(12568, 40, 'Garnicetu', 'Valcea', NULL, 35),
(12569, 40, 'Gatejesti', 'Valcea', NULL, 0),
(12570, 40, 'Gaujani', 'Valcea', NULL, 40),
(12571, 40, 'Gavanesti', 'Valcea', NULL, 20),
(12572, 40, 'Geamana (Dragoesti)', 'Valcea', NULL, 25),
(12573, 40, 'Geamana (Stoilesti)', 'Valcea', NULL, 25),
(12574, 40, 'Genuneni', 'Valcea', NULL, 0),
(12575, 40, 'Ghindari', 'Valcea', NULL, 50),
(12576, 40, 'Ghiobesti', 'Valcea', NULL, 20),
(12577, 40, 'Ghioroiu', 'Valcea', NULL, 40),
(12578, 40, 'Gibesti', 'Valcea', NULL, 17),
(12579, 40, 'Ginerica', 'Valcea', NULL, 25),
(12580, 40, 'Giulesti', 'Valcea', NULL, 30),
(12581, 40, 'Giulestii de Sus', 'Valcea', NULL, 31),
(12582, 40, 'Giurgiuveni', 'Valcea', NULL, 15),
(12583, 40, 'Giuroiu', 'Valcea', NULL, 22),
(12584, 40, 'Glavile', 'Valcea', NULL, 24),
(12585, 40, 'Glodu', 'Valcea', NULL, 41),
(12586, 40, 'Golesti', 'Valcea', NULL, 17),
(12587, 40, 'Golotreni', 'Valcea', NULL, 0),
(12588, 40, 'Gorunesti (Balcesti)', 'Valcea', NULL, 40),
(12589, 40, 'Gorunesti (Slatioara)', 'Valcea', NULL, 0),
(12590, 40, 'Govora', 'Valcea', NULL, 0),
(12591, 40, 'Gradistea', 'Valcea', NULL, 46),
(12592, 40, 'Greblesti ', 'Valcea', NULL, 43),
(12593, 40, 'Greci', 'Valcea', NULL, 22),
(12594, 40, 'Gropeni', 'Valcea', NULL, 22),
(12595, 40, 'Grosi', 'Valcea', NULL, 42),
(12596, 40, 'Gruieri', 'Valcea', NULL, 20),
(12597, 40, 'Gruiu', 'Valcea', NULL, 10),
(12598, 40, 'Gruiu Lupului', 'Valcea', NULL, 35),
(12599, 40, 'Guguianca', 'Valcea', NULL, 0),
(12600, 40, 'Gura Crucilor', 'Valcea', NULL, 46),
(12601, 40, 'Gura Suhasului', 'Valcea', NULL, 0),
(12602, 40, 'Gura Vaii', 'Valcea', NULL, 0),
(12603, 40, 'Gurguiata', 'Valcea', NULL, 17),
(12604, 40, 'Gurisoara', 'Valcea', NULL, 0),
(12605, 40, 'Gusoeni', 'Valcea', NULL, 0),
(12606, 40, 'Gusoianca', 'Valcea', NULL, 15),
(12607, 40, 'Herasti', 'Valcea', NULL, 40),
(12608, 40, 'Horezu', 'Valcea', NULL, 0),
(12609, 40, 'Hotarasa', 'Valcea', NULL, 35),
(12610, 40, 'Hotarele', 'Valcea', NULL, 0),
(12611, 40, 'Hotaroaia', 'Valcea', NULL, 45),
(12612, 40, 'Iacovile', 'Valcea', NULL, 25),
(12613, 40, 'Ifrimesti', 'Valcea', NULL, 0),
(12614, 40, 'Igoiu', 'Valcea', NULL, 35),
(12615, 40, 'Ilaciu', 'Valcea', NULL, 40),
(12616, 40, 'Ionesti', 'Valcea', NULL, 0),
(12617, 40, 'Irimesti', 'Valcea', NULL, 30),
(12618, 40, 'Izbasesti', 'Valcea', NULL, 16),
(12619, 40, 'Izvorasu', 'Valcea', NULL, 0),
(12620, 40, 'Izvoru', 'Valcea', NULL, 0),
(12621, 40, 'Izvoru Rece (Stoilesti)', 'Valcea', NULL, 25),
(12622, 40, 'Izvoru Rece (Vaideeni)', 'Valcea', NULL, 0),
(12623, 40, 'Jarostea', 'Valcea', NULL, 20),
(12624, 40, 'Jiblea Noua', 'Valcea', NULL, 0),
(12625, 40, 'Jiblea Veche', 'Valcea', NULL, 0),
(12626, 40, 'Lacusteni', 'Valcea', NULL, 40),
(12627, 40, 'Lacustenii de Jos', 'Valcea', NULL, 45),
(12628, 40, 'Lacustenii de Sus', 'Valcea', NULL, 45),
(12629, 40, 'Ladesti', 'Valcea', NULL, 25),
(12630, 40, 'Lalosu', 'Valcea', NULL, 53),
(12631, 40, 'Lapusata', 'Valcea', NULL, 40),
(12632, 40, 'Launele de Jos', 'Valcea', NULL, 40),
(12633, 40, 'Linia (Budesti)', 'Valcea', NULL, 0),
(12634, 40, 'Linia (Gradistea)', 'Valcea', NULL, 50),
(12635, 40, 'Linia Dealului', 'Valcea', NULL, 40),
(12636, 40, 'Linia Hanului', 'Valcea', NULL, 25),
(12637, 40, 'Linia pe Vale', 'Valcea', NULL, 40),
(12638, 40, 'Livadia', 'Valcea', NULL, 0),
(12639, 40, 'Livezi', 'Valcea', NULL, 52),
(12640, 40, 'Lunca (Bujoreni)', 'Valcea', NULL, 0),
(12641, 40, 'Lunca (Ocnele Mari)', 'Valcea', NULL, 0),
(12642, 40, 'Lungesti', 'Valcea', NULL, 17),
(12643, 40, 'Lupoaia', 'Valcea', NULL, 35),
(12644, 40, 'Lupuiesti', 'Valcea', NULL, 50),
(12645, 40, 'Maciuca', 'Valcea', NULL, 26),
(12646, 40, 'Maciuceni', 'Valcea', NULL, 28),
(12647, 40, 'Madulari', 'Valcea', NULL, 24),
(12648, 40, 'Madulari (Cernisoara)', 'Valcea', NULL, 25),
(12649, 40, 'Magura', 'Valcea', NULL, 0),
(12650, 40, 'Magureni', 'Valcea', NULL, 0),
(12651, 40, 'Malaia', 'Valcea', NULL, 30),
(12652, 40, 'Maldaresti', 'Valcea', NULL, 0),
(12653, 40, 'Maldaresti (Ladesti)', 'Valcea', NULL, 30),
(12654, 40, 'Maldaresti (Maciuca)', 'Valcea', NULL, 28),
(12655, 40, 'Maldarestii de Jos', 'Valcea', NULL, 0),
(12656, 40, 'Malu', 'Valcea', NULL, 22),
(12657, 40, 'Malu Alb', 'Valcea', NULL, 0),
(12658, 40, 'Malu Vartop', 'Valcea', NULL, 0),
(12659, 40, 'Mamu', 'Valcea', NULL, 25),
(12660, 40, 'Manailesti', 'Valcea', NULL, 0),
(12661, 40, 'Maneasa', 'Valcea', NULL, 38),
(12662, 40, 'Mangureni', 'Valcea', NULL, 20),
(12663, 40, 'Manicea', 'Valcea', NULL, 42),
(12664, 40, 'Marcea', 'Valcea', NULL, 0),
(12665, 40, 'Marcusu', 'Valcea', NULL, 53),
(12666, 40, 'Margineni', 'Valcea', NULL, 34),
(12667, 40, 'Maricesti', 'Valcea', NULL, 34),
(12668, 40, 'Marita', 'Valcea', NULL, 0),
(12669, 40, 'Mateesti', 'Valcea', NULL, 23),
(12670, 40, 'Mazararu', 'Valcea', NULL, 20),
(12671, 40, 'Mazili', 'Valcea', NULL, 0),
(12672, 40, 'Mecea', 'Valcea', NULL, 45),
(12673, 40, 'Meieni', 'Valcea', NULL, 15),
(12674, 40, 'Meresesti', 'Valcea', NULL, 15),
(12675, 40, 'Mierea', 'Valcea', NULL, 40),
(12676, 40, 'Mihaesti', 'Valcea', NULL, 0),
(12677, 40, 'Mijati', 'Valcea', NULL, 37),
(12678, 40, 'Mijlocu', 'Valcea', NULL, 40),
(12679, 40, 'Milcoiu', 'Valcea', NULL, 20),
(12680, 40, 'Milesti', 'Valcea', NULL, 50),
(12681, 40, 'Milostea', 'Valcea', NULL, 0),
(12682, 40, 'Miresti', 'Valcea', NULL, 0),
(12683, 40, 'Mitrofani', 'Valcea', NULL, 0),
(12684, 40, 'Mlaceni', 'Valcea', NULL, 35),
(12685, 40, 'Modoia', 'Valcea', NULL, 15),
(12686, 40, 'Mogesti', 'Valcea', NULL, 0),
(12687, 40, 'Mogosesti', 'Valcea', NULL, 10),
(12688, 40, 'Mologesti', 'Valcea', NULL, 50),
(12689, 40, 'Mosoroasa', 'Valcea', NULL, 17),
(12690, 40, 'Mosteni', 'Valcea', NULL, 0),
(12691, 40, 'Mrenesti', 'Valcea', NULL, 0),
(12692, 40, 'Muereasca', 'Valcea', NULL, 0),
(12693, 40, 'Muereasca de Sus', 'Valcea', NULL, 19),
(12694, 40, 'Munteni', 'Valcea', NULL, 0),
(12695, 40, 'Neghinesti', 'Valcea', NULL, 20),
(12696, 40, 'Negraia', 'Valcea', NULL, 30),
(12697, 40, 'Negreni', 'Valcea', NULL, 0),
(12698, 40, 'Negrulesti', 'Valcea', NULL, 0),
(12699, 40, 'Nemoiu', 'Valcea', NULL, 0),
(12700, 40, 'Nenciulesti', 'Valcea', NULL, 49),
(12701, 40, 'Netesti', 'Valcea', NULL, 20),
(12702, 40, 'Nicolae Balcescu', 'Valcea', NULL, 20),
(12703, 40, 'Nicolesti', 'Valcea', NULL, 31),
(12704, 40, 'Nisipi', 'Valcea', NULL, 40),
(12705, 40, 'Obarsia', 'Valcea', NULL, 20),
(12706, 40, 'Obislavu', 'Valcea', NULL, 46),
(12707, 40, 'Obogeni', 'Valcea', NULL, 20),
(12708, 40, 'Obrocesti', 'Valcea', NULL, 18),
(12709, 40, 'Ocnele Mari', 'Valcea', NULL, 0),
(12710, 40, 'Ocnita', 'Valcea', NULL, 0),
(12711, 40, 'Ocracu', 'Valcea', NULL, 38),
(12712, 40, 'Olanesti', 'Valcea', NULL, 0),
(12713, 40, 'Olanu', 'Valcea', NULL, 29),
(12714, 40, 'Olteanca (Glavile)', 'Valcea', NULL, 33),
(12715, 40, 'Olteanca (Ladesti)', 'Valcea', NULL, 25),
(12716, 40, 'Olteni', 'Valcea', NULL, 0),
(12717, 40, 'Oltetani', 'Valcea', NULL, 50),
(12718, 40, 'Oltetu', 'Valcea', NULL, 35),
(12719, 40, 'Opatesti', 'Valcea', NULL, 17),
(12720, 40, 'Orlesti', 'Valcea', NULL, 0),
(12721, 40, 'Ostroveni', 'Valcea', NULL, 0),
(12722, 40, 'Otesani', 'Valcea', NULL, 0),
(12723, 40, 'Otetelisu', 'Valcea', NULL, 20),
(12724, 40, 'Oveselu', 'Valcea', NULL, 25),
(12725, 40, 'Padina', 'Valcea', NULL, 21),
(12726, 40, 'Paduretu', 'Valcea', NULL, 0),
(12727, 40, 'Palanga', 'Valcea', NULL, 23),
(12728, 40, 'Paraienii de Jos', 'Valcea', NULL, 53),
(12729, 40, 'Paraienii de Mijloc', 'Valcea', NULL, 55),
(12730, 40, 'Paraienii de Sus', 'Valcea', NULL, 52),
(12731, 40, 'Parausani', 'Valcea', NULL, 52),
(12732, 40, 'Pasarei', 'Valcea', NULL, 50),
(12733, 40, 'Pascoaia', 'Valcea', NULL, 19),
(12734, 40, 'Pasculesti', 'Valcea', NULL, 25),
(12735, 40, 'Patesti', 'Valcea', NULL, 0),
(12736, 40, 'Pausa', 'Valcea', NULL, 0),
(12737, 40, 'Pausesti', 'Valcea', NULL, 0),
(12738, 40, 'Pausesti-Maglasi', 'Valcea', NULL, 0),
(12739, 40, 'Pausesti-Otasau', 'Valcea', NULL, 0),
(12740, 40, 'Perisani', 'Valcea', NULL, 37),
(12741, 40, 'Pertesti', 'Valcea', NULL, 50),
(12742, 40, 'Pesceana', 'Valcea', NULL, 31),
(12743, 40, 'Pietrari', 'Valcea', NULL, 0),
(12744, 40, 'Pietrari (Pausesti-Maglasi)', 'Valcea', NULL, 0),
(12745, 40, 'Pietrarii de Sus', 'Valcea', NULL, 0),
(12746, 40, 'Pietreni', 'Valcea', NULL, 15),
(12747, 40, 'Pietrisu', 'Valcea', NULL, 20),
(12748, 40, 'Pietroasa', 'Valcea', NULL, 40),
(12749, 40, 'Piscu Mare', 'Valcea', NULL, 20),
(12750, 40, 'Piscu Pietrei', 'Valcea', NULL, 0),
(12751, 40, 'Piscu Scoartei', 'Valcea', NULL, 25),
(12752, 40, 'Pleasa', 'Valcea', NULL, 17),
(12753, 40, 'Plesesti', 'Valcea', NULL, 55),
(12754, 40, 'Plesoiu (Livezi)', 'Valcea', NULL, 53),
(12755, 40, 'Plesoiu (Nicolae Balcescu)', 'Valcea', NULL, 19),
(12756, 40, 'Podeni', 'Valcea', NULL, 40),
(12757, 40, 'Poenari', 'Valcea', NULL, 62),
(12758, 40, 'Poenita', 'Valcea', NULL, 20),
(12759, 40, 'Poiana', 'Valcea', NULL, 45),
(12760, 40, 'Poienari', 'Valcea', NULL, 40),
(12761, 40, 'Pojogi-Cerna', 'Valcea', NULL, 22),
(12762, 40, 'Popesti', 'Valcea', NULL, 15),
(12763, 40, 'Popesti (Fartatesti)', 'Valcea', NULL, 40),
(12764, 40, 'Popesti (Golesti)', 'Valcea', NULL, 20),
(12765, 40, 'Popesti (Ladesti)', 'Valcea', NULL, 25),
(12766, 40, 'Popesti (Maciuca)', 'Valcea', NULL, 30),
(12767, 40, 'Popesti (Nicolae Balcescu)', 'Valcea', NULL, 20),
(12768, 40, 'Popesti (Sinesti)', 'Valcea', NULL, 38),
(12769, 40, 'Popesti (Stoenesti)', 'Valcea', NULL, 15),
(12770, 40, 'Popesti (Tetoiu)', 'Valcea', NULL, 38),
(12771, 40, 'Portaresti', 'Valcea', NULL, 53),
(12772, 40, 'Prajila', 'Valcea', NULL, 0),
(12773, 40, 'Predesti', 'Valcea', NULL, 20),
(12774, 40, 'Preotesti', 'Valcea', NULL, 55),
(12775, 40, 'Priba', 'Valcea', NULL, 0),
(12776, 40, 'Priloage', 'Valcea', NULL, 40),
(12777, 40, 'Pripoara', 'Valcea', NULL, 0),
(12778, 40, 'Pripoare', 'Valcea', NULL, 50),
(12779, 40, 'Priporu', 'Valcea', NULL, 0),
(12780, 40, 'Procopoaia', 'Valcea', NULL, 0),
(12781, 40, 'Prodanesti', 'Valcea', NULL, 0),
(12782, 40, 'Proieni', 'Valcea', NULL, 19);
INSERT INTO `cities` (`id`, `county_id`, `name`, `county_name`, `county_code`, `extra_km`) VALUES
(12783, 40, 'Prundeni', 'Valcea', NULL, 0),
(12784, 40, 'Racovita', 'Valcea', NULL, 30),
(12785, 40, 'Racovita (Budesti)', 'Valcea', NULL, 0),
(12786, 40, 'Racu', 'Valcea', NULL, 15),
(12787, 40, 'Radacinesti', 'Valcea', NULL, 0),
(12788, 40, 'Ramesti (Horezu)', 'Valcea', NULL, 0),
(12789, 40, 'Ramesti (susani)', 'Valcea', NULL, 35),
(12790, 40, 'Ramnicu Valcea', 'Valcea', NULL, 0),
(12791, 40, 'Rapa Caramizii', 'Valcea', NULL, 25),
(12792, 40, 'Rapanesti', 'Valcea', NULL, 0),
(12793, 40, 'Ratalesti', 'Valcea', NULL, 53),
(12794, 40, 'Rau Vadului', 'Valcea', NULL, 42),
(12795, 40, 'Raureni', 'Valcea', NULL, 0),
(12796, 40, 'Robaia', 'Valcea', NULL, 10),
(12797, 40, 'Robesti', 'Valcea', NULL, 35),
(12798, 40, 'Roesti', 'Valcea', NULL, 25),
(12799, 40, 'Roesti (Pesceana)', 'Valcea', NULL, 31),
(12800, 40, 'Romanesti', 'Valcea', NULL, 55),
(12801, 40, 'Romani', 'Valcea', NULL, 0),
(12802, 40, 'Romanii de Jos', 'Valcea', NULL, 0),
(12803, 40, 'Romanii de Sus', 'Valcea', NULL, 0),
(12804, 40, 'Rosia', 'Valcea', NULL, 45),
(12805, 40, 'Rosiile', 'Valcea', NULL, 50),
(12806, 40, 'Rosioara', 'Valcea', NULL, 17),
(12807, 40, 'Rosoveni', 'Valcea', NULL, 0),
(12808, 40, 'Rotarasti', 'Valcea', NULL, 25),
(12809, 40, 'Ruda', 'Valcea', NULL, 0),
(12810, 40, 'Rugetu (Mihaesti)', 'Valcea', NULL, 0),
(12811, 40, 'Rugetu (Slatioara)', 'Valcea', NULL, 0),
(12812, 40, 'Runcu', 'Valcea', NULL, 13),
(12813, 40, 'Rusanesti', 'Valcea', NULL, 32),
(12814, 40, 'Saioci', 'Valcea', NULL, 24),
(12815, 40, 'Salatrucel', 'Valcea', NULL, 0),
(12816, 40, 'Salistea', 'Valcea', NULL, 27),
(12817, 40, 'Sanbotin', 'Valcea', NULL, 0),
(12818, 40, 'Sarbi', 'Valcea', NULL, 32),
(12819, 40, 'Sarsanesti', 'Valcea', NULL, 20),
(12820, 40, 'Sarulesti', 'Valcea', NULL, 38),
(12821, 40, 'Sascioara', 'Valcea', NULL, 53),
(12822, 40, 'Satu Poieni', 'Valcea', NULL, 45),
(12823, 40, 'Scaiosi', 'Valcea', NULL, 15),
(12824, 40, 'Scarisoara', 'Valcea', NULL, 0),
(12825, 40, 'Scaueni', 'Valcea', NULL, 0),
(12826, 40, 'Schitu', 'Valcea', NULL, 20),
(12827, 40, 'Scorusu', 'Valcea', NULL, 38),
(12828, 40, 'Scundu', 'Valcea', NULL, 22),
(12829, 40, 'Seaca (Calimanesti)', 'Valcea', NULL, 0),
(12830, 40, 'Seaca (Salatrucel)', 'Valcea', NULL, 10),
(12831, 40, 'Seciu', 'Valcea', NULL, 30),
(12832, 40, 'Serbaneasa', 'Valcea', NULL, 23),
(12833, 40, 'Serbanesti (Lapusata)', 'Valcea', NULL, 45),
(12834, 40, 'Serbanesti (Pausesti)', 'Valcea', NULL, 0),
(12835, 40, 'Serbanesti (Salatrucel)', 'Valcea', NULL, 10),
(12836, 40, 'Serbanesti (Stefanesti)', 'Valcea', NULL, 0),
(12837, 40, 'Silea', 'Valcea', NULL, 0),
(12838, 40, 'Sinesti', 'Valcea', NULL, 40),
(12839, 40, 'Sirineasa', 'Valcea', NULL, 0),
(12840, 40, 'Slatioara', 'Valcea', NULL, 0),
(12841, 40, 'Slatioarele', 'Valcea', NULL, 0),
(12842, 40, 'Slavitesti', 'Valcea', NULL, 0),
(12843, 40, 'Snamana', 'Valcea', NULL, 18),
(12844, 40, 'Solicesti', 'Valcea', NULL, 0),
(12845, 40, 'Sotani', 'Valcea', NULL, 30),
(12846, 40, 'Sparleni', 'Valcea', NULL, 0),
(12847, 40, 'Spinu', 'Valcea', NULL, 37),
(12848, 40, 'Stanculesti', 'Valcea', NULL, 30),
(12849, 40, 'Stanesti', 'Valcea', NULL, 25),
(12850, 40, 'Stanesti (Stoilesti)', 'Valcea', NULL, 30),
(12851, 40, 'Stanesti-Lunca', 'Valcea', NULL, 25),
(12852, 40, 'Stanomiru', 'Valcea', NULL, 45),
(12853, 40, 'Stefanesti', 'Valcea', NULL, 0),
(12854, 40, 'Stefanesti (Maciuca)', 'Valcea', NULL, 28),
(12855, 40, 'Stirbesti', 'Valcea', NULL, 40),
(12856, 40, 'Stoenesti', 'Valcea', NULL, 0),
(12857, 40, 'Stoenesti (Berislavesti)', 'Valcea', NULL, 16),
(12858, 40, 'Stoicanesti', 'Valcea', NULL, 30),
(12859, 40, 'Stoiculesti', 'Valcea', NULL, 32),
(12860, 40, 'Stoilesti', 'Valcea', NULL, 22),
(12861, 40, 'Stolniceni', 'Valcea', NULL, 0),
(12862, 40, 'Strachinesti', 'Valcea', NULL, 45),
(12863, 40, 'Streminoasa', 'Valcea', NULL, 0),
(12864, 40, 'Stroesti', 'Valcea', NULL, 15),
(12865, 40, 'Stuparei', 'Valcea', NULL, 0),
(12866, 40, 'Sub Deal', 'Valcea', NULL, 0),
(12867, 40, 'Suiesti', 'Valcea', NULL, 35),
(12868, 40, 'Surdoiu', 'Valcea', NULL, 40),
(12869, 40, 'Suricaru', 'Valcea', NULL, 25),
(12870, 40, 'Surpatele', 'Valcea', NULL, 0),
(12871, 40, 'Surpati', 'Valcea', NULL, 20),
(12872, 40, 'Susani', 'Valcea', NULL, 30),
(12873, 40, 'Suseni', 'Valcea', NULL, 20),
(12874, 40, 'Suta', 'Valcea', NULL, 15),
(12875, 40, 'Sutesti', 'Valcea', NULL, 0),
(12876, 40, 'Tanasesti', 'Valcea', NULL, 0),
(12877, 40, 'Tanislavi', 'Valcea', NULL, 31),
(12878, 40, 'Targu Gangulesti', 'Valcea', NULL, 35),
(12879, 40, 'Tatarani', 'Valcea', NULL, 0),
(12880, 40, 'Teica', 'Valcea', NULL, 0),
(12881, 40, 'Teiu', 'Valcea', NULL, 0),
(12882, 40, 'Teiul', 'Valcea', NULL, 20),
(12883, 40, 'Teiusu', 'Valcea', NULL, 20),
(12884, 40, 'Telechesti', 'Valcea', NULL, 0),
(12885, 40, 'Tepesti', 'Valcea', NULL, 30),
(12886, 40, 'Tepsenari', 'Valcea', NULL, 25),
(12887, 40, 'Tetoiu', 'Valcea', NULL, 34),
(12888, 40, 'Tighina', 'Valcea', NULL, 0),
(12889, 40, 'Tina', 'Valcea', NULL, 49),
(12890, 40, 'Tisa', 'Valcea', NULL, 0),
(12891, 40, 'Titesti', 'Valcea', NULL, 37),
(12892, 40, 'Titireci', 'Valcea', NULL, 0),
(12893, 40, 'Tomsani', 'Valcea', NULL, 0),
(12894, 40, 'Troian', 'Valcea', NULL, 0),
(12895, 40, 'Trundin', 'Valcea', NULL, 0),
(12896, 40, 'Tufanii', 'Valcea', NULL, 25),
(12897, 40, 'Tulei-Campeni', 'Valcea', NULL, 20),
(12898, 40, 'Turburea', 'Valcea', NULL, 50),
(12899, 40, 'Turcesti', 'Valcea', NULL, 33),
(12900, 40, 'Tutulesti', 'Valcea', NULL, 28),
(12901, 40, 'Tuturu', 'Valcea', NULL, 55),
(12902, 40, 'Udresti', 'Valcea', NULL, 40),
(12903, 40, 'Ulmetel', 'Valcea', NULL, 0),
(12904, 40, 'Ulmetu', 'Valcea', NULL, 27),
(12905, 40, 'Ursani', 'Valcea', NULL, 0),
(12906, 40, 'Ursi (Popesti)', 'Valcea', NULL, 15),
(12907, 40, 'Ursi (Stoilesti)', 'Valcea', NULL, 20),
(12908, 40, 'Ursoaia', 'Valcea', NULL, 25),
(12909, 40, 'Urzica', 'Valcea', NULL, 50),
(12910, 40, 'Usurei', 'Valcea', NULL, 25),
(12911, 40, 'Vaideeni', 'Valcea', NULL, 0),
(12912, 40, 'Valea Alunisului', 'Valcea', NULL, 16),
(12913, 40, 'Valea Babei', 'Valcea', NULL, 25),
(12914, 40, 'Valea Balceasca', 'Valcea', NULL, 30),
(12915, 40, 'Valea Caselor (Dragasani)', 'Valcea', NULL, 0),
(12916, 40, 'Valea Caselor (Popesti)', 'Valcea', NULL, 15),
(12917, 40, 'Valea Cheii', 'Valcea', NULL, 0),
(12918, 40, 'Valea Gradistei', 'Valcea', NULL, 46),
(12919, 40, 'Valea lui Stan', 'Valcea', NULL, 0),
(12920, 40, 'Valea Lunga', 'Valcea', NULL, 25),
(12921, 40, 'Valea Macesului', 'Valcea', NULL, 40),
(12922, 40, 'Valea Mare', 'Valcea', NULL, 30),
(12923, 40, 'Valea Mare (Babeni)', 'Valcea', NULL, 0),
(12924, 40, 'Valea Mare (Berbesti)', 'Valcea', NULL, 32),
(12925, 40, 'Valea Raului', 'Valcea', NULL, 19),
(12926, 40, 'Valea Scheiului', 'Valcea', NULL, 44),
(12927, 40, 'Valea Ursului', 'Valcea', NULL, 40),
(12928, 40, 'Valea Valeni', 'Valcea', NULL, 45),
(12929, 40, 'Valea Viei', 'Valcea', NULL, 20),
(12930, 40, 'Valeni (Pausesti)', 'Valcea', NULL, 0),
(12931, 40, 'Valeni (Zatreni)', 'Valcea', NULL, 50),
(12932, 40, 'Varateci', 'Valcea', NULL, 20),
(12933, 40, 'Varatica', 'Valcea', NULL, 0),
(12934, 40, 'Varatici', 'Valcea', NULL, 0),
(12935, 40, 'Varleni', 'Valcea', NULL, 25),
(12936, 40, 'Vatasesti', 'Valcea', NULL, 25),
(12937, 40, 'Verdea', 'Valcea', NULL, 0),
(12938, 40, 'Vetelu', 'Valcea', NULL, 32),
(12939, 40, 'Viisoara', 'Valcea', NULL, 0),
(12940, 40, 'Vladesti ', 'Valcea', NULL, 0),
(12941, 40, 'Vladuceni', 'Valcea', NULL, 0),
(12942, 40, 'Vladulesti', 'Valcea', NULL, 18),
(12943, 40, 'Voicesti', 'Valcea', NULL, 0),
(12944, 40, 'Voicestii din Vale', 'Valcea', NULL, 0),
(12945, 40, 'Voiculeasa', 'Valcea', NULL, 24),
(12946, 40, 'Voineasa', 'Valcea', NULL, 40),
(12947, 40, 'Voinesita', 'Valcea', NULL, 40),
(12948, 40, 'Vulpuesti', 'Valcea', NULL, 0),
(12949, 40, 'Zarneni', 'Valcea', NULL, 0),
(12950, 40, 'Zarnesti', 'Valcea', NULL, 41),
(12951, 40, 'Zatreni', 'Valcea', NULL, 48),
(12952, 40, 'Zatrenii de Sus', 'Valcea', NULL, 47),
(12953, 40, 'Zavideni', 'Valcea', NULL, 0),
(12954, 40, 'Zavoieni', 'Valcea', NULL, 27),
(12955, 40, 'Zgubea', 'Valcea', NULL, 53),
(12956, 40, 'Zlatarei', 'Valcea', NULL, 0),
(12957, 40, 'Zmeuratu', 'Valcea', NULL, 20),
(12958, 41, '1 Decembrie', 'Vaslui', NULL, 32),
(12959, 41, 'Albesti', 'Vaslui', NULL, 23),
(12960, 41, 'Albesti (Delesti)', 'Vaslui', NULL, 0),
(12961, 41, 'Albina', 'Vaslui', NULL, 32),
(12962, 41, 'Albita', 'Vaslui', NULL, 25),
(12963, 41, 'Alexandru Vlahuta', 'Vaslui', NULL, 34),
(12964, 41, 'Armaseni (Bacesti)', 'Vaslui', NULL, 54),
(12965, 41, 'Armaseni (Bunesti-Averesti)', 'Vaslui', NULL, 35),
(12966, 41, 'Armasoaia', 'Vaslui', NULL, 38),
(12967, 41, 'Arsita', 'Vaslui', NULL, 0),
(12968, 41, 'Arsura', 'Vaslui', NULL, 40),
(12969, 41, 'Averesti', 'Vaslui', NULL, 35),
(12970, 41, 'Avramesti', 'Vaslui', NULL, 52),
(12971, 41, 'Babusa', 'Vaslui', NULL, 56),
(12972, 41, 'Babuta', 'Vaslui', NULL, 38),
(12973, 41, 'Bacani', 'Vaslui', NULL, 20),
(12974, 41, 'Bacaoani', 'Vaslui', NULL, 0),
(12975, 41, 'Bacesti', 'Vaslui', NULL, 55),
(12976, 41, 'Badeana ', 'Vaslui', NULL, 0),
(12977, 41, 'Bahnari', 'Vaslui', NULL, 0),
(12978, 41, 'Baile Dranceni', 'Vaslui', NULL, 23),
(12979, 41, 'Balesti', 'Vaslui', NULL, 0),
(12980, 41, 'Baltateni', 'Vaslui', NULL, 16),
(12981, 41, 'Baltati', 'Vaslui', NULL, 31),
(12982, 41, 'Balteni', 'Vaslui', NULL, 0),
(12983, 41, 'Balteni-Deal', 'Vaslui', NULL, 0),
(12984, 41, 'Banca', 'Vaslui', NULL, 30),
(12985, 41, 'Bancesti', 'Vaslui', NULL, 43),
(12986, 41, 'Barbosi', 'Vaslui', NULL, 35),
(12987, 41, 'Barlad', 'Vaslui', NULL, 0),
(12988, 41, 'Barlalesti', 'Vaslui', NULL, 40),
(12989, 41, 'Bartalus-Mocani', 'Vaslui', NULL, 61),
(12990, 41, 'Bartalus-Razesi', 'Vaslui', NULL, 62),
(12991, 41, 'Barzesti', 'Vaslui', NULL, 30),
(12992, 41, 'Bejenesti', 'Vaslui', NULL, 0),
(12993, 41, 'Belcesti', 'Vaslui', NULL, 21),
(12994, 41, 'Belzeni', 'Vaslui', NULL, 80),
(12995, 41, 'Benesti', 'Vaslui', NULL, 0),
(12996, 41, 'Bereasa', 'Vaslui', NULL, 28),
(12997, 41, 'Berezeni', 'Vaslui', NULL, 49),
(12998, 41, 'Blagesti', 'Vaslui', NULL, 50),
(12999, 41, 'Blesca', 'Vaslui', NULL, 45),
(13000, 41, 'Bobesti', 'Vaslui', NULL, 0),
(13001, 41, 'Bogdana', 'Vaslui', NULL, 25),
(13002, 41, 'Bogdana-Voloseni', 'Vaslui', NULL, 0),
(13003, 41, 'Bogdanesti', 'Vaslui', NULL, 62),
(13004, 41, 'Bogdanesti (Falciu)', 'Vaslui', NULL, 62),
(13005, 41, 'Bogdanita', 'Vaslui', NULL, 30),
(13006, 41, 'Bogesti', 'Vaslui', NULL, 32),
(13007, 41, 'Bolati', 'Vaslui', NULL, 31),
(13008, 41, 'Borodesti', 'Vaslui', NULL, 21),
(13009, 41, 'Botesti', 'Vaslui', NULL, 35),
(13010, 41, 'Botoaia', 'Vaslui', NULL, 27),
(13011, 41, 'Botoi', 'Vaslui', NULL, 39),
(13012, 41, 'Bousori', 'Vaslui', NULL, 0),
(13013, 41, 'Bozia', 'Vaslui', NULL, 80),
(13014, 41, 'Bradesti', 'Vaslui', NULL, 61),
(13015, 41, 'Brahasoaia', 'Vaslui', NULL, 25),
(13016, 41, 'Brodoc', 'Vaslui', NULL, 0),
(13017, 41, 'Broscosesti', 'Vaslui', NULL, 25),
(13018, 41, 'Brosteni', 'Vaslui', NULL, 0),
(13019, 41, 'Buda (Alexandru Vlahuta)', 'Vaslui', NULL, 48),
(13020, 41, 'Buda (Bogdanesti)', 'Vaslui', NULL, 62),
(13021, 41, 'Buda (Osesti)', 'Vaslui', NULL, 21),
(13022, 41, 'Budesti', 'Vaslui', NULL, 0),
(13023, 41, 'Budu Cantemir', 'Vaslui', NULL, 21),
(13024, 41, 'Buhaiesti', 'Vaslui', NULL, 30),
(13025, 41, 'Bulboaca', 'Vaslui', NULL, 0),
(13026, 41, 'Bumbata', 'Vaslui', NULL, 28),
(13027, 41, 'Bunesti', 'Vaslui', NULL, 30),
(13028, 41, 'Bunesti-Averesti', 'Vaslui', NULL, 30),
(13029, 41, 'Bursuci', 'Vaslui', NULL, 35),
(13030, 41, 'Buscata', 'Vaslui', NULL, 24),
(13031, 41, 'Butucaria', 'Vaslui', NULL, 0),
(13032, 41, 'Calimanesti', 'Vaslui', NULL, 56),
(13033, 41, 'Calugareni', 'Vaslui', NULL, 55),
(13034, 41, 'Cantalaresti', 'Vaslui', NULL, 0),
(13035, 41, 'Capotesti', 'Vaslui', NULL, 0),
(13036, 41, 'Capusneni', 'Vaslui', NULL, 0),
(13037, 41, 'Carja', 'Vaslui', NULL, 42),
(13038, 41, 'Carjoani', 'Vaslui', NULL, 20),
(13039, 41, 'Cartibasi', 'Vaslui', NULL, 30),
(13040, 41, 'Cazanesti', 'Vaslui', NULL, 45),
(13041, 41, 'Cepesti', 'Vaslui', NULL, 30),
(13042, 41, 'Cetatuia', 'Vaslui', NULL, 42),
(13043, 41, 'Chersacosu', 'Vaslui', NULL, 0),
(13044, 41, 'Chetresti', 'Vaslui', NULL, 0),
(13045, 41, 'Chetrosu', 'Vaslui', NULL, 61),
(13046, 41, 'Chilieni', 'Vaslui', NULL, 42),
(13047, 41, 'Chircesti', 'Vaslui', NULL, 29),
(13048, 41, 'Chitcani', 'Vaslui', NULL, 29),
(13049, 41, 'Chitoc', 'Vaslui', NULL, 0),
(13050, 41, 'Cioatele', 'Vaslui', NULL, 50),
(13051, 41, 'Ciocani', 'Vaslui', NULL, 22),
(13052, 41, 'Ciofeni', 'Vaslui', NULL, 0),
(13053, 41, 'Ciortolom', 'Vaslui', NULL, 0),
(13054, 41, 'Ciuperca', 'Vaslui', NULL, 25),
(13055, 41, 'Codaesti', 'Vaslui', NULL, 40),
(13056, 41, 'Codreni', 'Vaslui', NULL, 0),
(13057, 41, 'Condrea', 'Vaslui', NULL, 25),
(13058, 41, 'Copaceana', 'Vaslui', NULL, 68),
(13059, 41, 'Corbu', 'Vaslui', NULL, 0),
(13060, 41, 'Corni-Albesti', 'Vaslui', NULL, 22),
(13061, 41, 'Corobanesti', 'Vaslui', NULL, 80),
(13062, 41, 'Corodesti', 'Vaslui', NULL, 62),
(13063, 41, 'Coroiesti', 'Vaslui', NULL, 35),
(13064, 41, 'Coroiesti (Bogdanita)', 'Vaslui', NULL, 49),
(13065, 41, 'Coroiestii de Sus', 'Vaslui', NULL, 55),
(13066, 41, 'Coroiu', 'Vaslui', NULL, 24),
(13067, 41, 'Cosca', 'Vaslui', NULL, 0),
(13068, 41, 'Cosesti', 'Vaslui', NULL, 25),
(13069, 41, 'Costesti', 'Vaslui', NULL, 55),
(13070, 41, 'Cotic', 'Vaslui', NULL, 45),
(13071, 41, 'Cozmesti', 'Vaslui', NULL, 20),
(13072, 41, 'Craciunesti', 'Vaslui', NULL, 35),
(13073, 41, 'Crang', 'Vaslui', NULL, 0),
(13074, 41, 'Crangu Nou', 'Vaslui', NULL, 18),
(13075, 41, 'Crasna', 'Vaslui', NULL, 0),
(13076, 41, 'Crasnaseni', 'Vaslui', NULL, 0),
(13077, 41, 'Cretesti', 'Vaslui', NULL, 0),
(13078, 41, 'Cretestii de Sus', 'Vaslui', NULL, 0),
(13079, 41, 'Cristesti', 'Vaslui', NULL, 33),
(13080, 41, 'Crivesti', 'Vaslui', NULL, 21),
(13081, 41, 'Cujba', 'Vaslui', NULL, 41),
(13082, 41, 'Cursesti-Deal', 'Vaslui', NULL, 37),
(13083, 41, 'Cursesti-Vale', 'Vaslui', NULL, 38),
(13084, 41, 'Curteni', 'Vaslui', NULL, 20),
(13085, 41, 'Danesti', 'Vaslui', NULL, 30),
(13086, 41, 'Davidesti', 'Vaslui', NULL, 0),
(13087, 41, 'Dealu Mare', 'Vaslui', NULL, 0),
(13088, 41, 'Dealu Secarii', 'Vaslui', NULL, 30),
(13089, 41, 'Delea', 'Vaslui', NULL, 0),
(13090, 41, 'Deleni', 'Vaslui', NULL, 19),
(13091, 41, 'Deleni (Hoceni)', 'Vaslui', NULL, 38),
(13092, 41, 'Delesti', 'Vaslui', NULL, 0),
(13093, 41, 'Dimitrie Cantemir ', 'Vaslui', NULL, 30),
(13094, 41, 'Dinga', 'Vaslui', NULL, 30),
(13095, 41, 'Doagele', 'Vaslui', NULL, 44),
(13096, 41, 'Dobroslovesti', 'Vaslui', NULL, 0),
(13097, 41, 'Docaneasa', 'Vaslui', NULL, 38),
(13098, 41, 'Docani', 'Vaslui', NULL, 38),
(13099, 41, 'Dodesti', 'Vaslui', NULL, 44),
(13100, 41, 'Dracseni (Rebricea)', 'Vaslui', NULL, 26),
(13101, 41, 'Dragesti', 'Vaslui', NULL, 45),
(13102, 41, 'Dragomanesti', 'Vaslui', NULL, 35),
(13103, 41, 'Dragomiresti', 'Vaslui', NULL, 40),
(13104, 41, 'Dranceni', 'Vaslui', NULL, 25),
(13105, 41, 'Draxeni (Gherghesti)', 'Vaslui', NULL, 35),
(13106, 41, 'Drujesti', 'Vaslui', NULL, 0),
(13107, 41, 'Duda', 'Vaslui', NULL, 0),
(13108, 41, 'Duda-Epureni', 'Vaslui', NULL, 0),
(13109, 41, 'Dumasca', 'Vaslui', NULL, 65),
(13110, 41, 'Dumbraveni', 'Vaslui', NULL, 43),
(13111, 41, 'Dumesti', 'Vaslui', NULL, 49),
(13112, 41, 'Dumestii Vechi', 'Vaslui', NULL, 48),
(13113, 41, 'Emil Racovita', 'Vaslui', NULL, 41),
(13114, 41, 'Epureni', 'Vaslui', NULL, 38),
(13115, 41, 'Epureni (Duda-Epureni)', 'Vaslui', NULL, 0),
(13116, 41, 'Falciu', 'Vaslui', NULL, 62),
(13117, 41, 'Fantana Blanarului', 'Vaslui', NULL, 0),
(13118, 41, 'Fantanele', 'Vaslui', NULL, 62),
(13119, 41, 'Fastaci', 'Vaslui', NULL, 30),
(13120, 41, 'Fedesti', 'Vaslui', NULL, 54),
(13121, 41, 'Feresti', 'Vaslui', NULL, 20),
(13122, 41, 'Floreni', 'Vaslui', NULL, 38),
(13123, 41, 'Floresti', 'Vaslui', NULL, 31),
(13124, 41, 'Focsa', 'Vaslui', NULL, 20),
(13125, 41, 'Focseasca', 'Vaslui', NULL, 50),
(13126, 41, 'Frasinu', 'Vaslui', NULL, 20),
(13127, 41, 'Fruntiseni', 'Vaslui', NULL, 31),
(13128, 41, 'Fulgu', 'Vaslui', NULL, 40),
(13129, 41, 'Fundatura (Arsura)', 'Vaslui', NULL, 35),
(13130, 41, 'Fundatura (Delesti)', 'Vaslui', NULL, 0),
(13131, 41, 'Fundatura Mare', 'Vaslui', NULL, 36),
(13132, 41, 'Fundatura Mica', 'Vaslui', NULL, 34),
(13133, 41, 'Fundu Vaii (Lipovat)', 'Vaslui', NULL, 0),
(13134, 41, 'Fundu Vaii (Poienesti)', 'Vaslui', NULL, 23),
(13135, 41, 'Gagesti', 'Vaslui', NULL, 48),
(13136, 41, 'Galtesti', 'Vaslui', NULL, 32),
(13137, 41, 'Ganesti', 'Vaslui', NULL, 42),
(13138, 41, 'Gara Banca', 'Vaslui', NULL, 30),
(13139, 41, 'Gara Docaneasa', 'Vaslui', NULL, 38),
(13140, 41, 'Gara Rosiesti', 'Vaslui', NULL, 30),
(13141, 41, 'Gara Talasman', 'Vaslui', NULL, 51),
(13142, 41, 'Garceni', 'Vaslui', NULL, 43),
(13143, 41, 'Gardesti', 'Vaslui', NULL, 64),
(13144, 41, 'Gavanu', 'Vaslui', NULL, 0),
(13145, 41, 'Ghergheleu', 'Vaslui', NULL, 40),
(13146, 41, 'Gherghesti', 'Vaslui', NULL, 40),
(13147, 41, 'Ghermanesti (Banca)', 'Vaslui', NULL, 35),
(13148, 41, 'Ghermanesti (Dranceni)', 'Vaslui', NULL, 35),
(13149, 41, 'Ghicani', 'Vaslui', NULL, 28),
(13150, 41, 'Ghireasca', 'Vaslui', NULL, 40),
(13151, 41, 'Giurcani', 'Vaslui', NULL, 46),
(13152, 41, 'Giurgesti', 'Vaslui', NULL, 0),
(13153, 41, 'Glodeni', 'Vaslui', NULL, 27),
(13154, 41, 'Grajdeni', 'Vaslui', NULL, 36),
(13155, 41, 'Grivita', 'Vaslui', NULL, 0),
(13156, 41, 'Grumezoaia', 'Vaslui', NULL, 30),
(13157, 41, 'Gugesti', 'Vaslui', NULL, 29),
(13158, 41, 'Gura Albesti', 'Vaslui', NULL, 23),
(13159, 41, 'Gura Idrici', 'Vaslui', NULL, 33),
(13160, 41, 'Gura Vaii', 'Vaslui', NULL, 0),
(13161, 41, 'Gusitei', 'Vaslui', NULL, 38),
(13162, 41, 'Halaresti', 'Vaslui', NULL, 40),
(13163, 41, 'Halta Dodesti', 'Vaslui', NULL, 35),
(13164, 41, 'Harsova', 'Vaslui', NULL, 0),
(13165, 41, 'Harsoveni', 'Vaslui', NULL, 25),
(13166, 41, 'Hoceni', 'Vaslui', NULL, 30),
(13167, 41, 'Hordilesti', 'Vaslui', NULL, 24),
(13168, 41, 'Horga', 'Vaslui', NULL, 46),
(13169, 41, 'Horoiata', 'Vaslui', NULL, 62),
(13170, 41, 'Hreasca', 'Vaslui', NULL, 40),
(13171, 41, 'Huc', 'Vaslui', NULL, 55),
(13172, 41, 'Hupca', 'Vaslui', NULL, 62),
(13173, 41, 'Hurdugi', 'Vaslui', NULL, 35),
(13174, 41, 'Husi', 'Vaslui', NULL, 0),
(13175, 41, 'Iana', 'Vaslui', NULL, 30),
(13176, 41, 'Iaz', 'Vaslui', NULL, 25),
(13177, 41, 'Ibanesti', 'Vaslui', NULL, 39),
(13178, 41, 'Idrici', 'Vaslui', NULL, 36),
(13179, 41, 'Iezer', 'Vaslui', NULL, 42),
(13180, 41, 'Iezerel', 'Vaslui', NULL, 28),
(13181, 41, 'Igesti', 'Vaslui', NULL, 58),
(13182, 41, 'Ivanesti', 'Vaslui', NULL, 28),
(13183, 41, 'Ivanesti (Padureni)', 'Vaslui', NULL, 0),
(13184, 41, 'Ivesti', 'Vaslui', NULL, 0),
(13185, 41, 'Jigalia', 'Vaslui', NULL, 48),
(13186, 41, 'Lacu Babei', 'Vaslui', NULL, 27),
(13187, 41, 'Lalesti', 'Vaslui', NULL, 54),
(13188, 41, 'Latesti', 'Vaslui', NULL, 48),
(13189, 41, 'Laza', 'Vaslui', NULL, 0),
(13190, 41, 'Lazu', 'Vaslui', NULL, 34),
(13191, 41, 'Leosti (Padureni)', 'Vaslui', NULL, 0),
(13192, 41, 'Leosti (Tatarani)', 'Vaslui', NULL, 17),
(13193, 41, 'Lipovat', 'Vaslui', NULL, 0),
(13194, 41, 'Lunca', 'Vaslui', NULL, 30),
(13195, 41, 'Lunca Banului', 'Vaslui', NULL, 0),
(13196, 41, 'Lunca Veche', 'Vaslui', NULL, 30),
(13197, 41, 'Lupesti', 'Vaslui', NULL, 23),
(13198, 41, 'Macresti (Rebricea)', 'Vaslui', NULL, 25),
(13199, 41, 'Macresti (Zapodeni)', 'Vaslui', NULL, 0),
(13200, 41, 'Malaiesti', 'Vaslui', NULL, 43),
(13201, 41, 'Malusteni', 'Vaslui', NULL, 52),
(13202, 41, 'Manastirea (Delesti)', 'Vaslui', NULL, 25),
(13203, 41, 'Manastirea (Malusteni)', 'Vaslui', NULL, 52),
(13204, 41, 'Manjesti', 'Vaslui', NULL, 20),
(13205, 41, 'Mantu', 'Vaslui', NULL, 23),
(13206, 41, 'Manzatesti', 'Vaslui', NULL, 35),
(13207, 41, 'Manzati', 'Vaslui', NULL, 60),
(13208, 41, 'Maraseni', 'Vaslui', NULL, 0),
(13209, 41, 'Marasesti', 'Vaslui', NULL, 55),
(13210, 41, 'Mascurei', 'Vaslui', NULL, 36),
(13211, 41, 'Miclesti', 'Vaslui', NULL, 25),
(13212, 41, 'Miclesti (Banca)', 'Vaslui', NULL, 42),
(13213, 41, 'Mihail Kogalniceanu', 'Vaslui', NULL, 24),
(13214, 41, 'Mircesti', 'Vaslui', NULL, 44),
(13215, 41, 'Mireni', 'Vaslui', NULL, 38),
(13216, 41, 'Mitoc', 'Vaslui', NULL, 38),
(13217, 41, 'Moara Domneasca', 'Vaslui', NULL, 0),
(13218, 41, 'Moara Grecilor', 'Vaslui', NULL, 0),
(13219, 41, 'Morareni', 'Vaslui', NULL, 64),
(13220, 41, 'Moreni', 'Vaslui', NULL, 30),
(13221, 41, 'Movileni', 'Vaslui', NULL, 35),
(13222, 41, 'Muntenesti', 'Vaslui', NULL, 23),
(13223, 41, 'Muntenii de Jos', 'Vaslui', NULL, 0),
(13224, 41, 'Muntenii de Sus', 'Vaslui', NULL, 0),
(13225, 41, 'Murgeni', 'Vaslui', NULL, 40),
(13226, 41, 'Musata', 'Vaslui', NULL, 56),
(13227, 41, 'Negresti', 'Vaslui', NULL, 36),
(13228, 41, 'Obarseni (Vinderei)', 'Vaslui', NULL, 38),
(13229, 41, 'Obarseni (Voinesti)', 'Vaslui', NULL, 66),
(13230, 41, 'Obarsenii Lingurari', 'Vaslui', NULL, 35),
(13231, 41, 'Odaia Bogdana', 'Vaslui', NULL, 60),
(13232, 41, 'Odaia Bursucani', 'Vaslui', NULL, 24),
(13233, 41, 'Oltenesti', 'Vaslui', NULL, 0),
(13234, 41, 'Oprisita', 'Vaslui', NULL, 0),
(13235, 41, 'Orgoiesti', 'Vaslui', NULL, 36),
(13236, 41, 'Osesti', 'Vaslui', NULL, 30),
(13237, 41, 'Oteleni', 'Vaslui', NULL, 25),
(13238, 41, 'Otetoaia', 'Vaslui', NULL, 25),
(13239, 41, 'Pacuraresti', 'Vaslui', NULL, 57),
(13240, 41, 'Padureni', 'Vaslui', NULL, 0),
(13241, 41, 'Padureni (Osesti)', 'Vaslui', NULL, 34),
(13242, 41, 'Pahna', 'Vaslui', NULL, 25),
(13243, 41, 'Pahnesti', 'Vaslui', NULL, 20),
(13244, 41, 'Paltinis', 'Vaslui', NULL, 55),
(13245, 41, 'Parpanita', 'Vaslui', NULL, 35),
(13246, 41, 'Parvesti', 'Vaslui', NULL, 32),
(13247, 41, 'Peicani', 'Vaslui', NULL, 41),
(13248, 41, 'Perieni', 'Vaslui', NULL, 0),
(13249, 41, 'Plopeni', 'Vaslui', NULL, 27),
(13250, 41, 'Plopi', 'Vaslui', NULL, 28),
(13251, 41, 'Plopoasa', 'Vaslui', NULL, 45),
(13252, 41, 'Plotonesti', 'Vaslui', NULL, 20),
(13253, 41, 'Pochidia', 'Vaslui', NULL, 37),
(13254, 41, 'Podeni', 'Vaslui', NULL, 23),
(13255, 41, 'Podu Oprii', 'Vaslui', NULL, 24),
(13256, 41, 'Podu Petris', 'Vaslui', NULL, 24),
(13257, 41, 'Pogana', 'Vaslui', NULL, 32),
(13258, 41, 'Poganesti', 'Vaslui', NULL, 20),
(13259, 41, 'Pogonesti', 'Vaslui', NULL, 25),
(13260, 41, 'Poiana', 'Vaslui', NULL, 36),
(13261, 41, 'Poiana lui Alexa', 'Vaslui', NULL, 0),
(13262, 41, 'Poiana Pietrei', 'Vaslui', NULL, 40),
(13263, 41, 'Poienesti', 'Vaslui', NULL, 0),
(13264, 41, 'Poienesti-Deal', 'Vaslui', NULL, 40),
(13265, 41, 'Polocin', 'Vaslui', NULL, 39),
(13266, 41, 'Popeni (Gagesti)', 'Vaslui', NULL, 45),
(13267, 41, 'Popeni (Zorleni)', 'Vaslui', NULL, 0),
(13268, 41, 'Popesti (Dragomiresti)', 'Vaslui', NULL, 70),
(13269, 41, 'Popesti (Miclesti)', 'Vaslui', NULL, 30),
(13270, 41, 'Portari', 'Vaslui', NULL, 0),
(13271, 41, 'Posta Elan', 'Vaslui', NULL, 61),
(13272, 41, 'Pribesti', 'Vaslui', NULL, 35),
(13273, 41, 'Protopopesti', 'Vaslui', NULL, 60),
(13274, 41, 'Puiesti', 'Vaslui', NULL, 28),
(13275, 41, 'Pungesti', 'Vaslui', NULL, 37),
(13276, 41, 'Puntiseni', 'Vaslui', NULL, 25),
(13277, 41, 'Puscasi', 'Vaslui', NULL, 0),
(13278, 41, 'Putu Olarului', 'Vaslui', NULL, 31),
(13279, 41, 'Racova', 'Vaslui', NULL, 45),
(13280, 41, 'Racovita', 'Vaslui', NULL, 50),
(13281, 41, 'Radaesti', 'Vaslui', NULL, 40),
(13282, 41, 'Radeni', 'Vaslui', NULL, 42),
(13283, 41, 'Radesti', 'Vaslui', NULL, 60),
(13284, 41, 'Raducani', 'Vaslui', NULL, 0),
(13285, 41, 'Raduiesti', 'Vaslui', NULL, 15),
(13286, 41, 'Rafaila', 'Vaslui', NULL, 47),
(13287, 41, 'Raiu', 'Vaslui', NULL, 42),
(13288, 41, 'Ranceni', 'Vaslui', NULL, 55),
(13289, 41, 'Ranzesti', 'Vaslui', NULL, 60),
(13290, 41, 'Rapsa', 'Vaslui', NULL, 34),
(13291, 41, 'Rascani (Danesti)', 'Vaslui', NULL, 29),
(13292, 41, 'Rascani (suletea)', 'Vaslui', NULL, 54),
(13293, 41, 'Rasesti', 'Vaslui', NULL, 25),
(13294, 41, 'Rasnita', 'Vaslui', NULL, 0),
(13295, 41, 'Ratesu Cuzei', 'Vaslui', NULL, 32),
(13296, 41, 'Rebricea', 'Vaslui', NULL, 38),
(13297, 41, 'Recea', 'Vaslui', NULL, 52),
(13298, 41, 'Rediu (Hoceni)', 'Vaslui', NULL, 26),
(13299, 41, 'Rediu (Rosiesti)', 'Vaslui', NULL, 26),
(13300, 41, 'Rediu (Vaslui)', 'Vaslui', NULL, 0),
(13301, 41, 'Rediu Galian', 'Vaslui', NULL, 50),
(13302, 41, 'Rosiesti', 'Vaslui', NULL, 35),
(13303, 41, 'Rosiori', 'Vaslui', NULL, 35),
(13304, 41, 'Rotari', 'Vaslui', NULL, 68),
(13305, 41, 'Rugaria', 'Vaslui', NULL, 28),
(13306, 41, 'Rusca', 'Vaslui', NULL, 0),
(13307, 41, 'Rusi', 'Vaslui', NULL, 42),
(13308, 41, 'Salceni', 'Vaslui', NULL, 42),
(13309, 41, 'Salcioara', 'Vaslui', NULL, 30),
(13310, 41, 'Sarateni', 'Vaslui', NULL, 51),
(13311, 41, 'Sarbi', 'Vaslui', NULL, 30),
(13312, 41, 'Sasova', 'Vaslui', NULL, 37),
(13313, 41, 'Satu Nou (Banca)', 'Vaslui', NULL, 38),
(13314, 41, 'Satu Nou (Berezeni)', 'Vaslui', NULL, 80),
(13315, 41, 'Satu Nou (Cretesti)', 'Vaslui', NULL, 0),
(13316, 41, 'Satu Nou (Muntenii de Sus)', 'Vaslui', NULL, 0),
(13317, 41, 'Satu Nou (Pochidia)', 'Vaslui', NULL, 26),
(13318, 41, 'Satu Nou (Solesti)', 'Vaslui', NULL, 0),
(13319, 41, 'Sauca', 'Vaslui', NULL, 0),
(13320, 41, 'Schineni', 'Vaslui', NULL, 61),
(13321, 41, 'Schinetea', 'Vaslui', NULL, 52),
(13322, 41, 'Schitu', 'Vaslui', NULL, 40),
(13323, 41, 'Secuia', 'Vaslui', NULL, 0),
(13324, 41, 'Semenea', 'Vaslui', NULL, 40),
(13325, 41, 'Serbotesti', 'Vaslui', NULL, 25),
(13326, 41, 'Silistea (Iana)', 'Vaslui', NULL, 38),
(13327, 41, 'Silistea (Pungesti)', 'Vaslui', NULL, 42),
(13328, 41, 'Silistea (Todiresti)', 'Vaslui', NULL, 45),
(13329, 41, 'Simila', 'Vaslui', NULL, 0),
(13330, 41, 'Similisoara', 'Vaslui', NULL, 28),
(13331, 41, 'Sipeni', 'Vaslui', NULL, 55),
(13332, 41, 'Siscani', 'Vaslui', NULL, 20),
(13333, 41, 'Slobozia', 'Vaslui', NULL, 47),
(13334, 41, 'Soci', 'Vaslui', NULL, 46),
(13335, 41, 'Sofieni', 'Vaslui', NULL, 54),
(13336, 41, 'Sofronesti', 'Vaslui', NULL, 50),
(13337, 41, 'Solesti', 'Vaslui', NULL, 0),
(13338, 41, 'Soparleni', 'Vaslui', NULL, 25),
(13339, 41, 'Stancaseni', 'Vaslui', NULL, 59),
(13340, 41, 'Stanilesti', 'Vaslui', NULL, 0),
(13341, 41, 'Stefan cel Mare', 'Vaslui', NULL, 0),
(13342, 41, 'Stejaru', 'Vaslui', NULL, 40),
(13343, 41, 'Stioborani', 'Vaslui', NULL, 23),
(13344, 41, 'Stoisesti', 'Vaslui', NULL, 35),
(13345, 41, 'Stramtura-Mitoc', 'Vaslui', NULL, 36),
(13346, 41, 'Stroiesti', 'Vaslui', NULL, 0),
(13347, 41, 'Stuhulet', 'Vaslui', NULL, 56),
(13348, 41, 'Suceveni', 'Vaslui', NULL, 21),
(13349, 41, 'Suletea', 'Vaslui', NULL, 42),
(13350, 41, 'Suseni', 'Vaslui', NULL, 20),
(13351, 41, 'Tabalaiesti', 'Vaslui', NULL, 30),
(13352, 41, 'Tacuta', 'Vaslui', NULL, 50),
(13353, 41, 'Talpigeni', 'Vaslui', NULL, 38),
(13354, 41, 'Tanacu', 'Vaslui', NULL, 0),
(13355, 41, 'Tarzii', 'Vaslui', NULL, 25),
(13356, 41, 'Tatarani', 'Vaslui', NULL, 17),
(13357, 41, 'Tatarani (Danesti)', 'Vaslui', NULL, 23),
(13358, 41, 'Tatomiresti', 'Vaslui', NULL, 45),
(13359, 41, 'Teisoru', 'Vaslui', NULL, 0),
(13360, 41, 'Telejna', 'Vaslui', NULL, 24),
(13361, 41, 'Tibanestii Buhlii', 'Vaslui', NULL, 56),
(13362, 41, 'Tifu', 'Vaslui', NULL, 40),
(13363, 41, 'Todireni', 'Vaslui', NULL, 0),
(13364, 41, 'Todiresti', 'Vaslui', NULL, 45),
(13365, 41, 'Tomesti', 'Vaslui', NULL, 35),
(13366, 41, 'Tomsa', 'Vaslui', NULL, 20),
(13367, 41, 'Toporasti', 'Vaslui', NULL, 36),
(13368, 41, 'Trestiana', 'Vaslui', NULL, 0),
(13369, 41, 'Trohan', 'Vaslui', NULL, 42),
(13370, 41, 'Tufestii de Jos', 'Vaslui', NULL, 35),
(13371, 41, 'Tulesti', 'Vaslui', NULL, 46),
(13372, 41, 'Tunsesti', 'Vaslui', NULL, 29),
(13373, 41, 'Tupilati', 'Vaslui', NULL, 74),
(13374, 41, 'Tutcani', 'Vaslui', NULL, 62),
(13375, 41, 'Tutova', 'Vaslui', NULL, 0),
(13376, 41, 'Ulea', 'Vaslui', NULL, 30),
(13377, 41, 'Uncesti', 'Vaslui', NULL, 24),
(13378, 41, 'Untesti', 'Vaslui', NULL, 62),
(13379, 41, 'Urdesti', 'Vaslui', NULL, 68),
(13380, 41, 'Uricari', 'Vaslui', NULL, 46),
(13381, 41, 'Urlati', 'Vaslui', NULL, 0),
(13382, 41, 'Ursoaia', 'Vaslui', NULL, 29),
(13383, 41, 'Vadurile', 'Vaslui', NULL, 38),
(13384, 41, 'Valcele', 'Vaslui', NULL, 28),
(13385, 41, 'Valea Grecului', 'Vaslui', NULL, 0),
(13386, 41, 'Valea lui Bosie', 'Vaslui', NULL, 0),
(13387, 41, 'Valea lui Darie', 'Vaslui', NULL, 43),
(13388, 41, 'Valea Lunga', 'Vaslui', NULL, 51),
(13389, 41, 'Valea Lupului', 'Vaslui', NULL, 47),
(13390, 41, 'Valea Mare (Dumesti)', 'Vaslui', NULL, 60),
(13391, 41, 'Valea Mare (Ivanesti)', 'Vaslui', NULL, 50),
(13392, 41, 'Valea Mare (Negresti)', 'Vaslui', NULL, 48),
(13393, 41, 'Valea Oanei', 'Vaslui', NULL, 30),
(13394, 41, 'Valea Popii', 'Vaslui', NULL, 68),
(13395, 41, 'Valea Seaca', 'Vaslui', NULL, 58),
(13396, 41, 'Valea Silistei', 'Vaslui', NULL, 67),
(13397, 41, 'Valea Targului', 'Vaslui', NULL, 0),
(13398, 41, 'Valeni', 'Vaslui', NULL, 0),
(13399, 41, 'Valeni (Padureni)', 'Vaslui', NULL, 0),
(13400, 41, 'Valeni (Viisoara)', 'Vaslui', NULL, 30),
(13401, 41, 'Vaslui', 'Vaslui', NULL, 0),
(13402, 41, 'Verdes', 'Vaslui', NULL, 30),
(13403, 41, 'Vetrisoaia', 'Vaslui', NULL, 35),
(13404, 41, 'Viisoara', 'Vaslui', NULL, 40),
(13405, 41, 'Viisoara (Todiresti)', 'Vaslui', NULL, 42),
(13406, 41, 'Viisoara (Vaslui)', 'Vaslui', NULL, 0),
(13407, 41, 'Viltotesti', 'Vaslui', NULL, 45),
(13408, 41, 'Vinderei', 'Vaslui', NULL, 38),
(13409, 41, 'Vinetesti', 'Vaslui', NULL, 28),
(13410, 41, 'Visinari', 'Vaslui', NULL, 38),
(13411, 41, 'Vizureni', 'Vaslui', NULL, 0),
(13412, 41, 'Vladesti', 'Vaslui', NULL, 66),
(13413, 41, 'Vladia', 'Vaslui', NULL, 45),
(13414, 41, 'Voinesti', 'Vaslui', NULL, 52),
(13415, 41, 'Voinesti (Vulturesti)', 'Vaslui', NULL, 28),
(13416, 41, 'Vovriesti', 'Vaslui', NULL, 70),
(13417, 41, 'Vulpaseni', 'Vaslui', NULL, 36),
(13418, 41, 'Vulturesti', 'Vaslui', NULL, 30),
(13419, 41, 'Vutcani', 'Vaslui', NULL, 45),
(13420, 41, 'Zapodeni', 'Vaslui', NULL, 0),
(13421, 41, 'Zgura', 'Vaslui', NULL, 25),
(13422, 41, 'Zizinca', 'Vaslui', NULL, 0),
(13423, 41, 'Zorleni', 'Vaslui', NULL, 0),
(13424, 42, 'Adjud', 'Vrancea', NULL, 0),
(13425, 42, 'Adjudu Vechi', 'Vrancea', NULL, 0),
(13426, 42, 'Alexandru Vlahuta', 'Vrancea', NULL, 0),
(13427, 42, 'Andreiasu de Jos', 'Vrancea', NULL, 38),
(13428, 42, 'Andreiasu de Sus', 'Vrancea', NULL, 38),
(13429, 42, 'Anghelesti', 'Vrancea', NULL, 17),
(13430, 42, 'Argea', 'Vrancea', NULL, 23),
(13431, 42, 'Armeni', 'Vrancea', NULL, 0),
(13432, 42, 'Arsita', 'Vrancea', NULL, 38),
(13433, 42, 'Arva', 'Vrancea', NULL, 0),
(13434, 42, 'Bahnele', 'Vrancea', NULL, 68),
(13435, 42, 'Balanesti', 'Vrancea', NULL, 41),
(13436, 42, 'Balesti', 'Vrancea', NULL, 27),
(13437, 42, 'Balta Ratei', 'Vrancea', NULL, 0),
(13438, 42, 'Barsesti', 'Vrancea', NULL, 63),
(13439, 42, 'Batcari', 'Vrancea', NULL, 25),
(13440, 42, 'Batinesti', 'Vrancea', NULL, 0),
(13441, 42, 'Beciu', 'Vrancea', NULL, 0),
(13442, 42, 'Belciugele', 'Vrancea', NULL, 39),
(13443, 42, 'Bicestii de Jos', 'Vrancea', NULL, 39),
(13444, 42, 'Bicestii de Sus', 'Vrancea', NULL, 37),
(13445, 42, 'Bichesti', 'Vrancea', NULL, 35),
(13446, 42, 'Biliesti', 'Vrancea', NULL, 0),
(13447, 42, 'Bizighesti', 'Vrancea', NULL, 0),
(13448, 42, 'Blidari (Carligele)', 'Vrancea', NULL, 0),
(13449, 42, 'Blidari (Dumitresti)', 'Vrancea', NULL, 0),
(13450, 42, 'Bodesti', 'Vrancea', NULL, 25),
(13451, 42, 'Boghesti', 'Vrancea', NULL, 33),
(13452, 42, 'Boghestii de Sus', 'Vrancea', NULL, 35),
(13453, 42, 'Bogza', 'Vrancea', NULL, 29),
(13454, 42, 'Bolotesti', 'Vrancea', NULL, 0),
(13455, 42, 'Bontesti', 'Vrancea', NULL, 0),
(13456, 42, 'Bordeasca Noua', 'Vrancea', NULL, 26),
(13457, 42, 'Bordeasca Veche', 'Vrancea', NULL, 23),
(13458, 42, 'Bordesti', 'Vrancea', NULL, 27),
(13459, 42, 'Bordestii de Jos', 'Vrancea', NULL, 27),
(13460, 42, 'Botarlau', 'Vrancea', NULL, 0),
(13461, 42, 'Bradacesti', 'Vrancea', NULL, 88),
(13462, 42, 'Bradetu', 'Vrancea', NULL, 79),
(13463, 42, 'Brosteni', 'Vrancea', NULL, 0),
(13464, 42, 'Buda', 'Vrancea', NULL, 28),
(13465, 42, 'Budesti', 'Vrancea', NULL, 0),
(13466, 42, 'Burca', 'Vrancea', NULL, 32),
(13467, 42, 'Burcioaia', 'Vrancea', NULL, 0),
(13468, 42, 'Caiata', 'Vrancea', NULL, 25),
(13469, 42, 'Calienii Noi', 'Vrancea', NULL, 28),
(13470, 42, 'Calienii Vechi', 'Vrancea', NULL, 31),
(13471, 42, 'Calimaneasa', 'Vrancea', NULL, 35),
(13472, 42, 'Calimanesti', 'Vrancea', NULL, 25),
(13473, 42, 'Campineanca', 'Vrancea', NULL, 0),
(13474, 42, 'Campuri', 'Vrancea', NULL, 65),
(13475, 42, 'Candesti', 'Vrancea', NULL, 0),
(13476, 42, 'Carligele', 'Vrancea', NULL, 0),
(13477, 42, 'Carsochesti-Corabita', 'Vrancea', NULL, 80),
(13478, 42, 'Catauti', 'Vrancea', NULL, 48),
(13479, 42, 'Ceardac', 'Vrancea', NULL, 0),
(13480, 42, 'Cerbu', 'Vrancea', NULL, 63),
(13481, 42, 'Chiojdeni', 'Vrancea', NULL, 44),
(13482, 42, 'Chiricani', 'Vrancea', NULL, 54),
(13483, 42, 'Chitcani', 'Vrancea', NULL, 35),
(13484, 42, 'Ciolanesti', 'Vrancea', NULL, 38),
(13485, 42, 'Ciorani', 'Vrancea', NULL, 15),
(13486, 42, 'Ciorasti', 'Vrancea', NULL, 30),
(13487, 42, 'Ciuslea', 'Vrancea', NULL, 0),
(13488, 42, 'Clipicesti', 'Vrancea', NULL, 32),
(13489, 42, 'Cocosari', 'Vrancea', NULL, 33),
(13490, 42, 'Codresti', 'Vrancea', NULL, 26),
(13491, 42, 'Colacu', 'Vrancea', NULL, 52),
(13492, 42, 'Copacesti', 'Vrancea', NULL, 20),
(13493, 42, 'Corbita', 'Vrancea', NULL, 25),
(13494, 42, 'Cornetu', 'Vrancea', NULL, 21),
(13495, 42, 'Coroteni', 'Vrancea', NULL, 0),
(13496, 42, 'Costisa (Homocea)', 'Vrancea', NULL, 25),
(13497, 42, 'Costisa (Tanasoaia)', 'Vrancea', NULL, 30),
(13498, 42, 'Costisa de Sus', 'Vrancea', NULL, 30),
(13499, 42, 'Cotesti', 'Vrancea', NULL, 0),
(13500, 42, 'Covrag', 'Vrancea', NULL, 37),
(13501, 42, 'Coza', 'Vrancea', NULL, 71),
(13502, 42, 'Crucea de Jos', 'Vrancea', NULL, 0),
(13503, 42, 'Crucea de Sus', 'Vrancea', NULL, 0),
(13504, 42, 'Dalhauti', 'Vrancea', NULL, 0),
(13505, 42, 'Dealu Cucului', 'Vrancea', NULL, 24),
(13506, 42, 'Dealu Lung', 'Vrancea', NULL, 35),
(13507, 42, 'Dealu Sarii', 'Vrancea', NULL, 57),
(13508, 42, 'Diocheti-Rediu', 'Vrancea', NULL, 35),
(13509, 42, 'Doaga', 'Vrancea', NULL, 0),
(13510, 42, 'Domnesti-Sat', 'Vrancea', NULL, 0),
(13511, 42, 'Domnesti-Targ', 'Vrancea', NULL, 0),
(13512, 42, 'Dragosloveni (Dumbraveni)', 'Vrancea', NULL, 0),
(13513, 42, 'Dragosloveni (Soveja)', 'Vrancea', NULL, 25),
(13514, 42, 'Dumbrava (Panciu)', 'Vrancea', NULL, 0),
(13515, 42, 'Dumbrava (Poiana Cristei)', 'Vrancea', NULL, 0),
(13516, 42, 'Dumbraveni', 'Vrancea', NULL, 0),
(13517, 42, 'Dumitresti', 'Vrancea', NULL, 36),
(13518, 42, 'Dumitrestii de Sus', 'Vrancea', NULL, 41),
(13519, 42, 'Dumitrestii-Fata', 'Vrancea', NULL, 39),
(13520, 42, 'Dupa Magura', 'Vrancea', NULL, 69),
(13521, 42, 'Fagetu', 'Vrancea', NULL, 80),
(13522, 42, 'Faraoanele', 'Vrancea', NULL, 0),
(13523, 42, 'Farcas', 'Vrancea', NULL, 36),
(13524, 42, 'Faurei', 'Vrancea', NULL, 0),
(13525, 42, 'Feldioara', 'Vrancea', NULL, 32),
(13526, 42, 'Fetesti', 'Vrancea', NULL, 67),
(13527, 42, 'Fetig', 'Vrancea', NULL, 38),
(13528, 42, 'Fitionesti', 'Vrancea', NULL, 39),
(13529, 42, 'Focsani', 'Vrancea', NULL, 0),
(13530, 42, 'Frecatei', 'Vrancea', NULL, 37),
(13531, 42, 'Gagesti', 'Vrancea', NULL, 0),
(13532, 42, 'Galbeni', 'Vrancea', NULL, 35),
(13533, 42, 'Galoiesti', 'Vrancea', NULL, 42),
(13534, 42, 'Garoafa', 'Vrancea', NULL, 0),
(13535, 42, 'Ghebari', 'Vrancea', NULL, 44),
(13536, 42, 'Ghimicesti', 'Vrancea', NULL, 39),
(13537, 42, 'Gogoiu', 'Vrancea', NULL, 58),
(13538, 42, 'Golesti', 'Vrancea', NULL, 0),
(13539, 42, 'Golestii de Sus', 'Vrancea', NULL, 0),
(13540, 42, 'Gologanu', 'Vrancea', NULL, 0),
(13541, 42, 'Gresu', 'Vrancea', NULL, 89),
(13542, 42, 'Groapa Tufei', 'Vrancea', NULL, 30),
(13543, 42, 'Gugesti', 'Vrancea', NULL, 0),
(13544, 42, 'Gura Calitei', 'Vrancea', NULL, 27),
(13545, 42, 'Gura Vaii', 'Vrancea', NULL, 65),
(13546, 42, 'Hangulesti', 'Vrancea', NULL, 25),
(13547, 42, 'Haret', 'Vrancea', NULL, 25),
(13548, 42, 'Haulisca', 'Vrancea', NULL, 76),
(13549, 42, 'Holbanesti', 'Vrancea', NULL, 37),
(13550, 42, 'Homocea', 'Vrancea', NULL, 11),
(13551, 42, 'Hotaru', 'Vrancea', NULL, 43),
(13552, 42, 'Igesti', 'Vrancea', NULL, 0),
(13553, 42, 'Iresti', 'Vrancea', NULL, 45),
(13554, 42, 'Iugani', 'Vrancea', NULL, 32),
(13555, 42, 'Ivancesti', 'Vrancea', NULL, 0),
(13556, 42, 'Izvoarele', 'Vrancea', NULL, 25),
(13557, 42, 'Jaristea', 'Vrancea', NULL, 0),
(13558, 42, 'Jgheaburi', 'Vrancea', NULL, 37),
(13559, 42, 'Jiliste', 'Vrancea', NULL, 0),
(13560, 42, 'Jitia', 'Vrancea', NULL, 57),
(13561, 42, 'Jitia de Jos', 'Vrancea', NULL, 51),
(13562, 42, 'Jorasti', 'Vrancea', NULL, 0),
(13563, 42, 'Lacu lui Baban', 'Vrancea', NULL, 31),
(13564, 42, 'Lamotesti', 'Vrancea', NULL, 0),
(13565, 42, 'Largaseni', 'Vrancea', NULL, 19),
(13566, 42, 'Lastuni', 'Vrancea', NULL, 46),
(13567, 42, 'Lepsa', 'Vrancea', NULL, 83),
(13568, 42, 'Lespezi', 'Vrancea', NULL, 0),
(13569, 42, 'Liesti', 'Vrancea', NULL, 0),
(13570, 42, 'Livada', 'Vrancea', NULL, 26),
(13571, 42, 'Livezile', 'Vrancea', NULL, 54),
(13572, 42, 'Lojnita', 'Vrancea', NULL, 65),
(13573, 42, 'Luncile', 'Vrancea', NULL, 49),
(13574, 42, 'Lupoaia', 'Vrancea', NULL, 65),
(13575, 42, 'Magura', 'Vrancea', NULL, 58),
(13576, 42, 'Mahriu', 'Vrancea', NULL, 31),
(13577, 42, 'Maicanesti', 'Vrancea', NULL, 39),
(13578, 42, 'Maluri', 'Vrancea', NULL, 31),
(13579, 42, 'Manastioara', 'Vrancea', NULL, 36),
(13580, 42, 'Mandresti-Moldova', 'Vrancea', NULL, 0),
(13581, 42, 'Mandresti-Munteni', 'Vrancea', NULL, 0),
(13582, 42, 'Maracini', 'Vrancea', NULL, 53),
(13583, 42, 'Marasesti', 'Vrancea', NULL, 0),
(13584, 42, 'Marasti ', 'Vrancea', NULL, 57),
(13585, 42, 'Martinesti', 'Vrancea', NULL, 29),
(13586, 42, 'Matacina', 'Vrancea', NULL, 54),
(13587, 42, 'Mera', 'Vrancea', NULL, 24),
(13588, 42, 'Mesteacanu', 'Vrancea', NULL, 56),
(13589, 42, 'Mihalceni', 'Vrancea', NULL, 30),
(13590, 42, 'Milcovel', 'Vrancea', NULL, 24),
(13591, 42, 'Milcovul', 'Vrancea', NULL, 0),
(13592, 42, 'Mircestii Noi', 'Vrancea', NULL, 0),
(13593, 42, 'Mircestii Vechi', 'Vrancea', NULL, 0),
(13594, 42, 'Modruzeni', 'Vrancea', NULL, 0),
(13595, 42, 'Moraresti', 'Vrancea', NULL, 80),
(13596, 42, 'Motnau', 'Vrancea', NULL, 45),
(13597, 42, 'Movilita', 'Vrancea', NULL, 35),
(13598, 42, 'Muncei', 'Vrancea', NULL, 72),
(13599, 42, 'Muncelu', 'Vrancea', NULL, 36),
(13600, 42, 'Nanesti', 'Vrancea', NULL, 34),
(13601, 42, 'Naruja', 'Vrancea', NULL, 63),
(13602, 42, 'Neculele', 'Vrancea', NULL, 65),
(13603, 42, 'Negrilesti', 'Vrancea', NULL, 69),
(13604, 42, 'Neicu', 'Vrancea', NULL, 0),
(13605, 42, 'Nereju', 'Vrancea', NULL, 84),
(13606, 42, 'Nereju Mic', 'Vrancea', NULL, 85),
(13607, 42, 'Nistoresti', 'Vrancea', NULL, 70),
(13608, 42, 'Obrejita', 'Vrancea', NULL, 0),
(13609, 42, 'Ochesesti', 'Vrancea', NULL, 25),
(13610, 42, 'Odobasca', 'Vrancea', NULL, 24),
(13611, 42, 'Odobesti', 'Vrancea', NULL, 0),
(13612, 42, 'Olareni', 'Vrancea', NULL, 21),
(13613, 42, 'Olesesti', 'Vrancea', NULL, 24),
(13614, 42, 'Olteni', 'Vrancea', NULL, 0),
(13615, 42, 'Oreavu', 'Vrancea', NULL, 23),
(13616, 42, 'Padureni (Jaristea)', 'Vrancea', NULL, 0),
(13617, 42, 'Padureni (Marasesti)', 'Vrancea', NULL, 25),
(13618, 42, 'Padureni (Tamboesti)', 'Vrancea', NULL, 20),
(13619, 42, 'Paltin', 'Vrancea', NULL, 72),
(13620, 42, 'Panciu', 'Vrancea', NULL, 0),
(13621, 42, 'Patrascani', 'Vrancea', NULL, 0),
(13622, 42, 'Paulesti', 'Vrancea', NULL, 74),
(13623, 42, 'Paunesti', 'Vrancea', NULL, 0),
(13624, 42, 'Pavalari', 'Vrancea', NULL, 77),
(13625, 42, 'Petreanu', 'Vrancea', NULL, 31),
(13626, 42, 'Petresti', 'Vrancea', NULL, 0),
(13627, 42, 'Pietroasa (Bolotesti)', 'Vrancea', NULL, 0),
(13628, 42, 'Pietroasa (Campineanca)', 'Vrancea', NULL, 0),
(13629, 42, 'Pietroasa (Tamboesti)', 'Vrancea', NULL, 20),
(13630, 42, 'Pietroasa (Vartescoiu)', 'Vrancea', NULL, 0),
(13631, 42, 'Piscu Radului', 'Vrancea', NULL, 56),
(13632, 42, 'Piscu Reghiului', 'Vrancea', NULL, 39),
(13633, 42, 'Pitulusa', 'Vrancea', NULL, 0),
(13634, 42, 'Placinteni', 'Vrancea', NULL, 33),
(13635, 42, 'Plesesti', 'Vrancea', NULL, 39),
(13636, 42, 'Plopu', 'Vrancea', NULL, 35),
(13637, 42, 'Ploscuteni', 'Vrancea', NULL, 18),
(13638, 42, 'Plostina', 'Vrancea', NULL, 70),
(13639, 42, 'Podu Lacului', 'Vrancea', NULL, 24),
(13640, 42, 'Podu Narujei', 'Vrancea', NULL, 65),
(13641, 42, 'Podu Schiopului', 'Vrancea', NULL, 76),
(13642, 42, 'Podu Stoica', 'Vrancea', NULL, 63),
(13643, 42, 'Poduri', 'Vrancea', NULL, 53),
(13644, 42, 'Podurile', 'Vrancea', NULL, 45),
(13645, 42, 'Poenile', 'Vrancea', NULL, 33),
(13646, 42, 'Poiana', 'Vrancea', NULL, 61),
(13647, 42, 'Poiana Cristei', 'Vrancea', NULL, 0),
(13648, 42, 'Poiana Stoichii', 'Vrancea', NULL, 72),
(13649, 42, 'Poienita', 'Vrancea', NULL, 43),
(13650, 42, 'Popesti', 'Vrancea', NULL, 0),
(13651, 42, 'Prahuda', 'Vrancea', NULL, 68),
(13652, 42, 'Precistanu', 'Vrancea', NULL, 0),
(13653, 42, 'Prisaca', 'Vrancea', NULL, 61),
(13654, 42, 'Prisecani', 'Vrancea', NULL, 35),
(13655, 42, 'Pufesti', 'Vrancea', NULL, 0),
(13656, 42, 'Putna', 'Vrancea', NULL, 0),
(13657, 42, 'Rachitasu', 'Vrancea', NULL, 0),
(13658, 42, 'Rachitosu', 'Vrancea', NULL, 0),
(13659, 42, 'Racoasa', 'Vrancea', NULL, 53),
(13660, 42, 'Radacinesti', 'Vrancea', NULL, 18),
(13661, 42, 'Radulesti', 'Vrancea', NULL, 0),
(13662, 42, 'Raiuti', 'Vrancea', NULL, 38),
(13663, 42, 'Ramniceanca', 'Vrancea', NULL, 0),
(13664, 42, 'Ramniceni', 'Vrancea', NULL, 39),
(13665, 42, 'Rasca', 'Vrancea', NULL, 33),
(13666, 42, 'Rastoaca', 'Vrancea', NULL, 0),
(13667, 42, 'Rebegari', 'Vrancea', NULL, 67),
(13668, 42, 'Reghiu', 'Vrancea', NULL, 31),
(13669, 42, 'Repedea', 'Vrancea', NULL, 34),
(13670, 42, 'Romanesti', 'Vrancea', NULL, 73),
(13671, 42, 'Roscari', 'Vrancea', NULL, 57),
(13672, 42, 'Rosioara', 'Vrancea', NULL, 0),
(13673, 42, 'Rotilestii Mari', 'Vrancea', NULL, 69),
(13674, 42, 'Rotilestii Mici', 'Vrancea', NULL, 68),
(13675, 42, 'Rucareni ', 'Vrancea', NULL, 79),
(13676, 42, 'Ruget', 'Vrancea', NULL, 45),
(13677, 42, 'Ruginesti', 'Vrancea', NULL, 0),
(13678, 42, 'Sahastru', 'Vrancea', NULL, 86),
(13679, 42, 'Salcia Noua', 'Vrancea', NULL, 22),
(13680, 42, 'Salcia Veche', 'Vrancea', NULL, 36),
(13681, 42, 'Sarbi', 'Vrancea', NULL, 25),
(13682, 42, 'Satu Nou (Ciorasti)', 'Vrancea', NULL, 30),
(13683, 42, 'Satu Nou (Panciu)', 'Vrancea', NULL, 0),
(13684, 42, 'Scafari', 'Vrancea', NULL, 45),
(13685, 42, 'Scanteia', 'Vrancea', NULL, 24),
(13686, 42, 'Seciu', 'Vrancea', NULL, 60),
(13687, 42, 'Serbanesti', 'Vrancea', NULL, 20),
(13688, 42, 'Serbesti', 'Vrancea', NULL, 38),
(13689, 42, 'Sihlea', 'Vrancea', NULL, 22),
(13690, 42, 'Siminoc', 'Vrancea', NULL, 55),
(13691, 42, 'Sindrilari', 'Vrancea', NULL, 29),
(13692, 42, 'Siretu', 'Vrancea', NULL, 0),
(13693, 42, 'Siscani', 'Vrancea', NULL, 0),
(13694, 42, 'Slimnic', 'Vrancea', NULL, 22),
(13695, 42, 'Slobozia Botesti', 'Vrancea', NULL, 43),
(13696, 42, 'Slobozia Bradului', 'Vrancea', NULL, 0),
(13697, 42, 'Slobozia Ciorasti', 'Vrancea', NULL, 0),
(13698, 42, 'Sotarcari', 'Vrancea', NULL, 32),
(13699, 42, 'Soveja', 'Vrancea', NULL, 79),
(13700, 42, 'Spatareasa', 'Vrancea', NULL, 25),
(13701, 42, 'Spinesti', 'Vrancea', NULL, 75),
(13702, 42, 'Spulber', 'Vrancea', NULL, 77),
(13703, 42, 'Strajescu', 'Vrancea', NULL, 25),
(13704, 42, 'Straoane', 'Vrancea', NULL, 34),
(13705, 42, 'Stupina', 'Vrancea', NULL, 46),
(13706, 42, 'Suraia', 'Vrancea', NULL, 0),
(13707, 42, 'Tabucesti', 'Vrancea', NULL, 33),
(13708, 42, 'Tamboesti', 'Vrancea', NULL, 22),
(13709, 42, 'Tanasari', 'Vrancea', NULL, 66),
(13710, 42, 'Tanasoaia', 'Vrancea', NULL, 35),
(13711, 42, 'Taratu', 'Vrancea', NULL, 35),
(13712, 42, 'Tataranu', 'Vrancea', NULL, 27),
(13713, 42, 'Tataru', 'Vrancea', NULL, 40),
(13714, 42, 'Tepa', 'Vrancea', NULL, 65),
(13715, 42, 'Terchesti', 'Vrancea', NULL, 0),
(13716, 42, 'Tichiris', 'Vrancea', NULL, 45),
(13717, 42, 'Tifesti', 'Vrancea', NULL, 25),
(13718, 42, 'Tinoasa', 'Vrancea', NULL, 42),
(13719, 42, 'Tipau', 'Vrancea', NULL, 74),
(13720, 42, 'Tisita', 'Vrancea', NULL, 0),
(13721, 42, 'Titila', 'Vrancea', NULL, 42),
(13722, 42, 'Tojanii de Jos', 'Vrancea', NULL, 77),
(13723, 42, 'Tojanii de Sus', 'Vrancea', NULL, 77),
(13724, 42, 'Topesti', 'Vrancea', NULL, 62),
(13725, 42, 'Trestia', 'Vrancea', NULL, 45),
(13726, 42, 'Trestieni', 'Vrancea', NULL, 21),
(13727, 42, 'Trotusanu', 'Vrancea', NULL, 38),
(13728, 42, 'Tulburea', 'Vrancea', NULL, 47),
(13729, 42, 'Tulnici', 'Vrancea', NULL, 70),
(13730, 42, 'Tutu', 'Vrancea', NULL, 13),
(13731, 42, 'Ungureni', 'Vrancea', NULL, 72),
(13732, 42, 'Unirea', 'Vrancea', NULL, 0),
(13733, 42, 'Urechesti', 'Vrancea', NULL, 0),
(13734, 42, 'Ursoaia', 'Vrancea', NULL, 41),
(13735, 42, 'Vadu Rosca', 'Vrancea', NULL, 25),
(13736, 42, 'Vajaitoarea', 'Vrancea', NULL, 32),
(13737, 42, 'Valcani', 'Vrancea', NULL, 42),
(13738, 42, 'Valcele', 'Vrancea', NULL, 0),
(13739, 42, 'Valcelele', 'Vrancea', NULL, 25),
(13740, 42, 'Valea Beciului', 'Vrancea', NULL, 0),
(13741, 42, 'Valea Cotesti', 'Vrancea', NULL, 0),
(13742, 42, 'Valea Mica', 'Vrancea', NULL, 45),
(13743, 42, 'Valea Milcovului', 'Vrancea', NULL, 34),
(13744, 42, 'Valea Neagra', 'Vrancea', NULL, 78),
(13745, 42, 'Valea Sarii', 'Vrancea', NULL, 55),
(13746, 42, 'Valeni (Movilita)', 'Vrancea', NULL, 37),
(13747, 42, 'Valeni (Ruginesti)', 'Vrancea', NULL, 0),
(13748, 42, 'Valeni (Straoane)', 'Vrancea', NULL, 40),
(13749, 42, 'Vanatori', 'Vrancea', NULL, 0),
(13750, 42, 'Varnita', 'Vrancea', NULL, 45),
(13751, 42, 'Varsatura', 'Vrancea', NULL, 0),
(13752, 42, 'Vartescoiu', 'Vrancea', NULL, 0),
(13753, 42, 'Verdea', 'Vrancea', NULL, 55),
(13754, 42, 'Vetresti-Herastrau', 'Vrancea', NULL, 75),
(13755, 42, 'Vidra', 'Vrancea', NULL, 45),
(13756, 42, 'Viisoara (Paunesti)', 'Vrancea', NULL, 18),
(13757, 42, 'Viisoara (Vidra)', 'Vrancea', NULL, 54),
(13758, 42, 'Vintileasca', 'Vrancea', NULL, 62),
(13759, 42, 'Vitanesti', 'Vrancea', NULL, 29),
(13760, 42, 'Vitanestii de sub Magura', 'Vrancea', NULL, 24),
(13761, 42, 'Vizantea Manastireasca', 'Vrancea', NULL, 60),
(13762, 42, 'Vizantea Razaseasca', 'Vrancea', NULL, 56),
(13763, 42, 'Vizantea-Livezi', 'Vrancea', NULL, 54),
(13764, 42, 'Vladnicu de Jos', 'Vrancea', NULL, 35),
(13765, 42, 'Vladnicu de Sus', 'Vrancea', NULL, 35),
(13766, 42, 'Voetin', 'Vrancea', NULL, 0),
(13767, 42, 'Voloscani', 'Vrancea', NULL, 45),
(13768, 42, 'Vrancioaia', 'Vrancea', NULL, 64),
(13769, 42, 'Vulcaneasa', 'Vrancea', NULL, 24),
(13770, 42, 'Vulturu', 'Vrancea', NULL, 22);
-- --------------------------------------------------------
--
-- Table structure for table `counties`
--
CREATE TABLE `counties` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `counties`
--
INSERT INTO `counties` (`id`, `name`) VALUES
(1, 'Alba'),
(2, 'Arad'),
(3, 'Arges'),
(4, 'Bacau'),
(5, 'Bihor'),
(6, 'Bistrita-Nasaud'),
(7, 'Botosani'),
(8, 'Brasov'),
(9, 'Braila'),
(10, 'Bucuresti'),
(11, 'Buzau'),
(12, 'Calarasi'),
(13, 'Caras-Severin'),
(14, 'Cluj'),
(15, 'Constanta'),
(16, 'Covasna'),
(17, 'Dambovita'),
(18, 'Dolj'),
(19, 'Galati'),
(20, 'Giurgiu'),
(21, 'Gorj'),
(22, 'Harghita'),
(23, 'Hunedoara'),
(24, 'Ialomita'),
(25, 'Iasi'),
(26, 'Ilfov'),
(27, 'Maramures'),
(28, 'Mehedinti'),
(29, 'Mures'),
(30, 'Neamt'),
(31, 'Olt'),
(32, 'Prahova'),
(33, 'Salaj'),
(34, 'Satu Mare'),
(35, 'Sibiu'),
(36, 'Suceava'),
(37, 'Teleorman'),
(38, 'Timis'),
(39, 'Tulcea'),
(40, 'Valcea'),
(41, 'Vaslui'),
(42, 'Vrancea');
-- --------------------------------------------------------
--
-- Table structure for table `couriers`
--
CREATE TABLE `couriers` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `documents`
--
CREATE TABLE `documents` (
`id` int(11) NOT NULL,
`foreign_uuid` varchar(255) DEFAULT NULL,
`foreign_key` int(11) NOT NULL,
`model` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`alt` varchar(255) NOT NULL,
`upload_dir` varchar(255) DEFAULT NULL,
`file_path` varchar(255) NOT NULL,
`lft` int(11) NOT NULL,
`rght` int(11) NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `donations`
--
CREATE TABLE `donations` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`cause_id` int(11) DEFAULT NULL,
`order_id` int(11) DEFAULT NULL,
`transaction_id` int(11) DEFAULT NULL,
`first_name` varchar(255) DEFAULT NULL,
`last_name` varchar(255) DEFAULT NULL,
`nickname` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`message` text DEFAULT NULL,
`value` int(11) NOT NULL,
`ihelp_value` int(11) NOT NULL DEFAULT 0,
`is_anonymous` tinyint(1) NOT NULL DEFAULT 0,
`is_visible` tinyint(1) NOT NULL DEFAULT 1,
`is_active` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `gallery_images`
--
CREATE TABLE `gallery_images` (
`id` int(11) NOT NULL,
`parent_id` int(11) DEFAULT NULL,
`foreign_key` int(11) NOT NULL,
`foreign_uuid` varchar(255) DEFAULT NULL,
`model` varchar(64) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`description` text DEFAULT NULL,
`copyright` varchar(255) DEFAULT NULL,
`image_path` varchar(255) NOT NULL,
`is_featured` tinyint(1) NOT NULL DEFAULT 0,
`lft` int(11) NOT NULL,
`rght` int(11) NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `login_tokens`
--
CREATE TABLE `login_tokens` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`token` varchar(50) NOT NULL,
`duration` varchar(20) NOT NULL,
`used` tinyint(4) NOT NULL DEFAULT 0,
`expires` datetime NOT NULL,
`created` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `messages`
--
CREATE TABLE `messages` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`subject` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
`to` varchar(255) NOT NULL,
`from` varchar(255) NOT NULL,
`is_active` tinyint(1) NOT NULL,
`created` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `orders`
--
CREATE TABLE `orders` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`user_address_id` int(11) DEFAULT NULL,
`payment_method_id` int(11) DEFAULT NULL,
`order_status_id` int(11) NOT NULL,
`awb_id` int(11) DEFAULT NULL,
`order_status_date` datetime NOT NULL,
`order_status_comment` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`total` int(11) NOT NULL,
`ip` varchar(255) DEFAULT NULL,
`email_sent` tinyint(1) NOT NULL DEFAULT 0,
`env_key` varchar(255) DEFAULT NULL,
`data` varchar(255) DEFAULT NULL,
`notes` text DEFAULT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Triggers `orders`
--
DELIMITER $$
CREATE TRIGGER `insert_order_status` AFTER INSERT ON `orders` FOR EACH ROW BEGIN
INSERT INTO order_status_dates(order_id,order_status_id, user_id, comment, created, modified) VALUES(NEW.id, NEW.order_status_id, NEW.user_id, NEW.order_status_comment ,NOW(),NOW());
END
$$
DELIMITER ;
DELIMITER $$
CREATE TRIGGER `update_order_status` AFTER UPDATE ON `orders` FOR EACH ROW BEGIN
IF NEW.order_status_id <> OLD.order_status_id THEN
INSERT INTO order_status_dates(order_id,order_status_id, user_id, comment, created, modified) VALUES(NEW.id, NEW.order_status_id, NEW.user_id, NEW.order_status_comment ,NOW(),NOW());
END IF;
END
$$
DELIMITER ;
-- --------------------------------------------------------
--
-- Table structure for table `order_products`
--
CREATE TABLE `order_products` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`awb_id` int(11) DEFAULT NULL,
`product_user_id` int(11) DEFAULT NULL,
`product_name` varchar(255) NOT NULL,
`qnt` int(11) NOT NULL,
`price` int(11) DEFAULT NULL,
`total_price` int(11) NOT NULL,
`modified` datetime NOT NULL,
`created` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `order_statuses`
--
CREATE TABLE `order_statuses` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `order_statuses`
--
INSERT INTO `order_statuses` (`id`, `name`) VALUES
(1, 'Created'),
(2, 'Awaiting Payment'),
(3, 'Processing Payment'),
(4, 'Paid'),
(5, 'Canceled Payment'),
(6, 'Pending Shipping'),
(7, 'Shipping'),
(8, 'Complete'),
(9, 'Canceled'),
(10, 'Processing Refund'),
(11, 'Refunded'),
(12, 'Rejected'),
(13, 'Archived');
-- --------------------------------------------------------
--
-- Table structure for table `order_status_dates`
--
CREATE TABLE `order_status_dates` (
`id` int(10) UNSIGNED NOT NULL,
`order_id` int(10) UNSIGNED NOT NULL COMMENT 'Order',
`order_status_id` int(10) UNSIGNED NOT NULL COMMENT 'Order Status',
`user_id` int(11) DEFAULT NULL COMMENT 'The user who change the status',
`comment` text DEFAULT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `order_status_dates`
--
INSERT INTO `order_status_dates` (`id`, `order_id`, `order_status_id`, `user_id`, `comment`, `created`, `modified`) VALUES
(1, 1, 1, 3, 'Comanda a fost creată.', '2022-11-10 08:38:42', '2022-11-10 08:38:42'),
(2, 1, 2, 3, 'Comanda este redirectionata catre plata.', '2022-11-10 08:38:42', '2022-11-10 08:38:42'),
(3, 2, 1, 2, 'Comanda a fost creată.', '2023-01-20 16:56:55', '2023-01-20 16:56:55'),
(4, 2, 2, 2, 'Comanda este redirectionata catre plata.', '2023-01-20 16:56:56', '2023-01-20 16:56:56'),
(5, 1, 8, 3, 'Comanda este redirectionata catre plata.', '2023-01-20 19:00:19', '2023-01-20 19:00:19'),
(6, 2, 8, 2, 'Comanda este redirectionata catre plata.', '2023-01-20 19:00:21', '2023-01-20 19:00:21'),
(7, 3, 1, 1, 'Comanda a fost creată.', '2023-01-26 15:31:44', '2023-01-26 15:31:44'),
(8, 1, 1, 1, 'Comanda a fost creată.', '2023-01-26 17:02:23', '2023-01-26 17:02:23'),
(9, 1, 2, 1, 'Comanda este redirectionata catre plata.', '2023-01-26 17:02:24', '2023-01-26 17:02:24'),
(10, 2, 1, 3, 'Comanda a fost creată.', '2023-06-19 14:17:15', '2023-06-19 14:17:15'),
(11, 2, 2, 3, 'Comanda este redirectionata catre plata.', '2023-06-19 14:17:15', '2023-06-19 14:17:15'),
(12, 3, 1, 2, 'Comanda a fost creată.', '2023-08-31 07:36:44', '2023-08-31 07:36:44'),
(13, 3, 2, 2, 'Comanda este redirectionata catre plata.', '2023-08-31 07:36:45', '2023-08-31 07:36:45'),
(14, 4, 1, 2, 'Comanda a fost creată.', '2023-09-04 11:27:38', '2023-09-04 11:27:38'),
(15, 4, 2, 2, 'Comanda este redirectionata catre plata.', '2023-09-04 11:27:38', '2023-09-04 11:27:38');
-- --------------------------------------------------------
--
-- Table structure for table `payment_logs`
--
CREATE TABLE `payment_logs` (
`id` int(11) NOT NULL,
`donation_id` int(11) NOT NULL,
`code` varchar(100) DEFAULT NULL,
`action` varchar(100) DEFAULT NULL,
`message` text DEFAULT NULL,
`data` varchar(255) NOT NULL,
`env_key` varchar(255) NOT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `payment_methods`
--
CREATE TABLE `payment_methods` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `payment_methods`
--
INSERT INTO `payment_methods` (`id`, `name`, `is_active`) VALUES
(1, 'Card online', 1),
(2, 'Ordin de plata', 1),
(3, 'Ramburs', 1);
-- --------------------------------------------------------
--
-- Table structure for table `products`
--
CREATE TABLE `products` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`category_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`cause_id` int(11) NOT NULL,
`user_address_id` int(11) DEFAULT NULL,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`image` varchar(255) DEFAULT NULL,
`upload_dir` varchar(255) DEFAULT NULL,
`description` text NOT NULL,
`price_min` int(11) DEFAULT NULL,
`price` int(11) NOT NULL,
`stock` int(3) NOT NULL DEFAULT 0,
`is_price_fixed` tinyint(1) NOT NULL DEFAULT 1,
`is_active` tinyint(1) NOT NULL,
`is_Ihelp` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `products`
--
INSERT INTO `products` (`id`, `uuid`, `category_id`, `user_id`, `cause_id`, `user_address_id`, `name`, `slug`, `image`, `upload_dir`, `description`, `price_min`, `price`, `stock`, `is_price_fixed`, `is_active`, `is_Ihelp`, `created`, `modified`) VALUES
(1, '1796484289228365', 22, 1, 1, 3, 'Imprimanta Canon', 'imprimanta-canon', NULL, NULL, 'Imprimanta Canon', 100, 100, 1, 1, 1, 0, '2024-04-16 09:48:46', '2024-04-16 09:48:46'),
(2, '1796484656584097', 12, 7, 1, 4, 'Iphone 12', 'iphone-12', NULL, NULL, 'Iphone 12', 1500, 1500, 2, 1, 1, 0, '2024-04-16 09:54:36', '2024-04-16 10:19:01'),
(3, '1796585046600529', 49, 7, 1, 4, 'Bicicleta copii', 'bicicleta-copii', NULL, NULL, 'Bicicleta copii', 400, 400, 1, 1, 1, 0, '2024-04-17 12:30:16', '2024-04-17 12:30:16'),
(4, '1797110582116349', 55, 7, 1, 4, 'Tablou', 'tablou', NULL, NULL, 'Tablou', 200, 200, 1, 1, 1, 0, '2024-04-23 07:43:25', '2024-04-23 07:43:25');
-- --------------------------------------------------------
--
-- Table structure for table `products_tags`
--
CREATE TABLE `products_tags` (
`id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
`tag_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `products_tags`
--
INSERT INTO `products_tags` (`id`, `product_id`, `tag_id`) VALUES
(1, 1, 5),
(2, 2, 5),
(3, 3, 4),
(4, 4, 4);
-- --------------------------------------------------------
--
-- Table structure for table `product_favorites`
--
CREATE TABLE `product_favorites` (
`id` int(11) NOT NULL,
`uuid` varchar(255) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`product_id` int(11) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `product_favorites`
--
INSERT INTO `product_favorites` (`id`, `uuid`, `user_id`, `product_id`, `is_active`) VALUES
(1, '1796485784732147', 7, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `profiles`
--
CREATE TABLE `profiles` (
`id` int(11) NOT NULL,
`uuid` varchar(255) NOT NULL,
`user_id` int(11) NOT NULL,
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`image_path` varchar(255) DEFAULT NULL,
`phone` varchar(20) DEFAULT NULL,
`contact_phone` tinyint(1) NOT NULL DEFAULT 0,
`contact_email` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `profiles`
--
INSERT INTO `profiles` (`id`, `uuid`, `user_id`, `first_name`, `last_name`, `image_path`, `phone`, `contact_phone`, `contact_email`, `created`, `modified`) VALUES
(1, '1747110718098563', 1, 'Admin', 'Happy', '6527fb62b7b03_4261_20231012_131054.jpg', '0720000000', 1, 1, '2022-10-19 10:16:59', '2023-10-12 13:57:54'),
(2, '1796474679398375', 2, 'Larisa', 'Cirstea', NULL, NULL, 0, 0, '2024-04-16 07:16:01', '2024-04-16 07:16:01'),
(6, '1796477122661760', 2, 'Daniel', 'Cirstea', NULL, NULL, 0, 0, '2024-04-16 07:54:51', '2024-04-16 07:54:51'),
(7, '1796477278278234', 3, 'Larisa', 'Cirstea', NULL, NULL, 0, 0, '2024-04-16 07:57:20', '2024-04-16 07:57:20'),
(8, '1796477430067930', 4, 'Bogdan', 'Carstea', '17132543841721151538.jpg', NULL, 0, 0, '2024-04-16 07:59:45', '2024-04-16 07:59:45'),
(9, '1796477478606387', 5, 'carstea', 'bogdan', '1713254431287813377.jpg', NULL, 0, 0, '2024-04-16 08:00:31', '2024-04-16 08:00:31'),
(10, '1796477514527135', 6, 'carstea', 'bogdan', '17132544652108006092.jpg', NULL, 0, 0, '2024-04-16 08:01:05', '2024-04-16 08:01:05'),
(11, '1796477851821741', 7, 'Larisa', 'Cirstea', NULL, NULL, 0, 0, '2024-04-16 08:06:27', '2024-04-16 08:06:27'),
(12, '1796482646179805', 8, 'Ionut', 'User', NULL, NULL, 0, 0, '2024-04-16 09:22:39', '2024-04-16 09:22:39');
-- --------------------------------------------------------
--
-- Table structure for table `proposed_causes`
--
CREATE TABLE `proposed_causes` (
`id` int(11) NOT NULL,
`uuid` varchar(255) NOT NULL,
`cause_name` varchar(255) NOT NULL,
`description` text NOT NULL,
`full_name` varchar(250) NOT NULL,
`email` varchar(255) NOT NULL,
`phone` varchar(15) NOT NULL,
`donation_amount` int(10) UNSIGNED NOT NULL,
`is_contacted` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `proposed_causes`
--
INSERT INTO `proposed_causes` (`id`, `uuid`, `cause_name`, `description`, `full_name`, `email`, `phone`, `donation_amount`, `is_contacted`, `created`, `modified`) VALUES
(1, '1796479729688283', 'Animal Life Sibiu', 'Animal Life este o organizaţie non-profit, fondată în 2006, a cărei membrii sunt voluntari aduşi împreună de dragostea faţă de animale şi natură. Am pornit la drum în 8, unii au plecat, unii au rămas, prieteni noi ni s-au alăturat de-a lungul anilor, și iată-ne acum, 10 ani mai târziu, animați de aceeași dorință de construi o lume mai bună, cu oameni care respectă toate formele de viață.', 'Animal Life', 'animallife.ro@gmail.com', '0000000000', 10000, 1, '2024-04-16 08:36:18', '2024-04-16 08:38:50');
-- --------------------------------------------------------
--
-- Table structure for table `refunds`
--
CREATE TABLE `refunds` (
`id` int(11) NOT NULL,
`order_id` int(11) NOT NULL,
`order_product_id` int(11) NOT NULL,
`value` varchar(11) NOT NULL,
`qnt` int(11) NOT NULL DEFAULT 1,
`is_refunded` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `roles`
--
CREATE TABLE `roles` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `roles`
--
INSERT INTO `roles` (`id`, `name`) VALUES
(1, 'Admin'),
(2, 'Vendor'),
(3, 'User');
-- --------------------------------------------------------
--
-- Table structure for table `settings`
--
CREATE TABLE `settings` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`value` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `settings`
--
INSERT INTO `settings` (`id`, `name`, `value`, `type`) VALUES
(1, 'ADMIN_PAGE_LIMIT', '50', 'text'),
(2, 'CATEGORY_LIST_PAGE_LIMIT', '3', 'text'),
(4, 'GMAIL_CLIENT_ID', '870488414672-6fjs2tijmjnbuuprg8a6h81h8p58ic0s.apps.googleusercontent.com', 'text'),
(5, 'GMAIL_CLIENT_SECRET', '6xLrwi3zHCMogHfNe7tNQJl7', 'text'),
(6, 'GMAIL_API_KEY', 'AIzaSyCa4PUZF39IiUTRgIYzPmnsW-kBnBkiphA', 'text'),
(7, 'LOGIN_COOKIE_NAME', 'IHELP', 'text'),
(8, 'SITE_NAME_FULL', 'iHelp - we help', 'text'),
(9, 'DEFAULT_GROUP_ID', '3', 'text'),
(10, 'FB_APP_ID', '1330201407773655', 'text'),
(11, 'FB_SECRET', 'c2e8d72a198c5c84991fb0315ea10ed8', 'text'),
(12, 'FB_SCOPE', 'public_profile,email', 'text'),
(13, 'FRONT_PAGE_LIMIT', '12', 'text');
-- --------------------------------------------------------
--
-- Table structure for table `sponsors`
--
CREATE TABLE `sponsors` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
`image` varchar(255) NOT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `sponsors`
--
INSERT INTO `sponsors` (`id`, `uuid`, `name`, `description`, `image`, `created`, `modified`) VALUES
(1, '1770475135095795', 'FAN_COURIER', 'Suntem mândri să anunțăm parteneriatul nostru cu Fan Courier, una \r\ndintre cele mai de încredere și eficiente companii de curierat din România.\r\nAcest parteneriat adaugă o nouă dimensiune experienței tale cu iHelp, \r\nfăcând procesul de donare și vânzare de obiecte și mai convenabil și mai \r\naccesibil.', 'partners/partner-fan-courier.png', '0000-00-00 00:00:00', '2023-09-29 11:40:02'),
(2, '1770475306332766', 'EUPLATESC.RO', 'Suntem încântați să anunțăm parteneriatul nostru cu euplatesc.ro, o platformă\r\nde plăți online de încredere din România. Această colaborare adaugă o \r\nvaloare inestimabilă experienței tale cu iHelp, făcând procesul de donare \r\nși vânzare de obiecte și mai ușor și mai securizat.', 'logo-eu-platesc.png', '0000-00-00 00:00:00', '2023-12-06 14:42:57'),
(3, '1770475331974408', 'HOSTICO', 'Suntem bucuroși să anunțăm parteneriatul nostru cu Hostico, o companie \r\nde hosting web de încredere din România. Acest parteneriat adaugă o \r\nnouă dimensiune experienței tale cu iHelp, făcând procesul de accesare a \r\nplatformei și susținerea cauzelor sociale și mai convenabil și mai fiabil.', 'partners/partner-hostico.png', '0000-00-00 00:00:00', '2023-09-29 11:40:53');
-- --------------------------------------------------------
--
-- Table structure for table `sponsors_activities`
--
CREATE TABLE `sponsors_activities` (
`id` int(11) NOT NULL,
`sponsor_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`value` varchar(255) NOT NULL,
`label` varchar(255) DEFAULT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `sponsors_activities`
--
INSERT INTO `sponsors_activities` (`id`, `sponsor_id`, `name`, `value`, `label`, `created`, `modified`) VALUES
(1, 1, 'FAN_COURIER_DELIVERIES', '520', 'curse', '2023-06-28 11:40:42', '2023-06-28 11:40:42'),
(2, 1, 'FAN_COURIER_SUM', '5231', 'lei', '2023-06-28 11:40:42', '2023-06-28 11:40:42'),
(3, 2, 'NETOPIA_TRANSACTIONS', '121', 'tranzactii', '2023-06-28 11:42:07', '2023-06-28 11:42:07'),
(4, 2, 'NETOPIA_SUM', '1242', 'lei', '2023-06-28 11:42:07', '2023-06-28 11:42:07'),
(5, 3, 'HOSTICO_BANDWIDTH', '1200', 'MB', '2023-06-28 11:43:00', '2023-06-28 11:43:00'),
(6, 3, 'HOSTICO_SUM', '1230', 'lei', '2023-06-28 11:43:00', '2023-06-28 11:43:00');
-- --------------------------------------------------------
--
-- Table structure for table `tags`
--
CREATE TABLE `tags` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`is_admin_only` tinyint(1) NOT NULL DEFAULT 0,
`is_active` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `tags`
--
INSERT INTO `tags` (`id`, `name`, `slug`, `is_admin_only`, `is_active`) VALUES
(1, 'Promotie', 'promotie', 1, 1),
(2, 'Promotiile zilei', 'promotiile-zilei', 1, 1),
(3, 'Cauzele zilei', 'cauzele-zilei', 1, 1),
(4, 'Stare foarte buna', 'stare-foarte-buna', 0, 1),
(5, 'Urme normale de uzura', 'urme-normale-de-uzura', 0, 1),
(6, ' Produs nou', 'produs-nou', 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table `transactions`
--
CREATE TABLE `transactions` (
`id` int(11) NOT NULL,
`bank_account_id` int(11) NOT NULL,
`details` varchar(30) DEFAULT NULL,
`extra_details` varchar(30) DEFAULT NULL,
`total_value` int(11) NOT NULL,
`is_paid` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`role_id` int(11) NOT NULL,
`email` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`new_password` varchar(255) DEFAULT NULL,
`gdpr_active` tinyint(1) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1,
`is_email_verified` tinyint(1) NOT NULL DEFAULT 0,
`activation_code` varchar(255) DEFAULT NULL,
`token_recovery_password` varchar(255) DEFAULT NULL,
`token_change_password` varchar(255) DEFAULT NULL,
`is_guest` tinyint(1) NOT NULL DEFAULT 0,
`ip_address` varchar(100) DEFAULT NULL,
`last_login` datetime DEFAULT NULL,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `uuid`, `role_id`, `email`, `password`, `new_password`, `gdpr_active`, `is_active`, `is_email_verified`, `activation_code`, `token_recovery_password`, `token_change_password`, `is_guest`, `ip_address`, `last_login`, `created`, `modified`) VALUES
(1, '1747110718082515', 1, 'admin@behappydigital.com', '$2y$10$yb73tZ45aAnMGn0huViWQ.YWfjwcSXqRez3myNbYJA5NxAVtLczOe', NULL, 1, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, '2022-10-19 10:16:59', '2022-10-19 10:17:32'),
(2, '1796477122655881', 3, 'cirsteadaniel07@yahoo.ro', '$2y$10$eaubrf.Z6xU5zDFbOtTz3.Z3Jkqui3MeK3odXOlyBqFXCHDnOJw4a', NULL, 1, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, '2024-04-16 07:54:51', '2024-04-16 07:55:31'),
(3, '1796477278274620', 3, 'larisacirstea12@gmail.com', '$2y$10$aigZamA6KVc14NH.9ueO2ucfGuiM/3esgxFSU8mqhkZK5jGeWpwDm', NULL, 1, 1, 0, '9b1651fd858c7c2177969b7c0057de4df929558f', NULL, NULL, 0, NULL, NULL, '2024-04-16 07:57:20', '2024-04-16 07:57:20'),
(4, '1796477430063108', 3, 'bogdan@behappydigital.com', '$2y$10$Woz9bdobJeNEprRd/IPheOc.H4Z8RCi.MZd9Mc.XfzwxPelx8554S', NULL, 1, 1, 1, NULL, NULL, NULL, 0, '86.123.182.230', '2024-04-16 07:59:45', '2024-04-16 07:59:45', '2024-04-16 07:59:45'),
(5, '1796477478596219', 3, 'carsteabogdan@gmail.com', '$2y$10$Vv3.TbZ6UET6qXyGAGFzreLC4CDPBIPQWPwC3CQ.5URvy/qUY3jae', NULL, 1, 1, 1, NULL, NULL, NULL, 0, '86.123.182.230', '2024-04-16 08:00:31', '2024-04-16 08:00:31', '2024-04-16 08:00:31'),
(6, '1796477514520890', 3, 'prost4ever@gmail.com', '$2y$10$CBOwfjWMo2k0Lut0syrm8.8EFBtkdJ7wIHX9BJyyJpC497SgvLfWK', NULL, 1, 1, 1, NULL, NULL, NULL, 0, '86.123.182.230', '2024-04-16 08:01:05', '2024-04-16 08:01:05', '2024-04-16 08:01:05'),
(7, '1796477851816449', 3, 'larisa@behappydigital.com', '$2y$10$FH5XPpi0k4m3kJ0/kxnjP.hUIVV.Uh2cYRzSsx4C/cDdHrho5J/Nq', NULL, 1, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, '2024-04-16 08:06:27', '2024-04-16 08:06:37'),
(8, '1796482646171072', 3, 'ionut+3@behappydigital.com', '$2y$10$fSjDnNAODasGW.jpW/2A3OvGn98VsI8X2XhztGgUkcHa7ibsriQdG', NULL, 1, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, '2024-04-16 09:22:39', '2024-04-16 09:25:01');
-- --------------------------------------------------------
--
-- Table structure for table `user_addresses`
--
CREATE TABLE `user_addresses` (
`id` int(11) NOT NULL,
`uuid` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`first_name` varchar(255) NOT NULL,
`last_name` varchar(255) NOT NULL,
`phone` varchar(20) NOT NULL,
`city_id` int(11) NOT NULL,
`county_id` int(11) NOT NULL,
`address` text NOT NULL,
`str` varchar(255) NOT NULL,
`nr` varchar(11) NOT NULL,
`bl` varchar(11) DEFAULT NULL,
`sc` varchar(11) DEFAULT NULL,
`ap` varchar(11) DEFAULT NULL,
`interfon` varchar(11) DEFAULT NULL,
`postal_code` varchar(20) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1,
`is_default` tinyint(1) NOT NULL DEFAULT 0,
`created` datetime NOT NULL,
`modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `user_addresses`
--
INSERT INTO `user_addresses` (`id`, `uuid`, `user_id`, `first_name`, `last_name`, `phone`, `city_id`, `county_id`, `address`, `str`, `nr`, `bl`, `sc`, `ap`, `interfon`, `postal_code`, `is_active`, `is_default`, `created`, `modified`) VALUES
(1, '1796483805351249', 8, 'test', 'tsf', '0720000000', 2, 1, 'Strada Număr Bloc Scara Apartament ', 'Strada', 'Număr', 'Bloc', 'Scara', 'Apartament', '', '0563', 1, 0, '2024-04-16 09:41:05', '2024-04-16 09:41:05'),
(2, '1796483822338704', 8, 'test', 'tsf', '0720000000', 2, 1, 'Strada Număr Bloc Scara Apartament ', 'Strada', 'Număr', 'Bloc', 'Scara', 'Apartament', '', '0563', 1, 1, '2024-04-16 09:41:21', '2024-04-16 09:41:21'),
(3, '1796484265943524', 1, 'Cirstea', 'Larisa', '0751866631', 11202, 35, 'Malului 8 ', 'Malului', '8', '', '', '', '', '550987', 1, 1, '2024-04-16 09:48:24', '2024-04-16 09:48:46'),
(4, '1796484649635065', 7, 'Cirstea', 'Larisa', '0751866631', 11202, 35, 'Malului 8 ', 'Malului', '8', '', '', '', '', '550236', 1, 1, '2024-04-16 09:54:30', '2024-04-23 07:43:25');
-- --------------------------------------------------------
--
-- Table structure for table `user_socials`
--
CREATE TABLE `user_socials` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`type` varchar(50) DEFAULT NULL,
`socialid` varchar(100) DEFAULT NULL,
`access_token` text DEFAULT NULL,
`access_secret` text DEFAULT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
--
-- Dumping data for table `user_socials`
--
INSERT INTO `user_socials` (`id`, `user_id`, `type`, `socialid`, `access_token`, `access_secret`, `created`, `modified`) VALUES
(1, 4, 'GMAIL', '114934217501082092230', NULL, NULL, '2024-04-16 07:59:45', '2024-04-16 07:59:45'),
(2, 5, 'GMAIL', '106670625524615143912', NULL, NULL, '2024-04-16 08:00:31', '2024-04-16 08:00:31'),
(3, 6, 'GMAIL', '102607019957050216019', NULL, NULL, '2024-04-16 08:01:05', '2024-04-16 08:01:05');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `awbs`
--
ALTER TABLE `awbs`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `unique_awb` (`order_id`,`sender_user_id`,`recever_user_id`);
--
-- Indexes for table `bank_accounts`
--
ALTER TABLE `bank_accounts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `banners`
--
ALTER TABLE `banners`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `basic_settings`
--
ALTER TABLE `basic_settings`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `carts`
--
ALTER TABLE `carts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `cart_products`
--
ALTER TABLE `cart_products`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `causes`
--
ALTER TABLE `causes`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `causes_tags`
--
ALTER TABLE `causes_tags`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `cause_news`
--
ALTER TABLE `cause_news`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `cities`
--
ALTER TABLE `cities`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `counties`
--
ALTER TABLE `counties`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `couriers`
--
ALTER TABLE `couriers`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `documents`
--
ALTER TABLE `documents`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `donations`
--
ALTER TABLE `donations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `gallery_images`
--
ALTER TABLE `gallery_images`
ADD PRIMARY KEY (`id`),
ADD KEY `model_id` (`foreign_key`);
--
-- Indexes for table `login_tokens`
--
ALTER TABLE `login_tokens`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `orders`
--
ALTER TABLE `orders`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_products`
--
ALTER TABLE `order_products`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_statuses`
--
ALTER TABLE `order_statuses`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `order_status_dates`
--
ALTER TABLE `order_status_dates`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `payment_logs`
--
ALTER TABLE `payment_logs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `payment_methods`
--
ALTER TABLE `payment_methods`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `products`
--
ALTER TABLE `products`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `products_tags`
--
ALTER TABLE `products_tags`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `product_favorites`
--
ALTER TABLE `product_favorites`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `profiles`
--
ALTER TABLE `profiles`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `proposed_causes`
--
ALTER TABLE `proposed_causes`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `refunds`
--
ALTER TABLE `refunds`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `settings`
--
ALTER TABLE `settings`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sponsors`
--
ALTER TABLE `sponsors`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sponsors_activities`
--
ALTER TABLE `sponsors_activities`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tags`
--
ALTER TABLE `tags`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `user_addresses`
--
ALTER TABLE `user_addresses`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `user_socials`
--
ALTER TABLE `user_socials`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `awbs`
--
ALTER TABLE `awbs`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `bank_accounts`
--
ALTER TABLE `bank_accounts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `banners`
--
ALTER TABLE `banners`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `basic_settings`
--
ALTER TABLE `basic_settings`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `carts`
--
ALTER TABLE `carts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `cart_products`
--
ALTER TABLE `cart_products`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;
--
-- AUTO_INCREMENT for table `causes`
--
ALTER TABLE `causes`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `causes_tags`
--
ALTER TABLE `causes_tags`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `cause_news`
--
ALTER TABLE `cause_news`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `cities`
--
ALTER TABLE `cities`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13771;
--
-- AUTO_INCREMENT for table `counties`
--
ALTER TABLE `counties`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;
--
-- AUTO_INCREMENT for table `couriers`
--
ALTER TABLE `couriers`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `documents`
--
ALTER TABLE `documents`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `donations`
--
ALTER TABLE `donations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `gallery_images`
--
ALTER TABLE `gallery_images`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `login_tokens`
--
ALTER TABLE `login_tokens`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `messages`
--
ALTER TABLE `messages`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `orders`
--
ALTER TABLE `orders`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `order_products`
--
ALTER TABLE `order_products`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `order_statuses`
--
ALTER TABLE `order_statuses`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `order_status_dates`
--
ALTER TABLE `order_status_dates`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT for table `payment_logs`
--
ALTER TABLE `payment_logs`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `payment_methods`
--
ALTER TABLE `payment_methods`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `products_tags`
--
ALTER TABLE `products_tags`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `product_favorites`
--
ALTER TABLE `product_favorites`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `profiles`
--
ALTER TABLE `profiles`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `proposed_causes`
--
ALTER TABLE `proposed_causes`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `refunds`
--
ALTER TABLE `refunds`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `sponsors`
--
ALTER TABLE `sponsors`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `sponsors_activities`
--
ALTER TABLE `sponsors_activities`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `tags`
--
ALTER TABLE `tags`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `user_addresses`
--
ALTER TABLE `user_addresses`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `user_socials`
--
ALTER TABLE `user_socials`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
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 */;